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
849 B
XML
1 line
849 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M276-180v-60h-48q-15.3 0-25.65-10.35Q192-260.7 192-276v-408q0-15.3 10.35-25.65Q212.7-720 228-720h48v-60q0-15.3 10.29-25.65Q296.58-816 311.79-816t25.71 10.35Q348-795.3 348-780v60h48q15.3 0 25.65 10.35Q432-699.3 432-684v408q0 15.3-10.35 25.65Q411.3-240 396-240h-48v60q0 15.3-10.29 25.65Q327.42-144 312.21-144t-25.71-10.35Q276-164.7 276-180Zm-12-132h96v-336h-96v336Zm348 132v-156h-48q-15.3 0-25.65-10.35Q528-356.7 528-372v-216q0-15.3 10.35-25.65Q548.7-624 564-624h48v-156q0-15.3 10.29-25.65Q632.58-816 647.79-816t25.71 10.35Q684-795.3 684-780v156h48q15.3 0 25.65 10.35Q768-603.3 768-588v216q0 15.3-10.35 25.65Q747.3-336 732-336h-48v156q0 15.3-10.29 25.65Q663.42-144 648.21-144t-25.71-10.35Q612-164.7 612-180Zm-12-228h96v-144h-96v144Zm-288-72Zm336 0Z"/></svg> |