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
634 B
XML
1 line
634 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M480-480q-60 0-102-42t-42-102q0-60 42-102t102-42q60 0 102 42t42 102q0 60-42 102t-102 42ZM264-192q-29.7 0-50.85-21.15Q192-234.3 192-264v-24q0-23 12.5-43.5T239-366q48-28 97.18-43.35Q385.35-424.71 439-430q20-2 33.5 14t11.5 38q0 27.64 10 54.82T527-273l20 20q17 17 7.59 39-9.4 22-33.59 22H264Zm421-25L578-324q-11.92-12.13-16.96-26.13-5.04-14-5.04-28Q556-408 577-432q21-24 55.5-24 26.83 0 42.17 12.5Q690-431 710-411q19-19 34-32t42.68-13Q822-456 843-432.06t21 53.98q0 14.08-5.5 28.37Q853-335.43 842-324L735-217q-10.64 11-24.82 11T685-217Z"/></svg> |