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
710 B
XML
1 line
710 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M216-312v96-528 432Zm432 168H312q-70 0-119-49t-49-119v-336q0-70 49-119t119-49h156q15.3 0 25.65 10.29Q504-795.42 504-780.21t-10.35 25.71Q483.3-744 468-744H312q-39.6 0-67.8 28.2Q216-687.6 216-648v336q0 39.6 28.2 67.8Q272.4-216 312-216h336q39.6 0 67.8-28.2Q744-272.4 744-312v-156q0-15.3 10.29-25.65Q764.58-504 779.79-504t25.71 10.35Q816-483.3 816-468v156q0 70-49 119t-119 49Zm96-432q-6 0-8-6-14-57-55.5-98.5t-98.86-55.72Q576-738 576-744q0-7 6-8 57-14 98.5-55.5t55.72-98.86Q738-912 744.5-912q6.5 0 7.5 6 14.84 56.59 56.13 97.87Q849.41-766.84 906-752q6 1 6 8 0 6-6 8-57 14-98.5 55.5t-55.62 98.86Q751-576 744-576Z"/></svg> |