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
905 B
XML
1 line
905 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M360-96q-29.7 0-50.85-21.15Q288-138.3 288-168v-168h-62.15Q187-336 159-363.78q-28-27.77-28-67.45Q131-460 146.5-483q15.5-23 41.5-35l256-113v-24q-33-11-52.5-38.63Q372-721.27 372-755.7q0-45.3 31.41-76.8t76.28-31.5Q512-864 539-846.5t40 47.5q1 2 3 15 0 15.3-10.35 25.65Q561.3-748 546-748q-11 0-20-6t-13.41-16.06q-4.4-10.05-13.22-16-8.81-5.94-19.39-5.94-14.98 0-25.48 10.29t-10.5 25.5q0 15.21 9.77 25.71Q463.55-720 478-720q16.15 0 27.08 11.5Q516-697 516-680v49l256 113q26 12 41.5 35t15.5 51.77q0 39.68-28 67.45Q773-336 734.15-336H672v168q0 29.7-21.15 50.85Q629.7-96 600-96H360ZM226-408h80q10-11 24-17.5t30-6.5h240q16 0 30 6.5t24 17.5h80q10.06 0 16.53-7 6.47-7 6.47-17 0-7.5-3.25-12.75T744-453L480-568 217-452q-6 3-10 8.25T203-431q0 10.22 6.47 16.61Q215.94-408 226-408Zm134 240h240v-192H360v192Zm0-192h240-240Z"/></svg> |