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
823 B
XML
1 line
823 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M288-588q-35 0-59.5-24.5T204-672q0-35 24.5-59.5T288-756q35 0 59.5 24.5T372-672q0 35-24.5 59.5T288-588ZM168-96q-30 0-51-21t-21-51v-228q0-15 10.5-25.5T132-432h84v-23q0-35 25.5-60t61.5-25q16 0 30.5 5.5T360-518l96 86h372q15 0 25.5 10.5T864-396v228q0 30-21 51t-51 21H168Zm566-456q-15 0-25.5-10.5T699-588q2-24-5-46.5T670-674q-21-21-32.5-48.5T624-779q-1-15 10-26t26-11q14 0 24 10.5t11 25.5q1 17 7 33.5t19 28.5q26 25 37 59t10 69q-1 15-10.5 26.5T734-552Zm-144 0q-15 0-26-11t-10-26q2-23-4.5-45.5T526-674q-21-22-33.5-48.5T479-779q-1-15 10-26t26-11q15 0 25.5 10.5T552-780q1 17 7 33.5t18 28.5q26 25 39 58.5t11 69.5q-1 16-11.5 27T590-552Zm82 384h72v-193h-72v193Zm-152 0h72v-193h-72v193Zm-152 0h72v-193h-72v193Zm-152 0h72v-193h-72v193Z"/></svg> |