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
853 B
XML
1 line
853 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M372.21-480q-15.21 0-25.71-10.29t-10.5-25.5q0-15.21 10.29-25.71t25.5-10.5q15.21 0 25.71 10.29t10.5 25.5q0 15.21-10.29 25.71t-25.5 10.5Zm216 0q-15.21 0-25.71-10.29t-10.5-25.5q0-15.21 10.29-25.71t25.5-10.5q15.21 0 25.71 10.29t10.5 25.5q0 15.21-10.29 25.71t-25.5 10.5ZM216-96q-29.7 0-50.85-21.15Q144-138.3 144-168v-144q0-24 12.5-44t35.5-28v-192q0-59.51 22.5-112.25 22.5-52.75 61.52-91.8 39.02-39.06 91.5-61.5Q420-864 480-864q60 0 112.51 22.44 52.51 22.44 91.56 61.49 39.05 39.05 61.49 91.56Q768-636 768-576v192q23 8 35.5 28t12.5 44v144q0 29.7-21.15 50.85Q773.7-96 744-96H216Zm0-216v144h78v-144h-78Zm150 144h78v-144h-78v144ZM264-384h180v-405q-78 14-129 74t-51 139v192Zm252 0h180v-192q0-79-51-139t-129-74v405Zm0 216h78v-144h-78v144Zm150 0h78v-144h-78v144Z"/></svg> |