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
1.1 KiB
XML
1 line
1.1 KiB
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M36-96q-15 0-25.5-10.5T0-132v-14q0-31 23-52.5T88-231q24-6 47.5-8t47.5 0q8 1 13 8.5t3 15.5q-3 10-5 21.5t-2 26.5v35q0 15-10.5 25.5T156-96H36Zm240 0q-15 0-25.5-10.5T240-132v-35q0-66 65.5-105.5T480-312q109 0 174.5 39.5T720-167v35q0 15-10.5 25.5T684-96H276Zm528 0q-15 0-25.5-10.5T768-132v-35q0-15-2-26.5t-5-21.5q-2-8 3-15.5t13-8.5q24-2 47.5 0t47.5 8q42 11 65 32.5t23 52.5v14q0 15-10.5 25.5T924-96H804ZM168-288q-30 0-51-21t-21-51q0-30 21-51t51-21q30 0 51 21t21 51q0 30-21 51t-51 21Zm624 0q-30 0-51-21t-21-51q0-30 21-51t51-21q30 0 51 21t21 51q0 30-21 51t-51 21Zm-312-48q-50 0-85-35t-35-85q0-50 35-85t85-35q50 0 85 35t35 85q0 50-35 85t-85 35Zm0-428q42-48 98-74t118-26q110 0 187 77t77 187q0 34-7.5 66.5T931-470q-7 15-21.5 22t-29.5 1q-14-5-19.5-18t.5-25q13-26 20-53.5t7-56.5q0-80-56-136t-136-56q-56 0-103.5 29.5T509-690q-11 14-29 14t-29-14q-36-43-83.5-72.5T264-792q-80 0-136 56T72-600q0 29 7.5 56T99-491q6 12 0 25t-20 18q-15 6-29.5-1T28-471q-14-30-21-62.5T0-600q0-110 77-187t187-77q62 0 118 26t98 74Z"/></svg> |