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
1.0 KiB
XML
1 line
1.0 KiB
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M335.72-144Q306-144 285-165.15T264-216v-528q0-29.7 21.17-50.85Q306.33-816 336.06-816h288.22Q654-816 675-794.85T696-744v528q0 29.7-21.17 50.85Q653.67-144 623.94-144H335.72Zm144.07-480q15.21 0 25.71-10.29t10.5-25.5q0-15.21-10.29-25.71t-25.5-10.5q-15.21 0-25.71 10.29t-10.5 25.5q0 15.21 10.29 25.71t25.5 10.5ZM24-396v-168q0-15.3 10.29-25.65Q44.58-600 59.79-600t25.71 10.35Q96-579.3 96-564v168q0 15.3-10.29 25.65Q75.42-360 60.21-360T34.5-370.35Q24-380.7 24-396Zm120 72v-312q0-15.3 10.29-25.65Q164.58-672 179.79-672t25.71 10.35Q216-651.3 216-636v312q0 15.3-10.29 25.65Q195.42-288 180.21-288t-25.71-10.35Q144-308.7 144-324Zm720-72v-168q0-15.3 10.29-25.65Q884.58-600 899.79-600t25.71 10.35Q936-579.3 936-564v168q0 15.3-10.29 25.65Q915.42-360 900.21-360t-25.71-10.35Q864-380.7 864-396Zm-120 72v-312q0-15.3 10.29-25.65Q764.58-672 779.79-672t25.71 10.35Q816-651.3 816-636v312q0 15.3-10.29 25.65Q795.42-288 780.21-288t-25.71-10.35Q744-308.7 744-324Z"/></svg> |