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
874 B
XML
1 line
874 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M420-372q-15.3 0-25.65-10.35Q384-392.7 384-408v-72q0-14 10.35-25T420-516v-36q0-25 17.5-42.5T480-612q25 0 42.5 17.5T540-552v36q14 0 25 11t11 25v72q0 15.3-11 25.65Q554-372 540-372H420Zm41-144h38v-36q0-8.36-5.25-13.68t-13.5-5.32q-8.25 0-13.75 5.32T461-552v36ZM440-96q-25 0-44.5-15.5T370-151l-23-93q-5-19-15.5-37.5t-28.28-37.52Q273-351 256.5-392.51 240-434.03 240-479.95 240-525 256.5-567t47.35-75.02Q322-662 332.48-680q10.49-18 15.52-36l23-93q6-24 25.5-39.5T441-864h78q25 0 44.5 15.5T589-809l23 93q5 19 15.5 37t28.65 37.02Q687-610 703.5-568.25T720-480.3q0 45.3-16.5 86.8t-46.72 74.52Q639-299 628.52-280.67 618.03-262.33 613-244l-23 93q-6 24-25.5 39.5T520-96h-80Zm40.2-216q69.8 0 118.8-49.2t49-119q0-69.8-49.2-118.8t-119-49Q410-648 361-598.8t-49 119q0 69.8 49.2 118.8t119 49Z"/></svg> |