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.2 KiB
XML
1 line
1.2 KiB
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M240-528q0-41 13.5-78.5T290-677l53 53q-15 21-23 45.75T312-528v240h264L115-749q-11-11-11-25.5t11-25.5q11-11 26-11t26 11l627 628q11 11 11 25t-11 25q-11 11-25.5 11T743-122l-95-94H228q-15.3 0-25.65-10.29Q192-236.58 192-251.79t10.35-25.71Q212.7-288 228-288h12v-240Zm131-177q-6-12-3.5-24.5t14-17.5q11.5-5 24.5-8.93 13-3.93 26-7.07v-53q0-20 14-34t34-14q20 0 34 14t14 34v53q15.67 3.25 31.33 8.12Q575-750 589-742q14 7 18.5 21.15Q612-706.7 605-693q-7 14-21.15 18-14.15 4-27.85-3-18-9-36.94-13.5Q500.12-696 480-696q-13.6 0-26.8 2-13.2 2-26.2 7-17 5-32.5.5T371-705Zm73 285Zm35.79 324Q450-96 429-117.15T408-168h144q0 30-21.21 51t-51 21ZM516-552Zm180 96q-10.4 0-17.2-6.8-6.8-6.8-6.8-17.2v-168q0-10.4 6.8-17.2 6.8-6.8 17.2-6.8 10.4 0 17.2 6.8 6.8 6.8 6.8 17.2v168q0 10.4-6.8 17.2-6.8 6.8-17.2 6.8Zm-96-48q-10.4 0-17.2-6.8-6.8-6.8-6.8-17.2v-72q0-10.4 6.8-17.2 6.8-6.8 17.2-6.8 10.4 0 17.2 6.8 6.8 6.8 6.8 17.2v72q0 10.4-6.8 17.2-6.8 6.8-17.2 6.8Zm192 0q-10.4 0-17.2-6.8-6.8-6.8-6.8-17.2v-72q0-10.4 6.8-17.2 6.8-6.8 17.2-6.8 10.4 0 17.2 6.8 6.8 6.8 6.8 17.2v72q0 10.4-6.8 17.2-6.8 6.8-17.2 6.8Z"/></svg> |