@icongo/li
Version:
LibreICONS Icons
14 lines • 765 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIGuiFormCheckboxUnselected = 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: "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"
})
}));
export { LIGuiFormCheckboxUnselected };