UNPKG

iconista

Version:

Thousands of SVG icons with one React component

21 lines (20 loc) 1.93 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 Svg1f1f21f1fe = (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("g", { fill: "#ffe62e" }, React.createElement("path", { d: "M19.9 25.6c-3 0-5.5-2.5-5.5-5.6 0-3.1 2.5-5.6 5.5-5.6 1.2 0 2.2.4 3.1 1-1.3-1.5-3.1-2.4-5.2-2.4-3.8 0-6.8 3.1-6.8 7s3.1 7 6.8 7c2.1 0 3.9-.9 5.2-2.4-.9.6-2 1-3.1 1M26 18.8l.7-1.8-.2 1.9 1.4-1.3-1 1.7 1.8-.6-1.6 1 1.9.3-1.9.3 1.6 1-1.8-.6 1 1.7-1.4-1.3.2 1.9-.7-1.8-.7 1.8.2-1.9-1.4 1.3 1-1.7-1.8.6 1.6-1L23 20l1.9-.3-1.6-1 1.8.6-1-1.7 1.4 1.3-.2-1.9z" }))); exports.default = Svg1f1f21f1fe;