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
971 B
XML
1 line
971 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M564-480h216q15.3 0 25.65-10.35Q816-500.7 816-516v-120q0-15.3-10.35-25.65Q795.3-672 780-672H564q-15.3 0-25.65 10.35Q528-651.3 528-636v120q0 15.3 10.35 25.65Q548.7-480 564-480Zm108-84 80.32-53.79q8.68-6.21 18.18-1.24 9.5 4.98 9.5 16.03 0 2-8 15l-80 54q-9 6-20 6t-20-6l-80-54q-2-1-8-15 0-10.77 9.6-15.38Q583.2-623 592-617l80 53ZM72-144q-29.7 0-50.85-21.15Q0-186.3 0-216v-528q0-29.7 21.15-50.85Q42.3-816 72-816h816q29.7 0 50.85 21.15Q960-773.7 960-744v528q0 29.7-21.15 50.85Q917.7-144 888-144H72Zm520.81-72H888v-528H72v528q52-56 120-88t143.5-32q75.5 0 141 32.5T592.81-216ZM336-384q50 0 85-35t35-85q0-50-35-85t-85-35q-50 0-85 35t-35 85q0 50 35 85t85 35ZM185-216h299q-33-22-70.5-35t-78-13q-40.5 0-79.5 11.5T185-216Zm151-240q-20.4 0-34.2-13.8Q288-483.6 288-504q0-20.4 13.8-34.2Q315.6-552 336-552q20.4 0 34.2 13.8Q384-524.4 384-504q0 20.4-13.8 34.2Q356.4-456 336-456Zm144-24Z"/></svg> |