M3 draws icons at 20 dp from the optical size 20 cut, whose strokes stay as
heavy as the 24 dp design's instead of thinning with the glyph (styles.md
§ Icons, the optical size axis). The package only shipped the 24 cut, so every
20 px icon was a scaled-down 24 (core audit C16). bin/fetch-symbols now checks
out both cuts from the same commit of google/material-design-icons and writes
the new one to resources/svg/symbols/{outlined-20,filled-20}: 4,135 symbols
each, the same names and the same normalisation as the 24 cut.
Plan step 10; finding C16.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Qwx5USif3wFFmxtHg5U1g9
1 line
788 B
XML
1 line
788 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M192-264q-81 0-136.5-55.5T0-456q0-79 53-135.5T192-648q69 0 121.5 44.5T380-492h47l-74-204h-29q-15 0-25.5-10.5T288-732q0-15 10.5-25.5T324-768h120q15 0 25.5 10.5T480-732q0 15-10.5 25.5T444-696h-14l17 48h204l-62-168h-73q-15 0-25.5-10.5T480-852q0-15 10.5-25.5T516-888h73q27 0 43 12t25 36l70 192h33q81 0 140 55.5T959-456q0 80-56 136t-135 56q-69 0-122.5-44T579-420H380q-14 69-66.5 112.5T192-264Zm114-156v-72h-78q-15 0-25.5 10.5T192-456q0 15 10.5 25.5T228-420h78Zm198-72h76q5-23 14.5-44t24.5-40H473l31 84Zm184-53 28 76q5 14 18.5 20t27.5 1q14-5 20.5-18.5T784-494l-29-80-67 29ZM521-121v52q0 10-8.5 15.5T495-53l-184-91q-7-3-5.5-10t9.5-7h125v-52q0-10 8.5-15.5t17.5-.5l182 91q6 3 4.5 10t-8.5 7H521Z"/></svg> |