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
767 B
XML
1 line
767 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="m464-242-23-30q-5.25-8-14-8t-14 8l-25 33q-7 9-1.75 19T402-210h156q11.38 0 16.19-10 4.81-10-2.19-19l-39-51q-5-7-14-7.5t-14 6.5l-41 49ZM324-96q-29.7 0-50.85-21.15Q252-138.3 252-168v-312q0-29.7 20.86-50.85Q293.71-552 323-552h313q29.7 0 50.85 21.15Q708-509.7 708-480v312q0 29.7-21.15 50.85Q665.7-96 636-96H324Zm456-528H612q-15.3 0-25.65-10.29Q576-644.58 576-659.79t10.35-25.71Q596.7-696 612-696h72q-38-46-91-71t-113-25q-73 0-134 36t-96 99q-10 17-24.5 20.5t-27-2.5q-12.5-6-18-19.5T182-684q43-82 122.5-131T480-864q78 0 147.05 33.43Q696.09-797.13 744-736v-92q0-15.3 10.29-25.65Q764.58-864 779.79-864t25.71 10.35Q816-843.3 816-828v168q0 15.3-10.35 25.65Q795.3-624 780-624Z"/></svg> |