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
616 B
XML
1 line
616 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M293-624q-21 0-37-14t-16-34q0-45 22-83.5t60-61.5l115-69q20-12 43-12t43 12l115 69q38 23 60 61.5t22 83.5q0 21-16 34.5T666-624H293ZM48-228v-406q-18-10-27-25.5T12-696q0-21 21-56t51-64q30 29 51 64t21 56q0 21-9 36.5T120-634v202h72v-72q0-30 21-51t51-21h432q30 0 51 21t21 51v72h72v-202q-18-10-27-25.5t-9-36.5q0-21 20.5-56t51.5-64q30 29 51 64t21 56q0 21-9.5 36.5T912-634v406q0 35-24.5 59.5T828-144H612q-15 0-25.5-10.5T576-180v-108q0-40-28-68t-68-28q-40 0-68 28t-28 68v108q0 15-10.5 25.5T348-144H132q-35 0-59.5-24.5T48-228Z"/></svg> |