@icongo/li
Version:
LibreICONS Icons
15 lines • 662 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIGuiApprove = 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", {
fill: "green",
d: "M13 4.197q0 .31-.217.527l-5.605 5.605-1.053 1.053q-.217.217-.526.217-.31 0-.527-.217L4.02 10.329 1.217 7.526Q1 7.31 1 7t.217-.526L2.27 5.42q.216-.217.526-.217.31 0 .527.217l2.276 2.283 5.078-5.086q.217-.217.527-.217.31 0 .526.217l1.053 1.053q.217.217.217.526z"
})
}));
export { LIGuiApprove };