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
565 B
XML
1 line
565 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 96 960 960"><path d="M480 576q-60 0-102-42t-42-102q0-60 42-102t102-42q60 0 102 42t42 102q0 60-42 102t-102 42ZM192 828v-60q0-23 12.5-43.5T239 690q55-32 116.292-49 61.293-17 124.5-17Q543 624 604.5 641T721 690q22 13 34.5 34t12.5 44v60q0 15.3-10.344 25.65Q747.311 864 732.019 864H228.292Q213 864 202.5 853.65 192 843.3 192 828Zm288-36h216v-24q0-5.177-3.025-9.412Q689.95 754.353 685 752q-46-28-98-42t-107-14v96Zm0-288q30 0 51-21.212 21-21.213 21-51Q552 402 530.85 381 509.7 360 480 360v144Z"/></svg> |