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
761 B
XML
1 line
761 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M480-624q106 0 179.5 73.5T733-371q0 48-21.5 96.5t-54 93q-32.5 44.5-71 83T515-31q-8 7-16.5 10T480-18q-10 0-18.5-3T445-31q-33-29-71-68t-71-83.5Q270-227 248.5-275T227-371q0-106 73.5-179.5T480-624Zm0 312q25 0 42.5-17.5T540-372q0-25-17.5-42.5T480-432q-25 0-42.5 17.5T420-372q0 25 17.5 42.5T480-312Zm-2-408q-29 0-55.5 9T372-686q-13 8-28 7.5T318-690q-11-11-10-25.5t13-23.5q35-25 74.5-39t82.5-14q44 0 84.5 15t75.5 41q11 8 12 22.5T640-688q-11 11-25.5 11.5T587-684q-24-17-52-26.5t-57-9.5Zm0-168q-63 0-120.5 21T252-808q-12 10-27 10t-26-11q-11-11-10.5-26t12.5-25q59-48 130-74t147-26q77 0 148 26.5T756-858q12 10 13 25t-10 26q-11 11-26 11t-27-10q-48-39-106.5-60.5T478-888Z"/></svg> |