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
976 B
XML
1 line
976 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M659-156q-14 0-24.5-10.5T624-192q0-14 10.5-25t25.5-11h216q14 0 25 11t11 25q0 15-11 25.5T876-156H659ZM480-96q-70 0-131-26.5t-106.5-72Q197-240 170.5-301T144-432q0-70 26.5-131t72-106.5Q288-715 349-741.5T480-768q60 0 113.5 19.5T691-694l49-49q11-11 25.5-11t25.5 11q11 11 11 25.5T791-692l-49 49q34 43 53.5 97.5T816-431q0 16-10.5 26.5T780-394q-15 0-25.5-10.5T744-430q0-109-77-187.5T480-696q-110 0-187 77t-77 187q0 110 77 187t187 77q14 0 27.5-1.5T535-174q14-1 25 6.5t14 21.5q3 15-5 28t-23 16q-16 4-32.5 5T480-96Zm51-126q5-35 18.5-66t35.5-57q22-26 50-44.5t60-29.5q1-9 .5-18.5T694-456H578L441-220q25 5 49 4t41-6Zm-37-282h189q-15-42-45.5-74.5T566-630l-72 126Zm-69 24 94-164q-45-8-88.5 2T352-605l73 125Zm-159 72h145l-95-164q-30 35-44 77t-6 87Zm128 174 72-126H277q14 43 44.5 75.5T394-234Zm1-582q-14 0-24.5-10.5T360-852q0-14 10.5-25t25.5-11h168q14 0 25 11t11 25q0 15-11 25.5T564-816H395Z"/></svg> |