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
665 B
XML
1 line
665 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M384-744q-70 0-119 49t-49 119v216q0 2 0 0h528q0-2 0 0v-216q0-70-49-119t-119-49H384Zm0 600q-100 0-170-70t-70-170v-192q0-100 70-170t170-70h192q100 0 170 70t70 170v192q0 100-70 170t-170 70H384Zm-18-74q0-14 10.29-24t25.5-10q15.21 0 25.71 10.35T438-216h84q0-15 10.29-25.5t25.5-10.5q15.21 0 25.71 9.77Q594-232.45 594-218q29 0 62.5-19t56.5-51h-41q0 15-10.29 25.5t-25.5 10.5q-15.21 0-25.71-10.35T600-288h-84q0 15-10.29 25.5t-25.5 10.5q-15.21 0-25.71-10.35T444-288h-84q0 15-10.29 25.5t-25.5 10.5q-15.21 0-25.71-10.35T288-288h-41q22 32 55.5 51t63.5 19Zm18-139h360-528 168Z"/></svg> |