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
1020 B
XML
1 line
1020 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M360-287.56Q360-239 374.5-193t43.5 86q14 19 4.93 39T393-48H288q-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-840v208q0 15.8-12 25.9-12 10.1-28 8.1-7.72-1-16-1.5-8.28-.5-16-.5-130 0-221 91t-91 221.44ZM672-48q-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-48H672Zm-24-216h-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-48ZM479.79-720q15.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.5ZM672-120q70 0 119-49t49-119q0-70-49-119t-119-49q-70 0-119 49t-49 119q0 70 49 119t119 49Z"/></svg> |