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
927 B
XML
1 line
927 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M480-264q33 0 63.5-12.5T600-310q11-10 11-24.5T600-360q-11-10-25-10t-26 9q-15 11-32.5 17.5T480-337q-19 0-36.5-6.5T411-361q-12-9-26-9t-25 10q-11 10-11.5 24.5T359-312q26 22 56.5 35t64.5 13Zm0 168q-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-96Zm0-384Zm0 312q130 0 221-91t91-221q0-130-91-221t-221-91q-130 0-221 91t-91 221q0 130 91 221t221 91ZM336-480q29 0 52.5-15t37.5-40q8-17 3-33t-21-20q-14-4-26.5 3T360-566q-5 6-10.5 10t-13.5 4q-8 0-14-4.5T311-568q-8-12-20.5-17.5T264-588q-16 4-20 20t4 33q11 26 35 40.5t53 14.5Zm288 0q29 0 52.5-15t37.5-40q8-17 3-33t-21-20q-14-4-26.5 3T648-566q-5 6-10.5 10t-13.5 4q-8 0-14-4.5T599-568q-8-12-20.5-17.5T552-588q-16 4-20 20t4 33q11 26 35 40.5t53 14.5Z"/></svg> |