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
684 B
XML
1 line
684 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="m359-511 90-90-54-55-20 20q-11 11-25.5 11T324-636q-11-11-11-25.5t11-25.5l20-20-56-55-90 90 161 161Zm313 313 90-90-54-55-20 20q-11 11-25.5 11T637-323q-11-11-11-25.5t11-25.5l20-20-56-55-90 90 161 161Zm21-546 51 51-51-51ZM180-144q-15 0-25.5-10.5T144-180v-102q0-8 3-14t8-11l153-153-174-174q-16-16-16-38t16-38l116-116q16-16 38-16t38 16l174 174 142-143q11-11 24-16t27-5q14 0 27 5t24 16l51 51q11 11 16 24t5 27q0 14-5 27t-16 24L652-500l174 174q16 16 16 38t-16 38L710-134q-16 16-38 16t-38-16L460-308 307-155q-5 5-11 8t-14 3H180Zm36-72h51l375-375-51-51-375 375v51Zm401-401-26-25 51 51-25-26Z"/></svg> |