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
868 B
XML
1 line
868 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M276.5-720q-29.5 0-51-21.5t-21.5-51q0-29.49 21.5-50.5 21.5-21 51-21 29.49 0 50.5 21 21 21.01 21 50.5 0 29.5-21 51-21.01 21.5-50.5 21.5ZM216-132v-228h-35.79q-15.21 0-25.71-10.35T144-396v-204q0-29.7 21.5-50.85Q187-672 216-672h120q29.7 0 50.85 21.15Q408-629.7 408-600v90q-57 37-89 96t-32 126q0 51 19 97.5t54 84.5v10H252q-15.3 0-25.65-10.35Q216-116.7 216-132Zm335.77 36Q472-96 416-152.16 360-208.32 360-288q0-60 33-108.5t87-69.5v82q-22 17-35 42.5T432-288q0 50 35 85t85 35q51 0 85.5-35t34.5-85h72q0 80-56.23 136-56.22 56-136 56ZM820-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> |