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
818 B
XML
1 line
818 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M204.21-144q-15.21 0-25.71-10.35T168-180v-60q-50 0-85-35t-35-85v-168q0-50 35-85t85-35l24 2v-74q0-40 28-68t68-28h384q40 0 68 28t28 68v74l24-2q50 0 85 35t35 85v168q0 50-35 85t-85 35v60q0 15.3-10.29 25.65Q771.42-144 756.21-144t-25.71-10.35Q720-164.7 720-180v-60H240v60q0 15.3-10.29 25.65Q219.42-144 204.21-144ZM168-312h624q20.4 0 34.2-13.8Q840-339.6 840-360v-168q0-20.4-13.8-34.2Q812.4-576 792-576q-20.4 0-34.2 13.8Q744-548.4 744-528v144H216v-144q0-20.4-13.8-34.2Q188.4-576 168-576q-20.4 0-34.2 13.8Q120-548.4 120-528v168q0 20.4 13.8 34.2Q147.6-312 168-312Zm120-144h384v-72q0-17 5-35.5t19-35.5v-121q0-10.2-6.9-17.1-6.9-6.9-17.1-6.9H288q-10.2 0-17.1 6.9-6.9 6.9-6.9 17.1v121q14 17 19 35.5t5 35.5v72Zm192 0Zm0 144Zm0-72Z"/></svg> |