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
937 B
XML
1 line
937 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M636-48q-15.3 0-25.65-10.29Q600-68.58 600-83.79t10.35-25.71Q620.7-120 636-120h108v-48H636.26q-15.26 0-25.76-10.29-10.5-10.29-10.5-25.5t10.35-25.71Q620.7-240 636-240h108v-48H636.26q-15.26 0-25.76-10.29-10.5-10.29-10.5-25.5t10.35-25.71Q620.7-360 636-360h108v-48H636.26q-15.26 0-25.76-10.29-10.5-10.29-10.5-25.5t10.35-25.71Q620.7-480 636-480h108v-48H636.26q-15.26 0-25.76-10.29-10.5-10.29-10.5-25.5t10.35-25.71Q620.7-600 636-600h108v-48H636.26q-15.26 0-25.76-10.29-10.5-10.29-10.5-25.5t10.35-25.71Q620.7-720 636-720h156q29.7 0 50.85 21.15Q864-677.7 864-648v528q0 29.7-21.15 50.85Q821.7-48 792-48H636ZM336-360q70 0 119-63t49-153q0-90-49-153t-119-63q-70 0-119 63t-49 153q0 90 49 153t119 63Zm0 312q-40 0-70.5-28.5T240-144l20-159q-72-29-118-103T96-576q0-120 70-204t170-84q100 0 170 84t70 204q0 96-46 170T412-303l20 159q5 39-25.5 67.5T336-48Z"/></svg> |