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
1003 B
XML
1 line
1003 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M288-480v360-720 360Zm0 432q-29.7 0-50.85-21.15Q216-90.3 216-120v-720q0-29.7 21.15-50.85Q258.3-912 288-912h384q29.7 0 50.85 21.15Q744-869.7 744-840v60q0 15.3-10.29 25.65Q723.42-744 708.21-744t-25.71-10.35Q672-764.7 672-780v-60H288v720h384v-60q0-15.3 10.29-25.65Q692.58-216 707.79-216t25.71 10.35Q744-195.3 744-180v60q0 29.7-21.15 50.85Q701.7-48 672-48H288Zm191.79-672q15.21 0 25.71-10.29t10.5-25.5q0-15.21-10.29-25.71t-25.5-10.5q-15.21 0-25.71 10.29t-10.5 25.5q0 15.21 10.29 25.71t25.5 10.5ZM657-401q-12-6-18.5-18.5T640-447q4-8 6-16.5t2-16.5q0-8-2-16.5t-6-16.5q-8-15-1.5-27.5T657-559q12-6 26.5-2.5t23.94 20.33Q715-527 717.5-511.25q2.5 15.75 2.5 31.5t-2.5 31.25q-2.5 15.5-10.06 29.67Q698-402 683.5-398.5 669-395 657-401Zm101 99q-11-8-15.5-21.5T748-349q23-28 33.5-60t10.5-71q0-39-10.5-71T748-611q-10-12-5.5-25.5T758-658q11-8 26-6t28 19q25 35 38.5 76.5T864-480q0 47-13.5 88.5T812-315q-13 17-28 19t-26-6Z"/></svg> |