iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 808 B
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 Mongodb = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M13.74 4.23a34.743 34.743 0 01-1.713-2.216.033.033 0 00-.054 0 34.731 34.731 0 01-1.713 2.217c-7.212 9.187 1.138 15.385 1.138 15.385l.067.047c.064.959.221 2.337.221 2.337h.628s.157-1.372.22-2.33l.069-.054s8.349-6.198 1.138-15.385zM12 19.482s-.374-.32-.475-.48l-.001-.016.453-10.002a.024.024 0 01.047 0l.452 10.002v.017c-.101.16-.476.48-.476.48z", fill: "#323544" }));
exports.default = Mongodb;