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
1002 B
XML
1 line
1002 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M276-96q-15.3 0-25.65-10.29Q240-116.58 240-131.79t10.35-25.71Q260.7-168 276-168h168v-118q-17-9-26.5-25.5t-9.5-36.63q0-28.87 21-50.37 21-21.5 50.94-21.5 29.06 0 50.56 21.5Q552-377 552-348.13q0 20.13-10 36.63-10 16.5-26 25.5v118h168q15.3 0 25.65 10.29Q720-147.42 720-132.21t-10.35 25.71Q699.3-96 684-96H276Zm360-528q15.3 0 25.65-10.29Q672-644.58 672-659.79t-10.35-25.71Q651.3-696 636-696H324q-15.3 0-25.65 10.29Q288-675.42 288-660.21t10.35 25.71Q308.7-624 324-624h312ZM216-312q-33 0-52.5-19.5T144-384v-408q0-33 19.5-52.5T216-864h528q33 0 52.5 19.5T816-792v408q0 33-19.5 52.5T744-312h-95q-11.14 0-18.57-9T624-341q1-26-7-50t-23-44q-11-14-25.5-25.5T537-480h99q15.3 0 25.65-10.29Q672-500.58 672-515.79t-10.35-25.71Q651.3-552 636-552H324q-15.3 0-25.65 10.29Q288-531.42 288-516.21t10.35 25.71Q308.7-480 324-480h98q-17 8-31 19t-25 25q-14.7 20-23.35 44.5Q334-367 336-341.38q1 11.38-6.5 20.38-7.5 9-18.5 9h-95Z"/></svg> |