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
737 B
XML
1 line
737 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M480-96q-66 0-112.5-46T321-254q0-32 12-61t34-51l113-113-113-112q-21-21-32.5-48.5T321-696q-3-69 43.5-118.5T480-864q32 0 60.5 13t51.5 35l224 223q23 23 35.5 52t12.5 61q0 32-12.5 61.5T816-366L592-143q-23 23-51.5 35T480-96Zm-257-48q-53 0-90-37t-37-89q0-26 10-49.5t29-42.5l118-118-118-117q-19-18-29-41.5T96-688q0-53 37-90.5t90-37.5q13 0 25.5 2.5T273-806q-13 26-19.5 55t-4.5 58q2 42 18.5 82t48.5 71l62 61-62 62q-32 32-49.5 74.5T249-254q0 26 6 51.5t17 48.5q-11 5-23.5 7.5T223-144Zm339-203q10 11 24.5 11t25.5-10l85-82q11-11 16.5-24t5.5-28q0-14-5.5-27T697-531l-85-82q-11-11-25-10.5T562-612q-10 11-10 25t11 25l85 82-85 83q-11 11-11.5 25t10.5 25Z"/></svg> |