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
842 B
XML
1 line
842 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M204-192q-45 0-76.5-31.5T96-300v-144q0-15 10.5-25.5T132-480h496q8-27 27.5-46.5T702-554l165-47q14-5 27 3t18 22q5 14-3 27t-22 18l-164 47q-11 3-19 12.5t-8 21.5v150q0 45-31.5 76.5T588-192H204Zm-38-482q-24-28-34.5-52T120-779q0-16 11.5-26.5T159-816q14 0 23.5 11.5T192-779q1 17 6.5 31t19.5 30q25 29 36.5 59.5T264-590q-1 16-12.5 27T224-552q-14 0-23.5-11.5T192-590q2-29-4.5-48T166-674Zm145 0q-24-28-34.5-52T265-779q0-16 11.5-26.5T304-816q14 0 23.5 11.5T337-779q1 17 6.5 31t19.5 30q25 29 36 58.5t10 67.5q-1 17-12 28.5T369-552q-14 0-24-11.5t-9-26.5q2-28-4-47.5T311-674Zm143 0q-24-28-34.5-52T409-779q0-16 11.5-26.5T448-816q14 0 23 11.5t9 25.5q0 17 6 31t20 30q25 29 36.5 59.5T553-590q-1 16-12.5 27T512-552q-14 0-23.5-11.5T480-590q2-28-4.5-47.5T454-674Z"/></svg> |