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
721 B
XML
1 line
721 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M480-552q40 0 68-28t28-68q0-40-28-68t-68-28q-40 0-68 28t-28 68q0 40 28 68t68 28Zm0 168q-41 0-69.5-28.5T384-482q-11 7-23.5 10.5T335-468q-40 0-67.5-28T240-564q0-26 13-48.5t36-35.5q-23-13-36-35.5T240-732q0-40 27.5-68t67.5-28q13 0 25.5 4t23.5 11q-1-41 27-70t69-29q41 0 69 29t27 70q11-7 23.5-11t25.5-4q40 0 68 28t28 68q0 26-13 48.5T672-648q23 14 36 36t13 48q0 40-28 68t-68 28q-13 0-25.5-4T576-482q2 41-26.5 69.5T480-384Zm0 288q0-121 74.5-213.5T744-425q14-3 28.5-.5T797-412q10 11 11.5 26.5T807-355q-24 112-115.5 185.5T480-96Zm0 0q0-121-74.5-213.5T216-425q-14-3-28.5 0T163-411q-10 11-11.5 26t1.5 30q24 112 115.5 185.5T480-96Z"/></svg> |