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
626 B
XML
1 line
626 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M222-528q-14-20-22-44.36T192-624q0-70 49-119t119-49q23 0 44 5.5t40 16.5v-58q0-15.3 10.29-25.65Q464.58-864 479.79-864t25.71 10.35Q516-843.3 516-828v58q19-11 40-16.5t44-5.5q70 0 119 49t49 119q0 27.28-8 51.64T738-528H222Zm-6 432q-29.7 0-50.85-21.15Q144-138.3 144-168v-72q0-33 19.5-52.5T216-312h36l14-72h-74q-15.3 0-25.65-10.29Q156-404.58 156-419.79t10.35-25.71q10.34-10.5 25.63-10.5h575.73q15.29 0 25.79 10.29t10.5 25.5q0 15.21-10.35 25.71T768-384h-74l13 72h37q33 0 52.5 19.5T816-240v72q0 29.7-21.15 50.85Q773.7-96 744-96H216Z"/></svg> |