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
765 B
XML
1 line
765 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M768-144q-20.4 0-34.2-13.75-13.8-13.76-13.8-34.09v-47.83Q720-260 733.8-274t34.2-14h48v-48h-72q-9.6 0-16.8-7.2-7.2-7.2-7.2-16.8 0-9.6 7.2-16.8 7.2-7.2 16.8-7.2h72q20.4 0 34.2 13.75 13.8 13.76 13.8 34.09v47.83Q864-268 850.2-254T816-240h-48v48h72q9.6 0 16.8 7.2 7.2 7.2 7.2 16.8 0 9.6-7.2 16.8-7.2 7.2-16.8 7.2h-72ZM340.45-288q-23.45 0-33.95-19.5-10.5-19.5 1.51-39.31L429-538 319.03-710.16Q307-729 317-748.5q10-19.5 32.86-19.5 10.55 0 19.35 5 8.79 5 13.79 13l95 153 99-154q4.89-8.1 13.44-12.55Q599-768 608.58-768q23.52 0 33.97 20T641-709L530-538l122 191q12 19 1.5 39t-33.08 20q-10.42 0-18.92-5-8.5-5-13.5-13L482-474 372-305q-4.89 8.1-13.44 12.55Q350-288 340.45-288Z"/></svg> |