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
864 B
XML
1 line
864 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M216-96q-29.7 0-50.85-21.15Q144-138.3 144-168v-480q0-29.7 21.15-50.85Q186.3-720 216-720h24v-120q0-29.7 21.15-50.85Q282.3-912 312-912h336q29.7 0 50.85 21.15Q720-869.7 720-840v120h24q29.7 0 50.85 21.15Q816-677.7 816-648v480q0 29.7-21.15 50.85Q773.7-96 744-96H216Zm96-624h336v-120H312v120Zm-96 552h528v-480H216v480Zm264.23-48Q560-216 616-272.23q56-56.22 56-136Q672-488 615.77-544q-56.22-56-136-56Q400-600 344-543.77q-56 56.22-56 136Q288-328 344.23-272q56.22 56 136 56Zm-.47-48Q420-264 378-306.24q-42-42.24-42-102T378.24-510q42.24-42 102-42T582-509.76q42 42.24 42 102T581.76-306q-42.24 42-102 42ZM504-418v-62q0-9.6-7.2-16.8-7.2-7.2-16.8-7.2-9.6 0-16.8 7.2-7.2 7.2-7.2 16.8v67.41q0 7.59 3 14.09t8 11.5l51 51q7.36 7 17.18 7t16.82-7q7-7 7-16.82T552-370l-48-48Zm-24 10Z"/></svg> |