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
992 B
XML
1 line
992 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M420-228q-25 0-42.5-2.5T360-248q0-17 17.5-28.5T420-288q25 0 42.5 11.5T480-248q0 15-17.5 17.5T420-228Zm312 84q-25 0-42.5-2.5T672-164q0-17 17.5-28.5T732-204q25 0 42.5 11.5T792-164q0 15-17.5 17.5T732-144Zm-192 0q-25 0-42.5-2.5T480-164q0-17 17.5-28.5T540-204q25 0 42.5 11.5T600-164q0 15-17.5 17.5T540-144Zm-312 0q-25 0-42.5-2.5T168-164q0-17 17.5-28.5T228-204q25 0 42.5 11.5T288-164q0 15-17.5 17.5T228-144Zm156 48q-25 0-42.5-2.5T324-116q0-17 17.5-28.5T384-156q25 0 42.5 11.5T444-116q0 15-17.5 17.5T384-96ZM240-360v24q0 20-14 34t-34 14q-20 0-34-14t-14-34v-267q0-11 2-20.5t6-19.5l70-176q8-20 26-32.5t41-12.5h382q23 0 41 12.5t26 32.5l70 176q4 10 6 19.5t2 20.5v267q0 20-14 34t-34 14q-20 0-34-14t-14-34v-24H240Zm1-312h478l-48-120H289l-48 120Zm71 204q20 0 34-14t14-34q0-20-14-34t-34-14q-20 0-34 14t-14 34q0 20 14 34t34 14Zm336 0q20 0 34-14t14-34q0-20-14-34t-34-14q-20 0-34 14t-14 34q0 20 14 34t34 14Z"/></svg> |