@icongo/li
Version:
LibreICONS Icons
14 lines • 661 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIGuiActionApprove = 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: "M14 10.3q0 .154-.108.263l-2.803 2.802-.526.527q-.109.108-.264.108-.154 0-.263-.108l-.526-.527-1.402-1.401Q8 11.855 8 11.7q0-.155.108-.264l.527-.526q.108-.108.263-.108.155 0 .263.108l1.138 1.142 2.54-2.543q.108-.109.263-.109.155 0 .263.109l.527.526q.108.109.108.263Z"
})
}));
export { LIGuiActionApprove };