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
808 B
XML
1 line
808 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M780-282 666-396q25-13 52.5-22t55.5-11q8-1 15.5 2.5T802-418q5 5 8 12.5t2 15.5q-2 29-10.5 55.5T780-282Zm-91 113q-43 35-96 54T480-96q0-60 19-113t54-96l-79-79q-38-2-64.5-30T384-480q-12 5-24 8.5t-25 3.5q-40 0-67.5-28T240-564q0-11 3-22t8-22L115-744q-11-11-11-25t11-25q11-11 25.5-11t25.5 11l628 628q11 11 11 25t-11 25q-11 11-26 11t-26-11l-53-53ZM480-912q41 0 69 29t27 70q11-7 23.5-11t25.5-4q40 0 68 28t28 68q0 26-13 48.5T672-648q23 14 36 36t13 48q0 40-28 68t-68 28q-11 0-21-2.5t-20-7.5l-78-78q30-8 50-33.5t20-58.5q0-40-28-68t-68-28q-33 0-58.5 20T388-674L265-797q14-15 32-23t38-8q13 0 25.5 4t23.5 11q-1-41 27-70t69-29Zm0 816q0-132-80-218.5T195-423q-9-2-17.5 1t-14.5 9q-6 6-9 14.5t-1 17.5q23 126 108 205.5T480-96Z"/></svg> |