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
701 B
XML
1 line
701 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="m480-96-48-144H168q-30-1-51-21.5T96-312v-480q0-29 21-50.5t51-21.5h216l48 144h360q29 0 50.5 21.5T864-648v480q0 30-21.5 51T792-96H480ZM291-384q57 0 97.5-37T429-525q0-7-.5-14t-2.5-15H291v49h84q-3 33-27 51.5T291-435q-38 0-64.5-27T200-528q0-38 26.5-65.5T291-621q16 0 31 6t27 17l38-37q-20-19-45-28t-51-9q-60 0-102 42t-42 102q0 60 42 102t102 42Zm254 34 19-19q-14-15-25-31.5T518-435l27 85Zm47-49q20-24 37-50.5t25-58.5H495l14 42 39-1q9 19 19.5 36t24.5 32Zm-64 255h264q10 0 17-6.5t7-17.5v-480q0-10-7-17t-17-7H444l38 123h80v-41h40v41h145v41h-51q-10 40-30 74.5T620-369l108 106-29 29-106-106-35 34 36 114-66 48Z"/></svg> |