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
929 B
XML
1 line
929 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M120-288q-29.7 0-50.85-21.16Q48-330.32 48-360.04v-432.24Q48-822 69.15-843T120-864h624q28.88 0 49.44 21T816-792v228q0 15.3-10.35 25.65Q795.3-528 780-528h-60q-59.66 0-101.83 42.17T576-384v60q0 15.3-10.35 25.65Q555.3-288 540-288H120Zm312-325L175-760q-19-11-37-.18-18 10.81-18 32.45 0 9.73 5.5 18.23T139-696l275 158q8 5 18 5t18-5l276-158q8-5 13-13.44t5-18.56q0-21.5-18-32.25t-37 .25L432-613ZM768-96q-60 0-102-42t-42-102v-144q0-40.32 27.77-68.16 27.78-27.84 68-27.84 40.23 0 67.73 28 27.5 28 28.5 68v108q0 15.3-10.29 25.65Q795.42-240 780.21-240t-25.71-10.35Q744-260.7 744-276v-108q0-9.6-7.2-16.8-7.2-7.2-16.8-7.2-9.6 0-16.8 7.2-7.2 7.2-7.2 16.8v144q0 29.7 21.21 50.85 21.21 21.15 51 21.15t50.8-21.15q21.02-21.15 21.02-50.85v-108q0-15.3 10.28-25.65Q860.6-384 875.8-384t25.7 10.38q10.5 10.38 10.5 25.73v108.31Q912-180 870-138T768-96Z"/></svg> |