Files
Graphite/client/web/assets/12px-solid/overlays.svg
Keavon Chambers 12dac1c154 Add the checkbox input widget (#204)
* Add the checkbox input widget

* Add OptionalInput widget
2021-07-08 14:10:30 -07:00

11 lines
378 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12">
<rect width="3" height="3" />
<rect width="3" height="3" y="9" />
<rect width="1" height="4" y="4" />
<rect width="4" height="1" x="4" y="11" />
<rect width="1" height="4" x="11" y="4" />
<rect width="3" height="3" x="9" />
<rect width="3" height="3" x="9" y="9" />
<rect width="4" height="1" x="4" />
</svg>