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
924 B
XML
1 line
924 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M168-96q-33 0-52.5-19.5T96-168v-312q0-15 10.5-25.5T132-516h15q4-17 15-31t28-22q36-16 65 3t45 50h528q15 0 25.5 10.5T864-480v312q0 33-19.5 52.5T792-96H168Zm5-503q-35 0-60-25t-25-60q0-35 25-60t60-25q35 0 60 25t25 60q0 35-25 60t-60 25Zm-6 432h625v-73H349q-42 0-77-22t-53-60l-52-108v263Zm208-198 417 50v-129H336l39 79Zm14-315q-23-30-32-55.5t-7-52.5q2-26 12.5-39t27.5-11q16 2 24.5 14.5T421-792q-2 15 4 31t22 37q22 29 31 54t6 49q-2 23-13 34.5t-28 9.5q-16-2-24-14.5t-6-29.5q2-13-4-26t-20-33Zm144 0q-23-30-32-55.5t-7-52.5q2-26 12.5-39t27.5-11q16 2 24.5 14.5T565-792q-2 15 4 31t22 37q22 29 31 54t6 49q-2 23-13 34.5t-28 9.5q-16-2-24-14.5t-6-29.5q2-13-4-26t-20-33Zm144 0q-23-30-32-55.5t-7-52.5q2-26 12.5-39t27.5-11q16 2 24.5 14.5T709-792q-2 15 4 31t22 37q22 29 31 54t6 49q-2 23-13 34.5t-28 9.5q-16-2-24-14.5t-6-29.5q2-13-4-26t-20-33Z"/></svg> |