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
626 B
XML
1 line
626 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="m715-347-52-52q26-33 41.5-72t15.5-81q0-100-70-170t-170-70q-42 0-81 15.5T327-735l-52-52q43-37 95.5-57T480-864q130 0 221 91t91 221q0 57-19.5 110T715-347ZM578-483 411-650q15-11 32.5-16.5T480-672q50 0 85 35t35 85q0 19-5.5 36T578-483ZM480-96 307-58q-17 4-30.5-7T263-93v-235q-47-44-71-102t-24-122q0-30 6-59t17-57l-75-75q-11-11-11.5-25.5T115-794q11-11 25.5-11t25.5 11l628 628q11 11 11 25t-11 25q-11 11-25.5 11T743-116l-47-46v69q0 17-13.5 28T652-58L480-96Zm0-216q15 0 29.5-3t29.5-5L248-610q-2 14-5 28.5t-3 29.5q0 100 70 170t170 70Z"/></svg> |