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
747 B
XML
1 line
747 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="m743-116-77-76H216q-35 0-53.5-18.5T144-264v-431q0-5 .5-9.5t1.5-7.5l-31-31q-11-10.67-11-25.33Q104-783 115-794q11-11 25.67-11 14.66 0 25.33 11l628 628q11 10.64 11 24.82T794-116q-11 11-25.67 11-14.66 0-25.33-11ZM293-368h112q15 0 26.5-11.5T443-406v-18q0-8-6-14t-14-6h-16q-8 0-14 6t-6 14h-75v-117l-37-37q-8 7-13.5 17.5T256-541v135q0 15 11 26.5t26 11.5Zm523-328v364q0 23.62-22.5 32.81Q771-290 754-307l-66-67q6-6 11-13.5t5-18.5v-18q0-8-6-14t-14-6h-16q-8 0-14 6t-6 14v10l-75-75v-47h75q0 8 6 14t14 6h16q8 0 14-6t6-14v-19q0-15-11-26t-26-11H554.5q-15.94 0-26.72 10.64T517-555v10L355.35-706.65Q338-724 347.41-746q9.4-22 33.59-22h363q35 0 53.5 18.5T816-696Z"/></svg> |