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
863 B
XML
1 line
863 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="m696-258-32-32q-11-11-25.5-11T613-290q-11 11-11 25.5t11 25.5l94.14 94.14Q718-134 732.18-134T757-145l94-94q11-11 11-25.5T851-290q-11-11-25.5-11T800-290l-32 32v-114.07q0-15.27-10.29-25.6Q747.42-408 732.21-408t-25.71 10.33q-10.5 10.33-10.5 25.6V-258ZM623.96-72h215.76Q855-72 865.5-61.71 876-51.42 876-36.21T865.66-10.5Q855.32 0 840.04 0H624.28Q609 0 598.5-10.29 588-20.58 588-35.79t10.34-25.71Q608.68-72 623.96-72ZM264-144q-29 0-50.5-21.5T192-216v-576q0-29 21.5-50.5T264-864h282q14.22 0 27.11 5Q586-854 597-843l150 150q11 11 16 23.89t5 27.11v126q0 15.3-10.29 25.65Q747.42-480 732.21-480t-25.71-10.35Q696-500.7 696-516v-108H582q-22.5 0-38.25-15.75T528-678v-114H264v576h228q15.3 0 25.65 10.29Q528-195.42 528-180.21t-10.35 25.71Q507.3-144 492-144H264Zm0-72v-576 576Z"/></svg> |