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
780 B
XML
1 line
780 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M480-312q-70 0-119-49t-49-119q0-70 49-119t119-49q70 0 119 49t49 119q0 70-49 119t-119 49Zm0-72q40 0 68-28t28-68q0-40-28-68t-68-28q-40 0-68 28t-28 68q0 40 28 68t68 28Zm0 240q-91 0-176.5-10T139-184q-18-5-30.5-18.5T96-234q0-14 12-23t26-5q25 7 53 13t62 12q-51-48-78-111t-27-132q0-91 10-176.5T184-821q5-18 19-30.5t32-12.5q14 0 22.5 12t4.5 26q-8 29-14 57.5T237-711q48-51 111-78t132-27q91 0 176.5 10T821-776q18 5 30.5 18.5T864-726q0 14-12 23t-26 5q-29-8-57.5-14T711-723q51 48 78 111t27 132q0 91-10.5 177T774-136q-5 17-18.5 28.5T725-96q-14 0-22.5-12t-4.5-26q7-25 13-53t12-62q-48 51-111 78t-132 27Zm0-72q110 0 187-77t77-187q0-110-77-187t-187-77q-110 0-187 77t-77 187q0 110 77 187t187 77Z"/></svg> |