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
783 B
XML
1 line
783 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M480-131q-8 0-17.5-2t-17.5-7L193-279q-17-9-27-26t-10-36.87v-276.39q0-19.87 9.9-36.58 9.9-16.71 27-26.64l252-140Q453-826 462.5-828q9.5-2 18-2t18 2q9.5 2 17.6 6.56L768-680q17 9 26.5 25.93T804-617v275.21q0 19.79-9.5 36.79T768-279L516-140q-8 5-17.33 7-9.34 2-18.67 2ZM376-579q19.83-20.7 46.41-32.85Q449-624 480.29-624q31.29 0 57.67 12.15Q564.33-599.7 584-579l109-60-213-118-213 118 109 60Zm68 357v-118q-47-12-77.5-50.59-30.5-38.58-30.5-89.42 0-9.99 1-18.49 1-8.5 4-17.5l-113-63v237.1L444-222Zm36.5-186q29.49 0 50.5-20 21-20 21-52t-21-52q-21.01-20-50.5-20-29.5 0-51 20T408-480q0 32 21.5 52t51 20ZM516-222l216-119.9V-579l-113 63q3 10 4 18.23 1 8.24 1 17.77 0 50.84-30 89.42T516-340v118Z"/></svg> |