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
725 B
XML
1 line
725 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M48-480q0-110 77-187t187-77q23 0 45 3.5t43 11.5q14 5 17 20.5t-8 27.5q-35 42-54 93.5T336-480q0 56 19 107.5t54 93.5q11 12 8 27.5T400-231q-21 8-43 11.5t-45 3.5q-110 0-187-77T48-480Zm432 190q-7 0-13.5-3t-11.5-8q-35-34-53-82.5T384-480q0-48 18-96.5t53-82.5q5-5 11.5-8t13.5-3q7 0 13.5 3t11.5 8q35 34 53 82.5t18 96.5q0 48-18 96.5T505-301q-5 5-11.5 8t-13.5 3Zm432-190q0 53-19.5 101T835-293q-52 52-123 70t-142-4q-14-5-21.5-18.5T546-273q5-14 18.5-21.5T592-297q51 16 102.5 3.5T784-344q27-27 41.5-62.5T840-480q0-38-14.5-73.5T784-616q-38-38-89.5-51T592-664q-14 5-27-2.5T547-688q-5-14 2-27t21-18q71-22 142-4t123 70q38 38 57.5 86T912-480Z"/></svg> |