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
814 B
XML
1 line
814 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M684-168q58 0 110-24t84-72q-32-48-84-72t-110-24q-58 0-110 24t-84 72q32 48 84 72t110 24Zm0 72q-73 0-138.5-29.5T438-212q-8-11-12-23.5t-4-26.5q0-14 4-28t12-26q42-57 107.5-86.5T684-432q73 0 138.5 29.5T930-316q8 11 12 23.5t4 26.5q0 14-4 28t-12 26q-42 57-107.5 86.5T684-96Zm0-108q-25 0-42.5-17.5T624-264q0-25 17.5-42.5T684-324q25 0 42.5 17.5T744-264q0 25-17.5 42.5T684-204Zm-350 80q-108-45-173-141.5T96-480q0-80 30-149.5t82.5-122Q261-804 331-834t149-30q161 0 267 106t116 264q2 17-8.5 26.5T830-457q-14 1-25.5-7.5T792-491q-5-128-94.5-214.5T480-792q-53 0-102 17.5T287-724l213 213q13 13 11.5 27T500-460q-10 10-24 11.5T449-460L236-673q-33 42-50.5 91T168-480q0 95 53 174t141 114q18 8 23 21.5t0 27.5q-5 14-18.5 20.5T334-124Z"/></svg> |