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.1 KiB
XML
1 line
1.1 KiB
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M684-312q45 0 76.5 31.5T792-204q0 45-31.5 76.5T684-96q-35 0-63-20t-39-52H295l-31 54q-8 13-22.5 17t-26.5-4q-12-8-16.5-22t3.5-27l151-263q-68-29-108.5-88T196-632q-2-16 9-28t27-12h496q16 0 27 12t9 28q-8 72-48.5 131T608-413l34 58q-18 5-33.5 14T579-320l-40-69q-14 3-29 4.5t-30 1.5q-14 0-28.5-1.5T423-389l-86 149h245q11-32 39-52t63-20Zm0 144q15 0 25.5-10.5T720-204q0-15-10.5-25.5T684-240q-15 0-25.5 10.5T648-204q0 15 10.5 25.5T684-168ZM480-456q69 0 125-39.5T684-600H276q23 65 79 104.5T480-456ZM360-781q-11-11-17-25.5t-7-31.5q-1-11 7-18.5t19-7.5q10 0 16 7.5t7 17.5q0 9 2.5 14.5T395-814q17 16 26.5 34t11.5 37q2 10-5.5 16.5T409-720q-10 0-16.5-6.5T383-743q-3-10-8.5-19.5T360-781Zm96 0q-11-11-17-25.5t-7-31.5q-1-11 7-18.5t19-7.5q9 0 15 7.5t7 17.5q1 8 3.5 14t7.5 11q16 15 26 33t12 37q2 10-5.5 17t-18.5 7q-10 0-16.5-6.5T479-743q-3-10-8.5-19.5T456-781Zm94 0q-11-11-17-26t-6-32q0-11 7.5-18t18.5-7q9 0 14.5 7.5T574-839q0 8 3 14t8 11q17 15 26.5 33.5T624-744q2 10-5.5 17t-18.5 7q-10 0-16.5-7t-9.5-16q-3-10-9-19.5T550-781Zm-70 325Z"/></svg> |