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
813 B
XML
1 line
813 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M228.26-192q-15.26 0-25.76-10.35Q192-212.7 192-228v-312.25q0-14.75 10.32-25.25 10.33-10.5 25.59-10.5h71.83q15.26 0 25.76 10.35Q336-555.3 336-540v312.25q0 14.75-10.32 25.25-10.33 10.5-25.59 10.5h-71.83Zm216 0q-15.26 0-25.76-10.35Q408-212.7 408-228v-324l144 143.87v179.84q0 15.29-10.32 25.79-10.33 10.5-25.59 10.5h-71.83ZM552-509 408-653.79v-77.83q0-15.38 10.32-25.88 10.33-10.5 25.59-10.5h71.83q15.26 0 25.76 10.41 10.5 10.42 10.5 25.81V-509Zm216 217L624-437v-43h107.74q15.26 0 25.76 10.35Q768-459.3 768-444v152Zm-25.08 175.92L115.08-742.92Q104-754 104.46-768.67q.46-14.66 11.54-25.33 10.67-11 25.33-11 14.67 0 25.75 11.08l626.84 627.84Q805-155 805-140.82q0 14.18-11 24.82-10.67 11-25.33 11-14.67 0-25.75-11.08Z"/></svg> |