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
872 B
XML
1 line
872 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M864-480q0 14-5.5 27.21Q853-439.57 842-429l-71 71q-14.21 14-34.11 14Q717-344 703-358t-13.5-34q.5-20 14.5-34l54-54-278-278-54 54q-14.21 14-34.11 14Q372-690 358-704.17q-14-14.16-14-34Q344-758 358-772l71-71q11-11 24.06-16 13.07-5 27-5 13.94 0 26.94 5 13 5 24 16l312 312q11 11 16 24.18t5 26.82ZM636-222 531-117q-11 11-24.18 16T480-96q-13.66 0-26.87-5.02-13.2-5.02-24.13-15.98L117-429q-11-11-16-24.18T96-480q0-13.64 5-26.82T117-531l105-105-107-108q-11-11-11-25t11-25q11-11 25.5-11t25.5 11l628 628q11 11 11 25t-11 25q-11 11-25.5 11T743-116L636-222ZM202-480l278 278 88-88-55-55-8 8q-10.64 11-24.82 11T455-337L337-455q-11-10.64-11-24.82T337-505l8-8-55.23-56L202-480Zm430 16q-7.22 7-16.5 7-9.28 0-16.5-7L463-599q-7-7-6.5-16t7.68-16q7.18-7 16.41-7t16.41 7l135 135q7 7 7 16t-7 16Z"/></svg> |