UNPKG

@icongo/li

Version:
28 lines (27 loc) 1.29 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIGuiActionBackup = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIGuiActionBackup = function LIGuiActionBackup(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.jsxs)("g", { fill: "green", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "m8.02 7.735 2.049 1.639V6.096z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M10.069 7.15c-.088 0-.205 0-.293.029v1.17c.088-.029.205-.029.293-.029.965 0 1.756.79 1.756 1.756s-.79 1.756-1.756 1.756-1.756-.79-1.756-1.756c0-.087 0-.175.029-.263l-.995-.79a3.068 3.068 0 0 0-.205 1.053 2.935 2.935 0 0 0 2.927 2.927 2.935 2.935 0 0 0 2.926-2.927A2.935 2.935 0 0 0 10.07 7.15z" })] }) })); }; exports.LIGuiActionBackup = LIGuiActionBackup;