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
1000 B
XML
1 line
1000 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M768 0q-20.4 0-34.2-13.8Q720-27.6 720-48v-96q0-20.4 13.8-34.2Q747.6-192 768-192v-48q0-29 21.21-50.5t51-21.5Q870-312 891-290.5t21 50.5v48q20.4 0 34.2 13.8Q960-164.4 960-144v96q0 20.4-13.8 34.2Q932.4 0 912 0H768Zm36-192h72v-48q0-15.3-10.29-25.65Q855.42-276 840.21-276t-25.71 10.35Q804-255.3 804-240v48Zm-323.77 48Q440-144 412-171.77q-28-27.78-28-68Q384-280 411.77-308q27.78-28 68-28Q520-336 548-308.23q28 27.78 28 68Q576-200 548.23-172q-27.78 28-68 28ZM480-576q77 0 145.5 24T751-486q16 12 17.5 32T756-420q-14 14-34 15t-37-10q-44-31-95.79-48-51.79-17-109.21-17-57.42 0-109.21 17Q319-446 275-415q-17 11-37.15 10.16Q217.7-405.68 204-420q-14-14-12.5-34t17.5-32q57-42 125.5-66T480-576Zm0-240q126.45 0 238.22 41.5Q830-733 921-658q16 14 17.5 34T926-590q-15 15-36 14.5T852-590q-78-61-172-95.5T480-720q-106 0-200 34.5T108-590q-17 14-38 15t-36-14q-14-14-12.5-34.5T39-658q91-75 202.78-116.5Q353.55-816 480-816Z"/></svg> |