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
866 B
XML
1 line
866 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M479.79-96Q450-96 429-117.15T408-168v-180q0-43 14.5-81t40.5-68l51 52q-16 20-25 44.5t-9 52.5v60h36q15.3 0 25.65 10.35Q552-267.3 552-252v120q0 15.3-10.38 25.65Q531.24-96 515.89-96h-36.1ZM864-198l-72-72v-78q0-65-45.5-110.5T636-504q-17.09 0-33.05 3.5Q587-497 572-490l-53-53q26.13-15.78 55.66-24.39Q604.19-576 636-576q95 0 161.5 66.5T864-348v150ZM336-340q-21-8-34.5-26.46T288-408q0-30 21-51t51-21h6q-14 30-22 63.5t-8 68.5v8Zm130-256L198-864h354q29.7 0 50.85 21.15Q624-821.7 624-792v144q-44 2-84 15.5T466-596ZM168-144q-29.7 0-50.85-21.15Q96-186.3 96-216v-600h48l268 268-2 2-2 2q-10.5-4-22.75-6T360-552q-59.66 0-101.83 42.17T216-408q0 54 34.5 93.86T336-266v122H168Zm609 63L81-777q-11-11-11-25t11-25q11-11 25.5-11t25.5 11l696 696q11 11 11 25t-11 25q-11 11-25.5 11T777-81Z"/></svg> |