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
972 B
XML
1 line
972 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M660-576q-25 0-42.5-17.5T600-636q0-25 17.5-42.5T660-696q25 0 42.5 17.5T720-636q0 25-17.5 42.5T660-576Zm-360 0q-25 0-42.5-17.5T240-636q0-25 17.5-42.5T300-696q25 0 42.5 17.5T360-636q0 25-17.5 42.5T300-576Zm180 96q-25 0-42.5-17.5T420-540q0-25 17.5-42.5T480-600q25 0 42.5 17.5T540-540q0 25-17.5 42.5T480-480Zm0-216q-25 0-42.5-17.5T420-756q0-25 17.5-42.5T480-816q25 0 42.5 17.5T540-756q0 25-17.5 42.5T480-696Zm0 552q-25 0-49-3t-47-11v-178q0-40 28.2-68t67.8-28q39.6 0 67.8 28 28.2 28 28.2 68v178q-23 8-47 11t-49 3Zm-144-33q-20-8-37.5-20.5T264-223q-32-23-52-57.24T192-353q0-25-2-50t-19-44q-22-23-44-44.5T82.68-536Q72-547 72-561.5T82.5-587q10.5-11 25-11t25.5 11l161 161q20 20 31 46.5t11 55.5v147Zm288 0v-147q0-29 10.5-55.5T666-426l161-161q10.4-11 24.7-11 14.3 0 24.8 11t11.5 25.5q1 14.5-10 25.5-23 23-45 44.5T790-447q-18 18-20 43t-2 50q0 39-20 73t-52 58q-17 14-34.5 26T624-177Z"/></svg> |