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
911 B
XML
1 line
911 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M275.78-144q-54.78 0-93.28-38.72t-38.5-93.5q0-54.78 38.66-93.28Q221.31-408 276-408h60v-144h-60q-55 0-93.5-38.72t-38.5-93.5q0-54.78 38.72-93.28t93.5-38.5q54.78 0 93.28 38.66Q408-738.69 408-684v60h144v-60q0-55 38.72-93.5t93.5-38.5q54.78 0 93.28 38.72t38.5 93.5q0 54.78-38.66 93.28Q738.69-552 684-552h-60v144h60q55 0 93.5 38.72t38.5 93.5q0 54.78-38.72 93.28t-93.5 38.5q-54.78 0-93.28-38.66Q552-221.31 552-276v-60H408v60q0 55-38.72 93.5t-93.5 38.5Zm.22-72q25 0 42.5-17.5T336-276v-60h-60q-25 0-42.5 17.5T216-276q0 25 17.5 42.5T276-216Zm408 0q25 0 42.5-17.5T744-276q0-25-17.5-42.5T684-336h-60v60q0 25 17.5 42.5T684-216ZM408-408h144v-144H408v144ZM276-624h60v-60q0-25-17.5-42.5T276-744q-25 0-42.5 17.5T216-684q0 25 17.5 42.5T276-624Zm348 0h60q25 0 42.5-17.5T744-684q0-25-17.5-42.5T684-744q-25 0-42.5 17.5T624-684v60Z"/></svg> |