UNPKG

iconista

Version:

Thousands of SVG icons with one React component

15 lines (14 loc) 1.17 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 Svg1f1f91f1ec = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { d: "M8 50h48c2.6-3.5 4.5-7.6 5.4-12H2.6c.9 4.4 2.8 8.5 5.4 12", fill: "#ffce31" }), React.createElement("path", { d: "M56 50H8c5.5 7.3 14.2 12 24 12s18.5-4.7 24-12", fill: "#83bf4f" }), React.createElement("path", { d: "M2 32c0 2.1.2 4.1.6 6H32V2C15.4 2 2 15.4 2 32z", fill: "#ed4c5c" }), React.createElement("path", { d: "M32 2v12h24C50.5 6.7 41.8 2 32 2z", fill: "#83bf4f" }), React.createElement("path", { d: "M56 14H32v12h29.4c-.9-4.4-2.8-8.5-5.4-12", fill: "#ffce31" }), React.createElement("path", { d: "M61.4 26H32v12h29.4c.4-1.9.6-3.9.6-6s-.2-4.1-.6-6", fill: "#83bf4f" }), React.createElement("path", { fill: "#fff", d: "M18 27.3l6.8 4.7-2.6-7.6 6.8-4.8h-8.4L18 12l-2.6 7.6H7l6.8 4.8-2.6 7.6z" })); exports.default = Svg1f1f91f1ec;