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
587 B
XML
1 line
587 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M168-192q-29 0-50.5-21.5T96-264v-432q0-30 21.5-51t50.5-21h624q29 0 50.5 21t21.5 51v241q0 11-9.5 16.5t-19.5.5q-66-28-137-13.5T575-385q-34 34-52.5 76.5T504-218q0 11-6.5 18.5T480-192H168ZM744-48q-6 0-8-6-14-57-55.5-98.5T582-208q-6-2-6-8 0-7 6-8 57-14 98.5-55.5T736-378q2-6 8-6 7 0 8 6 15 57 56 98t98 56q6 1 6 8 0 6-6 8-57 14-98.5 55.5T752-54q-1 6-8 6ZM480-517 223-664q-19-11-37 0t-18 32q0 10 5.5 18.5T187-600l257 147q17 10 36 10t36-10l258-147q8-5 13-13.5t5-18.5q0-21-18-32t-37 0L480-517Z"/></svg> |