iconista
Version:
Thousands of SVG icons with one React component
12 lines (11 loc) • 1.04 kB
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 LogoMetrics = (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: "M2 32h28V20l-6.465-6.465a5 5 0 0 0-7.07 0L2 28v4z" }),
React.createElement("path", { className: "euiIcon__fillNegative", d: "M16.465 13.535l-3.536 3.536a9.965 9.965 0 0 0 7.07 2.93 9.965 9.965 0 0 0 7.072-2.93l-3.536-3.536a5 5 0 0 0-7.07 0" }),
React.createElement("path", { fill: "#FEC514", d: "M14.343 11.414A7.951 7.951 0 0 1 20 9.071c2.137 0 4.146.832 5.657 2.343l3.207 3.207A9.955 9.955 0 0 0 30 10.001c0-5.524-4.477-10-10-10-5.522 0-10 4.476-10 10 0 1.667.414 3.237 1.137 4.62l3.206-3.207z" })));
exports.default = LogoMetrics;