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
979 B
XML
1 line
979 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M713-98q-121-9-229-59.5T290-294q-86-86-135-193.5T96-716q-2-21 12.29-36.5Q122.57-768 144-768h136q17 0 29.5 10.5T326-731l24 106q2 13-1.5 25T337-580l-97 98q20 38 46 72.5t57.45 65.48Q373-314 406.5-288.5 440-263 478-243l99-96q7.58-8 19.79-12 12.21-4 25.21-1l107 23q17 4 27 17t10 30v136q0 21.43-16 35.71Q734-96 713-98ZM207-552l70-70-17.16-74H170q5 38 14 73.5t23 70.5Zm342 343q35.1 14.24 71.55 22.62Q657-178 694-173v-90l-75-16-70 70ZM207-552Zm342 343Zm122.77-271Q592-480 536-536.23q-56-56.22-56-136Q480-752 536.23-808q56.22-56 136-56Q752-864 808-807.77q56 56.22 56 136Q864-592 807.77-536q-56.22 56-136 56Zm.23-96q9.6 0 16.8-7.2 7.2-7.2 7.2-16.8v-48q0-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.8v48q0 9.6 7.2 16.8 7.2 7.2 16.8 7.2Zm0-144q9.6 0 16.8-7.2 7.2-7.2 7.2-16.8 0-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.8 0 9.6 7.2 16.8 7.2 7.2 16.8 7.2Z"/></svg> |