iconista
Version:
Thousands of SVG icons with one React component
20 lines (19 loc) • 2.16 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 Svg1f38b = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("g", { fill: "#699635" },
React.createElement("path", { d: "M16.6 18.5S12 15.7 2 18.5c0 0 10.4 1.2 15.7 4.6l-1.1-4.6" }),
React.createElement("path", { d: "M19.7 23.1s-4.6-2.8-14.6 0c0 0 8.6.1 14.7 4.6.9.6-.1-4.6-.1-4.6M23 34s3.5-13.5 11.1-20S44 2.5 44 2.5s-5 27.9-20.4 35.2L23 34z" })),
React.createElement("path", { d: "M35 33.5c-3.7-1.7-4.8-4.6-4.9-4.8l1.2-.5-.6.2.6-.2s1 2.5 4.2 4l-.5 1.3", fill: "#594640" }),
React.createElement("path", { fill: "#75a843", d: "M24.6 59.2l-10.5-50 5-1.2 10.4 50z" }),
React.createElement("path", { fill: "#83bf4f", d: "M31.7 61.5L22.3 3.7l5-.9 9.4 57.7z" }),
React.createElement("g", { fill: "#699635" },
React.createElement("path", { d: "M15.4 15.1c1.7-.4 3.3-.8 5-1.2.8-.2.5-1.5-.3-1.3-1.7.4-3.3.8-5 1.2-.8.2-.5 1.5.3 1.3M18.2 28.3c1.7-.4 3.3-.8 5-1.2.8-.2.5-1.5-.3-1.3-1.7.4-3.3.8-5 1.2-.8.2-.5 1.5.3 1.3M21.1 41.4c1.7-.4 3.3-.8 5-1.2.8-.2.5-1.5-.3-1.3-1.7.4-3.3.8-5 1.2-.9.2-.5 1.5.3 1.3M23.9 54.6c1.7-.4 3.3-.8 5-1.2.8-.2.5-1.5-.3-1.3-1.7.4-3.3.8-5 1.2-.8.2-.5 1.5.3 1.3" })),
React.createElement("g", { fill: "#75a843" },
React.createElement("path", { d: "M23.6 11.8c1.7-.3 3.3-.6 5-1 .8-.2.5-1.5-.3-1.3-1.7.3-3.3.6-5 1-.8.2-.5 1.5.3 1.3M25.9 25.1c1.7-.3 3.3-.6 5-1 .8-.2.5-1.5-.3-1.3-1.7.3-3.3.6-5 1-.9.2-.5 1.5.3 1.3M28.1 38.4c1.7-.3 3.3-.6 5-1 .8-.2.5-1.5-.3-1.3-1.7.3-3.3.6-5 1-.8.1-.5 1.4.3 1.3M30.4 51.7c1.7-.3 3.3-.6 5-1 .8-.2.5-1.5-.3-1.3-1.7.3-3.3.6-5 1-.8.1-.5 1.4.3 1.3" })),
React.createElement("path", { d: "M32.2 39s4.4 8.8 14.2 13.2c9.8 4.3 12 8.3 12 8.3L62 47s-2.8-4.5-14.2-9.7c-3.6-1.7-6.6-5.8-9.8-10.8L32.2 39", fill: "#ed4c5c" }),
React.createElement("path", { fill: "#ffce31", d: "M32.5 39.9l-1.2-.6 6.1-13.2 1.2.6z" }));
exports.default = Svg1f38b;