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
986 B
XML
1 line
986 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M420.21-96Q405-96 394.5-106.35T384-132v-191.3q0-6.7 1.5-12.7 1.5-6 3.5-12l49-133q8-21 26.53-34T506-528h237q22.94 0 41.47 13Q803-502 811-481l49 133q2 6 3 12t1 12.7V-132q0 15.3-10.29 25.65Q843.42-96 828.21-96t-25.71-10.35Q792-116.7 792-132v-12H456v12q0 15.3-10.29 25.65Q435.42-96 420.21-96ZM479-384h291l-26-72H506l-27 72Zm-23 72v96-96Zm59.79 84q15.21 0 25.71-10.29t10.5-25.5q0-15.21-10.29-25.71t-25.5-10.5q-15.21 0-25.71 10.29t-10.5 25.5q0 15.21 10.29 25.71t25.5 10.5Zm216 0q15.21 0 25.71-10.29t10.5-25.5q0-15.21-10.29-25.71t-25.5-10.5q-15.21 0-25.71 10.29t-10.5 25.5q0 15.21 10.29 25.71t25.5 10.5ZM240-408v-72h72v72h-72Zm168-192v-72h72v72h-72ZM240-264v-72h72v72h-72Zm0 144v-72h72v72h-72ZM96-96v-456q0-29.7 21.15-50.85Q138.3-624 168-624h96v-120q0-29.7 21.17-50.85Q306.34-816 336.07-816h216.2Q582-816 603-794.85q21 21.15 21 50.85v144h-72v-144H336v192H168v456H96Zm360-120h336v-96H456v96Z"/></svg> |