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
583 B
XML
1 line
583 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M720-240h48v-48h-48v48Zm0-96h48v-48h-48v48Zm96 96h48v-48h-48v48Zm-96 48q-20 0-34-14t-14-34v-144q0-20 14-34t34-14h48q20 0 34 14t14 34v48h48q20 0 34 14t14 34v48q0 20-14 34t-34 14H720Zm-240 19q-14 0-26.5-5T430-194L58-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-40 40q-6 6-14.5 7.5T831-519q-17-5-33-7t-35-2q-98 2-166.5 73.5T528-293q0 21 2.5 36t7.5 32q2 8 0 16.5t-8 14.5q-11 11-23.5 16t-26.5 5Z"/></svg> |