iconista
Version:
Thousands of SVG icons with one React component
12 lines (11 loc) • 842 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 LogoBusinessAnalytics = (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: "#00BFB3", d: "M0 22c0 5.522 4.478 10 10 10V12C4.478 12 0 16.478 0 22" }),
React.createElement("path", { className: "euiIcon__fillNegative", d: "M10 12v10h10c0-5.522-4.478-10-10-10" }),
React.createElement("path", { fill: "#F04E98", d: "M10 0v9c7.168 0 13 5.832 13 13h9C32 9.85 22.15 0 10 0" })));
exports.default = LogoBusinessAnalytics;