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
919 B
XML
1 line
919 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M180-312q-15.3 0-25.65-10.4Q144-332.81 144-348.19V-369q0-8 3-14.5t8-11.5l85-85v-264h-12q-15.3 0-25.65-10.29Q192-764.58 192-779.79t10.35-25.71Q212.7-816 228-816h143q21.4 0 30.7 19t-3.7 37q-19 30-28.5 65.5T360-624q0 94 60.5 168T574-365q11 2.43 18.5 9.71Q600-348 600-337t-7.28 18q-7.28 7-18.72 7H420v213.35q0 7.65-3 14.15t-8.08 11.58l-11.84 11.84Q392-56 384-56t-13.08-5.08l-11.84-11.84Q354-78 351-84.5t-3-14.15V-312H180Zm444-504q80 3 136 58t56 134.48q0 79.48-56.23 135.5-56.22 56.02-136 56.02Q544-432 488-488.16 432-544.32 432-624q0-80.92 56-137.96Q544-819 624-816Zm0 48q-30 0-51 21t-21 51q0 30 21 51t51 21q30 0 51-21t21-51q0-30-21-51t-51-21Zm-.05 180q-27.95 0-54.45 6.5Q543-575 519-561q-8 5-9.5 13t3.5 15q20 25 49.71 39 29.72 14 61.5 14 31.79 0 61.29-14t49.5-39q5-7 3.5-15t-9.5-13q-24-14-50.55-20.5-26.55-6.5-54.5-6.5Z"/></svg> |