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
897 B
XML
1 line
897 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="m295-782-15-45q-5-14 2-27t21-18q14-5 27 1.5t18 20.5l16 46q5 14-2 27t-21 18q-14 5-27.5-2T295-782Zm149-46v-48q0-15 10.5-25.5T480-912q15 0 25.5 10.5T516-876v48q0 15-10.5 25.5T480-792q-15 0-25.5-10.5T444-828Zm153 24 15-46q5-14 18-21t27-2q14 5 21 18t2 27l-16 47q-5 14-18 20.5t-27 1.5q-14-5-20.5-18t-1.5-27Zm66 726q-31-5-54.5-25T576-152l-37-117q-9-27-2.5-54t28.5-48l43 134q3 10 11.5 14t18.5 1q9-3 13.5-11.5T653-251l-84-267q-10-32-.5-64t35.5-53l22-17q14-11 30.5-7.5T681-640l148 308q5 9 13 14.5t19 5.5q14 0 23 10.5t7 24.5L864-85q-2 15-14 24t-27 7L663-78Zm-366 0L137-54q-15 2-27-7T96-85L69-277q-2-14 7-24.5T99-312q11 0 19-5.5t13-14.5l148-308q8-16 24.5-19.5T334-652l22 17q26 21 35.5 53t-.5 64l-84 266q-3 10 1.5 18.5T323-222q10 3 18.5-1t11.5-14l42-134q22 20 28.5 47.5T421-269l-37 117q-9 29-32.5 49T297-78Z"/></svg> |