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
791 B
XML
1 line
791 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M240-96q-60 0-102-42T96-240v-164q0-22 9.5-41t26.5-33l301-246q14-12 28-8t25 15q17 17 20.5 40.5T499-632l-55 104h288q15 0 25.5 10.5T768-492q0 15-10.5 25.5T732-456H504v48h324q15 0 25.5 10.5T864-372q0 15-10.5 25.5T828-336H504v48h276q15 0 25.5 10.5T816-252q0 15-10.5 25.5T780-216H504v48h180q15 0 25.5 10.5T720-132q0 15-10.5 25.5T684-96H240Zm316-638q-26-35-36-61t-8-58q1-14 10.5-24.5T546-888q14 0 24 10t10 24q0 31 14.5 52.5T626-757q25 32 36 60.5t10 60.5q-1 15-11 25.5T637-600q-14 0-23.5-10.5T603-635q-2-30-16-53t-31-46Zm144 0q-26-35-36-61t-8-58q1-14 10.5-24.5T690-888q14 0 24 10t10 24q0 31 14.5 52.5T770-757q25 32 36 60.5t10 60.5q-1 15-11 25.5T781-600q-14 0-23.5-10.5T747-635q-2-30-16-53t-31-46Z"/></svg> |