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
1019 B
XML
1 line
1019 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M478 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 0ZM360-288q-29.7 0-50.85-21.15Q288-330.3 288-360v-240h-60q-15.3 0-25.65-10.29Q192-620.58 192-635.79t10.35-25.71Q212.7-672 228-672h60v-60q0-15.3 10.29-25.65Q308.58-768 323.79-768t25.71 10.35Q360-747.3 360-732v372h372q15.3 0 25.65 10.29Q768-339.42 768-324.21t-10.35 25.71Q747.3-288 732-288h-60v60q0 15.3-10.29 25.65Q651.42-192 636.21-192t-25.71-10.35Q600-212.7 600-228v-60H360Zm240-144v-168H432v-72h168q29.7 0 50.85 21.15Q672-629.7 672-600v168h-72ZM482-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> |