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
922 B
XML
1 line
922 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="m191-490-97-97q-11-10.64-11-24.82T94-637l97-97q10.64-11 24.82-11T241-734l97 97q11 10.64 11 24.82T338-587l-97 97q-10.64 11-24.82 11T191-490ZM396-96q-15.3 0-25.65-10.35Q360-116.7 360-132v-161q-48-3-94.5-11.5T172-324q-15-4-23.5-17.5t-3.5-28q5-14.5 18.5-21t29.93-2.5q70.57 17 142.41 24T480-362q72.66 0 144.83-7 72.17-7 142.74-24 16.43-4 29.93 2.5t18.5 21q5 14.5-3.5 28T789-324q-47 11-94 19.5T600-293v161q0 15.3-10.35 25.65Q579.3-96 564-96H396Zm84-576q-50 0-85-35t-35-85q0-50 35-85t85-35q50 0 85 35t35 85q0 50-35 85t-85 35Zm-.21 264Q450-408 429-429.21t-21-51Q408-510 429.21-531t51-21Q510-552 531-530.79t21 51Q552-450 530.79-429t-51 21ZM672-522l-42-72q-5-8.1-5-18t5-18l42-72q5-8 13.21-13t18.24-5h82.1q10.03 0 18.24 5 8.21 5 13.21 13l42 72q5 8.1 5 18t-5 18l-42 72q-5 8-13.21 13t-18.24 5h-82.1q-10.03 0-18.24-5-8.21-5-13.21-13Z"/></svg> |