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
971 B
XML
1 line
971 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M480-96q-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-96Zm-36-74v-49q-35-5-66-18t-57-33l-34 34q33 26 72.5 43.5T444-170Zm72 0q45-5 84.5-22.5T673-236l-34-34q-26 20-57 33t-66 18v49Zm-36-118q80 0 136-56t56-136q0-80-56-136t-136-56q-80 0-136 56t-56 136q0 80 56 136t136 56Zm244 1q26-33 43.5-72.5T790-444h-49q-5 35-18 66t-33 57l34 34Zm-488 0 34-34q-20-26-33-57t-18-66h-49q5 45 22.5 84.5T236-287Zm230-68-78-103q-8-10-8-22t8-22l78-103q5-8 14-8t14 8l78 103q8 10 8 22t-8 22l-78 103q-5 8-14 8t-14-8ZM170-516h49q5-35 18-66t33-57l-34-34q-26 33-43.5 72.5T170-516Zm571 0h49q-5-45-22.5-84.5T724-673l-34 34q20 26 33 57t18 66ZM321-690q26-20 57-33t66-18v-49q-45 5-84.5 22.5T287-724l34 34Zm318 0 34-34q-33-26-72.5-43.5T516-790v49q35 5 66 18t57 33Z"/></svg> |