iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 664 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 LogoApm = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", ...props },
React.createElement("path", { fill: "#F04E98", d: "M0 10.001h24V0H0z" }),
React.createElement("path", { className: "euiIcon__fillNegative", d: "M32 20H20c-5.522 0-10-4.478-10-10h22v10z" }),
React.createElement("path", { fill: "#0080D5", d: "M20 32h12v-9H20z" }));
exports.default = LogoApm;