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
973 B
XML
1 line
973 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M588-192q-15.3 0-25.65-10.33Q552-212.66 552-227.94V-307L282-576H180q-15.3 0-25.65-10.35Q144-596.7 144-612v-84q0-5 .5-8.5t1.5-7.5l-65-65q-11-11-10.5-25.5T82-828q11-11 25-11t25 11l697 696q11 11 11 25t-11 25q-11 11-25.5 11t-25.24-10.65L665-194q-5 1-8.5 1.5t-8.5.5h-60Zm132-150L294-768h354q29.7 0 50.85 21.15Q720-725.7 720-696v168l113-113q8-8 19.5-3.83Q864-640.67 864-629v297.88Q864-319 852.5-315q-11.5 4-19.5-4L720-432v90ZM223.15-94Q209-94 196-100q-13-6-24-17L72-216l17-17q7-8 16.38-11 9.38-3 19.62-3 11 0 19.5 5t16.5 13l31 31v-268q0-10.4 7.12-17.2 7.11-6.8 16.6-6.8 10.28 0 17.28 6.8 7 6.8 7 17.2v130h32v-190q0-10.4 7.12-17.2 7.11-6.8 16.6-6.8 10.28 0 17.28 6.8 7 6.8 7 17.2v190h32v-150q0-10.4 7.12-17.2 7.11-6.8 16.6-6.8 10.28 0 17.28 6.8 7 6.8 7 17.2v150h32v-111q0-10.4 7.12-17.2 7.11-6.8 16.6-6.8 10.28 0 17.28 6.8 7 6.8 7 17.2v281q0 29.7-21 50.85Q438-94 408-94H223.15Z"/></svg> |