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
989 B
XML
1 line
989 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M263.79-192Q234-192 213-213.21t-21-51Q192-294 213.21-315t51-21Q294-336 315-314.79t21 51Q336-234 314.79-213t-51 21Zm288 0Q522-192 501-213.21t-21-51Q480-294 501.21-315t51-21Q582-336 603-314.79t21 51Q624-234 602.79-213t-51 21Zm-144-144Q378-336 357-357.21t-21-51Q336-438 357.21-459t51-21Q438-480 459-458.79t21 51Q480-378 458.79-357t-51 21Zm288 0Q666-336 645-357.21t-21-51Q624-438 645.21-459t51-21Q726-480 747-458.79t21 51Q768-378 746.79-357t-51 21Zm-432-144Q234-480 213-501.21t-21-51Q192-582 213.21-603t51-21Q294-624 315-602.79t21 51Q336-522 314.79-501t-51 21Zm288 0Q522-480 501-501.21t-21-51Q480-582 501.21-603t51-21Q582-624 603-602.79t21 51Q624-522 602.79-501t-51 21Zm-144-144Q378-624 357-645.21t-21-51Q336-726 357.21-747t51-21Q438-768 459-746.79t21 51Q480-666 458.79-645t-51 21Zm288 0Q666-624 645-645.21t-21-51Q624-726 645.21-747t51-21Q726-768 747-746.79t21 51Q768-666 746.79-645t-51 21Z"/></svg> |