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
900 B
XML
1 line
900 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M672-144q-20.4 0-34.2-13.8Q624-171.6 624-192v-288q0-20.4 13.8-34.2Q651.6-528 672-528h144q20.4 0 34.2 13.8Q864-500.4 864-480v288q0 20.4-13.8 34.2Q836.4-144 816-144H672Zm0-72h144v-240H672v240ZM365-425l67-51 67 51q5 4 10.5.16t3.5-10.56L487-517l69-55q5-4.44 3-10.22t-8.8-5.78H467l-26-82q-1.78-6-8.89-6t-9.11 6l-26 82h-83.2q-6.8 0-8.8 5.78-2 5.78 3 10.22l69 55-26 81.6q-2 6.72 3.5 10.56Q360-421 365-425Zm7 281q-15.3 0-25.65-10.29Q336-164.58 336-179.79t10.35-25.71Q356.7-216 372-216h24v-72H168q-29.7 0-50.85-21.15Q96-330.3 96-360v-384q0-29.7 21.15-50.85Q138.3-816 168-816h528q29.7 0 50.85 21.15Q768-773.7 768-744v107.96q0 15.04-10.35 25.54T732-600h-60q-51 0-85.5 36.5T552-476v152q0 15.3-10.35 25.65Q531.3-288 516-288h-48v72h24q15.3 0 25.65 10.29Q528-195.42 528-180.21t-10.35 25.71Q507.3-144 492-144H372Z"/></svg> |