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
823 B
XML
1 line
823 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M479.97-216Q380-216 306-280.5T217.57-444H132q-15.3 0-25.65-10.29Q96-464.58 96-479.79t10.35-25.71Q116.7-516 132-516h85.57q14.43-99 88.46-163.5 74.04-64.5 174-64.5Q580-744 654-679.5T742.43-516H828q15.3 0 25.65 10.29Q864-495.42 864-480.21t-10.35 25.71Q843.3-444 828-444h-85.57Q728-345 653.97-280.5q-74.04 64.5-174 64.5ZM384-360h192q10.2 0 17.1-6.9 6.9-6.9 6.9-17.1v-144q0-10.2-6.9-17.1-6.9-6.9-17.1-6.9h-24v-24q0-30-20.76-51t-51.45-21Q450-648 429-626.85T408-576v24h-24q-10.2 0-17.1 6.9-6.9 6.9-6.9 17.1v144q0 10.2 6.9 17.1 6.9 6.9 17.1 6.9Zm96-67q-12 0-20.5-8.5T451-456q0-12 8.5-20.5T480-485q12 0 20.5 8.5T509-456q0 12-8.5 20.5T480-427Zm-36-125v-24q0-15.3 10.29-25.65Q464.58-612 479.79-612T505-601.5q10 10.5 11 25.5v24h-72Z"/></svg> |