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
922 B
XML
1 line
922 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M239.77-48Q160-48 104-104.23q-56-56.22-56-136Q48-320 104.23-376q56.22-56 136-56Q320-432 376-375.77q56 56.22 56 136Q432-160 375.77-104q-56.22 56-136 56ZM239-212l42 42q6.21 6 14.5 6t14.5-6q6-6.21 6-15t-6-15l-42-41 42-42q6-6.21 6-14.5t-6-14.5q-6.21-6-14.5-6t-14.5 6l-42 42-42-42q-6-6-14-6t-14 6q-6 6.21-6 14.5t6 14.5l41 42-42 42q-6 6-6 14t6 14q6.43 6 15 6t15-6l41-41Zm103-358 238-145q-2-8-3-14.5t-1-14.5q0-50 35-85t85-35q50 0 85 35t35 85q0 50-35 85t-85 35q-22.29 0-42.65-7Q633-638 618-654L364-499q-11 7-24.5 8.5T313-493q-17-5-35.5-8t-37.5-3q-17 0-34 1.5t-33.36 6.3Q162-493 154.5-499.5T149-516q11-37 43-60.5t72-23.5q22.29 0 42.65 7.5Q327-585 342-570ZM696-96q-50 0-85-35t-35-85q0-8 1-14.5t3-14.5l-82-50q-13-8-16.5-22t4.5-27q8-13 22.5-16.5T536-356l82 50q15-17 35.35-23.5Q673.71-336 696-336q50 0 85 35t35 85q0 50-35 85t-85 35Z"/></svg> |