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
702 B
XML
1 line
702 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M735-96q-7 0-13.5-2.5T710-106L520-296q-5-5-8-12t-3-14q0-7 3-13.5t8-11.5l93-93q5-5 11.5-8t13.5-3q7 0 14 3t12 8l190 190q5 5 7.5 11.5T864-225q0 7-2.5 14t-7.5 12l-94 93q-5 5-11.5 7.5T735-96Zm0-87 42-42-139-139-42 42 139 139ZM226-96q-8 0-15-3.5t-12-8.5l-93-93q-5-5-7.5-11.5T96-226q0-7 3-13.5t8-11.5l181-181h93l48-48-144-144h-57L96-755l108-109 132 132v57l144 144 112-112-40-41 60-60H512l-32-32 136-136 32 32v100l36-36 144 144q17 17 26.5 40t9.5 47q0 24-9.5 46.5T828-499l-98-98-46 45-40-40-212 211v93L252-107q-5 5-11.5 8T226-96Zm-1-87 135-135v-42h-43L184-226l41 43Zm0 0-41-43 21 21 20 22Zm510 0 42-42-42 42Z"/></svg> |