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
767 B
XML
1 line
767 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M480-648q-70 0-119 49t-49 119q0 53 29.5 96t79.5 62q15 6 23.5 19t4.5 28q-4 14-15 21.5t-24 3.5q-76-23-123-86.5T240-480q0-100 70-170t170-70q80 0 143.5 47T710-550q4 13-3.5 24T685-511q-15 4-28-4.5T638-539q-19-50-62-79.5T480-648Zm0-144q-130 0-221 91t-91 221q0 128 85.5 215T465-170q16 1 27 12t10 27q-1 15-11.5 25.5T465-96q-77-3-144.5-34.5T203-214q-50-52-78.5-120.5T96-480q0-80 30-149.5t82.5-122Q261-804 331-834t149-30q157 0 266.5 107T863-494q1 14-9.5 24T829-459q-15 1-26-9.5T790-494q-11-128-94.5-213T480-792Zm306 686L654-239l-36 94q-5 12-17.5 11.5T584-146l-94-301q-3-11 4.5-18.5T513-470l301 94q12 4 12.5 16.5T815-342l-94 35 133 133q14 14 14 34t-14 34q-14 14-34 14t-34-14Z"/></svg> |