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
764 B
XML
1 line
764 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M168-264q-30 0-51-21t-21-51v-408q0-30 21-51t51-21h565q18 0 25 16.5t-6 29.5l-13 13-13 13-105 105q-10 10-15.5 23.5T600-588v96q0 14 5.5 27t15.5 24l105 105 13 13 13 13q13 13 6 29.5T733-264H168ZM84-144q-15 0-25.5-10.5T48-180q0-15 10.5-25.5T84-216h792q15 0 25.5 10.5T912-180q0 15-10.5 25.5T876-144H84Zm722-218q-11-8-15.5-21.5T796-409q23-28 33.5-60t10.5-71q0-39-10.5-71T796-671q-10-12-5.5-25.5T806-718q11-8 26-6t28 19q25 35 38.5 76.5T912-540q0 47-13.5 88.5T860-375q-13 17-28 19t-26-6Zm-100-99q-12-6-18.5-18.5T689-507q4-8 6-16.5t2-16.5q0-8-2-16.5t-6-16.5q-8-15-1.5-27.5T706-619q12-6 26.5-2.5T756-601q8 14 10.5 29.5T769-540q0 16-2.5 31.5T756-479q-9 17-23.5 20.5T706-461Z"/></svg> |