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
1012 B
XML
1 line
1012 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M408-792q-22 0-42.5 5T325-773q-14 7-28 3t-21-18q-7-14-3-28t18-21q27-14 56.5-20.5T408-864q53 0 101 19.5t86 57.5q62 62 76 148t-28 162q-8 14-22.5 16.5T593-466q-12-8-15-22t4-28q29-55 17.5-115.5T544-736q-27-27-62.5-41.5T408-792Zm-6 296q-40 0-69-29t-29-69q0-14 3-26t10-23l134 134q-11 7-23.5 10t-25.5 3Zm341 380L506-352q-10 8-18.5 16T472-317q-9 13-15 27.5T446-260q-19 60-50.5 112T288-96q-60 0-102.5-42.5T144-240q0-15 10.5-25.5T180-276q15 0 25.5 10.5T216-240q0 29 21.5 50.5T288-168q47 0 62-40t28-75q7-19 15-37.5t19-35.5q8-14 18.5-25.5T454-403L220-638q-2 8-3 17.5t-1 20.5q0 15-10.5 25.5T180-564q-15 0-25.5-10.5T144-600q0-25 4.5-49t13.5-47l-47-47q-11-11-11-25.5t11-25.5q11-11 25.5-11t25.5 11l628 628q11 11 11 25t-11 25q-11 11-25.5 11T743-116Zm1-484q0-60-19-113t-55-98q-10-11-10-26t11-26q11-11 25-10t24 12q47 55 71.5 121.5T816-600q0 60-19 118.5T745-372q-8 12-22.5 14t-26.5-7q-12-9-14.5-23t5.5-27q26-42 41.5-89.5T744-600Z"/></svg> |