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
825 B
XML
1 line
825 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M48-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-480Zm864 0q0 53-19.5 101T835-293q-52 52-123 70t-142-4q-14-5-21.5-18.5T546-273q5-14 18.5-21.5T592-297q51 16 102.5 3.5T784-344q27-27 41.5-62.5T840-480q0-38-14.5-73.5T784-616q-38-38-89.5-51T592-664q-14 5-27-2.5T547-688q-5-14 2-27t21-18q71-22 142-4t123 70q38 38 57.5 86T912-480ZM480-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 3Z"/></svg> |