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
947 B
XML
1 line
947 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M312-288q-29.7 0-50.85-21.15Q240-330.3 240-360v-240q0-29.7 21.15-50.85Q282.3-672 312-672h48l37-37q5-5 11.5-8t14.5-3h114q8 0 14.5 3t11.5 8l37 37h48q29.7 0 50.85 21.15Q720-629.7 720-600v240q0 29.7-21.15 50.85Q677.7-288 648-288H312Zm0-72h336v-240H312v240Zm168.21-48Q510-408 531-429.21t21-51Q552-510 530.79-531t-51-21Q450-552 429-530.79t-21 51Q408-450 429.21-429t51 21Zm1.79-73ZM478 0Q301 0 169.5-110.5T6-388q-3-14.36 6-26.18T35.5-428q14.5-2 27.05 6.84T78-398q28 134 130 225T449-73l-42-43q-11-11-11-25t11-25q11-11 25.5-11.5T458-167L585.25-39.75Q592-33 589.32-23.1 586.64-13.2 577-11q-29 6-54 8.5T478 0Zm4-960q177 0 308.5 111T954-571q3 13.98-6 25.49Q939-534 924.5-532t-27.05-6.84Q884.9-547.68 882-562q-28-134-130-225T511-887l42 43q11 11 11 25t-11 25q-11 11-25.5 11.5T502-793L374.75-920.25Q368-927 370.68-936.9q2.68-9.9 12.32-12.1 29-6 54-8.5t45-2.5Z"/></svg> |