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
807 B
XML
1 line
807 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M792-96v-552q0-44.55-31.72-76.28Q728.55-756 684-756h-12v60q0 10.29-6.86 17.14Q658.29-672 648-672H408q-13 0-20-11t-2-22l70-177q6.18-14.06 18.09-22.03Q486-912 501-912h123q20 0 34 14t14 34v36h12q75 0 127.5 52.5T864-648v552h-72ZM479-744h121v-96h-83l-38 96ZM192-96q-40 0-68-28t-28-68v-96q0-33 20-59.5t52-33.57V-480q0-29.7 21.15-50.85Q210.3-552 240-552h336q29.7 0 50.85 21.15Q648-509.7 648-480v98.93q32 7.07 52 33.57t20 59.5v96q0 40-28 68t-68 28H192Zm48-384v109q23 13 35.5 35.08Q288-313.85 288-288h240q0-26 13-47.5t35-35.5v-109H240Zm-48 312h432q10 0 17-7t7-17v-96q0-10-7-17t-17-7q-10 0-17 7t-7 17v72H216v-72q0-10-7-17t-17-7q-10 0-17 7t-7 17v96q0 10 7 17t17 7Zm336-120H288h240ZM240-480h336-336Zm-48 312h432-432Z"/></svg> |