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
1.4 KiB
XML
1 line
1.4 KiB
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M352-144q-57 0-75-24t-53-24q-13 0-26.5 7.5T153-155q-18 13-37.5 3T96-184q0-9 4-16.5t11-12.5q44-31 64.5-41t48.5-10q57 0 75 24t53 24q35 0 53-24t75-24q57 0 75 24t53 24q35 0 53-24t75-24q28 0 48.5 9t64.5 41q7 5 11 12.5t4 16.5q0 22-19.5 32t-37.5-3q-31-22-44.5-29t-26.5-7q-35 0-53 24t-75 24q-57 0-75-24t-53-24q-35 0-53 24t-75 24ZM242-774q0 17-12.5 29.5T200-732h-38q-17 0-29.5-12.5T120-774q0-17 12.5-29.5T162-816h38q17 0 29.5 12.5T242-774Zm61 147q13 12 12.5 30T303-567l-27 26q-12 12-29.5 12.5T217-540q-13-12-12.5-30t12.5-30l27-26q12-12 29.5-12.5T303-627Zm177 13q-69 0-123-41t-72-107q-5-17 3.5-32t25.5-20q17-5 32 3t20 25q11 39 42.5 63.5T480-698q40 0 71.5-24.5T594-786q5-17 20-25t32-3q17 5 25 20t3 32q-18 66-71.5 107T480-614Zm0-202Zm0 240q17 0 29.5 12.5T522-534v37q0 17-12.5 29.5T480-455q-17 0-29.5-12.5T438-497v-37q0-17 12.5-29.5T480-576Zm178-52q12-12 29-12t29 12l27 26q13 12 12.5 30T743-542q-13 13-30.5 13T683-542l-26-27q-12-12-11.5-29.5T658-628Zm182-146q0 17-12.5 29.5T798-732h-38q-17 0-29.5-12.5T718-774q0-17 12.5-29.5T760-816h38q17 0 29.5 12.5T840-774ZM352-300q-57 0-75-24t-53-24q-13 0-26.5 7.5T153-311q-18 13-37.5 3T96-340q0-9 4-16.5t11-12.5q44-31 64.5-41t48.5-10q57 0 75 24t53 24q35 0 53-24t75-24q57 0 75 24t53 24q35 0 53-24t75-24q28 0 48.5 9t64.5 41q7 5 11 12.5t4 16.5q0 22-19.5 32t-37.5-3q-31-22-44.5-29t-26.5-7q-35 0-53 24t-75 24q-57 0-75-24t-53-24q-35 0-53 24t-75 24Z"/></svg> |