@icongo/li
Version:
LibreICONS Icons
20 lines • 886 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 LIGuiActionBackup = 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", {
fill: "green",
children: [/*#__PURE__*/_jsx("path", {
d: "m8.02 7.735 2.049 1.639V6.096z"
}), /*#__PURE__*/_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"
})]
})
}));
export { LIGuiActionBackup };