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
857 B
XML
1 line
857 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M264-96q-29.7 0-50.85-21.15Q192-138.3 192-168v-624q0-29.7 21.15-50.85Q234.3-864 264-864h432q29.7 0 50.85 21.15Q768-821.7 768-792v624q0 29.7-21.15 50.85Q725.7-96 696-96H264Zm216.21-120Q510-216 531-237.21t21-51Q552-318 530.79-339t-51-21Q450-360 429-338.79t-21 51Q408-258 429.21-237t51 21Zm-.21-45q-11.48 0-19.24-7.76Q453-276.52 453-288q0-11.48 7.76-19.24Q468.52-315 480-315q11.48 0 19.24 7.76Q507-299.48 507-288q0 11.48-7.76 19.24Q491.48-261 480-261Zm0-159q15 0 25.5-10.5T516-456h-72q0 15 10.5 25.5T480-420Zm-108-60h216q15 0 25.5-10.71 10.5-10.72 10.5-25Q624-530 611-536t-23-16v-60q0-37.63-23.5-67.31Q541-709 504-717v-27q0-10.5-6.75-17.25T480-768q-10.06 0-16.53 7-6.47 7-7.47 17v27q-37 8-60.5 37.5T372-612v60q-15 0-25.5 10.5T336-516q0 15 10.5 25.5T372-480Z"/></svg> |