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
1.1 KiB
XML
1 line
1.1 KiB
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="m648-603-19 53q-4 10-12 16t-19 6q-17 0-27.5-14t-4.5-31l95-268q4-11 13-17t20-6h26q11 0 20 6t13 17l95 269q6 17-4 30.5T817-528q-11 0-19.5-6T785-551l-18-52H648Zm16-50h86l-43-136-43 136ZM84-444q-15 0-25.5-10.5T48-480q0-15 10.5-25.5T84-516h96q15 0 25.5 10.5T216-480q0 15-10.5 25.5T180-444H84Zm370.5-310.5Q444-765 444-780v-96q0-15 10.5-25.5T480-912q15 0 25.5 10.5T516-876v96q0 15-10.5 25.5T480-744q-15 0-25.5-10.5Zm0 696Q444-69 444-84v-96q0-15 10.5-25.5T480-216q15 0 25.5 10.5T516-180v96q0 15-10.5 25.5T480-48q-15 0-25.5-10.5ZM242-667l-50-51q-11-10-11-24.5t11-25.5q10-11 25-11t25 11l51 50q11 11 11 25.5T293-667q-10 11-25 11t-26-11Zm476 475-51-50q-11-11-11-25.5t11-25.5q10-11 25-11t26 11l50 51q11 10 11 24.5T768-192q-11 11-25 11t-25-11Zm-526 0q-11-10-11-25t11-25l50-51q11-10 25.5-10t25.5 10q11 11 10.5 25.5T293-242l-51 50q-10 11-24.5 11T192-192Zm288-96q-80 0-136-56t-56-136q0-82 59-139t141-53q14 1 21 12.5t2 25.5l-29 82q-13 35 8.5 65.5T550-456h73q19 0 30 14.5t6 31.5q-21 54-69.5 88T480-288Z"/></svg> |