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
920 B
XML
1 line
920 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M675-681q3 3 4 7.5t-1 8.5l-71.68 168q-4.32 9-13.82 10.5T576-492l-90-90q-7-7-5.5-16.5t10.5-13.82L659-684q4-2 8.5-1t7.5 4ZM480-175q44 0 85-11.5t78-34.5L492-372l-191 83q-9 4-16-3t-3-16l83-191-150-151q-23.5 37-35.25 78T168-487q0 130 91 221t221 91Zm0 73q-79.38 0-149.19-30T208.5-214.5Q156-267 126-336.81T96-486q0-57.93 17-112.91T162-702l-47-48q-11-11-11-25t11-25q11-11 25.67-11 14.66 0 25.33 11l628 628q11 11 11 25t-11 25q-10.67 11-25.33 11Q754-111 743-122l-47-46q-48.11 32-103.09 49-54.98 17-112.91 17Zm75-459ZM406-412Zm-94-414q39.47-19 81.98-28.5 42.5-9.5 86.02-9.5 77.17 0 147.58 29Q698-806 752-752t83 124.42q29 70.41 29 147.58 0 43.68-10 86.34Q844-351 825-312q-7 14-21.61 18T776-298q-13-8-17-22.33-4-14.34 3-28.67 14-31 22-64t8-67q0-130-91-221t-221-91q-34 0-67 7.5T349-763q-14 6-28 2.5t-22-17q-8-13.5-4.5-27.5t17.5-21Z"/></svg> |