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
907 B
XML
1 line
907 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M192-300v-240q0-15.3 10.29-25.65Q212.58-576 227.79-576t25.71 10.35Q264-555.3 264-540v240q0 15.3-10.29 25.65Q243.42-264 228.21-264t-25.71-10.35Q192-284.7 192-300Zm252 0v-240q0-15.3 10.29-25.65Q464.58-576 479.79-576t25.71 10.35Q516-555.3 516-540v240q0 15.3-10.29 25.65Q495.42-264 480.21-264t-25.71-10.35Q444-284.7 444-300ZM132-144q-15.3 0-25.65-10.29Q96-164.58 96-179.79t10.35-25.71Q116.7-216 132-216h696q15.3 0 25.65 10.29Q864-195.42 864-180.21t-10.35 25.71Q843.3-144 828-144H132Zm564-156v-240q0-15.3 10.29-25.65Q716.58-576 731.79-576t25.71 10.35Q768-555.3 768-540v240q0 15.3-10.29 25.65Q747.42-264 732.21-264t-25.71-10.35Q696-284.7 696-300Zm120-324H139q-17.92 0-30.46-12.49T96-666.83V-693q0-12 6.5-23t17.5-16l328-164q15.11-8 32-8t32 8l326 163q12 6 19 17.5t7 25.04V-672q0 20.4-13.8 34.2Q836.4-624 816-624Z"/></svg> |