@icongo/li
Version:
LibreICONS Icons
24 lines • 741 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 LIGuiActionAccept = 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__*/_jsxs("g", {
transform: "translate(0 -1038.362)",
children: [/*#__PURE__*/_jsx("circle", {
cx: 10.083,
cy: 1048.435,
r: 2.927,
fill: "#43a047"
}), /*#__PURE__*/_jsx("path", {
fill: "#dcedc8",
d: "m11.4 1047.06-1.668 1.668-.79-.79-.615.644 1.405 1.405 2.283-2.283z"
})]
})
}));
export { LIGuiActionAccept };