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="m455-553-84-84q-5-5-8-11.5t-3-14.59V-828q0-15.3 10.35-25.65Q380.7-864 396-864h168q15.3 0 25.65 10.35Q600-843.3 600-828v164.91q0 8.09-3 14.59t-8 11.5l-84 84q-5.4 5-11.7 7.5-6.3 2.5-13.5 2.5t-13.5-2.5Q460-548 455-553Zm98 98q-5-5.4-7.5-11.7-2.5-6.3-2.5-13.5t2.5-13.5Q548-500 553-505l84-84q5-5 11.5-8t14.59-3H828q15.3 0 25.65 10.35Q864-579.3 864-564v168q0 15.3-10.35 25.65Q843.3-360 828-360H663.09q-8.09 0-14.59-3t-11.5-8l-84-84ZM96-396v-168q0-15.3 10.35-25.65Q116.7-600 132-600h164.91q8.09 0 14.59 3t11.5 8l84 84q5 5.4 7.5 11.7 2.5 6.3 2.5 13.5t-2.5 13.5Q412-460 407-455l-84 84q-5 5-11.5 8t-14.59 3H132q-15.3 0-25.65-10.35Q96-380.7 96-396Zm264 264v-164.91q0-8.09 3-14.59t8-11.5l84-84q5.4-5 11.7-7.5 6.3-2.5 13.5-2.5t13.5 2.5Q500-412 505-407l84 84q5 5 8 11.5t3 14.59V-132q0 15.3-10.35 25.65Q579.3-96 564-96H396q-15.3 0-25.65-10.35Q360-116.7 360-132Zm120-498 48-48v-114h-96v114l48 48ZM168-432h114l48-48-48-48H168v96Zm510 0h114v-96H678l-48 48 48 48Z"/></svg> |