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
561 B
XML
1 line
561 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M192-312v-360q0-36 16.5-63t51-45q34.5-18 89.5-27t131-9q77 0 131.5 9t89 27q34.5 18 51 45t16.5 63v360q0 54-34.5 94T645-170l13 13q17 17 8 39t-33 22q-8 0-14.5-3t-11.5-8l-61-61H414l-61 61q-5 5-11.5 8T327-96q-24 0-33-22.5t8-39.5l12-12q-53-8-87.5-48T192-312Zm72-192h180v-120H264v120Zm252 0h180v-120H516v120ZM360-288q20 0 34-14t14-34q0-20-14-34t-34-14q-20 0-34 14t-14 34q0 20 14 34t34 14Zm240 0q20 0 34-14t14-34q0-20-14-34t-34-14q-20 0-34 14t-14 34q0 20 14 34t34 14Z"/></svg> |