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
924 B
XML
1 line
924 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M526-144q-15.3 0-25.65-10.29Q490-164.58 490-179.79t10.35-25.71Q510.7-216 526-216h126l-102-72q-12-8-15-22t5.1-27.15q8.1-13.15 22.5-15.5Q577-355 589-347l104 71-44-118q-5-14 2-27.5t21-18.5q14-5 28 1.5t19 20.5l41 118 34-120q4-14 16.5-22t26.5-4q14 4 22 16.5t4 26.5l-62 232q-3 12-13 19.5t-22 7.5H526Zm-394-48q-15.3 0-25.65-10.29Q96-212.58 96-227.79t10.35-25.71Q116.7-264 132-264h254q2 19 6 37t12 35H132Zm0-168q-15.3 0-25.65-10.29Q96-380.58 96-395.79t10.35-25.71Q116.7-432 132-432h301q-12 17-21.5 34.5T396-360H132Zm0-168q-15.3 0-25.65-10.29Q96-548.58 96-563.79t10.35-25.71Q116.7-600 132-600h600q15.3 0 25.65 10.29Q768-579.42 768-564.21t-10.35 25.71Q747.3-528 732-528H132Zm0-168q-15.3 0-25.65-10.29Q96-716.58 96-731.79t10.35-25.71Q116.7-768 132-768h600q15.3 0 25.65 10.29Q768-747.42 768-732.21t-10.35 25.71Q747.3-696 732-696H132Z"/></svg> |