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
722 B
XML
1 line
722 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="m735-648-67 34q-11 5-20-1.5t-7-17.5l13-73q1-5-1-8.5t-5-6.5l-54-52q-8-8-4.5-18.5T604-804l76-10q1 0 14-10l33-66q5-10 17-10t17 10l33 66q1 1 14 10l76 10q11 2 14.5 12.5T894-773l-54 52q-1 1-6 15l13 73q2 11-7.5 17.5T820-614l-67-34q-1-1-18 0ZM158-301q-34 0-54-19t-20-53q0-63 53-135.5T240-629v-19q0-70 49-119t119-49h84q-5 17-8 35t-3 37q0 68 27 119t64 80q-63 48-105.5 79.5t-72.5 53Q364-391 341-377t-49 28q-31 17-66 32.5T158-301Zm250 157q-54 0-96-29t-61-76q17-7 33-15.5t33-16.5q30-14 55-28.5t59-37.5q34-23 82-60t123-96q32 11 52.5 16.5T744-481v169q0 70-49 119t-119 49H408ZM156-371q22 0 43-5.5t41-13.5v-115q-35 36-55.5 68.5T156-371Z"/></svg> |