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
732 B
XML
1 line
732 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M696-672v-30q0-8 5-13t13-5h60q8 0 13 5t5 13v30h24q20.4 0 34.2 13.8Q864-644.4 864-624v336q0 20.4-13.8 34.2Q836.4-240 816-240H672q-20.4 0-34.2-13.8Q624-267.6 624-288v-336q0-20.4 13.8-34.2Q651.6-672 672-672h24ZM234-240q-57 0-97.5-40.5T96-378v-270q0-29.7 21.21-50.85 21.21-21.15 51-21.15T219-698.79q21 21.21 21 51T218.85-597Q197.7-576 168-576v198q0 27 19.5 46.5T234-312q27 0 46.5-19.5T300-378v-204q0-57 40.5-97.5T438-720q57 0 97.5 40.5T576-582v270q0 29.7-21.21 50.85-21.21 21.15-51 21.15T453-261.21q-21-21.21-21-51T453.44-363q21.45-21 51.56-21h.67-.67v-198q0-27-19.5-46.5t-47-19.5q-27.5 0-47 18.92T372-582v204q0 57-40.5 97.5T234-240Z"/></svg> |