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
856 B
XML
1 line
856 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M228-96q-15.3 0-25.65-10.29Q192-116.58 192-131.79t10.35-25.71Q212.7-168 228-168h204v-72h-48q-79.68 0-135.84-56.16T192-432q0-52 25.5-97t70.5-71q-1 20 5.5 38t18.5 34q-23 17-35.5 42T264-432q0 50 35 85t85 35h300q15.3 0 25.65 10.29Q720-291.42 720-276.21t-10.35 25.71Q699.3-240 684-240H528v72h204q15.3 0 25.65 10.29Q768-147.42 768-132.21t-10.35 25.71Q747.3-96 732-96H228Zm357-369-6-14-21 9q-14 6-28-.5T511-491l-12-31q14-16 21.5-36t7.5-42q0-46-31-80t-77-40l-6-16q-5-14 .5-27.5T434-782l23-9-5-14q-5-14 1-27.5t20-18.5q13.98-5 27.49.5Q514-845 519-831l5 13 22-9q14-5 28 1t19 20l97 245q5 14-1 28t-20 19l-22 9 5 14q5 14-.87 27.33Q645.26-450.33 631-445q-13.98 5-27.49-.5Q590-451 585-465Zm-177-63q-30 0-51-21t-21-51q0-30 21-51t51-21q30 0 51 21t21 51q0 30-21 51t-51 21Z"/></svg> |