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
671 B
XML
1 line
671 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M288-288q-20 0-34-14t-14-34.39Q240-356 254-370t34.39-14Q308-384 322-370t14 34q0 20-14 34t-34 14Zm0-288q-20 0-34-14t-14-34.39Q240-644 254-658t34.39-14Q308-672 322-658t14 34q0 20-14 34t-34 14Zm132 132q-15.3 0-25.65-10.29Q384-464.58 384-479.79t10.35-25.71Q404.7-516 420-516h120q15.3 0 25.65 10.29Q576-495.42 576-480.21t-10.35 25.71Q555.3-444 540-444H420Zm252-36q0-45.23-11.5-87.12Q649-609 629-647q-8-14-5-28.5t16-22.5q13-8 27.5-5.5T690-687q26 46 40 97.87 14 51.87 14 109.13 0 57.42-14.5 109.71Q715-318 688-272q-8 14-22 17t-27-5q-13-8-15.5-23t5.5-29q21-38 32-80.5t11-87.5Z"/></svg> |