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
808 B
XML
1 line
808 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="m428-432-38 164q-1 5-14 10t-24.5 9q-11.5 4-13.5 6.5t18 2.5q-17 0-28-13.5t-7-30.5l70-288-79 34v46q0 15-10.5 25.5T276-456q-15 0-25.5-10.5T240-492v-94l185-78q10-4 19.5-6t18.5-2q26 0 45 9t32 30l26 42q20 32 43.5 52t53.5 28q14 4 23.5 15.5T696-469q0 14-10 23t-23 6q-45-11-77.5-33.5T529-528l-23 72 70 70v110q0 15-10.5 25.5T540-240q-15 0-25.5-10.5T504-276v-81l-76-75Zm100-264q-35 0-59.5-24.5T444-780q0-35 24.5-59.5T528-864q35 0 59.5 24.5T612-780q0 35-24.5 59.5T528-696ZM480-96q-79 0-149-30t-122.5-82.5Q156-261 126-331T96-480q0-104 52-193t141-140q13-8 27-3t20 19q6 14 1 28t-18 22q-70 42-110.5 113T168-480q0 130 91 221t221 91q122 0 211-81t100-200q2-14 12.5-22.5T828-480q15 0 25.5 11.5T862-442q-14 146-123 246T480-96Z"/></svg> |