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="M312-396v96q0 15 10.5 25.5T348-264h24q15 0 25.5-10.5T408-300v-96h12q15 0 25.5-10.5T456-432v-84q0-20-14-34.5T408-564h-96q-20 1-34 14.5T264-516v84q0 15 10.5 25.5T300-396h12Zm48-204q20 0 34-14t14-34q0-20-14-34t-34-14q-20 0-34 14t-14 34q0 20 14 34t34 14Zm199 72h106q11 0 15.5-9t-.5-18l-52-90q-5-9-16-9t-16 9l-52 90q-5 9-.5 18t15.5 9Zm69 213 52-90q5-9 .5-18t-15.5-9H559q-11 0-15.5 9t.5 18l52 90q5 9 16 9t16-9ZM216-144q-29 0-50.5-21.5T144-216v-528q0-30 21.5-51t50.5-21h528q30 0 51 21t21 51v528q0 29-21 50.5T744-144H216Z"/></svg> |