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
828 B
XML
1 line
828 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M264-48q-29.7 0-50.85-21.15Q192-90.3 192-120v-612q0-15.3 10.29-25.65Q212.58-768 227.79-768t25.71 10.35Q264-747.3 264-732v612h372q15.3 0 25.65 10.29Q672-99.42 672-84.21T661.65-58.5Q651.3-48 636-48H264Zm144-144q-29.7 0-50.85-21.15Q336-234.3 336-264v-576q0-29.7 21.15-50.85Q378.3-912 408-912h336q29.7 0 50.85 21.15Q816-869.7 816-840v576q0 29.7-21.15 50.85Q773.7-192 744-192H408Zm0-120v48h336v-48H408Zm0-72h336v-336H408v336Zm196-144H504v72q0 10.4-6.8 17.2-6.8 6.8-17.2 6.8-10.4 0-17.2-6.8-6.8-6.8-6.8-17.2v-72q0-20.4 13.8-34.2Q483.6-576 504-576h100l-27-27q-7-7.36-7-17.18t7-16.82q7-7 16.82-7t17.18 7l72 72q5 5 5 13t-5 13l-71 72q-7 7-16.5 7.5T578-467q-7-7.36-7-17.18t7-16.82l26-27ZM408-792h336v-48H408v48Zm0 0v-48 48Zm0 480v48-48Z"/></svg> |