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
585 B
XML
1 line
585 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M480-288q-17 0-28.5-11.5T440-328q0-17 11.5-28.5T480-368q17 0 28.5 11.5T520-328q0 17-11.5 28.5T480-288Zm-88-295q-10-5-12.5-16t3.5-21q16-25 42-38.5t55-13.5q47 0 78.5 27.5T590-572q0 29-20 51.5T530-476q-8 8-13 17.5t-7 20.5q-2 12-10 20t-20 8q-11 0-19.5-8t-8.5-19q0-18 8-34t22-29q17-16 33.5-31.5T532-570q0-20-15.5-33.5T480-617q-14 0-26.5 6.5T433-593q-8 10-19 13t-22-3ZM264-48q-30 0-51-21t-21-51v-720q0-30 21-51t51-21h432q30 0 51 21t21 51v720q0 30-21 51t-51 21H264Zm0-192h432v-480H264v480Z"/></svg> |