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
973 B
XML
1 line
973 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M456.09-851q7.08 0 12.84 2.5T480-841q45 42 96 92t93.5 106Q712-587 740-525t27 129q0 16-11.5 26T728-360q-14.45 0-24.22-11-9.78-11-8.78-25 2-45-12-82t-41-79q-29-43-74.5-95T456-769Q324-638 270-557t-54 149q0 89 58 156t146 81q20 3 28 15.5t6 25.5q-2 13-10.5 23T420-99q-118-14-197-101.5T144-408q0-63 29-124t72-117.5Q288-706 338.5-755t92.5-87q5-5 11.5-7t13.59-2ZM456-469Zm192 301h-72v48q0 10.4-6.8 17.2Q562.4-96 552-96q-10.4 0-17.2-6.8-6.8-6.8-6.8-17.2v-141q0-11 8-19t18.99-8H648q9.6 0 16.8 7.2 7.2 7.2 7.2 16.8v72q0 9.6-7.2 16.8-7.2 7.2-16.8 7.2Zm120 0v48q0 10.4-6.8 17.2Q754.4-96 744-96q-10.4 0-17.2-6.78-6.8-6.79-6.8-17.17v-143.67q0-10.38 6.8-17.38 6.8-7 17.2-7 10.4 0 17.2 6.8 6.8 6.8 6.8 17.2v48h48v-48q0-10.4 6.8-17.2 6.8-6.8 17.2-6.8 10.4 0 17.2 6.78 6.8 6.79 6.8 17.17v143.67q0 10.38-6.8 17.38-6.8 7-17.2 7-10.4 0-17.2-6.8-6.8-6.8-6.8-17.2v-48h-48Zm-192-48h48v-24h-48v24Z"/></svg> |