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
1.0 KiB
XML
1 line
1.0 KiB
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M672-672q9.6 0 16.8-7.2 7.2-7.2 7.2-16.8v-48q0-9.6-7.2-16.8-7.2-7.2-16.8-7.2-9.6 0-16.8 7.2-7.2 7.2-7.2 16.8v48q0 9.6 7.2 16.8 7.2 7.2 16.8 7.2Zm0 96q9.6 0 16.8-7.2 7.2-7.2 7.2-16.8 0-9.6-7.2-16.8-7.2-7.2-16.8-7.2-9.6 0-16.8 7.2-7.2 7.2-7.2 16.8 0 9.6 7.2 16.8 7.2 7.2 16.8 7.2Zm-72 300q20 0 34-14t14-34q0-20-14-34t-34-14q-20 0-34 14t-14 34q0 20 14 34t34 14Zm-336 0q20 0 34-14t14-34q0-20-14-34t-34-14q-20 0-34 14t-14 34q0 20 14 34t34 14Zm407.77-204Q592-480 536-536.16 480-592.32 480-672q0-80 56-136t136.45-56q79.49 0 135.52 56.23 56.03 56.22 56.03 136Q864-592 807.77-536q-56.22 56-136 56ZM144-96q-20 0-34-14t-14-34v-273.89q0-6.7 1.5-13.41Q99-438 101-445l73-182q8-20 26.29-32.5T241-672h131q15.3 0 25.65 10.29Q408-651.42 408-636.21t-10.35 25.71Q387.3-600 372-600H241l-48 120h284q6.58 0 12.79 2 6.21 2 11.56 7.05Q537-440 581-423.5q44 16.5 91.81 16.5 14.19 0 27.19-1.5 13-1.5 26-4.5 16-3 29 6t13 25v238q0 20-14 34t-34 14q-20 0-34-14t-14-34v-24H192v24q0 20-14 34t-34 14Z"/></svg> |