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
830 B
XML
1 line
830 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M480-96q-79 0-149-30t-122.5-82.5Q156-261 126-331T96-480q0-112 59.5-205T315-827q1 19 5.5 37t9.5 36q-73 45-117.5 117T168-480q0 130 91 221t221 91q130 0 221-91t91-221q0-85-44-157.5T630-754q5-18 9-36t6-37q101 48 160 141.5T864-480q0 79-30 149t-82.5 122.5Q699-156 629.5-126T480-96Zm0-144q-100 0-170-70t-70-170q0-61 29-114.5t80-87.5q6 19 11 37.5t11 36.5q-26 26-42.5 58.5T312-480q0 70 49 119t119 49q70 0 119-49t49-119q0-37-17-69.5T588-608q5-18 11-36.5t12-36.5q51 34 80 87t29 114q0 100-70 170t-170 70Zm-12-384q-12 0-21-7t-13-18l-30-94q-8-30-14-60t-6-61q0-40 28-68t68-28q40 0 68 28t28 68q0 31-5.5 61T557-743l-31 94q-4 11-13 18t-21 7h-24Zm12 228q-35 0-59.5-24.5T396-480q0-35 24.5-59.5T480-564q35 0 59.5 24.5T564-480q0 35-24.5 59.5T480-396Z"/></svg> |