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
681 B
XML
1 line
681 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M743-74 593-223l-7 7q-7 7-17 7t-17-7q-7-7-7-17t7-17l7-7-127-127v96q0 60-42 102t-102 42q-60 0-102-42t-42-102q0-60 42-102t102-42q20 0 38 5.5t34 14.5v-44L115-702q-11-11-11-25t11-25q11-11 25.5-11t25.5 11l628 628q11 11 11 25t-11 25q-11 11-25.5 11T743-74Zm-23-344 38-38-38-38v76ZM432-588l-72-72v-120q0-15.3 10.33-25.65Q380.67-816 395.94-816h143.78q15.28 0 25.78 10.32 10.5 10.33 10.5 25.59v71.83q0 15.26-10.35 25.76Q555.3-672 540-672H432v84Zm394 132-96 96 79 79q8 8 8 17t-8 17q-8 8-17.72 8-9.72 0-17.28-8L552-470q-7-7.44-7-17 0-9.56 7-17 7.44-7 17-7 9.56 0 17 7l86 86v-158h34l120 120Z"/></svg> |