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
483 B
XML
1 line
483 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M216-96q-50 0-85-35t-35-85q0-39 24-70t60-45v-300q-36-14-60-44.5T96-744q0-51 35-85.5t85-34.5q39 0 69.5 23.5T330-780h301q13-38 44-61t69-23q51 0 85.5 34.5T864-744q0 38-23 69t-61 44v301q37 14 60.5 44.5T864-216q0 50-34.5 85T744-96q-38 0-69-24t-45-60H330q-14 36-44.5 60T216-96Zm114-156h301q10-28 30-48.5t47-30.5v-300q-27-10-47.5-30T630-708H330q-10 27-30 47t-48 30v301q28 10 48 30t30 48Z"/></svg> |