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
802 B
XML
1 line
802 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="m525-104-261-71v-353h60q8 0 15.5 1.5T353-523l250 90q24 9 40 28.5t16 45.5q0 11-7.5 17.5T633-335h-91q-11-1-21.5-2t-21.5-5l-26-10q-10-4-19.5.5T440-337q-4 10 0 20t15 13l25 8q17 5 29 6.5t33 1.5h261q27 0 44 21.5t17 50.5L573-104q-11 5-24 4t-24-4ZM48-168v-288q0-30 21-51t51-21q30 0 51 21t21 51v288q0 30-21 51t-51 21q-30 0-51-21t-21-51Zm576-334-259-94q-6-2-12.5-3t-12.5-1H235q20-46 59.5-76.5T384-716v-76h-12q-15 0-25.5-10.5T336-828q0-15 10.5-25.5T372-864h157q27 0 52 8t50 21q11 5 18.5 14.5T657-799q0 16-10.5 27T620-761q-8 0-15-4t-14-9q-14-9-29.5-13.5T529-792h-73v76q73 12 120.5 68.5T624-516v14Zm132-26q-35 0-59.5-24.5T672-612q0-20 17.5-56.5T742-759q2-3 14-7l14 7q35 54 52.5 91t17.5 56q0 35-24.5 59.5T756-528Z"/></svg> |