@icongo/li
Version:
LibreICONS Icons
23 lines (22 loc) • 1.08 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiActionApprove = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiActionApprove = function LIGuiActionApprove(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.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"
})
}));
};
exports.LIGuiActionApprove = LIGuiActionApprove;