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
1.0 KiB
XML
1 line
1.0 KiB
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M672-672q9.6 0 16.8-7.2 7.2-7.2 7.2-16.8v-48q0-9.6-7.2-16.8-7.2-7.2-16.8-7.2-9.6 0-16.8 7.2-7.2 7.2-7.2 16.8v48q0 9.6 7.2 16.8 7.2 7.2 16.8 7.2Zm-.23 192Q592-480 536-536.16 480-592.32 480-672q0-80 56-136t136.45-56q79.49 0 135.52 56.23 56.03 56.22 56.03 136Q864-592 807.77-536q-56.22 56-136 56Zm.23-96q9.6 0 16.8-7.2 7.2-7.2 7.2-16.8 0-9.6-7.2-16.8-7.2-7.2-16.8-7.2-9.6 0-16.8 7.2-7.2 7.2-7.2 16.8 0 9.6 7.2 16.8 7.2 7.2 16.8 7.2ZM264-288q20 0 34-14t14-34q0-20-14-34t-34-14q-20 0-34 14t-14 34q0 20 14 34t34 14Zm240 0q20 0 34-14t14-34q0-20-14-34t-34-14q-20 0-34 14t-14 34q0 20 14 34t34 14ZM192-96q-20 0-34-14t-14-34v-61q-23-19-35.5-46T96-312v-360q0-70 62-102.5T374-813q25-1 39.5 20t5.5 46q-7 22-10 44t-1 45q1 14-7.66 24T378-624H168v120h276q11.55 0 22.27 5.5Q477-493 485-485q15.81 16.08 34.4 28.54Q538-444 558-434t41 16q21 6 44 8 12 2 20.5 10.5T672-379v67q0 33-12.5 60.5T624-205v61q0 20-14 34t-34 14q-20 0-34-14t-14-34v-24H240v24q0 20-14 34t-34 14Z"/></svg> |