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
811 B
XML
1 line
811 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M216-96q-29.7 0-50.85-21.15Q144-138.3 144-168v-168q0-29.7 21.15-50.85Q186.3-408 216-408h528q29.7 0 50.85 21.15Q816-365.7 816-336v168q0 29.7-21.15 50.85Q773.7-96 744-96H216Zm0-72h528v-168H216v168Zm219-538 80-140q5-8 12.75-11.5t15.5-1.5q7.75 2 13.82 7 6.06 5 7.93 15l26.14 158L746-721q9-2 16.73.57 7.72 2.57 12.27 9.43 5 7.09 5 15.06 0 7.97-5 15.94l-93 131 54 30q13 8 17 22.61T749-469q-8 13-22 17t-27-4l-88-50q-14-7.98-17.5-23.49Q591-545 600-558l43-60-109 30-19-112-57 99-92-66 30 109-112 19 35 20q13 8 17 22.61T332-469q-8 13-22 17t-27-4l-145-83q-8-5-11.5-12.75t-1.5-15.5q2-7.75 7-13.82 5-6.06 15-7.93l158-26.14L263-770q-2-9 .57-16.73 2.57-7.72 9.43-12.27 7.09-5 15.06-5 7.97 0 15.94 5l131 93Zm57 250Zm-12 204Z"/></svg> |