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
599 B
XML
1 line
599 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M288-216h384q-6-45-30.5-81.5T579-357l33-57q2-5 1.5-10t-5.5-7q-5-2-10-1t-7 6l-34 58q-18-8-37.5-12t-39.5-4q-20 0-39.5 4T403-368l-34-58q-2-5-7-6t-10 2q-3 2-4 16l33 57q-38 22-62.5 59T288-216Zm108-54q-8 0-13-5t-5-13q0-8 5-13t13-5q8 0 13 5t5 13q0 8-5 13t-13 5Zm168 0q-8 0-13-5t-5-13q0-8 5-13t13-5q8 0 13 5t5 13q0 8-5 13t-13 5ZM264-96q-30 0-51-21t-21-51v-624q0-30 21-51t51-21h282q14 0 27.5 5t23.5 16l150 150q11 10 16 23.5t5 27.5v474q0 30-21 51t-51 21H264Zm264-564q0 15 10.5 25.5T564-624h132L528-792v132Z"/></svg> |