UNPKG

iconista

Version:

Thousands of SVG icons with one React component

15 lines (14 loc) 1.46 kB
"use strict"; 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 LogoXpack = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", ...props }, React.createElement("g", { fill: "none" }, React.createElement("path", { fill: "#FDD10D", d: "M27.309 3.136l1.054 1.055a4.503 4.503 0 0 1 .008 6.36l-6.182 6.182-7.273-7.273 6.32-6.32a4.297 4.297 0 0 1 6.077 0l-.004-.004z" }), React.createElement("path", { fill: "#0479A1", d: "M7.634 16.731l-6.24 6.235a4.411 4.411 0 0 0 0 6.24l1.04 1.04a4.411 4.411 0 0 0 6.24 0L14.91 24l-7.275-7.269z" }), React.createElement("path", { fill: "#17A8E0", d: "M21.143 15.691L8.674 3.211a4.411 4.411 0 0 0-6.24 0l-1.04 1.04a4.411 4.411 0 0 0 0 6.24l6.24 6.24 1.04-1.04a8.823 8.823 0 0 1 12.469 0z" }), React.createElement("path", { className: "euiIcon__fillNegative", d: "M21.143 15.691a8.823 8.823 0 0 0-12.474 0l-1.04 1.04L14.909 24l7.28-7.269-1.046-1.04z" }), React.createElement("path", { fill: "#20BBB1", d: "M28.429 22.966l-4.16-4.16-7.28 7.28 4.154 4.16a4.411 4.411 0 0 0 6.24 0l1.04-1.04a4.411 4.411 0 0 0 .006-6.24z" }), React.createElement("path", { fill: "#009B8F", d: "M14.913 24.006l7.277-7.277 2.08 2.081-7.276 7.277z" }))); exports.default = LogoXpack;