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
692 B
XML
1 line
692 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M912-480q0 110-77 187t-187 77q-35 0-66.5-8T521-248q50-45 76.5-105T624-480q0-67-26.5-127T521-712q29-16 60.5-24t66.5-8q110 0 187 77t77 187ZM480-290q-7 0-13.5-3t-11.5-8q-35-34-53-82.5T384-480q0-48 18-96.5t53-82.5q5-5 11.5-8t13.5-3q7 0 13.5 3t11.5 8q35 34 53 82.5t18 96.5q0 48-18 96.5T505-301q-5 5-11.5 8t-13.5 3ZM48-480q0-53 19.5-101t57.5-86q52-52 123-70t142 4q14 5 21.5 18.5T414-687q-5 14-18.5 21.5T368-663q-51-16-102.5-3.5T176-616q-27 27-41.5 62.5T120-480q0 38 14.5 73.5T176-344q38 38 89.5 50.5T368-297q14-5 27.5 2.5T414-273q5 14-2.5 27.5T390-227q-71 22-142 4t-123-70q-38-38-57.5-86T48-480Z"/></svg> |