iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.24 kB
JavaScript
;
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 Database = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M16.323 15.88h-.112c-.532 1.573-3.252 2.774-6.55 2.774s-6.017-1.201-6.549-2.774H3V5.886h.112A1.737 1.737 0 0 1 3 5.331C3 3.49 5.982 2 9.661 2c3.68 0 6.662 1.49 6.662 3.33 0 .191-.051.375-.112.556h.112v9.994zM9.661 3.11c-3.066 0-5.55.994-5.55 2.22 0 1.227 2.484 2.221 5.55 2.221s5.552-.994 5.552-2.22c0-1.227-2.486-2.222-5.552-2.222zm5.552 4.058c-1.193.9-3.232 1.494-5.552 1.494-2.32 0-4.358-.595-5.55-1.494v1.494c0 1.227 2.485 2.22 5.55 2.22 3.066 0 5.55-.993 5.552-2.22V7.168zm0 3.331c-1.193.9-3.232 1.493-5.552 1.493-2.32 0-4.358-.594-5.55-1.493v1.494c0 1.226 2.485 2.22 5.55 2.22 3.066 0 5.55-.994 5.552-2.22v-1.494zM9.66 15.323c-2.32 0-4.358-.594-5.55-1.494v1.495c0 1.226 2.485 2.22 5.55 2.22 3.066 0 5.55-.994 5.552-2.22v-1.495c-1.193.9-3.232 1.494-5.552 1.494z", fill: "#000", fillRule: "evenodd" }));
exports.default = Database;