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
632 B
XML
1 line
632 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M348-96q-25 0-42.5-17.5T288-156q0-25 17.5-42.5T348-216q25 0 42.5 17.5T408-156q0 25-17.5 42.5T348-96Zm408 0q-25 0-42.5-17.5T696-156q0-25 17.5-42.5T756-216q25 0 42.5 17.5T816-156q0 25-17.5 42.5T756-96ZM565-661 422-836q31-14 63.5-21t66.5-7q36 0 71 6.5t66 23.5q12 7 13.5 20.5T694-790L565-661Zm-85 349h189L360-684v252q0 50 35 85t85 35Zm11-174ZM132-684q-15 0-25.5-10.5T96-720q0-60 42-102t102-42q26 0 54 11t48 34l415 500q20 23 6.5 51T720-240H480q-80 0-136-56t-56-136v-341l-6-5q-9-8-20-11t-22-3q-30 0-51 21t-21 51q0 15-10.5 25.5T132-684Z"/></svg> |