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="M780-144H180q-15.3 0-25.65-10.29Q144-164.58 144-179.79t10.35-25.71Q164.7-216 180-216h600q15.3 0 25.65 10.29Q816-195.42 816-180.21t-10.35 25.71Q795.3-144 780-144ZM240-324.21q0 15.21-10.35 25.71T204-288h-24q-15.3 0-25.65-10.29Q144-308.58 144-323.79t10.35-25.71Q164.7-360 180-360h24q15.3 0 25.65 10.29Q240-339.42 240-324.21ZM324-288q-15.3 0-25.65-10.35Q288-308.7 288-324v-312q0-15.3 10.35-25.65Q308.7-672 324-672h312q15.3 0 25.65 10.35Q672-651.3 672-636v312q0 15.3-10.35 25.65Q651.3-288 636-288H324Zm456 0h-24q-15.3 0-25.65-10.29Q720-308.58 720-323.79t10.35-25.71Q740.7-360 756-360h24q15.3 0 25.65 10.29Q816-339.42 816-324.21t-10.35 25.71Q795.3-288 780-288ZM240-480.21q0 15.21-10.35 25.71T204-444h-24q-15.3 0-25.65-10.29Q144-464.58 144-479.79t10.35-25.71Q164.7-516 180-516h24q15.3 0 25.65 10.29Q240-495.42 240-480.21ZM780-444h-24q-15.3 0-25.65-10.29Q720-464.58 720-479.79t10.35-25.71Q740.7-516 756-516h24q15.3 0 25.65 10.29Q816-495.42 816-480.21t-10.35 25.71Q795.3-444 780-444ZM240-636.21q0 15.21-10.35 25.71T204-600h-24q-15.3 0-25.65-10.29Q144-620.58 144-635.79t10.35-25.71Q164.7-672 180-672h24q15.3 0 25.65 10.29Q240-651.42 240-636.21ZM780-600h-24q-15.3 0-25.65-10.29Q720-620.58 720-635.79t10.35-25.71Q740.7-672 756-672h24q15.3 0 25.65 10.29Q816-651.42 816-636.21t-10.35 25.71Q795.3-600 780-600Zm0-144H180q-15.3 0-25.65-10.29Q144-764.58 144-779.79t10.35-25.71Q164.7-816 180-816h600q15.3 0 25.65 10.29Q816-795.42 816-780.21t-10.35 25.71Q795.3-744 780-744Z"/></svg>

After

Width:  |  Height:  |  Size: 1.5 KiB