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="M584.34-96Q568-96 556.5-106.89q-11.5-10.9-11.5-27 0-16.11 11.5-27.61t27.72-11.5H692l-89-62q-13-9-15.5-24.5T594-288q9-13 24.5-16t28.85 5.75L736-236l-37-102q-5-15 1.5-29.5T722-387q15-5 29.5 1.5T771-364l37 102 29-105q4.92-16 18.21-24.5 13.29-8.5 29.04-3.5T908-376.5q8 13.5 3 29.5l-61 224q-3 12-13 19.5T815-96H584.34ZM216-192q-29 1-50.5-21T144-264v-432q0-29.7 21.5-50.85Q187-768 216-768h48v-60q0-15.3 10.29-25.65Q284.58-864 299.79-864t25.71 10.35Q336-843.3 336-828v60h192v-60q0-15.3 10.29-25.65Q548.58-864 563.79-864t25.71 10.35Q600-843.3 600-828v60h48q29 0 51 21t21 51v180q0 15.3-10.29 25.65Q699.42-480 684.21-480t-25.71-10.35Q648-500.7 648-516v-12H216v264h227q15.3 0 25.65 10.29Q479-243.42 479-228.21t-10.35 25.71Q458.3-192 443-192H216Z"/></svg> |