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.2 KiB
XML
1 line
1.2 KiB
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M480-720q-62 0-114.5 25.5T277-624h71q15 0 25.5 10.5T384-588q0 15-10.5 25.5T348-552H180q-15 0-25.5-10.5T144-588v-168q0-15 10.5-25.5T180-792q15 0 25.5 10.5T216-756v94q46-60 114.5-95T480-792q70 0 131 26t107 72q40 40 65 91.5T814-492q2 14-9 24.5T779-457q-14 0-24.5-10T742-492q-6-44-26-82t-50-68q-36-36-83.5-57T480-720ZM180-456q14 0 25 9.5t13 23.5q11 90 74 153.5T444-194q19 2 27 13t8 24q0 14-9 25.5t-26 9.5q-119-13-202.5-97.5T146-423q-2-14 8.5-23.5T180-456Zm336-30 55 56q13 13 11.5 26.5T571-380q-10 10-24 11.5T520-380l-65-65q-5-5-8-11.5t-3-14.5v-141q0-15 10.5-25.5T480-648q15 0 25.5 10.5T516-612v126ZM761 0q-11 0-20-6.5T730-24l-7-32q-14-5-26.5-12T673-84l-32 10q-11 3-20.5-1T606-88l-8-13q-5-9-4-19.5t9-18.5l24-23q-2-9-3-23.5t3-34.5l-23-22q-8-8-9.5-18t3.5-20l8-13q5-10 15-14t21-1l30 9q11-10 24-17t27-12l7-32q2-11 11-17.5t20-6.5h14q11 0 20 6.5t11 17.5l7 32q14 5 27 12t24 17l31-9q11-3 20.5 1.5T930-293l8 13q5 9 3.5 19.5T932-242l-22 21q1 7 3 22t-3 37l23 22q8 8 9.5 18.5T939-102l-8 13q-5 9-14.5 13T896-75l-32-9q-11 10-24 16.5T813-56l-7 32q-2 11-11 17.5T775 0h-14Zm7-120q30 0 51-21t21-51q0-30-21-51t-51-21q-30 0-51 21t-21 51q0 30 21 51t51 21Z"/></svg> |