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
605 B
XML
1 line
605 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M480-96q-79 0-149-30t-122.5-82.5Q156-261 126-331T96-480v-290q0-23 20-33t38 4l174 130q26-38 56-78t65-82q11-14 29.5-14.5T509-830q35 43 66 83.5t57 78.5l174-131q18-14 38-4t20 33v290q0 79-30 149t-82.5 122.5Q699-156 629.5-126T480-96ZM212-364q0-60 20-119.5T289-607l-121-91v218q0 47 13 89t36 79q-2-13-3.5-25.5T212-364Zm268 196q81 0 138.5-57.5T676-364q0-74-53.5-179T480-754q-89 107-142.5 211.5T284-364q0 81 57.5 138.5T480-168Zm268-196q0 14-1.5 26.5T743-312q23-37 36-79t13-89v-217l-121 91q37 63 57 122.5T748-364Z"/></svg> |