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
869 B
XML
1 line
869 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M462-444h-66q-15 0-25.5-10.5T360-480q0-15 10.5-25.5T396-516h66l-8-8q-11-11-10.5-25.5T455-575q11-11 25-11t25 11l70 70q5 5 7.5 11.5T585-480q0 7-2.5 13.5T575-455l-70 70q-11 11-25 11t-25-11q-11-11-11-25.5t11-25.5l7-8Zm-21-348h78-78Zm0 624h78-78Zm-1 72q-25 0-44.5-15.5T370-151l-23-93q-5-19-15.5-37.5T303-319q-30-32-46.5-73.5T240-480q0-45 16.5-87t47.5-75q18-20 28.5-38t15.5-36l23-93q6-24 25.5-39.5T441-864h78q25 0 44.5 15.5T589-809l23 93q5 19 15.5 37t28.5 37q31 32 47.5 74t16.5 88q0 45-16.5 86.5T657-319q-18 20-28.5 38.5T613-244l-23 93q-6 24-25.5 39.5T520-96h-80Zm40-216q70 0 119-49t49-119q0-70-49-119t-119-49q-70 0-119 49t-49 119q0 70 49 119t119 49Zm-59-400q14-4 29-6t30-2q15 0 29.5 2t28.5 6l-19-80h-78l-20 80Zm20 544h78l21-80q-14 4-29 6t-31 2q-16 0-30.5-2t-28.5-6l20 80Z"/></svg> |