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
689 B
XML
1 line
689 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M640-592q-48-48-76-108t-34-127q-2-15 8.5-26t25.5-11q15 0 25.5 11t12.5 26q6 52 29 99t60 85q37 38 84.5 60.5T875-554q15 2 26 12.5t11 25.5q0 15-11 25.5t-26 8.5q-67-6-127-34t-108-76Zm102-102q-27-27-44-61.5T675-828q-2-14 8-25t25-11q15 0 25.5 10.5T747-829q5 24 16.5 45.5T793-745q17 18 38.5 29.5T877-699q14 3 24.5 13.5T912-660q0 15-11 25t-25 8q-38-6-72.5-23T742-694ZM384-384q-60 0-102-42t-42-102q0-60 42-102t102-42q60 0 102 42t42 102q0 60-42 102t-102 42ZM96-168v-20q0-25 12-46.5t35-35.5q55-32 116-49t125-17q63 0 124 17t117 49q22 14 34.5 35.5T672-188v20q0 30-21 51t-51 21H168q-30 0-51-21t-21-51Z"/></svg> |