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
825 B
XML
1 line
825 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M636-696q-35 0-59.5-24.5T552-780q0-35 24.5-59.5T636-864q35 0 59.5 24.5T720-780q0 35-24.5 59.5T636-696ZM411-489l84 84q11 11 16 24t5 27v154q0 15-10.5 25.5T480-164q-15 0-25.5-10.5T444-200v-154L309-489q-10-8-16-19.5t-6-24.5q0-16 5.5-31t16.5-26l120-120q11-10 24-15t27-5q18 0 34 8.5t28 22.5l73 79q24 26 54 42.5t63 22.5q15 3 25.5 13.5T768-516q0 15-11 25.5t-25 8.5q-51-6-95.5-28T560-571l-30-37-119 119Zm-219 57q80 0 136 56t56 136q0 80-56 136T192-48q-80 0-136-56T0-240q0-80 56-136t136-56Zm0 312q50 0 85-35t35-85q0-50-35-85t-85-35q-50 0-85 35t-35 85q0 50 35 85t85 35Zm576-312q80 0 136 56t56 136q0 80-56 136T768-48q-80 0-136-56t-56-136q0-80 56-136t136-56Zm0 312q50 0 85-35t35-85q0-50-35-85t-85-35q-50 0-85 35t-35 85q0 50 35 85t85 35Z"/></svg> |