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
610 B
XML
1 line
610 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M480-96q-120 0-204-84t-84-204q0-93 54.5-191T398-753q27-23 54.5-12.5T480-723v26q0 30 21 51t51 21q15 0 28-5t21-15q10-12 25.5-14t26.5 8q53 46 84 118t31 149q0 120-84 204T480-96ZM264-384q0 45 18.5 85.5T338-223q-1-6-1.5-11t-.5-9q0-25 9.5-49t27.5-44l107-120 107 120q18 20 27.5 44t9.5 49q0 5-.5 10t-1.5 11q35-29 54.5-71.5T696-384q0-53-17.5-102T628-576q-17 11-36.5 17t-39.5 6q-52 0-91.5-32T411-668q-72 67-109.5 139T264-384Zm216 36-53 60q-9 11-14 23t-5 25q0 30 21 51t51 21q30 0 51-21t21-51q0-13-4.5-25T533-288l-53-60Z"/></svg> |