iconista
Version:
Thousands of SVG icons with one React component
12 lines (11 loc) • 838 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 LogoKibana = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", ...props },
React.createElement("g", { fill: "none", fillRule: "evenodd" },
React.createElement("path", { fill: "#F04E98", d: "M4 0v28.789L28.935.017z" }),
React.createElement("path", { className: "euiIcon__fillNegative", d: "M4 12v16.789l11.906-13.738A24.721 24.721 0 0 0 4 12" }),
React.createElement("path", { fill: "#00BFB3", d: "M18.479 16.664L6.268 30.754l-1.073 1.237h23.191c-1.252-6.292-4.883-11.719-9.908-15.327" })));
exports.default = LogoKibana;