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
877 B
XML
1 line
877 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M360.11-312Q340-312 326-325.89q-14-13.88-14-34Q312-380 325.89-394q13.88-14 34-14Q380-408 394-394.11q14 13.88 14 34Q408-340 394.11-326q-13.88 14-34 14Zm240 0Q580-312 566-325.89q-14-13.88-14-34Q552-380 565.89-394q13.88-14 34-14Q620-408 634-394.11q14 13.88 14 34Q648-340 634.11-326q-13.88 14-34 14ZM480-72q130 0 221-91t91-221q0-25-5-54t-13.28-50q-21.72 5-35.22 6.5T702-480q-91 0-169-32.5T398-610q-38 77-93.5 128T168-404v20q0 130 91 221t221 91Zm.28 72Q401 0 331-30t-122.5-82.5Q156-165 126-234.81T96-384q0-28.66 4.5-56.83Q105-469 113-497q-52-23-82.5-70.3T0-672q0-80.08 55.96-136.04Q111.92-864 192-864q56.73 0 104.37 30.5Q344-803 367-751q28-9 56.17-13t56.83-4q80 0 149.5 30t122 82.5Q804-603 834-533.28q30 69.73 30 149Q864-305 834-235t-82.5 122.5Q699-60 629.28-30q-69.73 30-149 30Z"/></svg> |