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
1.1 KiB
XML
1 line
1.1 KiB
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M336-240v-96h480q20 0 34 14t14 34q0 20-14 34t-34 14H336Zm504-144q-10.4 0-17.2-6.8-6.8-6.8-6.8-17.2v-48q0-70-49-119t-119-49q-10.4 0-17.2-6.8-6.8-6.8-6.8-17.2 0-10.4 6.8-17.2 6.8-6.8 17.2-6.8 30 0 51-21t21-51q0-30-21-51t-51-21q-10.4 0-17.2-6.8-6.8-6.8-6.8-17.2 0-10.4 6.8-17.2 6.8-6.8 17.2-6.8 50.15 0 85.07 34.93Q768-794.13 768-743.98q0 25.98-10 48.48-10 22.5-28 39.5 60 24 97 78t37 122v48q0 10.4-6.8 17.2-6.8 6.8-17.2 6.8Zm-96 0q-10.4 0-17.2-6.8-6.8-6.8-6.8-17.2v-48q0-30-21.23-51T648-528h-48q-50.15 0-85.07-34.89-34.93-34.9-34.93-85Q480-698 514.93-733q34.92-35 85.07-35 10.4 0 17.2 6.8 6.8 6.8 6.8 17.2 0 10.4-6.8 17.2-6.8 6.8-17.2 6.8-30 0-51 21t-21 51q0 30 21 51t51 21h48q50 0 85 35t35 85v48q0 10.4-6.8 17.2-6.8 6.8-17.2 6.8ZM288-240q-35.1-6-71.55-9-36.45-3-72.45-3h-12q-15.3 0-25.65-10.47Q96-272.95 96-288.43q0-14.57 10.5-25.07T132-324h12q36 0 72.45-3t71.55-9v96Zm144.14-31q6.86 0 11.86-5.14 5-5.15 5-12 0-6.86-5.14-11.86-5.15-5-12-5-6.86 0-11.86 5.14-5 5.15-5 12 0 6.86 5.14 11.86 5.15 5 12 5Z"/></svg> |