iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 690 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 LogoLogstash = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", ...props },
React.createElement("path", { fill: "#3EBEB0", d: "M19 32h11V20H19z" }),
React.createElement("path", { fill: "#FEC514", d: "M4 0H3v20h13v-8C16 5.373 10.627 0 4 0" }),
React.createElement("path", { className: "euiIcon__fillNegative", d: "M3 20c0 6.627 5.373 12 12 12h1V20H3z" }));
exports.default = LogoLogstash;