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
976 B
XML
1 line
976 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M743-167 639-270q-4 9-7 18.5t-5 20.5q-3 15-13.5 25.5T588-195q-15 0-25-11t-8-26q4-25 12-48t19-44l-70-69q-24 35-38.5 75.5T458-232q-2 15-12.5 26T420-195q-15 0-25.5-11.5T386-234q5-59 25.5-112t52.5-99l-70-70q-46 32-99 52.5T183-437q-16 2-27.5-8.5T144-471q0-15 11-25.5t26-12.5q45-5 85.5-19.5T342-567l-69-69q-21 11-44 18.5T181-606q-15 2-26-8t-11-25q0-15 10.5-25.5T180-678q10-2 20-5t19-7L115-794q-11-11-11-25.5t11-25.5q11-11 25.5-11t25.5 11l628 628q11 11 11 25t-11 25q-11 11-25.5 11T743-167ZM372-867q15 0 25 11t8 26q-4 25-12 48t-19 44l-53-54q4-9 7-18.5t5-20.5q3-15 13.5-25.5T372-867Zm168 0q15 0 25.5 11.5T574-828q-5 59-25.5 112T496-617l-52-52q24-35 38.5-75.5T502-830q2-15 12.5-26t25.5-11Zm276 276q0 15-11 25.5T779-553q-45 5-85.5 19.5T618-495l-52-52q46-32 99-52.5T777-625q16-2 27.5 8.5T816-591Zm-75 219-54-53q21-11 44-19t48-12q15-2 26 8t11 25q0 15-10.5 25.5T780-384q-10 2-20 5t-19 7Z"/></svg> |