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
588 B
XML
1 line
588 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M696-48q-20 0-34-14t-14-34v-336q0-15 10.5-25.5T684-468h180q20 0 34 14t14 34v120q0 20-14 34t-34 14h-24v156q0 20-14 34t-34 14h-96ZM552-192q-69 0-118.5-49T384-360q0-69 49.5-118.5T552-528h12q15 0 25.5 10.5T600-492v264q0 15-10.5 25.5T564-192h-12ZM168-432q-20 0-34-14t-14-34v-156H96q-20 0-34-14t-14-34v-120q0-20 14-34t34-14h180q15 0 25.5 10.5T312-816v336q0 20-14 34t-34 14h-96Zm228-144q-15 0-25.5-10.5T360-612v-264q0-15 10.5-25.5T396-912h12q69 0 118.5 49.5T576-744q0 70-49.5 119T408-576h-12Z"/></svg> |