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
683 B
XML
1 line
683 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="m15.625 7.896-1.104-2.417-2.438-1.104 2.438-1.104L15.625.833l1.104 2.438 2.438 1.104-2.438 1.104Zm0 11.271-1.104-2.438-2.438-1.104 2.438-1.104 1.104-2.417 1.104 2.417 2.438 1.104-2.438 1.104ZM4 13.208l2.667-7.5h1.666l2.667 7.5H9.417l-.584-1.666H6.167l-.584 1.666Zm2.542-2.791h1.916L7.5 7.375Zm.958 4.5q2.042 0 3.479-1.438 1.438-1.437 1.438-3.479t-1.438-3.479Q9.542 5.083 7.5 5.083T4.021 6.521Q2.583 7.958 2.583 10t1.438 3.479q1.437 1.438 3.479 1.438Zm0 1.75q-2.792 0-4.729-1.938Q.833 12.792.833 10t1.938-4.729Q4.708 3.333 7.5 3.333t4.729 1.938Q14.167 7.208 14.167 10t-1.938 4.729q-1.937 1.938-4.729 1.938Z"/></svg> |