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
872 B
XML
1 line
872 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M503-48q-30 0-50-21t-20-51v-120q0-5 .5-9.5t2.5-9.5l49-169q7-23 26.5-37.5T555-480h33v109l-53 53q-7 7-7.5 17t7.5 18q8 8 17 8t17-8l67-67v-166q0-15 10.5-25.5T672-552q15 0 25.5 10.5T708-516v165l67 67q7 7 17 7t17-7q7-7 7-17t-7-17l-53-53v-109h33q24 0 43 15t26 38l51 177q2 5 2.5 10t.5 10v110q0 30-21.5 51T840-48h-72q-30 0-51-21t-21-51v-141l-24-24-24 24v141q0 30-21.5 51T576-48h-73ZM300-423l-41-74q-5-8-13-13.5t-18-5.5H96v-180q0-30 21-51t51-21h624q30 0 51 21t21 51v132q0 15-10.5 25.5T828-528h-72v-12q0-35-24.5-59.5T672-624q-35 0-59.5 24.5T588-540v12l-56 2-57-103q-5-8-13-13t-18-5q-10 0-18.5 5T412-629L300-423ZM168-192q-30 0-51-21t-21-51v-180h110l62 113q5 8 13 13t19 5q10 0 18-5t13-13l113-206 25 45q-11 11-18 24t-12 27l-51 167q-2 5-2.5 10.5T385-253v25q0 15-10.5 25.5T349-192H168Z"/></svg> |