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
850 B
XML
1 line
850 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M480-576q-60 0-102-42t-42-102q0-60 42-102t102-42q60 0 102 42t42 102q0 60-42 102t-102 42Zm.21-72Q510-648 531-669.21t21-51Q552-750 530.79-771t-51-21Q450-792 429-770.79t-21 51Q408-690 429.21-669t51 21ZM480-528q64 0 125 16.5T721-462q22 13 34.5 34.61T768-380v212q0 29.7-21.15 50.85Q725.7-96 696-96H419q-45.16 0-76.58-31.38Q311-158.77 311-203.88q0-45.12 31.42-76.62Q373.84-312 419-312h88l62-134q-22-5-44-7.5t-45-2.5q-54 0-106 14.5T275-400q-8 5-9.5 14.5T264-366v234q0 15.3-10.29 25.65Q243.42-96 228.21-96t-25.71-10.35Q192-116.7 192-132v-248q0-25.78 12.5-47.39T239-462q55-33 116-49.5T480-528Zm-61 360h22l33-72h-55q-15 0-25.5 10.5T383-204q0 15 10.5 25.5T419-168Zm101 0h176v-198q0-10-1.5-19.5t-9.64-14.95Q674-407 662-413q-12-6-24-11L520-168Zm-40-552Zm0 408Z"/></svg> |