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
866 B
XML
1 line
866 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-528q0-29.7 21.15-50.85Q186.3-768 216-768h156q15.3 0 25.65 10.29Q408-747.42 408-732.21t-10.35 25.71Q387.3-696 372-696H216v528h528v-159q0-15.3 10.29-25.65Q764.58-363 779.79-363t25.71 10.35Q816-342.3 816-327v159q0 29.7-21.15 50.85Q773.7-96 744-96H216Zm228-192 94-125q5.25-8 14-8t14 8l108 144q7 9 1.75 19T660-240H299.81Q289-240 284-250t2.18-18.97L358-365q5.25-8 14-8t14 8l58 77Zm203.53-192Q578-480 529-529t-49-119q0-70 49-119t119-49q70 0 119 48.95t49 118.88q0 25.17-7 47.67T789-558l98 98q11 11 11 25t-11 25q-11 11-25.5 11t-25.71-11.1L738-507q-20 13-42.55 20-22.55 7-47.92 7Zm.24-72Q688-552 716-579.77q28-27.78 28-68Q744-688 716.23-716q-27.78-28-68-28Q608-744 580-716.23q-28 27.78-28 68Q552-608 579.77-580q27.78 28 68 28Z"/></svg> |