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
457 B
XML
1 line
457 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M360-96v-24q0-30 21-51t51-21h12v-294q-23-8-41-22.5T374-544l-86 22q-29 8-54.5-7T200-573l161-43q6-45 40-74t79-30l24-91q8-29 34-43.5t55-6.5l-45 163q25 16 38.5 42.5T600-600q0 15-3.5 30T585-542l62 63q20 21 20 50.5T647-378L532-493q-4 2-8 3.5t-8 3.5v294h12q30 0 51 21t21 51v24H360Zm120-456q20 0 34-14t14-34q0-20-14-34t-34-14q-20 0-34 14t-14 34q0 20 14 34t34 14Z"/></svg> |