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
751 B
XML
1 line
751 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M324-144H168q-29.7 0-50.85-21.15Q96-186.3 96-216v-348q0-16.85 7.5-31.92Q111-611 125-622l216-162q9-7 20.04-10.5t23-3.5q11.96 0 22.96 3.5t20 10.5l134 100q9 7 7.5 18.5t-12.25 16.39Q524-632 501-604t-35 63q-12 35-10.5 71t16.95 68.04Q477-391 474-379.5T460-363q-35 18-52 32.5T379-294q-9 17-14 35.19-5 18.18-5 36.81v42q0 15.3-10.35 25.65Q339.3-144 324-144Zm324-192q53 0 99 13t83 38q16 11 25 27.59 9 16.58 9 35.41v6q0 30.32-20.84 51.16Q822.32-144 792-144H504q-30.32 0-51.16-20.84Q432-185.68 432-216v-6q0-20 9.15-36.57Q450.31-275.15 466-285q41.93-25.04 87.97-38.02Q600-336 648-336Zm0-24q-50 0-85-35t-35-85q0-50 35-85t85-35q50 0 85 35t35 85q0 50-35 85t-85 35Z"/></svg> |