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
744 B
XML
1 line
744 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M743-116 638-220q-38 12-77.5 20t-80.5 8q-131 0-240.5-69T67-445q-5-8-7-17t-2-18q0-9 2.5-18t7.5-17q25-43 54.5-82.5T190-669l-75-75q-11-11-11-25t11-25q11-11 25.5-11t25.5 11l628 628q11 11 11 25t-11 25q-11 11-25.5 11T743-116ZM480-312q14 0 28-3t28-7L322-536q-3 14-6.5 28t-3.5 28q0 70 49 119t119 49Zm0-456q131 0 241 69t173 185q5 8 7 16.5t2 17.5q0 9-2.5 17.5T894-446q-19 35-42 67t-52 60q-12 12-29 11.5T742-320l-91-91q-6-6-8-15t0-17q2-9 3.5-18.5T648-480q0-70-49-119t-119-49q-10 0-19 1.5t-18 3.5q-8 2-16.5 0t-14.5-8l-41-41q-17-17-11-40t29-28q23-5 45.5-6.5T480-768Zm73 217q8 8 13 17.5t7 20.5q2 7-4.5 10t-11.5-2l-51-52q-5-5-2-11.5t10-5.5q11 3 21 9t18 14Z"/></svg> |