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.8 KiB
XML
1 line
1.8 KiB
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M168-144q-29 0-50.5-21.5T96-216v-432q0-29 21.5-50.5T168-720h120l50-67q11-14 26.18-21.5Q379.35-816 396-816h168.18q16.82 0 31.82 7.5t26 21.5l50 67h120q29.7 0 50.85 21.5Q864-677 864-648v432q0 29-21.15 50.5T792-144H168Zm0-72h624v-432H636l-72.1-96H396l-72 96H168v432Zm312-217Zm220.83 176q12.84 0 22-9.17 9.17-9.16 9.17-22 0-12.83-9.17-21.33-9.16-8.5-22-8.5-12.83 0-21.33 8.5-8.5 8.5-8.5 21.33 0 12.84 8.5 22Q688-257 700.83-257ZM440.2-311q7.8 0 13.8 8.44 6 8.45 6 23.56 0 15.55-3.5 29.28Q453-236 453-216h61q0-21-5.5-36t-5.5-31.89q0-15.11 6.82-23.11t15-8q8.18 0 15.18 3t21 10q17 10 29.32 14 12.31 4 20.52 4 19.16 0 30.66-13.75t11.5-28.83q0-12.42-9.5-19.92-9.5-7.5-26.8-14.36Q602-366 595-372q-7-6-7-13 0-7.88 11.5-10.94Q611-399 642.23-401q26.77-2 42.27-7 15.5-5 15.5-22 0-15.07-8.66-27.03Q682.68-469 669-469q-9 0-32 9-10 4-16 5.5t-10.35 1.5q-6.95 0-11.3-4.85-4.35-4.86-4.35-12.8Q595-483 607-494q12-11 46.06-26.38 36.74-16.29 48.84-28.95Q714-562 714-573.94q0-17.06-15.59-35.56-15.58-18.5-28.94-18.5-12.47 0-23.81 11.66Q634.31-604.68 608-567q-17 26-30.5 35.5t-27.14 9.5q-12.72 0-24.54-9.5Q514-541 501.56-568q-10.67-24.3-19.12-34.65Q474-613 459.91-613q-16.91 0-27.41 6.56T422-592q0 7 18 38 8 12 11.5 18.33 3.5 6.34 3.5 13.57 0 7.24-8.75 12.67T429.63-504q-9.63 0-19.13-5-9.5-5-24.5-20-16-16-23.14-20.5-7.15-4.5-17.86-4.5-14 0-23 9.43t-9 19.3q0 5.39 2 10.33t7 12.96q5 8.02 7.5 13.82 2.5 5.79 2.5 11.14 0 8.02-7.5 13.02t-19.69 9.09Q290-450 284-443.41q-6 6.59-6 17.88 0 7.53 2.5 15.53 2.5 8 8.73 12.67 8.9 7.46 22.26 8.4 13.35.93 24.03.93 20.48 0 26.48 7.58 6 7.57 6 22.72 0 10.7-4 21.7t-15 23q-12 14-15 19.29-3 5.3-3 9.71 0 12 11.2 20.5t21.05 8.5q10.75 0 20.14-5.93 9.4-5.92 24.61-25.07 14-17 19.63-21 5.64-4 12.57-4Z"/></svg> |