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
803 B
XML
1 line
803 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M288-96q-29.7 0-50.85-21.19Q216-138.37 216-168.12v-72.13Q216-270 237.15-291T288-312v-216q-30 0-51-21.19-21-21.18-21-50.93v-72.13Q216-702 237.15-723T288-744h120v-48h-12q-15.3 0-25.65-10.29Q360-812.58 360-827.79t10.35-25.71Q380.7-864 396-864h168q15.3 0 25.65 10.29Q600-843.42 600-828.21t-10.35 25.71Q579.3-792 564-792h-12v48h120q29.7 0 50.85 21.19Q744-701.63 744-671.88v72.13Q744-570 722.85-549T672-528v216q30 0 51 21.19 21 21.18 21 50.93v72.13Q744-138 722.85-117T672-96H288Zm0-72h384v-72h-72v-288h-35.79q-15.21 0-25.71-10.29t-10.5-25.5q0-15.21 10.35-25.59 10.35-10.39 25.65-10.39h108V-672H288v72h72v288h35.79q15.21 0 25.71 10.29t10.5 25.5q0 15.21-10.35 25.59-10.35 10.39-25.65 10.39H288V-168Zm192-252Z"/></svg> |