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
979 B
XML
1 line
979 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M108.26-360Q93-360 82.5-370.29 72-380.58 72-395.79t10.32-25.71Q92.65-432 107.91-432h71.83q15.26 0 25.76 10.29 10.5 10.29 10.5 25.5t-10.32 25.71Q195.35-360 180.09-360h-71.83ZM302-575q-11 11-25.5 11T251-575l-68-68q-11-11-11-25t10.52-25q11.48-11 26.03-11 14.54 0 25.45 11l68 68q11 11 11 25t-11 25Zm46 335q-25 0-42.5-17.5T288-300q0-25 17.5-42.5T348-360h264q25 0 42.5 17.5T672-300q0 25-17.5 42.5T612-240H348Zm132.21-408q-15.21 0-25.71-10.35T444-684v-128q0-15.3 10.29-25.65Q464.58-848 479.79-848t25.71 10.35Q516-827.3 516-812v128q0 15.3-10.29 25.65Q495.42-648 480.21-648ZM659-575q-11-11-11-25.5t11-25.5l68-68q11-11 25.67-11 14.66 0 25.33 11 11 10.91 11 25.45Q789-654 778-643l-69 69q-11 11-25 10.5T659-575Zm121.26 215q-15.26 0-25.76-10.29-10.5-10.29-10.5-25.5t10.32-25.71q10.33-10.5 25.59-10.5h71.83q15.26 0 25.76 10.29 10.5 10.29 10.5 25.5t-10.32 25.71Q867.35-360 852.09-360h-71.83Z"/></svg> |