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
739 B
XML
1 line
739 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M550-100q-14 7-27.5 2.5T502-116l-60-120q-7-14-2.5-27.5T458-284q13-7 27-2.5t21 18.5l60 120q7 14 2.5 27.5T550-100Zm198 0q-14 7-28 2.5T699-116l-60-120q-7-14-2-27.5t19-20.5q14-7 27.5-2.5T704-268l60 120q7 14 2.5 27.5T748-100Zm-396 0q-14 7-28 2.5T303-116l-60-120q-7-14-2-27.5t19-20.5q14-7 27.5-2.5T308-268l60 120q7 14 2.5 27.5T352-100Zm-57-236q-85 0-142-61.5T96-545q0-77 52.5-132.5T278-743q30-56 84.5-88.5T480-864q85 0 148 54.5T705-672q67 2 113 52t46 116q0 70-49 119t-119 49H295Zm5-72h396q40 0 68-28t28-68q0-40-28-68t-68-28h-53l-9-60q-8-57-52-94.5T480-792q-46 0-84 25t-58 67l-14 28h-24q-55 0-93.5 38.5T168-540q0 55 38.5 93.5T300-408Zm180-192Z"/></svg> |