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
902 B
XML
1 line
902 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="m816-246-72-72-1-198q0-24.75-17.62-42.38Q707.75-576 683-576h-11v186l-72-71.94V-649h72q61 0 102.5 38t41.5 95v270ZM626-48q-24 0-43.5-11.5T550-88L380-302q-8-10.6-7.5-24.3.5-13.7 10.87-23.78Q406-373 432-382.5q26-9.5 59 5.5l185 94 135 135q-10 39-43 69.5T684-48h-58Zm8-72h50q10.69 0 20.84-3.5Q715-127 723-134l-91-92-166-83 140 176q5 6 12.36 9.5 7.36 3.5 15.64 3.5ZM435-627Zm10 214Zm155-236v-143H270l-54-53q9-9 21.35-14 12.35-5 26.65-5h336q29.7 0 50.85 21.15Q672-821.7 672-792v143h-72ZM264-96q-30 0-51-21.15T192-168v-498L81-777q-11-11-11-25.5T81-828q11-11 25.5-11t25.5 11l694.67 694.67Q838-122 838-108q0 14-11 25.48Q816-72 801.5-72t-25.65-11.13L264-594v426h222l58 72H264Zm167.79-576q15.21 0 25.71-10.29t10.5-25.5q0-15.21-10.29-25.71t-25.5-10.5q-15.21 0-25.71 10.29t-10.5 25.5q0 15.21 10.29 25.71t25.5 10.5Z"/></svg> |