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
614 B
XML
1 line
614 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M168-384q-33 0-52.5-19.5T96-456v-336q0-33 19.5-52.5T168-864h336q33 0 52.5 19.5T576-792v336q0 33-19.5 52.5T504-384H168Zm0-72h336v-336H168v336Zm149-73-46-61q-2.62-4-7-4-4.37 0-7 4l-54 72q-3 5-.5 9.5t7.5 4.5h252q5 0 7.5-4.5t-.5-9.5l-72.96-96.88Q393-619 388.77-619q-4.23 0-6.77 4l-65 86ZM648-96q-50 0-85-35t-35-85q0-50 35-85t85-35q13 0 25 2.5t23 7.5v-142.49q0-14.51 10.35-25.01Q716.7-504 732-504h96q15.3 0 25.65 10.29Q864-483.42 864-468.21t-10.35 25.71Q843.3-432 828-432h-60v216q0 50-35 85t-85 35ZM168-456v-336 336Z"/></svg> |