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
852 B
XML
1 line
852 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M672-144q-60 0-102-42t-42-102q0-60 42-102t102-42q60 0 102 42t42 102q0 20.48-5 38.74T796-214l90 91q11 11 11 25t-11 25q-11 11-25 11t-25-11l-91-91q-16 9-34.5 14.5T672-144Zm.21-72Q702-216 723-237.21t21-51Q744-318 722.79-339t-51-21Q642-360 621-338.79t-21 51Q600-258 621.21-237t51 21ZM180.28-96Q165-96 154.5-106.35 144-116.7 144-132v-192q0-45 31.5-76.5T252-432h144q35 0 59.5-24.5T480-516q0-35-24.5-59.5T396-600q-24.75 0-42.37-17.63Q336-635.25 336-660v-168q0-15.3 10.33-25.65Q356.67-864 371.94-864h143.78q15.28 0 25.78 10.35Q552-843.3 552-828v60q109 0 186.5 69.5T816-516v70q-30-29-67.5-43.5T669-504q-88.75 0-150.87 62.22Q456-379.56 456-290.67q0 18.67 3 37.67t10 37h-73q-15.3 0-25.65 10.35Q360-195.3 360-180v48q0 15.3-10.33 25.65Q339.33-96 324.06-96H180.28Z"/></svg> |