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
1011 B
XML
1 line
1011 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M804.21-624q-15.21 0-25.59-10.35-10.39-10.35-10.39-25.65v-36h-36.11q-15.35 0-25.74-10.35Q696-716.7 696-732q0-15.3 10.38-25.65Q716.77-768 732.12-768h36.11v-36q0-15.3 10.39-25.65Q789-840 804.21-840q15.21 0 25.5 10.35T840-804v36h35.79q15.21 0 25.71 10.29t10.5 25.5q0 15.21-10.35 25.56Q891.3-696.3 876-696.3h-36v36q0 15.3-10.29 25.8t-25.5 10.5ZM276-336h132q15.3 0 25.65-10.34Q444-356.68 444-371.96v-215.76q0-15.28-10.35-25.78Q423.3-624 408-624H276q-15.3 0-25.65 10.34Q240-603.32 240-588.04v215.76q0 15.28 10.35 25.78Q260.7-336 276-336ZM168-192q-29.7 0-50.85-21.16Q96-234.32 96-264.04v-432.24Q96-726 117.15-747T168-768h431q11 0 18.5 9t6.5 20.37q-2 30.63 7.5 59.98Q641-649.29 660-624H552q-15.3 0-25.65 10.34Q516-603.32 516-588.04v215.76q0 15.28 10.35 25.78Q536.7-336 552-336h132q15.3 0 25.65-10.35Q720-356.7 720-372v-201q26 14 54 19t56.93.1Q844-556 854-548.5t10 19.97V-264q0 29.7-21.15 50.85Q821.7-192 792-192H168Z"/></svg> |