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
831 B
XML
1 line
831 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M443.5-288q-14.5 0-25-10.35T408-324v-72q0-29 20.76-50.5Q449.51-468 480.2-468H630l-32-31q-11-10.67-11-25.33Q587-539 598-550q10.67-11 25.33-11 14.67 0 25.54 10.87l93.26 93.26Q753-446 753-431.33q0 14.66-11 25.33l-93.15 93.15Q638-302 623.33-302q-14.66 0-25.33-11-11-11-11-25.5t11-25.5l32-32H480v73q0 14-11 24.5T443.5-288ZM336-96q-20.4 0-34.2-13.8Q288-123.6 288-144v-600q0-20.4 13.8-34.2Q315.6-792 336-792h72v-24q0-20.4 13.8-34.2Q435.6-864 456-864h48q20.4 0 34.2 13.8Q552-836.4 552-816v24h72q20.4 0 34.2 13.8Q672-764.4 672-744v84q0 15.3-10.29 25.65Q651.42-624 636.21-624t-25.71-10.35Q600-644.7 600-660v-60H360v552h240v-36q0-15.3 10.29-25.65Q620.58-240 635.79-240t25.71 10.35Q672-219.3 672-204v60q0 20.4-13.8 34.2Q644.4-96 624-96H336Z"/></svg> |