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
874 B
XML
1 line
874 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="m777-81-81-81q-8 26-27.2 46T624-96H168q-30 0-51-21t-21-51v-336q0-30 21-51t51-21h96l9-9L81-778q-11-11-10.5-25T82-828q11-11 25-11t25.34 11.34l695.32 695.32Q839-121 839-106.82T828-82q-11 11-25.5 11.5T777-81ZM379-479q-49 9-82 45.5t-33 85.59q0 54.91 38.5 93.41T396-216q50.57 0 88.29-32.5Q522-281 527-331L379-479Zm16.82 191q-24.82 0-42.32-17.68-17.5-17.67-17.5-42.5 0-24.82 17.68-42.32 17.67-17.5 42.5-17.5 24.82 0 42.32 17.5t17.5 43q0 25.5-17.68 42.5-17.67 17-42.5 17ZM744-672h-30q-8 0-13-5t-5-12.82v-156.36q0-7.82 5-12.82t13-5h121q9.63 0 15.31 8.5Q856-847 851-838l-59 118h41q10.5 0 15.75 9t.25 18l-88 159q-3.58 6-10.29 4-6.71-2-6.71-9v-133Zm-48 168v62q0 20.81-19.5 28.91Q657-405 643-419L499-563q-13-12.76-11.5-26.88T499-613q10-9 24-11t25.86 10.07L587-576h37q29 0 50 21t22 51Z"/></svg> |