UNPKG

@icongo/li

Version:
23 lines (22 loc) 1.21 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIGuiFormCheckboxUnselected = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIGuiFormCheckboxUnselected = function LIGuiFormCheckboxUnselected(props) { return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", "aria-hidden": "true", viewBox: "0 0 14 14" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M1.48 9.022a.727.727 0 0 1-.36-.36C1.006 8.433 1 8.37 1 7c0-1.37.005-1.433.12-1.663a.727.727 0 0 1 .36-.36c.23-.115.293-.12 1.663-.12s1.433 0 1.663.12a.727.727 0 0 1 .36.36c.115.23.12.293.12 1.663s-.005 1.433-.12 1.663a.728.728 0 0 1-.36.36c-.23.115-.293.12-1.663.12s-1.433 0-1.663-.12zM4.43 7V5.714H1.857v2.572H4.43V7zm1.714 0V5.714H13v2.572H6.143V7z" }) })); }; exports.LIGuiFormCheckboxUnselected = LIGuiFormCheckboxUnselected;