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
726 B
XML
1 line
726 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M216-87q0-136 56-220.5T426-480q-98-88-154-172.5T216-873v-13q0-15 10.5-25.5T252-922q15 0 25.5 10.5T288-886v29.5q0 8.5 1 16.5h382q1-8 1-16.5V-886q0-15 10.5-25.5T708-922q15 0 25.5 10.5T744-886v13q0 136-56 220.5T534-480q98 88 154 172.5T744-87v13q0 15-10.5 25.5T708-38q-15 0-25.5-10.5T672-74v-29.5q0-8.5-1-16.5H289q-1 8-1 16.5V-74q0 15-10.5 25.5T252-38q-15 0-25.5-10.5T216-74v-13Zm115-609h298q10-17 17.5-34.5T659-768H301q5 20 12.5 37.5T331-696Zm149 168q28-25 53-48.5t46-47.5H381q21 24 45.5 47.5T480-528Zm-99 192h198q-21-24-46-47.5T480-432q-29 25-53.5 48.5T381-336Zm-80 144h358q-5-20-13-37.5T628-264H331q-10 17-17.5 34.5T301-192Z"/></svg> |