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
758 B
XML
1 line
758 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="m573-246 167-167q11-11 25-11t25 11q11 11 11 25.5T790-362L598-169q-10.64 11-24.82 11t-25.51-11.33L440-277q-11-11-10.5-25.5T441-328q11-11 25.5-11t25.5 11l81 82ZM336-396v-12h-60q-15.3 0-25.65-10.29Q240-428.58 240-443.79t10.35-25.71Q260.7-480 276-480h156v-72H288q-20.4 0-34.2-13.8Q240-579.6 240-600v-120q0-20.4 13.8-34.2Q267.6-768 288-768h48v-12q0-15.3 10.29-25.65Q356.58-816 371.79-816t25.71 10.35Q408-795.3 408-780v12h60q15.3 0 25.65 10.29Q504-747.42 504-732.21t-10.35 25.71Q483.3-696 468-696H312v72h144q20.4 0 34.2 13.8Q504-596.4 504-576v120q0 20.4-13.8 34.2Q476.4-408 456-408h-48v12q0 15.3-10.29 25.65Q387.42-360 372.21-360t-25.71-10.35Q336-380.7 336-396Z"/></svg> |