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
981 B
XML
1 line
981 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M168-744h312v-48H168v48Zm0 648q-29.7 0-50.85-21.15Q96-138.3 96-168v-624q0-29.7 21.15-50.85Q138.3-864 168-864h312q29.7 0 50.85 21.15Q552-821.7 552-792v153q0 14.87-10.29 24.94Q531.42-604 516.21-604t-25.71-10.35Q480-624.7 480-640v-32H168v384h235q15.3 0 25.65 10.27Q439-267.46 439-252.29 439-238 429-227t-26 11H168v48h342q15.3 0 25.65 10.29Q546-147.42 546-132.21t-10.35 25.71Q525.3-96 510-96H168Zm528.24-144Q756-240 798-282.24q42-42.24 42-102T797.76-486q-42.24-42-102-42T594-485.76q-42 42.24-42 102T594.24-282q42.24 42 102 42ZM636-96q-15.3 0-25.65-10.39Q600-116.79 600-132.15V-190q-54-26.7-87-78.13-33-51.43-33-115.72 0-64.29 33-115.72Q546-551 600-577v-59q0-15.3 10.35-25.65Q620.7-672 636-672h120q15.3 0 25.65 10.35Q792-651.3 792-636v59q54 26 87 77.43 33 51.43 33 115.72 0 64.29-33 115.72-33 51.43-87 78.13v57.85q0 15.36-10.35 25.76Q771.3-96 756-96H636ZM168-216v48-48Zm0-528v-48 48Z"/></svg> |