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
687 B
XML
1 line
687 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M246-274q52-34 83-87t31-119q0-63-31-118t-84-87q-37 43-57 95.5T168-480q0 57 20 110t58 96Zm234 106q49 0 94.5-14t85.5-42q-61-46-96.5-111.5T528-480q0-81 35.5-145.5T660-736q-40-29-85.5-42.5T480-792q-49 0-95 14t-85 43q61 45 96.5 109.5T432-480q0 79-35.5 144.5T300-225q39 29 85 43t95 14Zm234-107q38-42 58-95t20-110q0-57-19.5-110T715-685q-54 31-84.5 86.5T600-480q0 66 30.5 119t83.5 86ZM480-480Zm0 384q-79 0-149-30t-122.5-82.5Q156-261 126-331T96-480q0-80 30-149.5t82.5-122Q261-804 331-834t149-30q80 0 149.5 30t122 82.5Q804-699 834-629.5T864-480q0 79-30 149t-82.5 122.5Q699-156 629.5-126T480-96Z"/></svg> |