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
1019 B
XML
1 line
1019 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="m696-188-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.8v76ZM480-449q9 0 18.5-2.5T516-459l197-114q13-8 17-22t-4-27q-8-13-22-17t-27 4L480-522 283-635q-13-8-27-4t-22 17q-8 13-4 27t17 22l197 114q8 5 17.5 7.5T480-449ZM144-320v-320q0-19.77 9.45-35.94Q162.9-692.12 180-702l263-152q8-5 17.5-7.5t19.71-2.5q10.22 0 19.5 2.5Q509-859 517-854l263 152q17.1 9.88 26.55 26.06Q816-659.77 816-640v159q0 16-13 25.5t-29 5.5q-14-3-27.21-4.5Q733.57-456 720-456q-110 0-187 77t-77 187v15.03q0 6.97 1 14.24 2 22.73-15 35.23-17 12.5-34 1.5L180-258q-17.1-9.88-26.55-26.06Q144-300.23 144-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 56Z"/></svg> |