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
1005 B
XML
1 line
1005 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M780-312H240q-29.7 0-50.85-21.15Q168-354.3 168-384v-360h-36q-15.3 0-25.65-10.29Q96-764.58 96-779.79t10.38-25.71q10.38-10.5 25.73-10.5h36.1Q198-816 219-794.85T240-744v360h540q15.3 0 25.65 10.29Q816-363.42 816-348.21t-10.35 25.71Q795.3-312 780-312ZM239.79-120Q210-120 189-141.21t-21-51Q168-222 189-243q21.01-21 50.5-21 29.5 0 51 21.21t21.5 51Q312-162 290.79-141t-51 21Zm84.49-300q-15.28 0-25.78-10.33-10.5-10.34-10.5-25.61v-143.78q0-15.28 10.33-25.78 10.34-10.5 25.61-10.5h143.78q15.28 0 25.78 10.33 10.5 10.34 10.5 25.61v143.78q0 15.28-10.33 25.78-10.34 10.5-25.61 10.5H324.28Zm264 0q-15.28 0-25.78-10.33-10.5-10.34-10.5-25.61v-143.78q0-15.28 10.33-25.78 10.34-10.5 25.61-10.5h143.78q15.28 0 25.78 10.33 10.5 10.34 10.5 25.61v143.78q0 15.28-10.33 25.78-10.34 10.5-25.61 10.5H588.28Zm155.51 300Q714-120 693-141.21t-21-51Q672-222 693-243q21.01-21 50.5-21 29.5 0 51 21.21t21.5 51Q816-162 794.79-141t-51 21Z"/></svg> |