iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 795 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 Elasticsearch = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M13.394 0C8.683 0 4.609 2.716 2.644 6.667h15.641a4.77 4.77 0 003.073-1.11c.446-.375.864-.785 1.247-1.243l.001-.002A11.974 11.974 0 0013.394 0zM1.804 8.889a12.009 12.009 0 000 6.222h14.7a3.111 3.111 0 100-6.222zm.84 8.444C4.61 21.283 8.684 24 13.395 24c3.701 0 7.011-1.677 9.212-4.312l-.001-.002a9.958 9.958 0 00-1.247-1.243 4.77 4.77 0 00-3.073-1.11z" }));
exports.default = Elasticsearch;