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
832 B
XML
1 line
832 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M480-440q-8.42 0-16.42-2-8-2-15.58-6L112-616q-10-5-15-13.33-5-8.32-5-18.5 0-10.17 5-18.67 5-8.5 15-13.5l336-168q7.58-4 15.58-6t16.42-2q8.42 0 16.42 2 8 2 15.58 6l336 168q10 5 15 13.33 5 8.32 5 18.5 0 10.17-5 18.67-5 8.5-15 13.5L512-448q-7.58 4-15.58 6T480-440Zm0 95 312-155 15.51-4q15.51 0 26 10.49T844-467.83q0 9.83-5 18.33-5 8.5-15 13.5L512-280q-7.58 4-15.58 6T480-272q-8.42 0-16.42-2-8-2-15.58-6L136-436q-10-5-15-13.38T116-468q0-15.3 10.35-25.65Q136.7-504 152-504q4.21 0 8 1.2t8 2.8l312 155Zm0 168 312-155 15.51-4q15.51 0 26 10.49T844-299.83q0 9.83-5 18.33-5 8.5-15 13.5L512-112q-7.58 4-15.58 6T480-104q-8.42 0-16.42-2-8-2-15.58-6L136-268q-10-5-15-13.38T116-300q0-15.3 10.35-25.65Q136.7-336 152-336q4.21 0 8 1.2t8 2.8l312 155Z"/></svg> |