iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 731 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 AppApm = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", ...props },
React.createElement("path", { className: "euiIcon__fillSecondary", d: "M7 9v2H0V0h23v7h-2V2H2v7z" }),
React.createElement("path", { d: "M32 9v12H20c-6.075 0-11-4.925-11-11V9h23zm-20.945 2c.497 4.5 4.312 8 8.945 8h10v-8H11.055z" }),
React.createElement("path", { className: "euiIcon__fillSecondary", d: "M30 23h2v9H19v-9h2v7h9z" }));
exports.default = AppApm;