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
880 B
XML
1 line
880 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M96-480q0-67 22-128.5T182-722q10-12 25.5-14t26.5 9q11 11 11 26.5T235-673q-32 42-49.5 90.5T168-480q0 53 17.5 101.5T235-288q10 12 10 27t-11 26q-11 11-26 10.5T183-236q-43-51-65-113.5T96-480Zm276 240q-25 0-42.5-17.5T312-300q0-25 17.5-42.5T372-360q25 0 42.5 17.5T432-300q0 25-17.5 42.5T372-240Zm168-192q-15 0-25.5-10.5T504-468v-46l-40 23q-13 8-27 4t-22-17q-8-13-4-27t17-22l40-23-40-23q-13-8-17-22t4-27q8-13 22-17t27 4l40 23v-46q0-15 10.5-25.5T540-720q15 0 25.5 10.5T576-684v46l40-23q13-8 27-4t22 17q8 13 4 27t-17 22l-40 23 40 23q13 8 17 22t-4 27q-8 13-22 17t-27-4l-40-23v46q0 15-10.5 25.5T540-432Zm324-48q0 67-22 129t-64 113q-10 12-25 13t-26-10q-11-11-11.5-25.5T725-287q32-41 49.5-90T792-480q0-54-17-102.5T726-673q-10-12-10-27.5t11-26.5q11-11 25.5-10t24.5 12q43 52 65 114.5T864-480Z"/></svg> |