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
815 B
XML
1 line
815 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M444-96q-7 0-12-3.5t-8-8.5q-3-5-3.5-11.5T424-132l204-336q3-5 9-8t12-3q6 0 11.5 3t8.5 8l204 336q4 6 3.5 12.5T873-108q-3 5-8.5 8.5T852-96H444Zm204-48q10 0 17-7t7-17q0-10-7-17t-17-7q-10 0-17 7t-7 17q0 10 7 17t17 7Zm-302-48q-13 0-24.5-6.5T304-216l-67-120h53l36 72h80v-24h-65l-36-72h-81l-55-96q-3-5-4.5-11.5T163-480q0-3 6-24l55-96h83l36-72h65v-24h-79l-36 72h-56l67-120q6-11 17.5-17.5T346-768h71q20 0 34 14t14 34v144h-45l-36 24h81v120h-86l-36-72h-79l-26 24h91l36 72h100v68l-90 148h-29Zm278-48h48v-96h-48v96ZM489-380v-172h87l-36-24h-51v-144q0-20 14-34t34-14h77q13 0 24.5 6.5T656-744l67 120h-56l-36-72h-79v24h65l36 72h83l55 96q3 5 4.5 11.5T797-480q0 2-6 24l-15 26-46-76q-13-22-34.5-34T648-552q-25 0-47 12t-35 34l-77 126Z"/></svg> |