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
736 B
XML
1 line
736 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-30q15 0 25.5 10.5T516-828v286q17 9 26.5 25.5T552-480q0 30-21 51t-51 21q-30 0-51-21t-21-51q0-20 9.5-36.5T444-542v-102q-57 12-94.5 58T312-480q0 70 49 119t119 49q70 0 119-49t49-119q0-26-7-49t-20-43q-8-13-7.5-27.5T625-625q11-11 25.5-10t23.5 13q22 30 34 66t12 76q0 100-70 170t-170 70q-100 0-170-70t-70-170q0-91 58.5-157T444-716v-74q-117 14-196.5 101.5T168-480q0 130 91 221t221 91q130 0 221-91t91-221q0-55-17.5-104T725-674q-10-12-9.5-27t11.5-26q11-11 26-9.5t25 13.5q41 51 63.5 112.5T864-480q0 79-30 149t-82.5 122.5Q699-156 629.5-126T480-96Z"/></svg> |