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
754 B
XML
1 line
754 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="m435-344 7 32q2 11 10.5 17.5T472-288h15q11 0 19.5-6.5T517-312l8-32q14-5 26.5-11.5T575-372l32 9q11 3 20.5-1t14.5-13l8-13q5-9 3.5-19.5T644-428l-23-22q2-13 3-29.5t-2-29.5l22-21q8-8 9.5-18.5T650-568l-8-13q-5-9-15-13.5t-20-1.5l-31 9q-11-10-24-17t-27-12l-7-31q-2-11-11-18t-20-7h-14q-11 0-20 7t-11 18l-7 31q-14 5-27 12t-24 17l-30-9q-11-3-21 1t-15 14l-8 12q-5 10-3.5 20.5T316-530l23 21q-3 14-3 29.5t3 29.5l-23 22q-8 8-9.5 18t3.5 20l7 13q5 10 15.5 14t21.5 1l31-10q11 9 23.5 16t26.5 12Zm45-64q-30 0-51-21t-21-51q0-30 21-51t51-21q30 0 51 21t21 51q0 30-21 51t-51 21ZM216-144q-30 0-51-21t-21-51v-528q0-30 21-51t51-21h528q30 0 51 21t21 51v528q0 30-21 51t-51 21H216Z"/></svg> |