@icongo/li
Version:
LibreICONS Icons
18 lines • 696 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var LIGuiOk = props => /*#__PURE__*/_jsxs("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", {
fill: "red",
d: "M13 6.258h-2.25v-2.25h-3v2.25h-1.5v-3.75h-3v3.75H1v1.5h2.25v3.75h3v-3.75h1.5v2.25h3v-2.25H13v-1.5zm-7.5-3v7.5H4v-7.5h1.5z"
}), /*#__PURE__*/_jsx("path", {
d: "M6.257 2.487H3.253v9.026h3.004zm-.751.82v7.385H4.004V3.308zm5.247 6.702V4h-3.01v6.009z"
})]
}));
export { LIGuiOk };