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
923 B
XML
1 line
923 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M408-312q100 0 170-70t70-170q0-100-70-170t-170-70q-100 0-170 70t-70 170q0 100 70 170t170 70Zm.21-120q-15.21 0-25.71-10.35T372-468v-216q0-15.3 10.29-25.65Q392.58-720 407.79-720t25.71 10.35Q444-699.3 444-684v216q0 15.3-10.29 25.65Q423.42-432 408.21-432Zm-132 0q-15.21 0-25.71-10.35T240-468v-120q0-15.3 10.29-25.65Q260.58-624 275.79-624t25.71 10.35Q312-603.3 312-588v120q0 15.3-10.29 25.65Q291.42-432 276.21-432Zm264 0q-15.21 0-25.71-10.32-10.5-10.33-10.5-25.59v-71.83q0-15.26 10.29-25.76 10.29-10.5 25.5-10.5t25.71 10.32q10.5 10.33 10.5 25.59v71.83q0 15.26-10.29 25.76-10.29 10.5-25.5 10.5ZM408.34-240q-130.79 0-221.57-91Q96-422 96-552t91-221q91-91 221-91t221 90.77q91 90.78 91 221.57 0 54.66-17.5 103.95Q685-398.42 653-358l186 186q11 11 11 25t-11 25q-11 11-25.5 11T788-122L602-307q-40.42 32-89.71 49.5Q463-240 408.34-240Z"/></svg> |