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
654 B
XML
1 line
654 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M336-336q-33 0-52.5-19.5T264-408v-336q0-33 19.5-52.5T336-816h456q33 0 52.5 19.5T864-744v336q0 33-19.5 52.5T792-336H336Zm0-72h456v-336H336v336Zm0 0v-336 336ZM215-216Zm469-384q14 0 25-10.35T720-636q0-14-11-25t-25-11H443q-14 0-24.5 11T408-635.5q0 14.5 10.35 25T444-600h240ZM576-480q14 0 25-10.35T612-516q0-14-11-25t-25-11H443q-14 0-24.5 11T408-515.5q0 14.5 10.35 25T444-480h132ZM224-145q-29 4-52.5-14T143-206L91-575q-2-15.49 6.97-27.33Q106.94-614.18 122-616q14.86-2 26.93 7.5T163-585l52 369 277-39 165-23q15-2 27 7t14 24q2 16-7 28.5t-24.07 14.47L224-145Z"/></svg> |