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
784 B
XML
1 line
784 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="m127-582 130-227q5-9 13.5-13.5T288-827q9 0 17.5 4.5T319-809l130 227q5 9 5 18.5t-5 17.5q-5 8-12.5 13t-18.35 5h-260.3q-10.85 0-18.35-5-7.5-5-12.5-13t-5-17.5q0-9.5 5-18.5Zm161 438q-60 0-102-42t-42-102q0-60 42-102t102-42q60 0 102 42t42 102q0 60-42 102t-102 42Zm240-35.96v-215.76q0-15.28 10.34-25.78 10.34-10.5 25.62-10.5h215.76q15.28 0 25.78 10.34 10.5 10.34 10.5 25.62v215.76q0 15.28-10.34 25.78-10.34 10.5-25.62 10.5H564.28q-15.28 0-25.78-10.34-10.5-10.34-10.5-25.62ZM649-547l-51-43q-63-53-86-82t-23-67.14q0-41.86 28-71.36t72.46-29.5q25.54 0 46.04 10.5T672-797q16-22 37-32.5t46.18-10.5Q799-840 827-810.74q28 29.26 28 71.74 0 38-22.5 66T747-591l-52 44q-9.66 8-22.83 8-13.17 0-23.17-8Z"/></svg> |