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
2.0 KiB
XML
1 line
2.0 KiB
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M204-96q45 0 76.5-31.5T312-204v-24q0-15.3-10.29-25.65Q291.42-264 276.21-264t-25.71 10.35Q240-243.3 240-228v24q0 15.3-10.29 25.65Q219.42-168 204.21-168t-25.71-10.35Q168-188.7 168-204v-24q0-15.3-10.29-25.65Q147.42-264 132.21-264t-25.71 10.35Q96-243.3 96-228v24q0 45 31.5 76.5T204-96Zm276 0q45 0 76.5-31.5T588-204v-24q0-15.3-10.29-25.65Q567.42-264 552.21-264t-25.71 10.35Q516-243.3 516-228v24q0 15.3-10.29 25.65Q495.42-168 480.21-168t-25.71-10.35Q444-188.7 444-204v-24q0-15.3-10.29-25.65Q423.42-264 408.21-264t-25.71 10.35Q372-243.3 372-228v24q0 45 31.5 76.5T480-96Zm276 0q45 0 76.5-31.5T864-204v-24q0-15.3-10.29-25.65Q843.42-264 828.21-264t-25.71 10.35Q792-243.3 792-228v24q0 15.3-10.29 25.65Q771.42-168 756.21-168t-25.71-10.35Q720-188.7 720-204v-24q0-15.3-10.29-25.65Q699.42-264 684.21-264t-25.71 10.35Q648-243.3 648-228v24q0 45 31.5 76.5T756-96ZM168-336q-29.7 0-50.85-21.18Q96-378.35 96-408.09v-144.17Q96-582 117.15-603q21.15-21 50.85-21h624q29.7 0 50.85 21.18Q864-581.65 864-551.91v144.17Q864-378 842.85-357 821.7-336 792-336H168Zm0-72h624v-144H168v144Zm36-456q45 0 76.5 31.5T312-756v24q0 15.3-10.29 25.65Q291.42-696 276.21-696t-25.71-10.35Q240-716.7 240-732v-24q0-15.3-10.29-25.65Q219.42-792 204.21-792t-25.71 10.35Q168-771.3 168-756v24q0 15.3-10.29 25.65Q147.42-696 132.21-696t-25.71-10.35Q96-716.7 96-732v-24q0-45 31.5-76.5T204-864Zm276 0q45 0 76.5 31.5T588-756v24q0 15.3-10.29 25.65Q567.42-696 552.21-696t-25.71-10.35Q516-716.7 516-732v-24q0-15.3-10.29-25.65Q495.42-792 480.21-792t-25.71 10.35Q444-771.3 444-756v24q0 15.3-10.29 25.65Q423.42-696 408.21-696t-25.71-10.35Q372-716.7 372-732v-24q0-45 31.5-76.5T480-864Zm276 0q45 0 76.5 31.5T864-756v24q0 15.3-10.29 25.65Q843.42-696 828.21-696t-25.71-10.35Q792-716.7 792-732v-24q0-15.3-10.29-25.65Q771.42-792 756.21-792t-25.71 10.35Q720-771.3 720-756v24q0 15.3-10.29 25.65Q699.42-696 684.21-696t-25.71-10.35Q648-716.7 648-732v-24q0-45 31.5-76.5T756-864ZM168-408v-144 144Z"/></svg> |