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
812 B
XML
1 line
812 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M240-144q-20.4 0-34.2-13.8Q192-171.6 192-192v-24h-12q-15 0-25.5-10.5T144-252v-132q0-20.4 13.8-34.2Q171.6-432 192-432h36v-240q2-60 43.5-102t100.78-42q59.29 0 101.5 42Q516-732 516-672v384q0 29.7 21 50.85Q558.01-216 587.5-216q29.5 0 50.5-21t22-51v-240h-36q-19.97 0-33.49-14Q577-556 576-576v-132q0-15 10.5-25.5T612-744h12v-24q0-20.4 13.8-34.2Q651.6-816 672-816h48q20.4 0 34.2 13.8Q768-788.4 768-768v24h12q15 0 25.5 10.5T816-708v132q0 20.4-13.8 34.2Q788.4-528 768-528h-36v240q-2 60-43.5 102t-100.78 42q-59.29 0-101.5-42Q444-228 444-288v-384q0-29.7-21-50.85Q401.99-744 372.5-744q-29.5 0-50.5 21t-22 51v240h36q19.98 0 33.49 14Q383-404 384-384v132q0 15-10.5 25.5T348-216h-12v24q0 20.4-13.8 34.2Q308.4-144 288-144h-48Z"/></svg> |