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
757 B
XML
1 line
757 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M192-264v-360q0-67 61-105.5T457-768l24-48H312q-10.4 0-17.2-6.8-6.8-6.8-6.8-17.2 0-10.4 6.8-17.2 6.8-6.8 17.2-6.8h336q10.4 0 17.2 6.8 6.8 6.8 6.8 17.2 0 10.4-6.8 17.2-6.8 6.8-17.2 6.8H535l-24 48q145 0 201 39t56 105v360q0 54-35 94t-88 48l13 13q17 17.28 8 39.14T633-48q-8 0-14.5-2.75T607-59l-61-61H414l-61 61q-5 5.5-11.5 8.25T327-48q-24 0-33-22.5t8-39.5l12-12q-53-8-87.5-48T192-264Zm448.71-120H264h432-55.29ZM480-240q20 0 34-14t14-34q0-20-14-34t-34-14q-20 0-34 14t-14 34q0 20 14 34t34 14Zm-2.32-408H692 269h208.68ZM264-456h432v-120H264v120Zm72 264h288q30 0 51-21t21-51v-120H264v120q0 30 21 51t51 21Zm144-504q-92 0-139.5 9.5T269-648h423q-25-28-64-38t-148-10Z"/></svg> |