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
959 B
XML
1 line
959 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M575.89-480Q596-480 610-493.89q14-13.88 14-34Q624-548 610.11-562q-13.88-14-34-14Q556-576 542-562.11q-14 13.88-14 34Q528-508 541.89-494q13.88 14 34 14Zm-192 0Q404-480 418-493.89q14-13.88 14-34Q432-548 418.11-562q-13.88-14-34-14Q364-576 350-562.11q-14 13.88-14 34Q336-508 349.89-494q13.88 14 34 14ZM480-288q57 0 105-32.5t73-87.5H302q24 55 72.5 87.5T480-288Zm0 144q-70 0-131.13-26.6-61.14-26.6-106.4-71.87-45.27-45.26-71.87-106.4Q144-410 144-480t26.6-131.13q26.6-61.14 71.87-106.4 45.26-45.27 106.4-71.87Q410-816 480-816t131.13 26.6q61.14 26.6 106.4 71.87 45.27 45.26 71.87 106.4Q816-550 816-480t-26.6 131.13q-26.6 61.14-71.87 106.4-45.26 45.27-106.4 71.87Q550-144 480-144Zm0-480q28 0 47.5-12.5T547-666q0-9.6-6.57-16.8-6.57-7.2-16.43-7.2-12 0-20 9t-24 9q-15.12 0-25.56-10.44T444-708q0-15 9.5-24.5T481-745q-20 2-40.5 4t-40.5 9q-2 8-3 15t-1 14q0 31 26 55t58 24Z"/></svg> |