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
910 B
XML
1 line
910 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M360-96q-54 0-101.5-19.5T173-173q-38-38-57.5-85.5T96-360q0-76 39-139.5T243-597q17-37 48.5-68.5T363-717q34-68 97.5-107.5T600-864q54 0 101.5 19.5T787-787q38 38 57.5 85.5T864-600q0 77-38.5 139.5T717-363q-19 40-50.5 71T597-243q-35 68-98.5 107.5T360-96Zm0-72q33 0 66.5-12.5T486-216q-55 2-104.5-18.5T293-294q-39-39-59-88t-18-104q-23 26-35.5 59.5T168-360q0 39 14 73t42 62q28 28 62.5 42.5T360-168Zm120-120q34 0 67-12.5t60-35.5q-54 2-104-18t-90-60q-40-40-59.5-88.5T336-606q-23 26-35.5 58.5T288-480q0 39 14 73t42 62q28 28 62.5 42.5T480-288Zm117-121q17 0 33.5-2.5T661-419q18-53 6-105.5T616-616q-39-39-91.5-51T419-661q-5 14-7.5 30.5T409-597q0 37 14.5 71t40.5 60q27 27 62 42t71 15Zm147-65q23-25 35.5-58t12.5-68q0-38-14.5-73T735-736q-28-28-62-42t-73-14q-34 0-66.5 12.5T474-744q57-2 105 17.5t88 59.5q40 40 59.5 88T744-474Z"/></svg> |