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
659 B
XML
1 line
659 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="m16.083 5-.375-.833-.833-.375q-.271-.125-.271-.417t.271-.417l.833-.375.375-.833q.125-.271.417-.271t.417.271l.375.833.833.375q.271.125.271.417t-.271.417l-.833.375-.375.833q-.125.271-.417.271T16.083 5Zm-3 5.438L9.438 6.792l1.624-1.625q.271-.271.615-.271t.615.271l2.396 2.395q.27.271.281.626.01.354-.261.624Zm2.875 7.791-5.354-5.333-5.146 5.166q-.25.25-.604.261-.354.01-.625-.261l-2.417-2.416q-.229-.229-.229-.615 0-.385.229-.614l5.167-5.146-5.083-5.083q-.25-.25-.25-.605 0-.354.271-.625.25-.25.604-.25t.625.25l14.042 14.063q.25.25.25.604t-.25.604q-.271.271-.626.271-.354 0-.604-.271Z"/></svg> |