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
763 B
XML
1 line
763 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M200-144q-75-60-113.5-149T48-480q0-98 38.5-187T200-816h-80q-10 0-17-7t-7-17q0-10 7-17t17-7h132q15 0 25.5 10.5T288-828v132q0 10-7 17t-17 7q-10 0-17-7t-7-17v-90q-72 52-108 133.5T96-480q0 91 36 172.5T240-174v-90q0-10 7-17t17-7q10 0 17 7t7 17v132q0 15-10.5 25.5T252-96H120q-10 0-17-7t-7-17q0-10 7-17t17-7h80Zm450-8q-23 8-46.5 7.5T558-155L337-259q-14-6-19-20t2-28l3-7q8-17 23.5-27.5T382-354l77-8-111-306q-5-14 1.5-27.5T370-714q14-5 27.5 1.5T416-692l86 237 45-17-33-91q-5-14-.5-32.5T532-619q14-5 27.5 1t18.5 20l37 102 45-17-20-56q-5-14 1-27.5t20-18.5q14-5 27.5 1t18.5 20l21 57 45-17-4-11q-5-14 1-27.5t20-18.5q14-5 27.5 1t18.5 20l62 169q24 66-5 129.5T798-205l-148 53Z"/></svg> |