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
900 B
XML
1 line
900 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M216-444h228v-156H216v156Zm0-228h528v-72H216v72ZM552-96q-15.3 0-25.65-10.35Q516-116.7 516-132v-47q0-14.22 5-27.11Q526-219 537-230l189-188q7.26-7.41 16.13-10.71Q751-432 759.76-432q9.55 0 18.31 3.5Q786.83-425 794-418l44 45q6.59 7.26 10.29 16.13Q852-348 852-339.24t-3.29 17.92q-3.3 9.15-10.71 16.32L650-117q-11 11-23.89 16T599-96h-47Zm252-243-45-45 45 45ZM216-144q-33 0-52.5-19.5T144-216v-528q0-33 19.5-52.5T216-816h528q33 0 52.5 19.5T816-744v214q0 14.87-10.29 24.94Q795.42-495 780.21-495t-25.71-10.35Q744-515.7 744-531v-69H516v156h90q12.25 0 16.63 11.5Q627-421 619-413L475-269q-8 8-19.5 3.62Q444-269.75 444-282v-90H216v156h192q15.3 0 25.65 10.29Q444-195.42 444-180.21t-10.35 25.71Q423.3-144 408-144H216Zm0-72v-156 156Zm300-228v-156 156Zm48 300h45l115-115-44-45-116 115v45Zm138-138-22-22 44 45-22-23Z"/></svg> |