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
887 B
XML
1 line
887 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M480-96q-118.01 0-212.5-63.5Q173-223 128-325q-6-14 .5-28.5T149-373q14-5 27.5 1.5T196-351q37 81 113 132t171 51q83 0 151.5-39.5T742-312h-34q-15.3 0-25.65-10.29Q672-332.58 672-347.79t10.35-25.71Q692.7-384 708-384h120q15.3 0 25.65 10.35Q864-363.3 864-348v120q0 15.3-10.29 25.65Q843.42-192 828.21-192t-25.71-10.35Q792-212.7 792-228v-29q-53 73-134 117T480-96Zm0-696q-83 0-151.5 39.5T218-648h34q15.3 0 25.65 10.29Q288-627.42 288-612.21t-10.35 25.71Q267.3-576 252-576H132q-15.3 0-25.65-10.35Q96-596.7 96-612v-120q0-15.3 10.29-25.65Q116.58-768 131.79-768t25.71 10.35Q168-747.3 168-732v29q53-73 134-117t178-44q120 0 214.5 65t139.29 168.8Q839-617 832-604.36t-21 17.5q-14 4.86-27.5-1.64T764-609q-37-81-113-132t-171-51Zm0 432q-50 0-85-35t-35-85q0-50 35-85t85-35q50 0 85 35t35 85q0 50-35 85t-85 35Z"/></svg> |