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
910 B
XML
1 line
910 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M780.21-672q-15.21 0-25.59-10.35-10.39-10.35-10.39-25.65v-36h-36.11q-15.35 0-25.74-10.35Q672-764.7 672-780q0-15.3 10.38-25.65Q692.77-816 708.12-816h36.11v-36q0-15.3 10.39-25.65Q765-888 780.21-888q15.21 0 25.5 10.35T816-852v36h35.79q15.21 0 25.71 10.29t10.5 25.5q0 15.21-10.35 25.56Q867.3-744.3 852-744.3h-36v36q0 15.3-10.29 25.8t-25.5 10.5ZM432-264q72 0 120-49t48-119q0-69-48-118.5T432-600q-72 0-120 49.5t-48 119q0 69.5 48 118.5t120 49Zm0-72q-42 0-69-27t-27-67.5q0-40.5 27-69t69-28.5q42 0 69 28.5t27 69q0 40.5-27 67.5t-69 27ZM120-144q-29 0-50.5-21.5T48-216v-432q0-29 21.5-50.5T120-720h120l50-67q11-14 26.18-21.5Q331.35-816 348-816h216q15.3 0 25.65 10.35Q600-795.3 600-780v54q0 22.5 15.75 38.25T654-672h18v18q0 22.5 15.75 38.25T726-600h54q15.3 0 25.65 10.35Q816-579.3 816-564v348q0 29-21.15 50.5T744-144H120Z"/></svg> |