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
1011 B
XML
1 line
1011 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-432Zm0 336q-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 95.81 0 178.9 43Q742-778 795-702q8 12 4.5 27T782-653q-14 7-28 2.5T731-668q-42-60-109-92t-142-32q-130 0-221 91t-91 221q0 130 91 221t221 91q45 0 86.54-12.28Q608.08-192.56 645-216q13-8 28-6t24.5 14q9.5 12 7.5 26.5T690-159q-47 30-100 46.5T480-96Zm348.21-144q-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-480Z"/></svg> |