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
867 B
XML
1 line
867 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M276.5-720q-32.5 0-52.5-20t-20-52.5q0-31.49 20-51.5 20-20 52.5-20 31.49 0 51.5 20 20 20.01 20 51.5 0 32.5-20 52.5-20.01 20-51.5 20ZM216-132v-228h-35.79q-15.21 0-25.71-10.35T144-396v-204q0-29.7 21-50.85Q186-672 216-672h120q29.7 0 50.85 21.15Q408-629.7 408-600v90q-54 36-87.5 95T287-288q0 44 10 84t34 69v39h-79q-15.3 0-25.65-10.35Q216-116.7 216-132Zm335.77 36Q473-96 416.5-152.66 360-209.32 360-288q0-63 30.5-112t89.5-66v82q-29 15-38.5 39t-9.5 57q0 50 35 85t85 35q49 0 84.5-34.5T672-288h72q-1 82-57.73 137-56.72 55-134.5 55ZM820-221l-76-115H600q-29.7 0-50.85-21.13Q528-378.25 528-407.92v-179.8q0-15.28 10.29-25.78 10.29-10.5 25.5-10.5t25.71 10.35Q600-603.3 600-588v180h143q17.91 0 34.03 8.44Q793.15-391.11 803-376l77 115q8 13 5.5 27.5t-15 22.5q-12.5 8-27.5 5t-23-15Z"/></svg> |