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
837 B
XML
1 line
837 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M288-276h384v-516H288v516Zm192-180q60 0 102-42t42-102q0-60-42-102t-102-42q-60 0-102 42t-42 102q0 60 42 102t102 42Zm-.21-72Q450-528 429-549.21t-21-51Q408-630 429.21-651t51-21Q510-672 531-650.79t21 51Q552-570 530.79-549t-51 21Zm0 204q15.21 0 25.71-10.29t10.5-25.5q0-15.21-10.29-25.71t-25.5-10.5q-15.21 0-25.71 10.29t-10.5 25.5q0 15.21 10.29 25.71t25.5 10.5ZM372.28-96Q357-96 346.5-106.27 336-116.54 336-131.71q0-14.29 12.89-20.25 12.89-5.96 22.67-16.04 20.44 0 36.94-9.5Q425-187 434-204H288q-33 0-52.5-19.5T216-275.77v-516.46q0-32.77 19.5-52.27T288-864h384q33 0 52.5 19.5t19.5 52.27v516.46q0 32.77-19.5 52.27T672-204H526q9 17 25.5 26.5t36.63 9.5q14.87 0 25.37 10.29 10.5 10.29 10.5 25.5t-10.34 25.71Q603.32-96 588.04-96H372.28ZM480-600Z"/></svg> |