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
995 B
XML
1 line
995 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M480-744q-20 0-34-13.91t-14-33.78q0-14.31 5.5-25.81Q443-829 465.37-864q4.63-8 14.63-8t14.63 8q22.37 35 27.87 46.26Q528-806.48 528-792q0 20-14 34t-34 14Zm-192 0q-20 0-34-13.91t-14-33.78q0-14.31 5.5-25.81Q251-829 273.37-864q4.63-8 14.63-8t14.63 8q22.37 35 27.87 46.26Q336-806.48 336-792q0 20-14 34t-34 14Zm384 0q-20 0-34-13.91t-14-33.78q0-14.31 5.5-25.81Q635-829 657.37-864q4.63-8 14.63-8t14.63 8q22.37 35 27.87 46.26Q720-806.48 720-792q0 20-14 34t-34 14ZM240-144v24q0 20-14 34t-34 14q-20 0-34-14t-14-34v-273.89q0-6.7 1.5-13.41Q147-414 149-421l73.19-181.54Q230-623 248.5-635.5T289-648h382q22 0 40.5 12.5t26.31 32.96L811-421q2 7 3.5 13.7 1.5 6.71 1.5 13.41V-120q0 20-14 34t-34 14q-20 0-34-14t-14-34v-24H240Zm1-312h478l-48-120H289l-48 120Zm71 204q20 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 14Z"/></svg> |