Ship Material Symbols in the 20 optical-size cut

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
This commit is contained in:
Andreas Reinhold / reini
2026-09-14 04:00:16 +02:00
co-authored by Claude Fable 5.1
parent b1fc0c9cfa
commit c22d693334
8272 changed files with 8310 additions and 17 deletions
@@ -0,0 +1 @@
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M732.21-384q-15.21 0-25.71-10.35T696-420v-84H564q-15.3 0-25.65-10.35Q528-524.7 528-540v-192q0-15.3 10.29-25.65Q548.58-768 563.79-768t25.71 10.35Q600-747.3 600-732v156h96v-156q0-15.3 10.29-25.65Q716.58-768 731.79-768t25.71 10.35Q768-747.3 768-732v156h12q15.3 0 25.65 10.29Q816-555.42 816-540.21t-10.35 25.71Q795.3-504 780-504h-12v84q0 15.3-10.29 25.65Q747.42-384 732.21-384ZM252-384q-15.3 0-25.65-10.35Q216-404.7 216-420v-120q0-29.7 21.15-50.85Q258.3-612 288-612h96v-84H252q-15.3 0-25.65-10.29Q216-716.58 216-731.79t10.35-25.71Q236.7-768 252-768h132q29.7 0 50.85 21.15Q456-725.7 456-696v84q0 29.7-21.15 50.85Q413.7-540 384-540h-96v84h132q15.3 0 25.65 10.29Q456-435.42 456-420.21t-10.35 25.71Q435.3-384 420-384H252ZM180.21-96Q165-96 154.5-106.35T144-132v-120q0-15.3 10.29-25.65Q164.58-288 179.79-288t25.71 10.35Q216-267.3 216-252v120q0 15.3-10.29 25.65Q195.42-96 180.21-96Zm144 0Q309-96 298.5-106.35T288-132v-120q0-15.3 10.29-25.65Q308.58-288 323.79-288t25.71 10.35Q360-267.3 360-252v120q0 15.3-10.29 25.65Q339.42-96 324.21-96Zm144 0Q453-96 442.5-106.35T432-132v-120q0-15.3 10.29-25.65Q452.58-288 467.79-288t25.71 10.35Q504-267.3 504-252v120q0 15.3-10.29 25.65Q483.42-96 468.21-96ZM612-96q-15.3 0-25.65-10.35Q576-116.7 576-132v-120q0-15.3 10.35-25.65Q596.7-288 612-288h168q15.3 0 25.65 10.35Q816-267.3 816-252v120q0 15.3-10.35 25.65Q795.3-96 780-96H612Z"/></svg>

After

Width:  |  Height:  |  Size: 1.4 KiB