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
1.0 KiB
XML
1 line
1.0 KiB
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M828.21-240q-15.21 0-25.71-10.35T792-276v-264q0-15.3 10.29-25.65Q812.58-576 827.79-576t25.71 10.35Q864-555.3 864-540v264q0 15.3-10.29 25.65Q843.42-240 828.21-240ZM828-96q-17 0-26.5-9.5T792-132q0-17 9.5-26.5T828-168q17 0 26.5 9.5T864-132q0 17-9.5 26.5T828-96Zm-348 0q-13.64 0-26.82-5T429-117L117-429q-11-11-16-24.18T96-480q0-13.64 5-26.82T117-531l312-312q11-11 24.18-16t26.82-5q13.64 0 26.82 5T531-843l175 175q7 7 10.5 15.5t3.5 18.79q0 21.52-14.48 34.61-14.49 13.1-33.18 13.1-9.34 0-17.84-3t-16.75-11.25L480-758 202-480l278 278 157.75-157.75Q646-368 654.5-371t17.05-3q19 0 33.73 13.1Q720-347.81 720-326.29q0 10.29-3.5 18.79T706-292L531-117q-11 11-24.18 16T480-96Zm-25-241L337-455q-5-5.33-7.5-11.56-2.5-6.22-2.5-13.33t2.5-13.41q2.5-6.3 7.5-11.7l118-118q5.4-5 11.7-8 6.3-3 13.5-3t13.5 3q6.3 3 11.3 8l118 118q5 5.4 8 11.7 3 6.3 3 13.5t-3 13.5q-3 6.3-8 11.3L505-337q-5.33 5-11.56 7.5-6.22 2.5-13.33 2.5t-13.41-2.5q-6.3-2.5-11.7-7.5Z"/></svg> |