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
821 B
XML
1 line
821 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M444-132v-444H150q-13 0-17.5-12t6.5-20l319-240q10-8 22-8t22 8l319 240q11 8 6.5 20T810-576H516v444q0 15.3-10.29 25.65Q495.42-96 480.21-96t-25.71-10.35Q444-116.7 444-132Zm-300 0v-128l-28-130q-3-14 5-26.5t22-15.5q14.88-3 27.44 5T186-404l21.59 104H324q15.3 0 25.65 10.35Q360-279.3 360-264v132q0 15.3-10.29 25.65Q339.42-96 324.21-96t-25.71-10.35Q288-116.7 288-132v-96h-72v96q0 15.3-10.29 25.65Q195.42-96 180.21-96t-25.71-10.35Q144-116.7 144-132Zm456 0v-132q0-15.3 10.35-25.65Q620.7-300 636-300h115l22-105q3-15 16-22.5t27.71-4.5q14.71 3 22.5 16 7.79 13 4.79 27l-28 129v128q0 15.3-10.29 25.65Q795.42-96 780.21-96t-25.71-10.35Q744-116.7 744-132v-96h-72v96q0 15.3-10.29 25.65Q651.42-96 636.21-96t-25.71-10.35Q600-116.7 600-132Z"/></svg> |