UNPKG

iconista

Version:

Thousands of SVG icons with one React component

13 lines (12 loc) 896 B
"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 LogoElasticStack = (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: "M32 9V2.5A2.5 2.5 0 0 0 29.5 0h-27A2.5 2.5 0 0 0 0 2.5V9h32z" }), React.createElement("path", { fill: "#00BFB3", d: "M0 20h32v-8H0z" }), React.createElement("path", { fill: "#0080D5", d: "M14.5 23H0v6.5A2.5 2.5 0 0 0 2.5 32h12v-9z" }), React.createElement("path", { fill: "#FEC514", d: "M17.5 23v9h12a2.5 2.5 0 0 0 2.5-2.5V23H17.5z" }))); exports.default = LogoElasticStack;