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
824 B
XML
1 line
824 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M734-158 158-735q-7.33-6.75-7.67-16.88-.33-10.12 7.5-17.42Q165-776 175-775.5q10 .5 17 7.5l576 576q7 7 7 17t-6.7 17q-7.3 7-17.3 7t-17-7ZM624-448v44l-48-48v-97q0-11 8-19t19-8h69q20 0 34 14t14 33.5v32.5q0 14-8 26t-21 19l16.15 36.8Q712-403 705-393.5t-19 9.5q-7 0-12-3.5t-8-9.5l-23-51h-19Zm0-48h48v-32h-48v32Zm-96-4-76-76h28q20 0 34 14t14 34v28Zm-288 36v55.66q0 10.34-6.8 17.34t-17.2 7q-10.4 0-17.2-6.78-6.8-6.79-6.8-17.17v-143.67q0-10.38 6.8-17.38 6.8-7 17.2-7 10.4 0 17.2 6.8 6.8 6.8 6.8 17.2v40h48v-39.68q0-10.32 6.8-17.32t17.2-7q10.4 0 17.2 6.78 6.8 6.79 6.8 17.17v143.67q0 10.38-6.8 17.38-6.8 7-17.2 7-10.4 0-17.2-6.8-6.8-6.8-6.8-17.2v-56h-48Zm144-64 48 48v48h48l33 33q-6 8-14.5 11.5T480-384h-69q-11 0-19-8t-8-19.32V-528Z"/></svg> |