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
755 B
XML
1 line
755 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M432-288q-71 0-131-30.5T202-402q-10-13-7-29.5t16-26.5q11-9 25.5-5.5T260-448q29 40 73.5 64t98.5 24q90 0 153-63t63-153q0-90-63-153t-153-63q-67 0-119.5 36T235-663q-7 16-20 27.5T185-624q-15 0-23.5-12.5T158-664q28-88 102.5-144T432-864q120 0 204 84t84 204q0 50-15.5 94.5T660-400l179 180q11 11 11 25t-11 25q-11 11-25.5 11T788-170L609-349q-37 29-81.5 45T432-288Zm-11-213 36-106q2-8 9-12.5t15-4.5h23q7 0 13 4t9 10l41 82h9q10 0 17 7t7 17q0 10-7 17t-17 7h-24q-7 0-13-3.5t-9-9.5l-36-73-38 114q-3 9-11 14.5t-17 5.5h-16q-10 0-18-6t-10-16l-48-191-24 99q-2 8-9 13t-15 5H72q-10 0-17-7t-7-17q0-10 7-17t17-7h197l30-121q2-10 10-16.5t19-6.5h15q11 0 19.5 6.5T373-697l48 196Z"/></svg> |