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
901 B
XML
1 line
901 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M96-264v-20q0-26 12.5-47.5T143-366q57-34 120-50.5T392-433q13 0 19.5 11t3.5 24q-4 14-5 29t-1 30q0 27 4 53.5t15 51.5q6 15-2 28.5T403-192H168q-30 0-51-21t-21-51Zm576 0q30 0 51-21t21-51q0-30-21-51t-51-21q-30 0-51 21t-21 51q0 30 21 51t51 21ZM384-480q-60 0-102-42t-42-102q0-60 42-102t102-42q60 0 102 42t42 102q0 60-42 102t-102 42Zm250 311-7-31q-14-5-26.5-12T577-228l-32 10q-11 3-20.5-1T510-232l-8-13q-5-9-4-19.5t9-18.5l24-23q-4-14-3.5-29t3.5-29l-23-22q-8-8-9.5-18t3.5-20l8-13q5-10 15-14t21-1l30 9q11-10 24-17.5t27-11.5l7-32q2-11 11-17.5t20-6.5h14q11 0 20 6.5t11 17.5l7 32q14 5 27 12t24 17l31-9q11-3 20.5 1.5T834-437l8 13q5 9 3.5 19.5T836-386l-22 21q2 15 2 30t-3 29l23 22q8 8 9.5 18.5T842-246l-8 13q-5 9-14.5 13t-20.5 1l-32-9q-11 9-23.5 16.5T717-200l-8 32q-2 11-10.5 17.5T679-144h-15q-11 0-19.5-7T634-169Z"/></svg> |