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
639 B
XML
1 line
639 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M743-116 497-361q-32 57-88 89t-121 32q-100 0-170-70T48-480q0-65 32-120t89-89l-54-54q-11-11-11-25.5t11-25.5q11-11 25.5-11t25.5 11l628 628q11 11 11 25t-11 25q-11 11-25.5 11T743-116Zm201-364q0 7-3 13.5t-8 11.5L802-332q-5 5-11 7t-12 3q-6 1-12-1t-11-6l-60-43-3 3-52-51 51-43 81 58 83-77-46-46H534l-72-72h363q8 0 14.5 3t11.5 8l83 83q5 5 7.5 12t2.5 14ZM288-312q51 0 93-28t62-75l-54.5-54.5L333-525l-55.5-55.5L223-635q-48 20-75.5 62T120-480q0 70 49 119t119 49Zm0-72q-40 0-68-28t-28-68q0-39 26-67.5t64-28.5q42 0 72 27.5t30 68.5q0 40-28 68t-68 28Z"/></svg> |