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
903 B
XML
1 line
903 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M288-240q-50 0-85-35t-35-85h-36q-15.3 0-25.65-10.35Q96-380.7 96-396v-60q0-60 40-102t104-42h72q29.7 0 50.85 21.15Q384-557.7 384-528v96h144l144-172v-68h-84q-15.3 0-25.65-10.29Q552-692.58 552-707.79t10.35-25.71Q572.7-744 588-744h84q31 0 51.5 21.15T744-672v68q0 12.88-4.5 24.38Q735-568.12 727-558L584-386q-11 12-25.71 19T528-360H408q0 50-35 85t-85 35Zm0-72q20.4 0 34.2-13.8Q336-339.6 336-360h-96q0 20 13.8 34t34.2 14Zm60-336H228q-15.3 0-25.65-10.29Q192-668.58 192-683.79t10.35-25.71Q212.7-720 228-720h120q15.3 0 25.65 10.29Q384-699.42 384-684.21t-10.35 25.71Q363.3-648 348-648Zm396 408q-50 0-85-35t-35-85q0-50 35-85t85-35q50 0 85 35t35 85q0 50-35 85t-85 35Zm0-72q20.4 0 34.2-13.8Q792-339.6 792-360q0-20.4-13.8-34.2Q764.4-408 744-408q-20.4 0-34.2 13.8Q696-380.4 696-360q0 20.4 13.8 34.2Q723.6-312 744-312Z"/></svg> |