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
911 B
XML
1 line
911 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M192-516q-25 0-42.5-17.5T132-576q0-25 17.5-42.5T192-636q25 0 42.5 17.5T252-576q0 25-17.5 42.5T192-516Zm48 348h324v-216h-72q-65.15 0-110.58-45.42Q336-474.85 336-540q0-52.22 30.5-93.11T447-689q9-56 52.5-91.5T600-816q57 0 100.5 35.5T753-689q50 15 80.5 55.89T864-540q0 65.15-45.42 110.58Q773.15-384 708-384h-72v216h144q15.3 0 25.65 10.29Q816-147.42 816-132.21t-10.35 25.71Q795.3-96 780-96H180q-15.3 0-25.65-10.35Q144-116.7 144-132v-156h-12q-15 0-25.5-10.5T96-324v-108q0-20.4 13.8-34.2Q123.6-480 144-480h96q20.4 0 34.2 13.8Q288-452.4 288-432v108q0 15-10.5 25.5T252-288h-12v120Zm252-288h216q35.47 0 59.73-24.27Q792-504.53 792-540q0-27-17-49t-43-30l-41-13-8-43q-5.07-29.69-28.29-49.34Q631.49-744 600.24-744 569-744 546-725q-23 19-28 49l-8 43-42 13q-26 8-43 30t-17 50q0 35.47 24.27 59.73Q456.53-456 492-456Zm108-144Z"/></svg> |