iconista
Version:
Thousands of SVG icons with one React component
18 lines (17 loc) • 1.75 kB
JavaScript
"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 Svg1f339 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { fill: "#75a843", d: "M32.9 17.3L35.4 64h-5z" }),
React.createElement("path", { d: "M27.1 45.3c6.8 3.7 5.3 10.1 5.3 10.1s-5.6 5.1-12.5 1.4c-4.7-2.5-8.8-12.4-8.8-12.4s11.2-1.6 16 .9", fill: "#83bf4f" }),
React.createElement("path", { fill: "#947151", d: "M40.9 48.4l-7.3-2.1-.1 4z" }),
React.createElement("path", { d: "M25.6 22.2c3.7 9.5 5.2 14.5 11.7 14.5 6.5 0 16.3-16.6 6.9-22C35 9.4 35.3 2 35.3 2s-15.8 4.7-9.7 20.2z", fill: "#871212" }),
React.createElement("path", { d: "M45.2 24.2c-4.8 9.1-5.2 14.5-11.7 14.5s-18.3-21.8-7.8-25.1C38.7 9.5 42 4.7 42 4.7s10.3 5.9 3.2 19.5", fill: "#991d1d" }),
React.createElement("path", { d: "M46 16c0-3.9-17-7.2-20-13.3 0 0-8.2 5.9-5.1 12 1.8 3.4 25 14.5 25.1 1.3", fill: "#ad2727" }),
React.createElement("path", { d: "M36.8 19.5c10.4 13 4.8 20.8-3.7 20.8s-17.8-8.2-15.4-17.8c2.4-9.6-1-17.8-1-17.8s12.2 4.9 20.1 14.8", fill: "#cc3636" }),
React.createElement("path", { d: "M27.3 18.5c-11.8 11.9-2.1 21.7 6.4 21.7s15.4-8 15.4-17.8 2.6-15.8 2.6-15.8-16 3.4-24.4 11.9", fill: "#e24b4b" }),
React.createElement("path", { d: "M34 36.1c13.1-.2 7.4 5-1.1 5-20.9 0-20-18.3-20-18.3S22.3 36.2 34 36.1", fill: "#75a843" }),
React.createElement("path", { d: "M34 36.1c-3.5 1.4-12.7 3.5-4.4 5.1C46 44.5 52.9 23.4 52.9 23.4S44.5 31.8 34 36.1z", fill: "#83bf4f" }));
exports.default = Svg1f339;