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
603 B
XML
1 line
603 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 96 960 960"><path d="M480 480q77 0 145.5 24T751 570q16 12 17.5 32T756 636q-14 14-34 15t-37-10q-44-31-96-48t-109-17q-57 0-109 17t-96 48q-17 11-37 10t-34-15q-14-14-12.5-34t17.5-32q57-42 125.5-66T480 480Zm0-240q126 0 238 41.5T921 398q16 14 17.5 34T926 466q-15 15-36 14.5T852 466q-78-61-172-95.5T480 336q-106 0-200 34.5T108 466q-17 14-38 15t-36-14q-14-14-12.5-34.5T39 398q91-75 203-116.5T480 240Zm-45 621-63-29q-11-5-11-16t11-16l63-29 29-63q5-11 16-11t16 11l29 63 63 29q11 5 11 16t-11 16l-63 29-29 63q-5 11-16 11t-16-11l-29-63Z"/></svg> |