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
802 B
XML
1 line
802 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M479-359q-50 0-85-35t-35-85q0-50 35-85t85-35q50 0 85 35t35 85q0 50-35 85t-85 35Zm-51 212-92-92q-11-11-10.5-25.5T337-290q11-11 25.5-11t25.5 11l91 92 92-92q11-11 25.5-10.5T622-289q11 11 11 25t-11 25l-92 92q-11 11-24 16t-27 5q-14 0-27-5t-24-16ZM239-337l-92-91q-11-11-16-24t-5-27q0-14 5-27t16-24l92-92q11-11 25.5-11t25.5 11q11 11 11 25.5T290-571l-92 92 92 92q11 11 11 25t-11 25q-11 11-25.5 11T239-337Zm98-385 91-91q11-11 24-16t27-5q14 0 27 5t24 16l92 92q11 11 11 25t-11 25q-11 11-25.5 11T571-671l-92-91-92 92q-11 11-25 11t-25-11q-11-11-11-26t11-26Zm334 334 91-91-92-92q-11-11-11-25t11-25q11-11 25.5-11t25.5 11l92 91q11 11 16 24t5 27q0 14-5 27t-16 24l-92 92q-11 11-25 10.5T671-337q-11-11-11-25.5t11-25.5Z"/></svg> |