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
957 B
XML
1 line
957 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M298.75-637.25Q304-632 312-632t13.25-5.25l45.5-45.5Q376-688 376-696t-5.25-13.25l-45.5-45.5Q320-760 312-760t-13.25 5.25l-45.5 45.5Q248-704 248-696t5.25 13.25l45.5 45.5ZM672-696q20 0 34-14t14-34q0-20-14-34t-34-14q-20 0-34 14t-14 34q0 20 14 34t34 14ZM276-48q-15.3 0-25.65-10.35Q240-68.7 240-84v-50q0-27.26 14-50.63T293-220q44-21 91-32.5t96-11.5q49 0 96 11.5t91 32.5q25 12 39 35.37 14 23.37 14 50.63v50q0 15.3-10.35 25.65Q699.3-48 684-48H276Zm203.8-264q-49.8 0-84.8-35.2t-35-85q0-49.8 35.2-84.8t85-35q49.8 0 84.8 35.2t35 85q0 49.8-35.2 84.8t-85 35ZM96-840q0-29.7 21.15-50.85Q138.3-912 168-912h624q29.7 0 50.85 21.15Q864-869.7 864-840v336q0 29.7-21.15 50.85Q821.7-432 792-432H677q-12 0-21-8.5T645-461q-2-11-5-21.5t-8-21.5q-20-43-60.5-69.5T480-600q-51 0-91.5 26.5T328-504q-5 11-8 21.5t-5 21.5q-2 12-11 20.5t-21 8.5H168q-29.7 0-50.85-21.15Q96-474.3 96-504v-336Z"/></svg> |