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
717 B
XML
1 line
717 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M312-288q-30 0-51-21t-21-51v-240q0-30 21-51t51-21h48l37-37q5-5 11.5-8t14.5-3h114q8 0 14.5 3t11.5 8l37 37h48q30 0 51 21t21 51v240q0 30-21 51t-51 21H312Zm168-120q31 0 51.5-21t20.5-51q0-30-20.5-51T480-552q-30 0-51 21t-21 51q0 30 21 51t51 21ZM478 0Q301 0 169.5-110.5T6-388q-3-14 6-26t24-14q14-2 26.5 7T78-398q28 134 130 225T449-73l-42-43q-11-11-11-25t11-25q11-11 25.5-11.5T458-167L585-40q7 7 4.5 17T577-11q-29 6-54 8.5T478 0Zm4-960q177 0 308.5 111T954-571q3 14-6 25.5T924-532q-14 2-26.5-7T882-562q-28-134-130-225T511-887l42 43q11 11 11 25t-11 25q-11 11-25.5 11.5T502-793L375-920q-7-7-4.5-17t12.5-12q29-6 54-8.5t45-2.5Z"/></svg> |