iconista
Version:
Thousands of SVG icons with one React component
12 lines (11 loc) • 896 B
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const DatabaseBackup = (props) => React.createElement("svg", { className: "lucide lucide-database-backup", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", ...props },
React.createElement("ellipse", { cx: "12", cy: "5", rx: "9", ry: "3" }),
React.createElement("path", { d: "M3 12a9 3 0 005 2.69M21 9.3V5" }),
React.createElement("path", { d: "M3 5v14a9 3 0 006.47 2.88M12 12v4h4" }),
React.createElement("path", { d: "M13 20a5 5 0 009-3 4.5 4.5 0 00-4.5-4.5c-1.33 0-2.54.54-3.41 1.41L12 16" }));
exports.default = DatabaseBackup;