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
750 B
XML
1 line
750 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M479.79-480q15.21 0 25.71-10.29t10.5-25.5q0-15.21-10.29-25.71t-25.5-10.5q-15.21 0-25.71 10.29t-10.5 25.5q0 15.21 10.29 25.71t25.5 10.5ZM411-288h138l99 99q-38 22-80 33.5T480-144q-46 0-88-11.5T312-189l99-99Zm69-528q69 0 130.36 26.7 61.37 26.7 106.8 72.14 45.44 45.43 72.14 106.8Q816-549 816-480q0 73.88-29.5 137.94T706-232L605-334q31-26 49-64.11T672-480q0-80-56-136t-136-56q-80 0-136 56t-56 136q0 43.78 18 81.89T355-334L253-232q-51-46-80-110.06T144-480q0-69 26.7-130.36 26.7-61.37 72.14-106.8 45.43-45.44 106.8-72.14Q411-816 480-816Zm0 216q49.5 0 84.75 35.25T600-480q0 49.5-35.25 84.75T480-360q-49.5 0-84.75-35.25T360-480q0-49.5 35.25-84.75T480-600Z"/></svg> |