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.0 KiB
XML
1 line
1.0 KiB
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M228-216q-15.3 0-25.65-10.29Q192-236.58 192-251.79t10.35-25.71Q212.7-288 228-288h12v-240q0-39 12.5-76t34.5-69l145 145H329L115-743q-11-10.91-11-25.45Q104-783 115-794t25.67-11q14.66 0 25.33 11l628 628q11 11 11 25.67 0 14.66-11 25.33-10.67 11-25.33 11Q754-104 743-115L642-216H228ZM479.79-96Q450-96 429-117.15T408-168h144q0 30-21.21 51t-51 21ZM504-557 368-694q-11-11-9.5-26t14.5-23q14.24-6.67 28.48-11.67T432-763v-53q0-20 14-34t34-14q20 0 34 14t14 34v53q11 2 20.5 5t19.5 7q13 5 14 19t-11 24q-31 28-49 67.5T504-557Zm192 101q-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> |