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
727 B
XML
1 line
727 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="m807-577-51-51 33-33-128-127-32 33-51-51 32-33q21-21 51-21t51 21l128 128q21 21 21 50.5T840-610l-33 33ZM345-115q-14 14-39.5 18T259-114L123-250q-21-20.7-21-50.85Q102-331 123-352l32-31 51 51-32 31 127 128 32-32 51 51-39 39Zm384-321 59-58-292-292-59 58 292 292ZM467-173l58-58-292-292-58 58 292 292Zm-5-224 103-102-65-64-102 102 64 64Zm56 275q-21 21-51 21t-51-21L124-415q-21-21-21-50.5t21-50.5l58-58q20.7-21 50.85-21Q263-595 284-574l63 62 102-103-63-62q-21-21-21-51t21-51l59-58q20.7-21 50.85-21Q526-858 547-837l293 291q21 20.7 21 50.85Q861-465 840-444l-59 58q-21 21-51 21t-51-21l-64-63-102 103 63 63q21 21 21.5 51T577-181l-59 59Z"/></svg> |