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
693 B
XML
1 line
693 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M299.72-144Q270-144 249-165.16q-21-21.17-21-50.89v-360.23Q228-606 249.16-627q21.17-21 50.89-21h360.23Q690-648 711-626.84q21 21.17 21 50.89v360.23Q732-186 710.84-165q-21.17 21-50.89 21H299.72ZM444-240v12q0 15.3 10.29 25.65Q464.58-192 479.79-192t25.71-10.35Q516-212.7 516-228v-12h-72Zm0-48h72.07q0-23 13.97-43Q544-351 561-370.59q17-20.41 30.5-43.91Q605-438 605-468q0-50.54-36.65-86.27T479.85-590q-51.85 0-88.35 35.73Q355-518.54 355-468q0 30 14 53.5t31 43.91Q417-351 430.5-331q13.5 20 13.5 43ZM264-696q0-20 14-34t34-14h336q20 0 34 14t14 34H264Zm24-96q0-20 14-34t34-14h288q20 0 34 14t14 34H288Z"/></svg> |