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
661 B
XML
1 line
661 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 96 960 960"><path d="M264 960q-29.7 0-50.85-21.15Q192 917.7 192 888V264q0-29.7 21.162-50.85Q234.324 192 264.04 192h432.243Q726 192 747 213.15T768 264v300q0 15.3-10.289 25.65-10.29 10.35-25.5 10.35Q717 600 706.5 589.65 696 579.3 696 564V264H264v624h204q15.3 0 25.65 10.289 10.35 10.29 10.35 25.5Q504 939 493.65 949.5 483.3 960 468 960H264Zm348 0q-15.3 0-25.65-10.35Q576 939.3 576 924V708q0-15.3 10.35-25.65Q596.7 672 612 672h120q15.3 0 25.65 10.35Q768 692.7 768 708v216q0 15.3-10.35 25.65Q747.3 960 732 960H612Zm-108-72H264V264h432v336H576q-29.7 0-50.85 21.15Q504 642.3 504 672v216Z"/></svg> |