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
805 B
XML
1 line
805 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M179.97-816h359.74q15.29 0 25.79 10.29t10.5 25.5q0 15.21-10.34 25.71T540.03-744H180.29q-15.29 0-25.79-10.29t-10.5-25.5q0-15.21 10.34-25.71t25.63-10.5ZM312-384v48q0 20 14 34t34 14q20 0 34-14t14-34v-48h48q20 0 34-14t14-34q0-20-14-34t-34-14h-48v-48q0-20-14-34t-34-14q-20 0-34 14t-14 34v48h-48q-20 0-34 14t-14 34q0 20 14 34t34 14h48ZM168-144q-29 0-50.5-21.5T96-216v-408q0-29.7 21.5-50.85Q139-696 168-696h384q29.7 0 50.85 21.15Q624-653.7 624-624v408q0 29-21.15 50.5T552-144H168Zm588-247.63Q721-406 696.5-445.8 672-485.59 672-540q0-66.3 36-111.15Q744-696 792-696t84 44.85Q912-606.3 912-540q0 54.41-24.5 94.2Q863-406 828-391.63v211.26Q828-166 817.71-155q-10.29 11-25.5 11t-25.71-11Q756-166 756-180.37v-211.26Z"/></svg> |