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
982 B
XML
1 line
982 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M444-516v-312q0-15.3 10.29-25.65Q464.58-864 479.79-864t25.71 10.35Q516-843.3 516-828v312q0 15.3-10.29 25.65Q495.42-480 480.21-480t-25.71-10.35Q444-500.7 444-516Zm36 324q-130 0-221-90.36-91-90.37-91-220.57 0-66.07 26.71-125.97Q221.41-688.81 269-733q12-11 28.5-10.5T325-732q10 10 8 25t-13 25q-39 35-59.5 81T240-504q0 100 70 170t170 70q100 0 170-70.48t70-171.16q0-53.36-21-98.86T639-684q-11-10-12.5-23.71-1.5-13.72 8.36-23.15Q646-742 662.5-743t28.5 10q48 43 74.5 102.68Q792-570.64 792-504.1q0 131.1-91 221.6T480-192ZM324.21 0Q309 0 298.5-10.29T288-35.79Q288-51 298.29-61.5t25.5-10.5Q339-72 349.5-61.71t10.5 25.5Q360-21 349.71-10.5T324.21 0Zm156 0Q465 0 454.5-10.29T444-35.79Q444-51 454.29-61.5t25.5-10.5Q495-72 505.5-61.71t10.5 25.5Q516-21 505.71-10.5T480.21 0Zm156 0Q621 0 610.5-10.29T600-35.79Q600-51 610.29-61.5t25.5-10.5Q651-72 661.5-61.71t10.5 25.5Q672-21 661.71-10.5T636.21 0Z"/></svg> |