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
533 B
XML
1 line
533 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M144-480q0-140 98-238t238-98v-42q0-11 10-16t19 2l125 93q14 11 14 29t-14 29l-125 93q-9 7-19 2t-10-16v-42q-85 0-144.5 59.5T276-480q0 30 8.5 58t24.5 53q10 14 8.5 31T302-311l-35 26q-17 12-37 10t-31-19q-27-40-41-88t-14-98Zm336 336v42q0 11-10 16t-19-2l-125-93q-14-11-14-29t14-29l125-93q9-7 19-2t10 16v42q85 0 144.5-59.5T684-480q0-29-8.5-58T651-591q-9-14-8-31t15-27l35-26q17-12 36.5-10t31.5 19q27 41 41 88.5t14 97.5q0 140-98 238t-238 98Z"/></svg> |