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
881 B
XML
1 line
881 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M696.24-240Q756-240 798-282.24q42-42.24 42-102T797.76-486q-42.24-42-102-42T594-485.76q-42 42.24-42 102T594.24-282q42.24 42 102 42ZM168-96q-29.7 0-50.85-21.15Q96-138.3 96-168v-624q0-29.7 21.15-50.85Q138.3-864 168-864h312q29.7 0 50.85 21.15Q552-821.7 552-792v153q0 14.87-10.29 24.94Q531.42-604 516.21-604t-25.71-10.35Q480-624.7 480-640v-32H168v384h220q17 0 30.42 9.39 13.42 9.4 20.58 24.61 14 29 35 53.5t47 44.5q6 5 9.5 11t3.5 14.39q0 17.83-16.81 26.22T480-96H168Zm432-36.15V-190q-55-28-87.5-79.82-32.5-51.82-32.5-114T512.5-498q32.5-52 87.5-79v-59q0-15.3 10.35-25.65Q620.7-672 636-672h120q15.3 0 25.65 10.35Q792-651.3 792-636v59q55 27 87.5 78.82 32.5 51.82 32.5 114T879.5-270Q847-218 792-190v57.85q0 15.36-10.35 25.76Q771.3-96 756-96H636q-15.3 0-25.65-10.39Q600-116.79 600-132.15Z"/></svg> |