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
932 B
XML
1 line
932 B
XML
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M360-504ZM168-144q-29.7 0-50.85-21.15Q96-186.3 96-216v-576q0-29.7 21.15-50.85Q138.3-864 168-864h384q29.7 0 50.85 21.15Q624-821.7 624-792v144q-18.9 1.14-36.9 4.29-18 3.14-35.1 7.71v-156H168v576h168v72H168Zm168-122v-74q-21-8-34.5-26.46T288-408q0-30 21-51t51-21h6q8-17 18.5-33.5T408-544q-10.5-4-22.75-6T360-552q-59.66 0-101.83 42.17T216-408q0 54 34.5 93.86T336-266Zm24-334q25 0 42.5-17.5T420-660q0-25-17.5-42.5T360-720q-25 0-42.5 17.5T300-660q0 25 17.5 42.5T360-600ZM515.89-96h-36.1Q450-96 429-117.15T408-168v-180q0-95 66.5-161.5T636-576q95 0 161.5 66.5T864-348v180q0 29.7-21.1 50.85Q821.8-96 792.18-96h-35.92Q741-96 730.5-106.35 720-116.7 720-132v-120q0-15.3 10.35-25.65Q740.7-288 756-288h36v-60q0-65-45.5-110.5T636-504q-65 0-110.5 45.5T480-348v60h36q15.3 0 25.65 10.35Q552-267.3 552-252v120q0 15.3-10.38 25.65Q531.24-96 515.89-96Z"/></svg> |