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
611 B
XML
1 line
611 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M336-192H216q-29 0-50.5-21.5T144-264v-528q0-29 21.5-50.5T216-864h528q30 0 51 21.5t21 50.5v528q0 29-21 50.5T744-192H624L505-73q-11 11-25 11t-25-11L336-192Zm144-120q20 0 32.5-13.5T525-358q0-19-13-31.5T480-402q-19 0-32 12.5T435-358q0 19 13 32.5t32 13.5Zm60-317q0 23-17 40t-36 35q-14 14-21 23t-11 18q-2 5-3.5 10.5T449-490q-2 14 8 24t24 10q12 0 22-9t14-24q3-10 9.5-19.5T547-532q20-20 38.5-40.5T604-631q0-53-36-83t-88-30q-38 0-66 18t-45 44q-7 11-1.5 23t18.5 17q11 5 22.5 1t19.5-15q8-11 21-19t31-8q32 0 46 17t14 37Z"/></svg> |