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
1018 B
XML
1 line
1018 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M792-48h-96q-20 0-34-14t-14-34v-156h-48v-72h84q15.3 0 25.65 10.35Q720-303.3 720-288v168h48v-168q0-15.3 10.35-25.65Q788.7-324 804-324h36v-72H600v-72h264q20 0 34 14t14 34v120q0 20-14 34t-34 14h-24v156q0 20-14 34t-34 14ZM384-360.01q0-68.99 49.68-118.49Q483.37-528 552-528h12q15.3 0 25.65 10.35Q600-507.3 600-492v264q0 15.3-10.35 25.65Q579.3-192 564-192h-12q-68.63 0-118.32-49Q384-290 384-360.01Zm72 .51q0 32.5 20 58.5t52 35v-187q-32 8-52 34.5t-20 59Zm72-.5Zm216 0Zm-576-72q-20 0-34-14t-14-34v-156H96q-20 0-34-14t-14-34v-120q0-20 14-34t34-14h264v72H120v72h36q15.3 0 25.65 10.35Q192-687.3 192-672v168h48v-168q0-15.3 10.35-25.65Q260.7-708 276-708h84v72h-48v156q0 20-14 34t-34 14h-96Zm192-180v-264q0-15.3 10.35-25.65Q380.7-912 396-912h12q68.63 0 118.32 49.5Q576-813 576-744.01 576-674 526.32-625 476.63-576 408-576h-12q-15.3 0-25.65-10.35Q360-596.7 360-612Zm72-38q32-9 52-35t20-58.5q0-32.5-20-59T432-837v187Zm0-94Zm-216 0Z"/></svg> |