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
655 B
XML
1 line
655 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M480-864q50 0 85 35t35 85q0 50-35 85t-85 35q-50 0-85-35t-35-85q0-50 35-85t85-35Zm.5 288q42.5 0 86 10t81.5 29q39 20 55.5 39t16.5 45v235q0 28-19 48t-45.67 20Q642-150 633-158.5q-9-8.5-9-29.5v-16q0-41-37.5-62.5T480-288q-57 0-94 16t-47 46q-3 10 2 18.5t15 13.5q28 12 60.5 19t63.5 7q14.94 0 25.47 10.54t10.53 25.5q0 14.96-10.53 25.46T480-96q-38 0-80.5-9T322-130q-40-18-61-37.5T240-219v-235q0-26 16.5-45.5t54.49-37.53Q350-556 394-566q44-10 86.5-10Zm-.29 240Q510-336 531-357.21t21-51Q552-438 530.79-459t-51-21Q450-480 429-458.79t-21 51Q408-378 429.21-357t51 21Z"/></svg> |