UNPKG

iconista

Version:

Thousands of SVG icons with one React component

14 lines (13 loc) 1.21 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 Svg1f337 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { d: "M39.8 45.1C33.4 50.4 33.9 64 33.9 64h2.2C41.9 46.2 62 39.5 62 39.5s-12.8-2.3-22.2 5.6z", fill: "#83bf4f" }), React.createElement("path", { fill: "#75a843", d: "M33.6 1l2.5 63h-5z" }), React.createElement("path", { d: "M45.2 25.1c0 11-5.2 15.7-11.6 15.7S22 36.1 22 25.1 33.6 1 33.6 1s11.6 13.1 11.6 24.1z", fill: "#aa1f65" }), React.createElement("path", { d: "M37 19.9c14.8 9.3 4.8 22.5-3.6 22.5s-15.2-8.6-15.2-19.3 8.3-19.3 8.3-19.3-.4 9.3 10.5 16.1", fill: "#d33777" }), React.createElement("path", { d: "M30.3 19.9c-14.8 9.3-4.8 22.5 3.6 22.5s15.2-8.6 15.2-19.3-8.2-19.2-8.2-19.2.3 9.2-10.6 16", fill: "#e84d88" }), React.createElement("path", { d: "M24.8 43.1c6.6 6.6 8.7 20.9 8.7 20.9h-4.8C21 45.8 2 32.5 2 32.5s16.2 4.1 22.8 10.6z", fill: "#83bf4f" })); exports.default = Svg1f337;