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
916 B
XML
1 line
916 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="m533-485-45-97q-2-5-8-5t-8 5l-45 97-97 45q-5 2-5 8t5 8l97 45 45 97q2 5 8 5t8-5l45-97 97-45q5-2 5-8t-5-8l-97-45ZM396-816q-15.3 0-25.65-10.289-10.35-10.29-10.35-25.5Q360-867 370.35-877.5 380.7-888 396-888h168q15.3 0 25.65 10.289 10.35 10.29 10.35 25.5Q600-837 589.65-826.5 579.3-816 564-816H396Zm84 720q-70 0-130.92-26.507-60.919-26.507-106.493-72.08-45.573-45.574-72.08-106.493Q144-362 144-432q0-70 26.507-130.92 26.507-60.919 72.08-106.493 45.574-45.573 106.493-72.08Q410-768 479.56-768q58.28 0 111.86 19.5T691-694l27.282-27.282Q729-732 743-731.5t25 11.5q11 11 11 25t-11 25l-26 27q35 45 54.5 98.808Q816-490.384 816-431.856 816-362 789.493-301.08q-26.507 60.919-72.08 106.493-45.574 45.573-106.493 72.08Q550-96 480-96Zm0-72q110 0 187-77t77-187q0-110-77-187t-187-77q-110 0-187 77t-77 187q0 110 77 187t187 77Zm0-264Z"/></svg> |