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
930 B
XML
1 line
930 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-480q0-80 30-149.5t82.5-122Q261-804 331-834t149-30q43 0 82.5 9t76.5 26q13 6 17.5 20t-3.5 27q-8 13-21.5 17t-27.5-2q-29-12-60-18.5t-64-6.5q-130 0-221 91t-91 221q0 130 91 221t221 91q130 0 221-91t91-221q0-20-1.5-38t-6.5-36q-4-14 2.5-28t20.5-19q14-5 27 1.5t17 20.5q7 24 10 48.5t3 50.5q0 79-30 149t-82.5 122.5Q699-156 629.5-126T480-96Zm0-156q-95 0-161.5-66.5T252-480q0-48 18-89.5t49-72.5q37-37 84-54t97-12q14 2 21.5 13.5T527-670q-2 13-12.5 23.5T484-637q-32-1-62 11t-53 35q-21 21-33.5 50T323-480q0 66 45.5 111T480-324q32 0 61-12t50-33q16-16 26-35t15-40q4-14 16.5-22t26.5-4q14 4 22.5 16.5T702-427q-8 30-23 57.5T641-319q-31 31-72 49t-89 18Zm0-243 284-284q11-11 25.5-11t25.5 11q11 11 11 25.5T815-728L505-419q-11 11-25 11t-25-11l-58-57q-11-11-11-25.5t11-25.5q11-11 25.5-11t25.5 11l32 32Z"/></svg> |