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
812 B
XML
1 line
812 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="m385-620 67-113-43-72q-14-23-41.5-23T326-805l-66 110q-8 13-4 27.5t17 22.5l62 37q13 8 27.5 4.5T385-620Zm361 284-68-113q-8-13-4-27t17-22l63-36q13-8 26.5-4.5T802-522l47 77q10 16 10.5 34t-7.5 35q-9 19-26.5 29.5T787-336h-41ZM593-105l-88-88q-11-11-11-25t11-25l88-88q8-8 19.5-4t11.5 16v31h184l-52 104q-10 18-27.5 29T691-144h-67v27q0 12-11.5 16t-19.5-4Zm-331-39q-17 0-32-9t-23-25q-7-14-6-29t9-29l31-52h131q15 0 25.5 10.5T408-252v72q0 15-10.5 25.5T372-144H262Zm-95-115-59-117q-8-17-7-35t10-34l20-34-24-15q-11-6-9.5-18t13.5-15l121-29q14-4 27 4t17 22l30 121q3 12-6.5 19t-20.5 1l-25-15-87 145Zm483-328-121-30q-12-3-14-15t9-18l25-15-119-199h127q19 0 35 9.5t26 25.5l54 90 25-15q11-6 20.5 1t6.5 19l-30 121q-4 14-17 22t-27 4Z"/></svg> |