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
837 B
XML
1 line
837 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M698-378q-11-3-20-8t-17-13l-28 9q-6 2-12-1t-9-8l-10-17q-3-5-2.5-11t5.5-11l21-20q-1-7-2-18t2-26l-20-18q-5-5-6-11.5t2-11.5l10-17q3-5 9-7.5t12-.5l27 8q8-8 17.5-13t20.5-9l7-28q2-6 6.5-10t10.5-4h20q6 0 10.5 4t6.5 10l7 28q11 4 20.5 9t17.5 13l27-8q6-2 12 .5t9 7.5l10 17q3 5 2 11.5t-6 11.5l-20 18q1 5 2 16.5t-2 27.5l21 19q5 5 5.5 11t-2.5 11l-10 18q-3 5-9 7.5t-12 .5l-27-8q-8 8-17.5 12.5T766-378l-7 28q-2 6-6.5 10t-10.5 4h-20q-6 0-10.5-4t-6.5-10l-7-28Zm34-54q20 0 34-14t14-34q0-20-14-34t-34-14q-20 0-34 14t-14 34q0 20 14 34t34 14ZM264-48q-30 0-51-21t-21-51v-720q0-30 21-51t51-21h432q30 0 51 21t21 51v132q0 15-10.5 25.5T732-672q-15 0-25.5-10.5T696-708v-12H264v480h432v-12q0-15 10.5-25.5T732-288q15 0 25.5 10.5T768-252v132q0 30-21 51t-51 21H264Z"/></svg> |