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
1.0 KiB
XML
1 line
1.0 KiB
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M744-576q-30 0-51-21t-21-51q0-30 21-51t51-21q30 0 51 21t21 51q0 30-21 51t-51 21Zm-528 0q-30 0-51-21t-21-51q0-30 21-51t51-21q30 0 51 21t21 51q0 30-21 51t-51 21Zm162-48q-10 0-16-8t-4-18q4-25-2.5-43T330-734q-26-31-35.5-59.5T289-861q1-11 9-19t19-8q10 0 16.5 8t4.5 18q-5 33 2 52.5t27 44.5q24 29 34 56.5t7 57.5q-2 11-10.5 19t-19.5 8Zm108 0q-10 0-16-8t-4-18q4-25-2.5-43T438-734q-26-31-35.5-59.5T397-861q1-11 9-19t19-8q10 0 16 7.5t4 17.5q-4 29 3 52t27 46q24 29 34 56.5t7 57.5q-2 11-10.5 19t-19.5 8Zm108 0q-10 0-16-8t-4-18q4-25-2.5-43T546-734q-26-31-35.5-59.5T505-861q1-11 9-19t19-8q10 0 16 8t5 19q-4 34 2.5 52.5T583-765q24 29 34 56.5t7 57.5q-2 11-10.5 19t-19.5 8ZM96-288v-108q0-15 10.5-25.5T132-432v-21q9-30 30.5-52.5T213-528q15 0 29 5.5t24 16.5l38 43q8 8 15 15.5t17 15.5h288q10-8 17-15.5t15-15.5l38-43q10-11 24-16.5t29-5.5q29 0 50.5 22.5T828-453v21q15 0 25.5 10.5T864-396v108H96Zm71 192q-30 0-50.5-20.5T96-167v-49h768v49q0 30-20.5 50.5T793-96H167Z"/></svg> |