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
631 B
XML
1 line
631 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M264-192q-30 0-51-21t-21-51v-290l-35 28q-12 9-27 7t-24-14q-9-12-7-27t14-24l323-247q10-8 21.5-11t22.5-3q11 0 22.5 3t21.5 11l279 214q20 15 13.5 38.5T785-553q-24 2-45.5 4.5T695-537q-58-23-119-11t-106 57q-45 45-57.5 107.5T423-264q-5 11-7.5 21.5T411-221q-2 12-11 20.5t-21 8.5H264ZM696-72q-43 27-91.5 22.5T521-89q-35-35-40-84t23-91q-28-42-23-91.5t40-84.5q35-35 84-39.5t91 23.5q42-28 91-23t84 40q35 34 40 83.5T888-264q28 42 23 91t-40 84q-35 35-84 40t-91-23Zm0-144q20 0 34-14t14-34q0-20-14-34t-34-14q-20 0-34 14t-14 34q0 20 14 34t34 14Z"/></svg> |