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
896 B
XML
1 line
896 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M743-116 642-216h72q0 29.7-21.15 50.85Q671.7-144 642-144H312q-29.7 0-50.85-21.12Q240-186.23 240-215.88v-71.89h-72q-29.7 0-50.85-21.11Q96-330 96-360v-168q0-40 28-68t68-28h42L115-743q-11-10.67-11-25.33Q104-783 115-794q11-11 25.67-11 14.66 0 25.33 11l627.92 627.92Q805-155 805-140.82q0 14.18-11 24.82-10.67 11-25.33 11Q754-105 743-116ZM312-216h330L498-360H312v144Zm513-78q-17 8-34.5 6.5T759-303L499-563q-17-17-7.59-39 9.4-22 33.59-22h243q40 0 68 28t28 68v168q0 23-11 40.5T825-294ZM420-672q-14.22 0-27.11-5Q380-682 369-693l-61.94-61.94Q290-772 299.41-794q9.4-22 33.59-22h315q29.7 0 50.85 21.1Q720-773.8 720-744.18v35.92q0 15.26-10.35 25.76Q699.3-672 684-672H420Zm287.79 216q15.21 0 25.71-10.29t10.5-25.5q0-15.21-10.29-25.71t-25.5-10.5q-15.21 0-25.71 10.29t-10.5 25.5q0 15.21 10.29 25.71t25.5 10.5Z"/></svg> |