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
1021 B
XML
1 line
1021 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M806-700q0-64-45-109.5T651.71-855q-10.71 0-19.21-8.5T624-883q0-11 8.3-19.5 8.29-8.5 19.7-8.5 88 0 149 61.72t61 149.33q0 10.95-8.3 19.45-8.29 8.5-19.7 8.5-11 0-19.5-8.3-8.5-8.29-8.5-19.7Zm-112 1q0-18.48-12.47-31.24Q669.06-743 651-743q-11.42 0-19.21-8.5Q624-760 624-771.87q0-11.87 8-20.5t20-8.63q42 0 71 29.62T752-700q0 12-8.63 20t-20.5 8q-11.87 0-20.37-7.79-8.5-7.79-8.5-19.21ZM480-433ZM168-144q-29 0-50.5-21.5T96-216v-432q0-29 21.5-50.5T168-720h120l50-67q11-14 26.18-21.5Q379.35-816 396-816h144.15q14.85 0 25.35 10.29 10.5 10.29 10.5 25.5t-10.35 25.71Q555.3-744 540-744H396l-72 96H168v432h624v-372q0-15.3 10.29-25.65Q812.58-624 827.79-624t25.71 10.35Q864-603.3 864-588v372q0 29-21.15 50.5T792-144H168Zm312-120q72 0 120-49t48-119q0-69-48-118.5T480-600q-72 0-120 49.5t-48 119q0 69.5 48 118.5t120 49Zm0-72q-42 0-69-28.13T384-433q0-39.9 27-67.45Q438-528 480-528t69 27.55q27 27.55 27 67.45 0 40.74-27 68.87Q522-336 480-336Z"/></svg> |