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
646 B
XML
1 line
646 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M552-192q-60 0-102-42t-42-102q0-60 42-102t102-42q20 0 38 5.5t34 14.5v-296q0-15 10.5-25.5T660-792h168q15 0 25.5 10.5T864-756v48q0 15-10.5 25.5T828-672H696v336q0 60-42 102t-102 42ZM281-607q-42 42-70 95.5T173-397q-2 16-13.5 26.5T133-360q-15 0-24.5-11.5T101-398q11-76 44-142t85-118q52-52 118-85t142-44q15-2 26.5 7.5T528-755q0 15-10.5 26.5T491-715q-61 10-114.5 38T281-607Zm103 102q-23 23-39 50.5T321-395q-4 15-15.5 25T278-360q-15 0-25-11t-7-25q9-47 31.5-87.5T332-556q32-32 72.5-54.5T492-642q14-3 25 6.5t11 24.5q0 15-10 27t-25 16q-32 8-59 24t-50 39Z"/></svg> |