abstreet/widgetry/icons/toggle_left.svg
Michael Kirk 9533c10137 Theme switches
The main button API only allows re-writing one color of the image.

Since we need to rewrite multiple colors for the switch, I introduced a
`image_batch` for buttons which lets you do all kinds of manual
fanciness, and pass the result into the button API.
2021-02-24 14:59:47 -08:00

6 lines
220 B
XML

<svg width="30" height="16" viewBox="0 0 30 16" xmlns="http://www.w3.org/2000/svg">
<rect fill="white" x="0" y="0" width="30" height="16" rx="8"></rect>
<circle fill="black" cx="7" cy="8" r="4"></circle>
</svg>