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
898 B
XML
1 line
898 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 96 960 960"><path d="M479.765 864Q352 864 243 801 134 738 72 626q-7-11.733-10-24.444-3-12.712-3-25.423 0-12.711 3-25.422T72 526q62-112 171.235-175 109.234-63 237-63Q608 288 717 351q109 63 171 175 7 11.733 10 24.444 3 12.712 3 25.423 0 12.711-3 25.422T888 626q-62 112-171.235 175-109.234 63-237 63Zm.235-72q96 0 178.5-41.172T796 637q-32-42-72.5-74T635 511q5.909 14.933 9.455 31.467Q648 559 648 576q0 70-49 119t-119 49q-70 0-119-49t-49-119q0-17 3.545-33.533Q319.091 525.933 325 511q-48.102 20.488-88.551 52.244Q196 595 164 637q55 72.656 137.5 113.828T480 792Zm-.225-120Q520 672 548 644.225q28-27.774 28-68Q576 536 548.225 508q-27.774-28-68-28Q440 480 412 507.775q-28 27.774-28 68Q384 616 411.775 644q27.774 28 68 28ZM136 558q67-72 156.5-111T480 408q98 0 187.5 39T824 558q-51-93-143-145.5T480 360q-109 0-201 52.5T136 558Z"/></svg> |