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
764 B
XML
1 line
764 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M360-378 214-232q-11 11-25 10.5T164-233q-11-11-11-25.5t11-25.5l196-196-197-197q-11-11-10.5-25.5T164-728q11-11 25.5-11t25.5 11l145 146v-249q0-16 10.5-26t25.5-10q8 0 14 2.5t11 7.5l184 184q5 5 7.5 11t2.5 14q0 8-2.5 14t-7.5 11L462-480l143 143q5 5 7.5 11t2.5 14q0 8-2.5 14t-7.5 11L421-103q-5 5-11 7.5T396-93q-15 0-25.5-10.5T360-129v-249Zm72-174 96-96-96-96v192Zm0 336 96-96-96-96v192Zm196-212-38-37q-6-6-6-14.5t6-14.5l36-36q11-11 25-8.5t17 15.5q2 10 3 20t1 23q0 11-1 21.5t-3 20.5q-3 13-16.5 16.5T628-428Zm101 102q-7-6-9.5-16t.5-18q13-32 18.5-60t5.5-60q0-33-5-60t-18-58q-3-8-1-18t9-17q15-15 34-11.5t27 23.5q14 34 20 66.5t6 74.5q0 43-6 76t-20 65q-8 20-26.5 24T729-326Z"/></svg> |