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
746 B
XML
1 line
746 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M96-480q0-139 85.5-242.5T397-855q19-5 32.5 3.5T443-826q0 18-11.5 28.5T402-782q-102 26-168 109.5T168-480q0 45 11.5 85.5T213-319q9 16 9.5 30T210-262q-12 12-26 10.5T161-267q-31-46-48-99.5T96-480ZM480-96q-60 0-114-17.5T266-162q-14-9-15-23.5t10-25.5q12-12 27-12t30 9q35 22 76 34t86 12q45 0 86-12t76-34q15-9 30.5-9t27.5 12q11 11 9.5 25.5T694-162q-46 31-100 48.5T480-96Zm384-384q0 60-17 113.5T799-267q-9 14-22.5 16T751-261q-13-13-13-27.5t9-30.5q22-35 33.5-75.5T792-480q0-109-66-192.5T558-782q-18-5-29.5-15.5T517-826q0-17 13.5-25.5T563-855q130 29 215.5 132.5T864-480ZM384-345v-270q0-11 9.5-16t18.5 1l212 135q8 5 8 15t-8 15L412-330q-9 6-18.5 1t-9.5-16Z"/></svg> |