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
655 B
XML
1 line
655 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M480-96q-79 0-149-30t-122.5-82.5Q156-261 126-331T96-480q0-80 30-150t82.5-122Q261-804 331-834t149-30q80 0 150 30t122 82q52 52 82 122t30 150q0 79-30 149t-82 122.5Q700-156 630-126T480-96Zm132-384q23 0 39.5-17t16.5-40q0-14-6.5-26.5T643-584l11-7q9-5 11.5-15t-3.5-18q-5-8-14-10t-17 3l-99 57q-9 5-11.5 15t3.5 19q5 8 14 10t17-3q2 23 18 38t39 15Zm-264 0q23 0 39-15t18-38q8 5 16.5 2.5T435-541q5-8 3-18.5T427-575l-99-56q-8-5-17-3t-14 10q-6 8-3.5 18t11.5 15l12 7q-12 8-19 20.5t-7 26.5q0 23 17 40t40 17Zm133 48q-63 0-110.5 40.5T312-288h336q-9-63-56.5-103.5T481-432Z"/></svg> |