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="M157-386H78q-13 0-21.5-8.5T48-416q0-13 8.5-21.5T78-446h79l-18-18q-9-9-9-21.5t9-21.5q9-9 21-9t21 9l66 66q5 5 8 11.3 3 6.3 3 13.5t-3 14.2q-3 7-8 12l-65 65q-9.21 9-21.5 9t-21.5-9q-9-8.79-9-21t9-21l18-19Zm2.8 323q-7.2 0-13.5-2.5T135-73l-66-66q-9-9-9-21t9-21q9-9 21-9.5t21 8.5l19 19v-80q0-13 8.5-21.5T160-273q13 0 21.5 8.5T190-243v80l19-18q9-9 21-9.5t21 8.68q9 9.17 9 21.41 0 12.23-9 21.41l-65 66q-5 5-12 7.5T159.8-63ZM603-264H385l-37 64q-7 11-20.5 12.5T303-194q-14-10-15-26.5t7-31.5l41-72q9.9-17.1 26.55-26.55T399-360h105l49-199q8.44-28.8 31.22-46.9Q607-624 636.24-624q41.29 0 67.53 32Q730-560 720-519l-47 199q-6 25-25.46 40.5T603-264ZM456-96q-20 0-34-14t-14-34q0-20 14-34t34-14h219q14 0 27 3t26 9v-40q0-64 15.5-124.5T789-461l20-37q12-22 8.5-46T797-586q-8-8-11.5-16.5T782-622q0-21 15.23-35.5 15.24-14.5 35.85-14.5 17.92 0 32.72 9.35 14.8 9.36 22.88 25.39 11.66 23.16 17.49 47.21Q912-566 912-541q0 14-1.5 27.5T905-486l-90 336q-7 23-26.05 38.5T745.4-96H456Zm203.75-576q-34.75 0-59.25-24.75t-24.5-59.5q0-34.75 24.75-59.25t59.5-24.5q34.75 0 59.25 24.75t24.5 59.5q0 34.75-24.75 59.25t-59.5 24.5ZM327-642q-11-11-18-27.89t-7-35.66q0-8.45 1.5-15.45t3.5-12q4.68-13 16.84-19t24.16-.55Q359-748 364-737t-.25 22q-1.75 3-1.75 4.8v4.2q0 7.5 3 13.75t9 12.25q9.78 10.25 16 24.7 6.22 14.45 8 30.3 1 9 .14 17.57-.85 8.57-3.14 15.43-5 14-16.5 20.5t-24.5 1.05q-11-4.55-16.5-15.71T337-608q2-4 2-8 0-8-3-14t-9-12Zm-132-5q-9-11-13.5-25.62-4.5-14.62-4.5-31.07 0-7.31.5-13.81.5-6.5 2.5-11.5 4-14 15.31-21.5Q206.63-758 220-753q12 4 18 15t1 23q-1 2-1.5 4t-.5 4q0 8.21 2.5 15.61Q242-684 248-676q9 11 13.5 25.9 4.5 14.89 4.5 31.65 0 7.45-.5 13.95-.5 6.5-2.5 11.5-4 14-15 21t-24 2q-12-4-18-15t-1-23q1-1.85 1-3.69V-616q0-8.21-2.5-15.61Q201-639 195-647Zm272 11q-14 0-23-9.95t-7-23.66l24-159.62Q418-840 375-846t-87-6q-44 0-87 6t-86 16.77l24 159.53q2 13.7-7 23.7t-23 10q-11 0-19.5-7.21T79-661L53-838q-2-16 6-28t23-17q47-14 101.3-21.5t104.5-7.5q50.2 0 104.7 7.5T494-883q15 5 23 17.61t6 27.39l-25.93 175.94Q495-651 486.5-643.5 478-636 467-636Z"/></svg>

After

Width:  |  Height:  |  Size: 2.1 KiB