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
745 B
XML
1 line
745 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M480-864q144 0 252 93.5T860-535q2 14-7.5 25.5T828-497q-15 1-26.5-9T788-531q-14-79-63.5-142T600-768v24q0 30-21 51t-51 21h-96v48q0 20-14 34t-34 14h-48v96h209q14 0 18 13.5t-8 21.5q-41 34-66 81.5T459-261q-1 10-8.5 15.5T433-240q-20 0-34.5-14T384-288v-48L175-545q-4 19-5.5 35t-1.5 30q0 123 82 211t202 99q17 2 24.5 14.5T482-129q-2 14-13 23.5T438-98q-72-8-134.5-40.5t-108.5-84Q149-274 122.5-340T96-480q0-80 30-149.5t82.5-122Q261-804 331-834t149-30Zm106 759q-56-56-56-136t56-136q56-56 136-56t136 56q56 56 56 136t-56 136q-56 56-136 56t-136-56Zm160-146v-62q0-10-7-17t-17-7q-10 0-17 7t-7 17v67q0 8 3 14.5t8 11.5l51 51q7 7 17 7t17-7q7-7 7-17t-7-17l-48-48Z"/></svg> |