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
911 B
XML
1 line
911 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M372-96H120q-29.7 0-50.85-21.15Q48-138.3 48-168v-204q0-15.3 10.29-25.65Q68.58-408 83.79-408t25.71 10.35Q120-387.3 120-372v204h252q15.3 0 25.65 10.29Q408-147.42 408-132.21t-10.35 25.71Q387.3-96 372-96Zm216-72h252v-204q0-15.3 10.29-25.65Q860.58-408 875.79-408t25.71 10.35Q912-387.3 912-372v204q0 29.7-21.15 50.85Q869.7-96 840-96H588q-15.3 0-25.65-10.29Q552-116.58 552-131.79t10.35-25.71Q572.7-168 588-168ZM48-588v-204q0-29.7 21.15-50.85Q90.3-864 120-864h252q15.3 0 25.65 10.29Q408-843.42 408-828.21t-10.35 25.71Q387.3-792 372-792H120v204q0 15.3-10.29 25.65Q99.42-552 84.21-552T58.5-562.35Q48-572.7 48-588Zm792 0v-204H588q-15.3 0-25.65-10.29Q552-812.58 552-827.79t10.35-25.71Q572.7-864 588-864h252q29.7 0 50.85 21.15Q912-821.7 912-792v204q0 15.3-10.29 25.65Q891.42-552 876.21-552t-25.71-10.35Q840-572.7 840-588Z"/></svg> |