@icongo/li
Version:
LibreICONS Icons
14 lines • 556 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIGuiFormCheckbox = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "M11.667 2.333v9.334H2.333V2.333h9.334m0-1.333H2.333C1.6 1 1 1.6 1 2.333v9.334C1 12.4 1.6 13 2.333 13h9.334C12.4 13 13 12.4 13 11.667V2.333C13 1.6 12.4 1 11.667 1z"
})
}));
export { LIGuiFormCheckbox };