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
1.0 KiB
XML
1 line
1.0 KiB
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M288-120v-720 720Zm191.79-600q15.21 0 25.71-10.29t10.5-25.5q0-15.21-10.29-25.71t-25.5-10.5q-15.21 0-25.71 10.29t-10.5 25.5q0 15.21 10.29 25.71t25.5 10.5ZM288-48q-29.7 0-50.85-21.15Q216-90.3 216-120v-720q0-33 19.5-52.5T288-912h384q29.7 0 50.85 21.15Q744-869.7 744-840v204q0 15.3-10.29 25.65Q723.42-600 708.21-600t-25.71-10.35Q672-620.7 672-636v-204H288v720h108q15.3 0 25.65 10.29Q432-99.42 432-84.21T421.65-58.5Q411.3-48 396-48H288Zm384 0q-99.85 0-169.92-70Q432-188 432-288t70-170q70-70 170-70t170 70.08q70 70.07 70 169.92v168q0 29.7-21.15 50.85Q869.7-48 840-48H672Zm0-72q70 0 119-49t49-119q0-70-49-119t-119-49q-70 0-119 49t-49 119q0 70 49 119t119 49Zm-24-144h-48q-10.4 0-17.2-6.8-6.8-6.8-6.8-17.2 0-10.4 6.8-17.2 6.8-6.8 17.2-6.8h48v-47.67q0-10.33 6.8-17.33 6.8-7 17.2-7 10.4 0 17.2 6.8 6.8 6.8 6.8 17.2v48h48q10.4 0 17.2 6.8 6.8 6.8 6.8 17.2 0 10.4-6.8 17.2-6.8 6.8-17.2 6.8h-48v47.67q0 10.33-6.8 17.33-6.8 7-17.2 7-10.4 0-17.2-6.8-6.8-6.8-6.8-17.2v-48Z"/></svg> |