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
943 B
XML
1 line
943 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M132-48v-198q-37-13-60.5-43.8Q48-320.61 48-360v-48h240v48q0 39.39-23.5 70.2Q241-259 204-246v198h-72Zm312 0v-198q-37-13-60.5-43.8Q360-320.61 360-360v-48h240v48q0 39.39-23.5 70.2Q553-259 516-246v198h-72Zm312 0v-198q-37-13-60.5-43.8Q672-320.61 672-360v-48h240v48q0 39.39-23.5 70.2Q865-259 828-246v198h-72ZM48-480v-204q0-15.3 10.35-25.65Q68.7-720 84-720h48v-156q0-15.3 10.29-25.65Q152.58-912 167.79-912t25.71 10.35Q204-891.3 204-876v156h48q15.3 0 25.65 10.35Q288-699.3 288-684v204H48Zm312 0v-204q0-15.3 10.35-25.65Q380.7-720 396-720h48v-156q0-15.3 10.29-25.65Q464.58-912 479.79-912t25.71 10.35Q516-891.3 516-876v156h48q15.3 0 25.65 10.35Q600-699.3 600-684v204H360Zm312 0v-204q0-15.3 10.35-25.65Q692.7-720 708-720h48v-156q0-15.3 10.29-25.65Q776.58-912 791.79-912t25.71 10.35Q828-891.3 828-876v156h48q15.3 0 25.65 10.35Q912-699.3 912-684v204H672Z"/></svg> |