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
842 B
XML
1 line
842 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M264-480q0 48 19.5 89t52.5 70v-27q0-15.3 10.29-25.65Q356.58-384 371.79-384t25.71 10.35Q408-363.3 408-348v120q0 15.3-10.35 25.65Q387.3-192 372-192H252q-15.3 0-25.65-10.29Q216-212.58 216-227.79t10.35-25.71Q236.7-264 252-264h38q-45-40-71.5-95.5T192-480q0-85 44-153.5t116.47-103.64Q365-744 378-737.65q13 6.34 18 20.85 5 13.6-.5 27.2t-18.01 20.61q-51.83 28.02-82.66 77.51Q264-542 264-480Zm432 0q0-48-19.5-89T624-639v27q0 15.3-10.29 25.65Q603.42-576 588.21-576t-25.71-10.35Q552-596.7 552-612v-120q0-15.3 10.35-25.65Q572.7-768 588-768h120q15.3 0 25.65 10.29Q744-747.42 744-732.21t-10.35 25.71Q723.3-696 708-696h-38q45 40 71.5 95.5T768-480q0 85-44 153.5T607.53-222.86Q595-216 582-222.5q-13-6.5-18-20.95-5-13.55-.5-26.55t17.5-20q51-27 83-77t32-113Z"/></svg> |