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
964 B
XML
1 line
964 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M403-96q-103 0-173-63.5T144-335q-2-10 5.5-17.5T168-360h423l45-408q5-42 35.5-69t72.5-27q45 0 76.5 31.5T852-756v14q0 15-10.5 25.5T816-706q-15 0-25.5-10.5T780-742v-14q0-15-10.5-25.5T744-792q-14 0-24 9t-12 23l-48 429q-11 103-84 169T403-96Zm0-72q56 0 104-32t70-88H228q23 58 70 89t105 31Zm5-120ZM273-432q-12 0-18.5-9t-4.5-23q1-8 1.5-12.5t.5-9.5q0-31-18-71t-18-65q0-8 1-16.5t5-18.5q3-7 9-11t12-4q12 0 17.5 9t3.5 23q-2 14 0 18 0 26 17.5 65t17.5 71q0 12-1.5 21.5T293-447q-2 6-7.5 10.5T273-432Zm228 0q-12 0-18.5-8.5T478-464q1-7 1.5-12t.5-10q0-32-18-71.5T444-622q0-8 1-16.5t5-18.5q3-7 9-11t12-4q12 0 18 9t4 23q-1 7-1 18 0 26 17.5 65t17.5 71q0 12-1.5 21.5T521-447q-2 7-7.5 11t-12.5 4Zm-114 0q-12 0-17.5-8.5T366-464q1-7 1-12v-10q0-32-18.5-71.5T330-622q0-8 .5-16.5T335-657q3-7 8.5-11t12.5-4q11 0 18 9t4 23l-2 18q0 26 19.5 65t19.5 71q0 12-1.5 21.5T409-447q-2 7-8.5 11t-13.5 4Z"/></svg> |