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.2 KiB
XML
1 line
1.2 KiB
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M360-144q-20 0-34-14t-14-34q0-20 14-34t34-14h219q14 0 27.5 3t25.5 9v-39.92q0-63.51 15.5-124.29Q663-453 692.59-508.8L713-546q12-22 8.5-46.5T701-634q-8-8-11.5-17.07-3.5-9.08-3.5-19.06 0-20.87 15.23-35.37 15.24-14.5 35.85-14.5 17.92 0 32.92 9t22.77 25.74Q804-662 810-638.03q6 23.97 6 48.83 0 14.2-1.5 27.7T809-534l-90 336q-7 23-26.05 38.5T649.4-144H360Zm0-240q-10.4 0-17.2-6.8-6.8-6.8-6.8-17.2v-62l-50 50q-7.36 7-17.18 7T252-420q-7-7-7-16.82t7-17.18l84-84v-38h-38l-84 84q-7.36 7-17.18 7T180-492q-7-7-7-16.82t7-17.18l50-50h-62q-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.8h62l-50-50q-7-7.36-7-17.18t7-16.82q7-7 16.82-7t17.18 7l84 84h38v-38l-84-84q-7-7.36-7-17.18t7-16.82q7-7 16.82-7t17.18 7l50 50v-62q0-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.2v62l50-50q7.36-7 17.18-7t16.82 7q7 7 7 16.82T468-746l-84 84v38h38l84-84q7.36-7 17.18-7t16.82 7q7 7 7 16.82T540-674l-50 50h62q10.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.8h-62l50 50q7 7.36 7 17.18T540-492q-7 7-16.82 7T506-492l-84-84h-38v38l84 84q7 7.36 7 17.18T468-420q-7 7-16.82 7T434-420l-50-50v62q0 10.4-6.8 17.2-6.8 6.8-17.2 6.8Z"/></svg> |