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
819 B
XML
1 line
819 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="m707-145-94-94q-11-11-11-25.5t11-25.5q11-11 25.5-11t25.5 11l32 32v-114.07q0-15.27 10.29-25.6Q716.58-408 731.79-408t25.71 10.33q10.5 10.33 10.5 25.6V-258l31-31q11-11 25.5-11t25.5 11q11 11 11.5 25T851-239l-94.14 94.14Q746-134 731.82-134T707-145ZM624.28 0Q609 0 598.5-10.29 588-20.58 588-35.79t10.34-25.71Q608.68-72 623.96-72h215.76Q855-72 865.5-61.71 876-51.42 876-36.21T865.66-10.5Q855.32 0 840.04 0H624.28ZM264-144q-29 0-50.5-21.5T192-216v-576q0-29 21.5-50.5T264-864h282q14 0 27.5 5t23.5 16l150 150q11 10 16 23.5t5 27.5v126q0 15.3-10.35 25.65Q747.3-480 732-480H600q-29.7 0-50.85 21.15Q528-437.7 528-408v228q0 15.3-10.35 25.65Q507.3-144 492-144H264Zm318-480h114L528-792l168 168-168-168v114q0 22.5 15.75 38.25T582-624Z"/></svg> |