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
821 B
XML
1 line
821 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M480-96q-24 0-46-9t-39-26q-24-24-45.5-33t-56.5-9q-50 0-85-35t-35-85q0-34-9-56t-33-46q-17-17-26-39t-9-46q0-24 9-46t26-39q24-24 33-45.5t9-56.5q0-50 35-85t85-35q34 0 56-9t46-33q17-17 39-26t46-9q24 0 46 9t39 26q24 24 45.5 33t56.5 9q50 0 85 35t35 85q0 34 9 56t33 46q17 17 26 39t9 46q0 24-9 46t-26 39q-24 24-33 45.5t-9 56.5q0 50-35 85t-85 35q-34 0-56 9t-46 33q-17 17-39 26t-46 9Zm108-216q25 0 42.5-17.5T648-372q0-25-17.5-42.5T588-432q-25 0-42.5 17.5T528-372q0 25 17.5 42.5T588-312Zm-229-46q11 11 25.18 11T409-358l189.83-188.84Q610-558 609.5-572.5T598-598q-11-11-25-11t-25.21 11.11L358.21-409.11Q347-398 347.5-383.5T359-358Zm13-170q25 0 42.5-17.5T432-588q0-25-17.5-42.5T372-648q-25 0-42.5 17.5T312-588q0 25 17.5 42.5T372-528Z"/></svg> |