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
816 B
XML
1 line
816 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 96 960 960"><path d="m420 634-114-52q-5-2-5-8t5-8l114-52 52-114q2-5 8-5t8 5l52 114 114 52q5 2 5 8t-5 8l-114 52-52 114q-2 5-8 5t-8-5l-52-114Zm60 374q-113 0-207.5-52.5T120 815v85q0 15-10.5 25.5T84 936q-15 0-25.5-10.5T48 900V732q0-15 10.5-25.5T84 696h168q15 0 25.5 10.5T288 732q0 15-10.5 25.5T252 768h-77q48 76 128 122t177 46q141 0 242.5-94T838 611q2-15 12.5-25t25.5-10q15 0 26 10.5t9 24.5q-7 83-43 155.5t-94 126Q716 946 640.5 977T480 1008Zm0-792q-141 0-242.5 94T122 541q-2 15-12.5 25T84 576q-15 0-26-10.5T49 541q7-83 43-155.5t94-126Q244 206 319.5 175T480 144q113 0 207.5 52.5T840 337v-85q0-15 10.5-25.5T876 216q15 0 25.5 10.5T912 252v168q0 15-10.5 25.5T876 456H708q-15 0-25.5-10.5T672 420q0-15 10.5-25.5T708 384h77q-48-76-128-122t-177-46Z"/></svg> |