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
657 B
XML
1 line
657 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M480-336q46 0 84.5-24.5T626-425q8-13-.5-26T600-469q-14-4-26 4.5T555-443q-11 20-31.5 27.5T480-408q-23 0-43.5-7.5T405-443q-7-13-19-21.5t-26-4.5q-17 5-25.5 18t-.5 26q23 40 61.5 64.5T480-336Zm-96-192q20 0 34-14t14-34q0-20-14-34t-34-14q-20 0-34 14t-14 34q0 20 14 34t34 14Zm192 0q20 0 34-14t14-34q0-20-14-34t-34-14q-20 0-34 14t-14 34q0 20 14 34t34 14Zm-96-208q32-38 78-59t95-21q89 0 150 61t61 150q0 39-9.5 73t-37 75q-27.5 41-78 94T607-235l-79 71q-20 19-48 19t-48-19l-76-68q-76-71-126.5-123.5t-80-95Q120-493 108-529.5T96-605q0-89 61-150t150-61q49 0 95 21t78 59Z"/></svg> |