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
941 B
XML
1 line
941 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M582-744H324q-15.3 0-25.65-10.29Q288-764.58 288-779.79t10.35-25.71Q308.7-816 324-816h258l-7-7q-11-10.91-10.5-25.45Q565-863 575.52-874q11.48-11 25.98-11t25.5 11l68 69q11 10.64 11 24.82T695-755l-69 69q-10.64 11-24.82 10.5T576-686.52Q565-698 565-712.5t11-25.5l6-6ZM216-228h528v-168H216v168Zm96-36q20 0 34-14t14-34q0-20-14-34t-34-14q-20 0-34 14t-14 34q0 20 14 34t34 14Zm336 0q20 0 34-14t14-34q0-20-14-34t-34-14q-20 0-34 14t-14 34q0 20 14 34t34 14ZM281-588l8 8q11 11 11 25t-10.52 25Q278-519 263.5-519T238-530l-69-68q-11-10.64-11-24.82T169-648l69-69q11-11 25.5-11.5t25.98 10.5Q300-707 300-692.5T289-667l-7 7h389q22 0 40.5 12.5t26.31 32.96L811-433q2 7 3.5 13.7 1.5 6.71 1.5 13.41V-132q0 20-14 34t-34 14q-20 0-34-14t-14-34v-24H240v24q0 20-14 34t-34 14q-20 0-34-14t-14-34v-264q0-29.7 21.15-50.85Q186.3-468 216-468h503l-48-120H281Zm-65 192v168-168Z"/></svg> |