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
831 B
XML
1 line
831 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M144-576v-85l155-155h85L144-576Zm0-190v-50h50l-50 50Zm489 81q-9-11-20.5-21.5T588-725l90-91h85L633-685ZM214-352l102-102q8 12 19.5 25t19.5 21l-19 10q-30 7-63 19.5T214-352Zm464-191q0-1-3-4t-3-5q0-17 1.5-35.5T670-620l146-144v85L678-543ZM421-746l68-70h85l-59 63q-9-2-17.5-2.5T481-756q-17 0-32 2.5t-28 7.5ZM144-386v-85l149-145q-5 14-5 31.5v32.5q0 8-.5 9.5T289-532L144-386Zm661 89q-8-12-17.5-23T764-340l52-45v85l-11 3Zm-109-78q-6-2-14-5t-15-5q-8-3-17-5.5t-18-4.5l184-180v85L696-375Zm-216-33q-63 0-103.5-41.5T336-552q0-62 41-108.5T481-707q62 0 102.5 46.5T624-552q0 61-41 102.5T480-408ZM192-180v-32q0-29 15.5-56t41.5-41q54-28 112-39.5T480-360q60 0 118 11.5T710-309q26 14 42 41t16 56v32q0 15-10.5 25.5T732-144H228q-15 0-25.5-10.5T192-180Z"/></svg> |