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
1005 B
XML
1 line
1005 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M552-283q17 8 34 .5t23-24.5q3-9 5.5-17.5T619-341l-72-72q-2 20-6 39t-11 39q-5 16 1 30.5t21 21.5Zm-128-52q17 8 34 .5t22-24.5q8-26 12.5-52t4.5-52l-90-91q4 18 5.5 36.5T414-480q0 24-2.5 47.5T402-387q-5 16 1 31t21 21Zm-128-54q18 8 34.5-.5T352-416q4-16 6-31.5t2-32.5q0-17-2-33t-6-31q-5-18-21-26.5t-35-.5q-14 5-20.5 19.5T272-521q2 10 3 20t1 21q0 11-1.5 20.5T271-439q-3 16 4 30t21 20ZM480-96q-79 0-149-30t-122.5-82.5Q156-261 126-331T96-480q0-61 19-118t54-108h86l534 535-93 9-580-581q-11-11-11-25.5t11-25.5q11-11 25.5-11t25.5 11l626 627q11 11 11.5 25.5T794-116q-11 11-25.5 11T743-116l-47-46q-49 32-103.5 49T480-96Zm309-197q-9 0-17.5-3T756-306L633-429q2-13 2.5-25.5t.5-25.5q0-46-6.5-89T609-654q-6-17-22.5-24t-34.5 1q-14 6-20.5 20.5T530-626q9 27 14 56t7 59L306-756q-7-7-10-15t-3-17q0-12 6-22.5t18-16.5q38-18 79-27.5t84-9.5q80 0 149.5 30t122 82.5Q804-699 834-629.5T864-480q0 43-9.5 84T827-317q-5 12-15.5 18t-22.5 6Z"/></svg> |