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
808 B
XML
1 line
808 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M239.55-528q-79.49 0-135.52-56.03Q48-640.06 48-719.55 48-800 104.03-856q56.03-56 135.52-56Q320-912 376-856q56 56 56 136.45 0 79.49-56 135.52Q320-528 239.55-528Zm.45-72q50 0 85-35t35-85q0-50-35-85t-85.5-35q-49.5 0-84.5 35t-35 85.5q0 49.5 35 84.5t85 35ZM648-48q-29.7 0-50.85-21.15Q576-90.3 576-120v-192q0-29.7 21.15-50.85Q618.3-384 648-384h192q29.7 0 50.85 21.15Q912-341.7 912-312v192q0 29.7-21.15 50.85Q869.7-48 840-48H648Zm0-72h192v-192H648v192Zm96-96ZM240-720Zm449 82L322-271q7 13 10.5 27t3.5 28q0 50-35 85t-85.5 35Q166-96 131-131t-35-85q0-50 35-85t85-35q14 0 28 3.5t27 10.5l367-367q-6-14-10-27.5t-4-27.28Q624-794 659-829t85-35q50 0 85 35t35 85.5q0 49.5-35 84.5t-85.22 35q-13.78 0-27.28-4-13.5-4-27.5-10Z"/></svg> |