UNPKG

iconista

Version:

Thousands of SVG icons with one React component

20 lines (19 loc) 1.61 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 Svg1f1f11f1f7 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { d: "M56 14H32v6h27.5c-.9-2.1-2.1-4.2-3.5-6", fill: "#ed4c5c" }), React.createElement("path", { d: "M61.4 38c.4-1.9.6-3.9.6-6H2c0 2.1.2 4.1.6 6h58.8", fill: "#f9f9f9" }), React.createElement("path", { d: "M32 2v6h18c-5-3.8-11.2-6-18-6", fill: "#ed4c5c" }), React.createElement("g", { fill: "#f9f9f9" }, React.createElement("path", { d: "M32 14h24c-1.7-2.3-3.7-4.3-6-6H32v6M59.5 20H32v6h29.4c-.4-2.1-1.1-4.1-1.9-6" })), React.createElement("g", { fill: "#ed4c5c" }, React.createElement("path", { d: "M32 26v6h30c0-2.1-.2-4.1-.6-6H32M4.5 44h55c.8-1.9 1.5-3.9 1.9-6H2.6c.4 2.1 1.1 4.1 1.9 6" })), React.createElement("path", { d: "M8 50h48c1.4-1.8 2.6-3.9 3.5-6h-55c.9 2.1 2.1 4.2 3.5 6", fill: "#f9f9f9" }), React.createElement("path", { d: "M8 50c1.7 2.3 3.7 4.3 6 6h36c2.3-1.7 4.3-3.7 6-6H8z", fill: "#ed4c5c" }), React.createElement("path", { d: "M14 56c5 3.8 11.2 6 18 6s13-2.2 18-6H14", fill: "#f9f9f9" }), React.createElement("path", { d: "M32 2C15.4 2 2 15.4 2 32h30V2z", fill: "#2a5f9e" }), React.createElement("path", { fill: "#fff", d: "M20 22.2l5.6 3.8-2.1-6.1 5.5-3.8h-6.9L20 10l-2.1 6.1H11l5.5 3.8-2.1 6.1z" })); exports.default = Svg1f1f11f1f7;