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
745 B
XML
1 line
745 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M576-408v-141q0-11 8-19t19-8h69q20 0 34 14t14 33.5v32.5q0 14-8 26t-21 19l16.15 36.8Q712-403 705-393.5t-19 9.5q-7 0-12-3.5t-8-9.5l-23-51h-19v39.68q0 10.32-6.8 17.32t-17.2 7q-10.4 0-17.2-6.8-6.8-6.8-6.8-17.2Zm48-88h48v-32h-48v32Zm-384 32v55.66q0 10.34-6.8 17.34t-17.2 7q-10.4 0-17.2-6.78-6.8-6.79-6.8-17.17v-143.67q0-10.38 6.8-17.38 6.8-7 17.2-7 10.4 0 17.2 6.8 6.8 6.8 6.8 17.2v40h48v-39.68q0-10.32 6.8-17.32t17.2-7q10.4 0 17.2 6.78 6.8 6.79 6.8 17.17v143.67q0 10.38-6.8 17.38-6.8 7-17.2 7-10.4 0-17.2-6.8-6.8-6.8-6.8-17.2v-56h-48Zm240 80h-69q-11 0-19-8t-8-19v-138q0-11 8-19t19-8h69q20 0 34 14t14 34v96q0 20-14 34t-34 14Zm-48-48h48v-96h-48v96Z"/></svg> |