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
811 B
XML
1 line
811 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-144q0-100 70-170t170-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-96H144Zm216-205-145-81q-15.67-9-31.33.26Q168-372.47 168-354.47q0 8.47 4 15.47t12 12l158 88q8.1 5 18 5t18-5l158-88q8-5 12-12.17 4-7.18 4-14.83 0-18.31-15.67-27.65Q520.67-391 505-382l-145 81Zm264 37h168v-360q0-70-49-119t-119-49H480q-70 0-119 49t-49 119v144h264q20.4 0 34.2 13.8Q624-452.4 624-432v168ZM468-552q-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> |