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
650 B
XML
1 line
650 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M0-144v-672h960v672H0Zm336-240q50 0 85-35t35-85q0-50-35-85t-85-35q-50 0-85 35t-35 85q0 50 35 85t85 35ZM72-216h521q-51-54-116.5-87t-141-33Q260-336 192-303.5T72-216Zm624-329v41q0 10.4 6.8 17.2 6.8 6.8 17.2 6.8 10.4 0 17.2-6.8 6.8-6.8 6.8-17.2v-41l40 20q8 5 17 1.5t14-12q5-8.5 2-18T805-568l-37-19 38-20q9.06-5 11.53-15 2.47-10-2.53-18.5T800.5-652q-9.5-3-17.5 2l-39 20v-42q0-10.4-6.8-17.2-6.8-6.8-17.2-6.8-10.4 0-17.2 6.8-6.8 6.8-6.8 17.2v42l-39-20q-8-5-17-1.5t-14 12q-5 8.5-2.53 18.5T635-606l38 19-37 19q-9 5-12 14.5t2 18q5 8.5 14.5 12T658-525l38-20Z"/></svg> |