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.8 KiB
XML
1 line
1.8 KiB
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M480-72q-50 0-85-35t-35-85q0-41 23.5-72.5T444-307v-58q-13-4-24-10.5T399-391l-51 29q2 6 2 12.47V-336q0 50-35 85t-85 35q-50 0-85-35t-35-85q0-50 35-85t85-35q23 0 44 8t37 23l51-29q-2-6-2.5-12.75t-.5-13.5q0-6.75.5-13.25T362-506l-51-29q-16 15-37 23t-44 8q-50 0-85-35t-35-85q0-50 35-85t85-35q50 0 85 35t35 85v13.5q0 6.5-2 12.5l51 29q10-9 21-15t24-10v-60q-37-11-60.5-42T360-768q0-50 35-85t85-35q50 0 85 35t35 85q0 41-23.5 72T516-654v60q13 4 24 10.5t21 15.5l51-30q-2-6-2-12.47V-624q0-50 35-85t85-35q50 0 85 35t35 85q0 50-35 85t-85 35q-23 0-44-8t-37-23l-52 29q2 6 2 12.5v27q0 6.5-2 12.5l52 29q16-15 37-23t44-8q50 0 85 35t35 85q0 50-35 85t-85 35q-50 0-85-35t-35-85v-13.5q0-6.5 2-12.5l-51-30q-10 9-21 16t-24 11v58q37 11 60.5 42.5T600-192q0 50-35 85t-85 35Zm0-72q20.4 0 34.2-13.8Q528-171.6 528-192q0-20.4-13.8-34.2Q500.4-240 480-240q-20.4 0-34.2 13.8Q432-212.4 432-192q0 20.4 13.8 34.2Q459.6-144 480-144ZM230-288q20.4 0 34.2-13.8Q278-315.6 278-336q0-20.4-13.8-34.2Q250.4-384 230-384q-20.4 0-34.2 13.8Q182-356.4 182-336q0 20.4 13.8 34.2Q209.6-288 230-288Zm500 0q20.4 0 34.2-13.8Q778-315.6 778-336q0-20.4-13.8-34.2Q750.4-384 730-384q-20.4 0-34.2 13.8Q682-356.4 682-336q0 20.4 13.8 34.2Q709.6-288 730-288ZM480-432q20.4 0 34.2-13.8Q528-459.6 528-480q0-20.4-13.8-34.2Q500.4-528 480-528q-20.4 0-34.2 13.8Q432-500.4 432-480q0 20.4 13.8 34.2Q459.6-432 480-432ZM230-576q20.4 0 34.2-13.8Q278-603.6 278-624q0-20.4-13.8-34.2Q250.4-672 230-672q-20.4 0-34.2 13.8Q182-644.4 182-624q0 20.4 13.8 34.2Q209.6-576 230-576Zm500 0q20.4 0 34.2-13.8Q778-603.6 778-624q0-20.4-13.8-34.2Q750.4-672 730-672q-20.4 0-34.2 13.8Q682-644.4 682-624q0 20.4 13.8 34.2Q709.6-576 730-576ZM480-720q20.4 0 34.2-13.8Q528-747.6 528-768q0-20.4-13.8-34.2Q500.4-816 480-816q-20.4 0-34.2 13.8Q432-788.4 432-768q0 20.4 13.8 34.2Q459.6-720 480-720Z"/></svg> |