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
630 B
XML
1 line
630 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="m768-237-44 44q-11 11-25 10.5T674-194q-11-11-11-25.5t11-25.5l43-43-44-44q-11-11-10.5-25.5T674-383q11-11 25.5-11t25.5 11l43 44 44-44q11-11 25.5-11t25.5 11q11 11 11 25.5T863-332l-44 44 44 44q11 11 11 25t-11 25q-11 11-25.5 11T812-194l-44-43Zm-37-259q-65 12-112 58.5T560-326q-4 20-4 40.5t5 40.5q2 8 0 15t-7 12l-23 23q-11 11-24 16t-27 5q-14 0-27-5t-24-16L58-566q-11-11-16.5-25.5T36-620q0-17 6.5-31.5T63-677q88-66 193.5-102.5T480-816q118 0 223.5 36.5T897-677q14 11 21 25t7 31q0 14-6 29t-17 26l-64 64q-5 5-12 7t-15 0q-20-5-40-5t-40 4Z"/></svg> |