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
987 B
XML
1 line
987 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M481-792 245-657l235 135 235-135-234-135ZM144-320v-320q0-19.77 9.45-35.94Q162.9-692.12 180-702l262.62-152.27Q452-859 460.82-862q8.82-3 19.04-3 10.21 0 19.5 3 9.28 3 17.64 8l263 152q17.1 9.88 26.55 26.06Q816-659.77 816-640v148q0 15.3-10.29 25.65Q795.42-456 780.21-456t-25.71-10.35Q744-476.7 744-492v-99L515-460q-17.13 10-36.07 10Q460-450 443-460L216-591v270l222 129q8.1 4.56 13.05 12.77 4.95 8.21 4.95 18.25 0 20.98-18 31.48t-36-.5L180-258q-17-9-26.5-25.45T144-320ZM719.77 0Q640 0 584-56.23q-56-56.22-56-136Q528-272 584.23-328q56.22-56 136-56Q800-384 856-327.77q56 56.22 56 136Q912-112 855.77-56q-56.22 56-136 56ZM480-487Zm216 299-33-33q-7.36-7-17.18-7T629-221q-7 7-7 16.82t7 17.18l65.93 65.93Q700-116 706.3-113.5q6.3 2.5 13.5 2.5t13.5-2.5q6.3-2.5 11.7-7.5l66-66q7-7.36 7-17.18T811-221q-7-7-16.82-7T777-221l-33 33v-76q0-9.6-7.2-16.8-7.2-7.2-16.8-7.2-9.6 0-16.8 7.2-7.2 7.2-7.2 16.8v76Z"/></svg> |