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
959 B
XML
1 line
959 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M264-324q20 0 34-14t14-34q0-20-14-34t-34-14q-20 0-34 14t-14 34q0 20 14 34t34 14Zm336 0q20 0 34-14t14-34q0-20-14-34t-34-14q-20 0-34 14t-14 34q0 20 14 34t34 14ZM192-216v24q0 20-14 34t-34 14q-20 0-34-14t-14-34v-273.89q0-6.7 1.5-13.41Q99-486 101-493l73.19-181.54Q182-695 200.5-707.5T241-720h299q15.3 0 25.65 10.29Q576-699.42 576-684.21t-10.35 25.71Q555.3-648 540-648H241l-48 120h353q16.45 0 25.13 14.02 8.68 14.03 17.82 27.6Q599-471 614.59-463.5 630.18-456 648-456h84q15.3 0 25.65 10.35Q768-435.3 768-420v228q0 20-14 34t-34 14q-20 0-34-14t-14-34v-24H192Zm525-480-81.04-81.04Q631-782 631-789.27q0-7.28 5-12.73 5-5 13-5t13 5l58 58v-125q0-11.67 11.5-15.83Q743-889 751-881l88 88q5 5 5 13t-5 13l-71 71 71 71q5 5 5 13t-5 13l-88 88q-8 8-19.5 3.83Q720-511.33 720-523v-125l-58 58q-5 5-13 5t-13-5q-5-5-4.5-13t5.4-12.9L717-696Zm39-39 45-45-45-45v90Zm0 168 45-45-45-45v90Z"/></svg> |