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
763 B
XML
1 line
763 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M144-238q-10-11-8.5-26t12.5-25l64-55q26-21 57-32t64-11q30 0 58 11.5t51 31.5l122 104q14 11 30.5 16t33.5 5q20 0 38.5-4t33.5-17l65-54q11-9 25.5-8t24.5 12q10 11 8.5 25.5T811-240l-65 55q-24 20-53 30.5T632-144q-32 0-61.5-10.5T517-185L395-288q-14-11-29.5-18.5T333-314q-20 0-39.5 6T258-288l-64 54q-11 10-25.5 8.5T144-238Zm96-177v-131l-45 25q-13 7-26.5 3T147-535L63-681q-8-13-4-27t17-22l208-121q10-5 20-9t21-4q13 0 23.5 6.5T364-840q16 39 45.5 67.5T480-744q41 0 69-29t45-67q5-12 16-18t24-6q11 0 21 4t20 9l209 121q13 8 17 22t-4 27l-84 147q-7 13-21 17.5t-27-3.5l-45-26v227l-36 31q-12 9-26.5 15t-29.5 6q-13 0-24.5-5T582-285l-109-96q-29-26-65-40t-75-14q-24 0-47 5.5T240-415Z"/></svg> |