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
887 B
XML
1 line
887 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M168-144q-29.7 0-50.85-21.15Q96-186.3 96-216v-84q0-15.3 10.35-25.65Q116.7-336 132-336h696q15.3 0 25.65 10.35Q864-315.3 864-300v84q0 29.7-21.15 50.85Q821.7-144 792-144H168Zm312-300q-36 0-54.5 24T352-396q-55 0-73.5-24T224-444q-29 0-45 17t-48 26q-14 4-24.5-6.09t-10.5-25q0-14.91 10.03-26.65Q116.05-470.48 130-478q16.77-11.4 36.51-24.7 19.74-13.3 57.23-13.3 55.26 0 73.76 24 18.5 24 54.5 24t54.5-24q18.5-24 73.5-24t73.5 24q18.5 24 54.5 24t54.5-24q18.5-24 73.5-24 38 0 57.5 13.5T830-478q14 8 24 19.48 10 11.49 10 26.5Q864-417 853.5-407t-24.5 6q-32-9-48-26t-45-17q-36 0-54.5 24T608-396q-55 0-73.5-24T480-444Zm0-372q69 0 138 9.5T741.5-774q54.5 23 88.5 62.5t34 99.5q0 15.3-10.35 25.65Q843.3-576 828-576H132q-15.3 0-25.65-10.35Q96-596.7 96-612q0-60 34-99.5t88.5-62.5Q273-797 342-806.5t138-9.5Z"/></svg> |