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
745 B
XML
1 line
745 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M577-538v155q0 10 6.5 16.5t16.34 6.5q9.84 0 17-7.11T624-384v-206.61q0-4.27-2.25-6.83Q619.5-600 615-600h-20q-3 0-5 2l-66.13 46.89Q517-546 516-537.5t4.06 15.66q5.07 7.16 13.5 8.5 8.44 1.34 15.27-3.86L577-538ZM383-403v-174q0-10-6.5-16.5t-16.34-6.5q-9.84 0-17 7.11T336-576v180q0 15.3 10.35 25.65Q356.7-360 372-360h95.96q9.26 0 15.15-5.83 5.89-5.84 5.89-15 0-9.17-5.98-15.67-5.99-6.5-15.39-6.5H383Zm481-293v360q0 60-42 102t-102 42H240q-60 0-102-42T96-335.52v-360.72Q96-726 117.15-747q21.15-21 50.85-21h624q29.7 0 50.85 21.15Q864-725.7 864-696Zm-72 0H168v360.28Q168-306 189.15-285T240-264h480q29.7 0 50.85-21.15Q792-306.3 792-336v-360Zm0 0H168h624Z"/></svg> |