@icongo/li
Version:
LibreICONS Icons
25 lines • 697 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 LIGuiAdd = 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("circle", {
cx: 7,
cy: 7,
r: 6,
fill: "#4caf50"
}), /*#__PURE__*/_jsxs("g", {
fill: "#fff",
children: [/*#__PURE__*/_jsx("path", {
d: "M6.143 4.143h1.714v5.714H6.143z"
}), /*#__PURE__*/_jsx("path", {
d: "M4.143 6.143h5.714v1.714H4.143z"
})]
})]
}));
export { LIGuiAdd };