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
670 B
XML
1 line
670 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M480-48q-25 0-49.5-3T382-61Q315 2 224 .5T67-67Q-6-140 1-242t89-166Q21-462 4-546.5T32-706q37-60 101-88.5T267-812q26-67 83.5-107.5T480-960q72 0 129.5 40.5T693-812q72-12 138 18t100 95q40 75 23 157t-84 134q81 63 88.5 165T894-68Q829-2 737.5 0T578-61q-24 6-48.5 9.5T480-48Zm0-72q130 0 221-91t91-221q0-31-6.5-61T768-552q-24 11-49.5 17.5T667-528q-91 0-157.5-60.5T434-740q-115 17-190.5 104T168-432q0 130 91 221t221 91ZM360-360q-20 0-34-14t-14-34q0-20 14-34t34-14q20 0 34 14t14 34q0 20-14 34t-34 14Zm240 0q-20 0-34-14t-14-34q0-20 14-34t34-14q20 0 34 14t14 34q0 20-14 34t-34 14Z"/></svg> |