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
877 B
XML
1 line
877 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="m625-180-32 10q-11 3-21-1t-15-13l-7-13q-5-9-4-19t9-18l24-24q-3-14-3-29t3-29l-24-22q-8-8-9-18t4-20l7-13q5-10 15-13.5t21-.5l31 8q11-11 24-18t27-11l7-31q2-11 10.5-18t19.5-7h15q11 0 19.5 7t10.5 18l8 31q14 5 27.5 11.5T816-395l31-8q11-3 20 1t14 13l8 13q5 9 4 19.5t-9 18.5l-22 21q3 14 2.5 29.5T861-258l23 23q8 8 9 18.5t-4 19.5l-7 13q-5 9-15 13t-21 1l-31-10q-11 10-23.5 16.5T765-152l-9 33q-2 11-10.5 17T726-96h-14q-11 0-20-6.5T681-120l-6-32q-14-5-26.5-11.5T625-180Zm95-36q30 0 51-21t21-51q0-30-21-51t-51-21q-30 0-51 21t-21 51q0 30 21 51t51 21Zm-552 24q-29 0-50.5-21.5T96-264v-432q0-29 21.5-50.5T168-768h624q30 0 51 21.5t21 50.5v135q0 15-10.5 25T828-526q-15 0-25.5-10.5T792-562v-62H168v144h315q16 0 22.5 14.5T502-438q-23 32-35 70t-12 80q0 14 1.5 27.5T461-234q4 16-5.5 29T430-192H168Z"/></svg> |