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
878 B
XML
1 line
878 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M480-288q80 0 136-56t56-136q0-80-56-136t-136-56q-80 0-136 56t-56 136q0 80 56 136t136 56Zm0-144q-20.4 0-34.2-13.8Q432-459.6 432-480q0-20.4 13.8-34.2Q459.6-528 480-528q20.4 0 34.2 13.8Q528-500.4 528-480q0 20.4-13.8 34.2Q500.4-432 480-432Zm348.21 192q-15.21 0-25.71-10.35T792-276v-264q0-15.3 10.29-25.65Q812.58-576 827.79-576t25.71 10.35Q864-555.3 864-540v264q0 15.3-10.29 25.65Q843.42-240 828.21-240Zm0 144Q813-96 802.5-106.29t-10.5-25.5q0-15.21 10.29-25.71t25.5-10.5q15.21 0 25.71 10.29t10.5 25.5q0 15.21-10.29 25.71T828.21-96ZM480-96q-79.38 0-149.19-30T208.5-208.5Q156-261 126-330.96t-30-149.5Q96-560 126-629.5q30-69.5 82.5-122T330.81-834q69.81-30 149.19-30 100.42 0 186.21 46T803-690q11 18 0 36t-33 18h-4q-23 0-34.5 11.5T720-590v384q0 12-5.5 23T699-165q-48 33-104 51T480-96Z"/></svg> |