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
809 B
XML
1 line
809 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M660.28-420q-15.28 0-25.78-10.29-10.5-10.29-10.5-25.5t10.34-25.71q10.34-10.5 25.62-10.5h215.76q15.28 0 25.78 10.29 10.5 10.29 10.5 25.5t-10.34 25.71Q891.32-420 876.04-420H660.28ZM430-505ZM48-629q0-89 60.5-150T257-840q50 0 96.5 21t78.5 59q32.3-38.1 76.95-59.05Q553.6-840 603-840q106 0 159.5 68T816-607q0 17-11 26t-24.5 9q-13.5 0-25-9.5T744-609q0-63-36.5-111T603-768q-45 0-80 27t-64 61q-5 6-12.06 9-7.06 3-15 3T417-671q-7-3-12.15-9.38Q376-715 338.93-741.5 301.87-768 257-768q-57 0-97 40t-40 99q0 31.37 12.5 63.68 12.5 32.32 47 75.82 34.5 43.5 95 103T432-241l117-104q11-10 24.5-10t24.5 11q11 11 10.5 26T597-292L480-187q-11 9-23 13.5t-25 4.5q-13 0-25-4.5T384-187q-43-39-101-88.5T173-382q-52-57-88.5-120T48-629Z"/></svg> |