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
861 B
XML
1 line
861 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M660-192q-15.3 0-25.65-10.34Q624-212.67 624-227.95v-179.77q0-15.28 10.35-25.78Q644.7-444 660-444h168q15.3 0 25.65 10.34Q864-423.33 864-408.05v179.77q0 15.28-10.35 25.78Q843.3-192 828-192H660ZM444-516q-15.3 0-25.65-10.34Q408-536.67 408-551.95v-179.77q0-15.28 10.35-25.78Q428.7-768 444-768h384q15.3 0 25.65 10.34Q864-747.33 864-732.05v179.77q0 15.28-10.35 25.78Q843.3-516 828-516H444ZM132-192q-15.3 0-25.65-10.34Q96-212.67 96-227.95v-179.77q0-15.28 10.35-25.78Q116.7-444 132-444h384q15.3 0 25.65 10.34Q552-423.33 552-408.05v179.77q0 15.28-10.35 25.78Q531.3-192 516-192H132Zm0-324q-15.3 0-25.65-10.34Q96-536.67 96-551.95v-179.77q0-15.28 10.35-25.78Q116.7-768 132-768h168q15.3 0 25.65 10.34Q336-747.33 336-732.05v179.77q0 15.28-10.35 25.78Q315.3-516 300-516H132Z"/></svg> |