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
796 B
XML
1 line
796 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M144-96q-20.4 0-34.2-13.8Q96-123.6 96-144v-288q0-20.4 13.8-34.2Q123.6-480 144-480h96v-144q2-100 71-170t169-70h144q100 0 170 70t70 170v492q0 15.3-10.29 25.65Q843.42-96 828.21-96t-25.71-10.35Q792-116.7 792-132v-60H624v48q0 20.4-13.8 34.2Q596.4-96 576-96H144Zm480-168h168v-360q0-70-49-119t-119-49H480q-68.89 0-117.94 49Q313-694 312-624v144h264q19.97 0 33.49 14Q623-452 624-432v168Zm-264-37 192-107H168l192 107ZM168-168h384v-168l-157 87q-8.1 5-17.1 8-9 3-18.9 3-9.9 0-18.9-3-9-3-17.1-8l-155-87v168Zm0-240v74-2 168-168 2.5-43.94 1.44-32Zm300-144q-15.3 0-25.65-10.29Q432-572.58 432-587.79t10.35-25.71Q452.7-624 468-624h168q15.3 0 25.65 10.29Q672-603.42 672-588.21t-10.35 25.71Q651.3-552 636-552H468Z"/></svg> |