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
827 B
XML
1 line
827 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M840-144v-600H120v324q0 15.3-10.29 25.65Q99.42-384 84.21-384T58.5-394.35Q48-404.7 48-420v-324q0-29.7 21.15-50.85Q90.3-816 120-816h720q29.7 0 50.85 21.15Q912-773.7 912-744v528q0 29-21.15 50.5T840-144ZM336-384q-60 0-102-42t-42-102q0-60 42-102t102-42q60 0 102 42t42 102q0 60-42 102t-102 42Zm.21-72Q366-456 387-477.21t21-51Q408-558 386.79-579t-51-21Q306-600 285-578.79t-21 51Q264-498 285.21-477t51 21ZM119.72-96Q90-96 69-117.15T48-168v-20q0-26 12.5-47T95-270q54-33 115.69-49.5T336-336q64 0 124.5 16.5T577-270q22 13 34.5 34.61T624-188v20q0 29.7-21.16 50.85Q581.68-96 551.96-96H119.72Zm.28-72h432v-24q0-5.18-3.03-9.41-3.02-4.24-7.97-6.59-48-27-99.5-41.5T336-264q-54 0-106 14.5T131-208q-5 3-8 7.03-3 4.04-3 8.97v24Zm216-360Zm0 360Z"/></svg> |