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
927 B
XML
1 line
927 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M344-471ZM168-144q-29.7 0-50.85-21.15Q96-186.3 96-216v-348q0-16.85 7.5-31.92Q111-611 125-622l216-162q10-8 21-11t22-3q11 0 22 3t21 11l118 88q14.12 10.67 14.56 25.33.44 14.67-7.64 25.9-8.08 11.22-22 14.5Q516-627 502-638l-118-88-216 162v348h156q15.3 0 25.65 10.29Q360-195.42 360-180.21t-10.35 25.71Q339.3-144 324-144H168Zm480-192q52 0 98 12.5t84 38.5q16 11 25 27.59 9 16.58 9 35.41v6q0 30.32-20.84 51.16Q822.32-144 792-144H504q-30.32 0-51.16-20.84Q432-185.68 432-216v-6q0-20 9.15-36.57Q450.31-275.15 466-285q42-26 88-38.5t94-12.5ZM504-216h288v-6q-31-20-67.5-31T648-264q-38 0-75 10.5T504-223v7Zm144-144q-50 0-85-35t-35-85q0-50 35-85t85-35q50 0 85 35t35 85q0 50-35 85t-85 35Zm0-72q20.4 0 34.2-13.8Q696-459.6 696-480q0-20.4-13.8-34.2Q668.4-528 648-528q-20.4 0-34.2 13.8Q600-500.4 600-480q0 20.4 13.8 34.2Q627.6-432 648-432Zm0 216Z"/></svg> |