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
868 B
XML
1 line
868 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M192-515v-181q0-22.31 12-40.15Q216-754 236-762l216-90q14-5 28-5t28 5l216 90q20 8 32 25.85 12 17.84 12 40.15v192q-30 0-51 21.15T696-432v117l-92-92q10-16.91 15-35.16 5-18.25 5-37.84 0-60-42-102t-102-42q-60 0-102 42t-42 102q0 60 42 102t102 42q20 0 38-4.5t35.14-15.5L675-234q-29 42-70.5 74.5T515-108q-8 4-17 5.5t-18 1.5q-9 0-18-2t-17-5q-120-48-186.5-163.5T192-515Zm288.21 107Q510-408 531-429.21t21-51Q552-510 530.79-531t-51-21Q450-552 429-530.79t-21 51Q408-450 429.21-429t51 21Zm324 312Q789-96 778.5-106.29t-10.5-25.5q0-15.21 10.29-25.71t25.5-10.5q15.21 0 25.71 10.29t10.5 25.5q0 15.21-10.29 25.71T804.21-96ZM768-276v-120q0-15.3 10.29-25.65Q788.58-432 803.79-432t25.71 10.35Q840-411.3 840-396v120q0 15.3-10.29 25.65Q819.42-240 804.21-240t-25.71-10.35Q768-260.7 768-276Z"/></svg> |