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.2 KiB
XML
1 line
1.2 KiB
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M432-739q12-2 24-3.5t24-1.5q12 0 24 1.5t24 3.5v-4.32q0-19.68-13.8-34.18T480-792q-20.4 0-34.2 13.85Q432-764.3 432-743.82v4.82ZM288-96q-29.7 0-50.85-21.15Q216-138.3 216-168v-312q0-75 38.5-138.5T360-715.3v-28.25Q360-794 395-829t85-35q50 0 85 35t35 85v29q63 33 101.5 91.5T743-494q-17-4-35-7t-36-3q-12-72-65.8-120-53.81-48-126.2-48-79.68 0-135.84 56.16T288-480v312h130q6 19 14 37t19 35H288Zm84-312h96q18-24 43-41t52-31H372.03q-15.03 0-25.53 10.29-10.5 10.29-10.5 25.5t10.35 25.71Q356.7-408 372-408Zm300.23-24Q752-432 808-375.77q56 56.22 56 136Q864-160 807.77-104q-56.22 56-136 56Q592-48 536-104.23q-56-56.22-56-136Q480-320 536.23-376q56.22-56 136-56ZM672-144q8.46 0 14.23-5.77T692-164q0-8.46-5.77-14.23T672-184q-8.46 0-14.23 5.77T652-164q0 8.46 5.77 14.23T672-144ZM468-409Zm205.15 212q6.16 0 10-3.89Q687-204.78 687-211q0-11 3.5-17t11.5-13q13-12 19-22.5t6-21.5q0-21-14-36t-41-15q-15 0-28.5 7t-21.36 20.09q-3.14 4.91-.6 10.19 2.54 5.28 8.46 7.72 5 2 10 .5t9-6.5q4-5 9.94-8.5 5.94-3.5 13.06-3.5 11 0 18.5 6.25T698-284q0 6-4 12t-12 13q-7 6-12 11.5t-8 10.5q-2 4.67-3 9.33-1 4.67-1 16.67 0 6.22 4.5 10.11Q667-197 673.15-197Z"/></svg> |