UNPKG

iconista

Version:

Thousands of SVG icons with one React component

16 lines (15 loc) 1.23 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 Svg1f1ee1f1f8 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("g", { fill: "#fff" }, React.createElement("path", { d: "M61.7 28c-.1-1-.3-2-.6-3H2.8l-.6 3h59.5M2.3 36c.1 1 .3 2 .6 3h58.3l.6-3H2.3" }), React.createElement("path", { d: "M20 4.5c-1 .4-2 1-3 1.5v52c1 .6 2 1.1 3 1.5v-55M28 2.3v59.5l3 .3V2c-1 0-2 .1-3 .3" })), React.createElement("g", { fill: "#ed4c5c" }, React.createElement("path", { d: "M2 32c0 1.4.1 2.7.3 4h59.5c.2-1.3.3-2.6.3-4s-.1-2.7-.3-4H2.3c-.2 1.3-.3 2.6-.3 4" }), React.createElement("path", { d: "M20 59.5c2.5 1.1 5.2 1.9 8 2.2V2.3c-2.8.4-5.5 1.1-8 2.2v55" })), React.createElement("g", { fill: "#2a5f9e" }, React.createElement("path", { d: "M17 25V6C10 10.1 4.8 16.9 2.8 25H17zM17 39v19C10 53.9 4.8 47.1 2.8 39H17zM32 2h-1v23h30.2C58 11.8 46.2 2 32 2zM31 39v23h1c14.2 0 26-9.8 29.2-23H31" }))); exports.default = Svg1f1ee1f1f8;