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
724 B
XML
1 line
724 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M240-312q-29.7 0-50.85-21.15Q168-354.3 168-384v-456q0-29.7 21.15-50.85Q210.3-912 240-912h180q29.7 0 50.85 21.15Q492-869.7 492-840v48H384q-8 0-16 8t-8 16q0 8 8 16t16 8h108v48H384q-9.6 0-16.8 7.2-7.2 7.2-7.2 16.8 0 9.6 7.2 16.8 7.2 7.2 16.8 7.2h121q6 11 16.5 17t21.5 10l164 50q38.1 10.61 61.55 42.8Q792-496 792-456v72q0 29.7-21.15 50.85Q749.7-312 720-312H240ZM222-35q-48 0-87-36.5T96-156q0-48 30-78t78-30q48 0 78 30t30 78q0 48-21 84.5T222-35Zm534.5-13q-47.5 0-78-30T648-156q0-48 30.5-78t78-30q47.5 0 77.5 30t30 78q0 48-30 78t-77.5 30Zm-277 0Q432-48 402-78t-30-78q0-48 30-78t77.5-30q47.5 0 78 30t30.5 78q0 48-30.5 78t-78 30Z"/></svg> |