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
772 B
XML
1 line
772 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="m451-769 94-94q11-11 25.5-11t25.5 11q11 11 11 25.5T596-812L476-692q-10.64 11-24.82 11t-25.14-11.12L374-744q-11-11-10.5-25.67.5-14.66 11.5-25.33 10.67-11 25.33-11 14.67 0 25.47 11.1L451-769ZM144-72v-273.89q0-6.7 1.5-13.41Q147-366 149-373l73.19-181.54Q230-575 248.5-587.5T289-600h382q22 0 40.5 12.5t26.31 32.96L811-373q2 7 3.5 13.7 1.5 6.71 1.5 13.41V-72q0 20-14 34t-34 14q-20 0-34-14t-14-34v-24H240v24q0 20-14 34t-34 14q-20 0-34-14t-14-34Zm97-336h478l-48-120H289l-48 120Zm-25 72v168-168Zm96 132q20 0 34-14t14-34q0-20-14-34t-34-14q-20 0-34 14t-14 34q0 20 14 34t34 14Zm336 0q20 0 34-14t14-34q0-20-14-34t-34-14q-20 0-34 14t-14 34q0 20 14 34t34 14Zm-432 36h528v-168H216v168Z"/></svg> |