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
815 B
XML
1 line
815 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M278.4-144q-35.69 0-61.04-25.43Q192-194.86 192-230v-395l-49-119H84q-15.3 0-25.65-10.29Q48-764.58 48-779.79t10.35-25.71Q68.7-816 84-816h84q10.5 0 19.25 5.5T201-794l50 122h589q14 0 20.5 11.5t.5 23.5L753-406q48 6 79.5 42.94 31.5 36.93 31.5 87.13 0 54.93-38.5 93.43Q787-144 732.22-144q-55.72 0-93.97-38.69Q600-221.39 600-276.13q0-18.87 5-36.87 5-18 16-34l-151-17-121 182q-11.8 18.1-30.4 28.05Q300-144 278.4-144ZM677-413l88-187H280l45 110q8 18 23.39 30.1Q363.78-447.79 384-446l293 33ZM277-216q2.67 0 12-6l101-150q-41-4-75-24.5T264-454v224.39q0 5.61 4 9.61 4 4 9 4Zm455 0q25 0 42.5-17.5T792-276q0-25-17.5-42.5T731.51-336q-24.51 0-42.01 17.5Q672-301 672-275.51q0 24.51 17.5 42.01Q707-216 732-216Zm-55-197-293-33 293 33Z"/></svg> |