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
909 B
XML
1 line
909 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M600-264h144q9.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.2H600q-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.2Zm71.77 168Q592-96 536-152.23q-56-56.22-56-136Q480-368 536.23-424q56.22-56 136-56Q752-480 808-423.77q56 56.22 56 136Q864-208 807.77-152q-56.22 56-136 56ZM168-515v-180q0-22.69 12.5-40.85Q193-754 214-762l240-92q13-5 26-5t26 5l240 92q21 8 33.5 26.15Q792-717.69 792-695v125.51Q792-552 778.28-543q-13.73 9-29.28 4-19-6.5-38-9.75T672-552q-110 0-187 77t-77 186.85q0 33.15 8 64.15 8 31 24 60 10 18-1.5 33.5T410-122q-45.75-19.95-83.87-48.98Q288-200 253-249q-41-57-63-124.5T168-515Zm313-109q-30.11 0-51.56 20.5Q408-583 408-552.92t21.15 51.5Q450.3-480 480-480h6q3 0 6-1 12.16-11.25 25.08-20.63Q530-511 544-519q4-7.93 6-16.43t2-17.57q0-29.29-20.86-50.14Q510.29-624 481-624Z"/></svg> |