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
971 B
XML
1 line
971 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M718-544q0 31-7.5 61T687-426q-8 13-23 13.5T638-423q-11-11-11-26t7-29q8-15 10-32t2-34q0-23-7.5-45.5T618-632q-8-13-7.5-28.5T622-687q11-11 26-10t23 13q23 31 35 66.5t12 73.5Zm-238-96q40 0 68 28t28 68v8q0 4-1 8-2 11-13 14t-20-6l-86-86q-8-8-5.5-19t13.5-14q4-1 8-1h8Zm384 96q0 60-18.5 117T792-321q-8 12-23 13t-26-10q-11-11-11.5-26.5T739-373q26-38 39.5-81.5T792-544q0-53-17.5-102T725-737q-10-12-9.5-27t11.5-26q11-11 25.5-10.5T776-789q42 52 65 115t23 130ZM777-82 516-343v195q0 15-10.5 25.5T480-112q-15 0-25.5-10.5T444-148v-267L314-545q2 24 8.5 47t18.5 43q8 13 7.5 27.5T337-402q-11 11-25.5 11T289-403q-23-31-35-67t-12-74q0-17 1.5-33t7.5-31l-58-58q-13 29-19 59.5t-6 62.5q0 53 17.5 101.5T235-352q10 12 10 27t-11 26q-11 11-26 10.5T183-300q-43-51-65-113.5T96-544q0-46 10.5-90.5T139-720l-58-58q-11-11-10.5-25T82-828q11-11 25-11t25 11l696 696q11 11 11 25t-11 25q-11 11-25.5 11T777-82Z"/></svg> |