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
939 B
XML
1 line
939 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M693-216 539-370q-11-11-11.5-25.67Q527-410.33 538-421q11-11 26.21-11 15.2 0 25.94 10.76L744-267v-129.13q0-15.25 10.29-25.56Q764.58-432 779.79-432t25.71 10.34q10.5 10.34 10.5 25.62v215.76q0 15.28-10.34 25.78-10.34 10.5-25.62 10.5H564.28q-15.28 0-25.78-10.29-10.5-10.29-10.5-25.5t10.31-25.71q10.32-10.5 25.56-10.5H693ZM252-336h-72q-15.3 0-25.65-10.29Q144-356.58 144-371.79t10.35-25.58q10.35-10.38 25.65-10.38h180V-516H216q-29.7 0-50.85-21.15Q144-558.3 144-588v-108q0-29.7 21.15-50.85Q186.3-768 216-768h36v-12q0-15.3 10.29-25.65Q272.58-816 287.79-816t25.71 10.35Q324-795.3 324-780v12h72q15.3 0 25.65 10.29Q432-747.42 432-732.21t-10.35 25.58Q411.3-696.25 396-696.25H216V-588h144q29.7 0 50.85 21.15Q432-545.7 432-516v108q0 29.7-21.15 50.85Q389.7-336 360-336h-36v12q0 15.3-10.29 25.65Q303.42-288 288.21-288t-25.71-10.35Q252-308.7 252-324v-12Z"/></svg> |