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
758 B
XML
1 line
758 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M132-96q-15.3 0-25.65-10.35Q96-116.7 96-132v-84q0-29.7 21.15-50.85Q138.3-288 168-288h624q29.7 0 50.85 21.15Q864-245.7 864-216v84q0 15.3-10.35 25.65Q843.3-96 828-96H132Zm120-240q-15.3 0-25.65-10.35Q216-356.7 216-372v-420q0-33 19.5-52.5T288-864h384q33 0 52.5 19.5T744-792v420q0 15.3-10.35 25.65Q723.3-336 708-336H252Zm111.42-73q17.58 0 32.09-11.34Q410.02-431.67 420-448q14.22-23.33 19.11-50.25 4.89-26.91 4.89-53.83 0-26.92-4.92-53.75-4.92-26.82-19.24-50.07-9.84-16.1-24.59-27.6T361.73-695q-10.73 0-18.23 7.84T336-668v231q0 11 8 19.5t19.42 8.5Zm188.79-71Q582-480 603-501.21t21-51Q624-582 602.79-603t-51-21Q522-624 501-602.79t-21 51Q480-522 501.21-501t51 21Z"/></svg> |