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
825 B
XML
1 line
825 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M287.75-696q-34.75 0-59.25-24.75t-24.5-59.5q0-34.75 24.75-59.25t59.5-24.5q34.75 0 59.25 24.75t24.5 59.5q0 34.75-24.75 59.25t-59.5 24.5ZM696-528q-25 0-42.5-17.5T636-588q0-25 17.5-42.5T696-648q25 0 42.5 17.5T756-588q0 25-17.5 42.5T696-528ZM216-132v-228h-36q-15.3 0-25.65-10.36Q144-380.73 144-396.04v-180.22Q144-606 165.15-627q21.15-21 50.85-21h151q19.34 0 35.17 9.5Q418-629 429-613l123 205 58-58q7-7 15.68-10.5T644-480h124q20 0 34 14t14 34v108q0 15-10.5 25.5T780-288h-12v156q0 15.3-10.32 25.65Q747.35-96 732.09-96h-71.83Q645-96 634.5-106.35 624-116.7 624-132v-246l-33 33q-5 5-10.56 7-5.56 2-11.44 2h-41q-8.25 0-14.62-4-6.38-4-11.38-11l-94-157v376q0 15.3-10.35 25.65Q387.3-96 372-96H252q-15.3 0-25.65-10.35Q216-116.7 216-132Z"/></svg> |