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
974 B
XML
1 line
974 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M168-192q-29.7 0-50.85-21.16Q96-234.32 96-264.04v-432.24Q96-726 117.15-747T168-768h588q15.3 0 25.65 10.29Q792-747.42 792-732.21t-10.35 25.71Q771.3-696 756-696H168v432h84q15.3 0 25.65 10.29Q288-243.42 288-228.21t-10.35 25.71Q267.3-192 252-192h-84Zm264-120q20 0 34-14t14-34q0-20-14-34t-34-14q-20 0-34 14t-14 34q0 20 14 34t34 14Zm396 120H636q-15.3 0-25.65-10.35Q600-212.7 600-228v-336q0-15.3 10.35-25.65Q620.7-600 636-600h192q15.3 0 25.65 10.35Q864-579.3 864-564v336q0 15.3-10.35 25.65Q843.3-192 828-192Zm-156-72h120v-264H672v264Zm-312 36v-36q-22-17-35-42.24-13-25.23-13-53.76 0-28.53 13-53.76Q338-439 360-456v-36q0-15.3 10.32-25.65Q380.65-528 395.91-528h71.83q15.26 0 25.76 10.35Q504-507.3 504-492v36q22 17 35 42.24 13 25.23 13 53.76 0 28.53-13 53.76Q526-281 504-264v36q0 15.3-10.32 25.65Q483.35-192 468.09-192h-71.83q-15.26 0-25.76-10.35Q360-212.7 360-228Zm312-36h120-120Z"/></svg> |