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
606 B
XML
1 line
606 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M340-144q-50 0-88.5-30.5T200-253l-31-109q-5-17 6-31.5t29-14.5h552q18 0 29 14.5t6 31.5l-32 109q-14 48-52.5 78.5T619-144H340ZM234-480q6-25 17-48t27-43q-7-11-10.5-23.5T264-621q0-54 35-95t89-50q14-23 38.5-36.5T480-816q27 0 51.5 13.5T571-766q42 7 74 35t44 67l47-74q8-13 22-16t27 5q13 8 16.5 22.5T797-699l-98 153q9 16 15.5 32.5T726-480H234Zm129-121 117-39 117 39q10 5 18.5-2t8.5-18q0-27-18.5-48T560-695l-32-4-18-28q-5-8-13-12.5t-17-4.5q-10 0-17.5 4.5T450-727l-18 28-32 4q-28 4-46 25t-18 49q0 11 8 17.5t19 2.5Z"/></svg> |