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
723 B
XML
1 line
723 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M192-672q0-40 28-68t68-28h384q40 0 68 28t28 68v98l24-2q50 0 85 35t35 85v216q0 40-28 68t-68 28H144q-40 0-68-28t-28-68v-216q0-50 35-85t85-35l24 2v-98Zm72 0v144q14 17 19 34.5t5 37.5v72h384v-72q0-20 4.5-37.5T696-528v-144q0-10.2-6.9-17.1-6.9-6.9-17.1-6.9H288q-10.2 0-17.1 6.9-6.9 6.9-6.9 17.1Zm480 360H216v-144q0-9.6-3.58-18.6-3.58-9-10.14-15.6-6.56-6.6-15.51-10.2-8.95-3.6-18.49-3.6Q148-504 134-490.2T120-456v216q0 10.2 6.9 17.1 6.9 6.9 17.1 6.9h672q10.2 0 17.1-6.9 6.9-6.9 6.9-17.1v-216q0-20.4-13.9-34.2-13.89-13.8-34.43-13.8-9.67 0-18.58 3.6-8.9 3.6-15.43 10.2-6.53 6.6-10.1 15.6-3.56 9-3.56 18.6v144Zm-264 0Zm0 96Zm0-168Z"/></svg> |