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
827 B
XML
1 line
827 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="m671-260 42 42q5.8 6 14.5 6t14.5-6q6-6 6-15t-6-15l-42-41 42-42q6-5.8 6-14.5t-6-14.5q-5.8-6-14.5-6t-14.5 6l-42 42-42-42q-5.6-6-14-6t-14 6q-6 5.8-6 14.5t6 14.5l41 42-42 42q-6 6-6 14t6 14q6 6 15 6t15-6l41-41Zm-527 15v-113.35q0-10.65 7-20.15 7-9.5 18-13.5l186-62q8-3 13.5-9.81 5.5-6.82 5.5-16.19 0-9.37-5.5-16.19Q363-503 355-506l-186-62q-11-4-18-13.5t-7-20.15V-715q0-19 15.5-29.5T193-748l385 153q20 8 18.5 31.5T571-532q-32.3 11.28-58.55 32.31Q486.2-478.67 465-452q-22.42 27.21-35.71 59.11Q416-361 411-327q-2 14-9.47 24.48Q394.07-292.03 381-287l-188 75q-17.5 8-33.25-3T144-245ZM671.77-96Q592-96 536-152.23q-56-56.22-56-136Q480-368 536.23-424q56.22-56 136-56Q752-480 808-423.77q56 56.22 56 136Q864-208 807.77-152q-56.22 56-136 56Z"/></svg> |