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
838 B
XML
1 line
838 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M523-539 347-715q9-3 18-4t19-1q60 0 102 42t42 102q0 9-1.5 18.5T523-539ZM96-216v-20q0-26 12.5-47.5T143-318q55-32 116-49t125-17q26 0 50.5 2.5T484-374l-63-63q-9 2-18 3.5t-19 1.5q-60 0-102-42t-42-102q0-10 .5-19t4.5-18L115-743q-11-11-10.5-25.5T116-794q11-11 25.5-11t25.5 11l627 628q11 11 11 25t-11 25q-11 11-25.5 11T743-116L642-216h30q0 30-21 51t-51 21H168q-30 0-51-21t-21-51Zm768-360q0 56-20.5 106.5T786-378q-10 11-24.5 9.5T737-382q-10-12-8.5-26.5T740-435q25-29 38.5-65.5T792-576q0-38-13.5-74T740-715q-10-11-11.5-26.5T737-768q10-11 24.5-12.5T786-771q37 40 57.5 90T864-576Zm-144 0q0 23-7 45t-21 41q-8 11-22.5 9.5T645-493q-9-11-9-25t6-28q3-7 4.5-14.5T648-576q0-7-1-13.5t-4-12.5q-6-14-6.5-29t8.5-26q10-12 24.5-13t22.5 10q14 18 21 39.5t7 44.5Z"/></svg> |