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
988 B
XML
1 line
988 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M648-612h72q20 0 34-14t14-34v-36q0-20-14-34t-34-14h-84q-15.3 0-25.65 10.35Q600-723.3 600-708v131.91q0 10.09 6.8 17.09t17.2 7q10.4 0 17.2-6.8 6.8-6.8 6.8-17.2v-36Zm0-48v-36h72v36h-72ZM528-432q-33 0-52.5-19.5T456-504v-288q0-33 19.5-52.5T528-864h288q33 0 52.5 19.5T888-792v288q0 33-19.5 52.5T816-432H708v252q0 15.3-10.29 25.65Q687.42-144 672.21-144t-25.71-10.35Q636-164.7 636-180v-252H528Zm0-72h288v-288H528v288Zm144-144ZM312-144q-10.2 0-17.1-6.9-6.9-6.9-6.9-17.1v-48H132q-15.3 0-25.65-10.29Q96-236.58 96-251.79t10.35-25.71Q116.7-288 132-288h180v-168H132.28q-15.28 0-25.78-10.29Q96-476.58 96-491.79t10.35-25.71Q116.7-528 132-528h155l-48-120H131.5q-14.5 0-25-10.29T96-683.79q0-15.21 10.35-25.71T132-720h107q23 0 41 12.5t26 32.5l73 182q2 7 3.5 13.67 1.5 6.66 1.5 13.33v298q0 10.2-6.9 17.1-6.9 6.9-17.1 6.9h-48Zm-96-180q20 0 34-14t14-34q0-20-14-34t-34-14q-20 0-34 14t-14 34q0 20 14 34t34 14Z"/></svg> |