iconista
Version:
Thousands of SVG icons with one React component
15 lines (14 loc) • 1.19 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 Svg1f4d7 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M55 35.1l7.5 7.4-33.3 15.9s-4.4 2-6.5-1.2C14.5 44.4 55 35.1 55 35.1z", fill: "#547725" }),
React.createElement("path", { d: "M28.4 49.1s-6.4 2.2-5.2 6.5c1.2 4.4 6.3 1.7 6.3 1.7l31.6-14.7s-1.8-4.7 1.4-7.8L28.4 49.1", fill: "#d9e3e8" }),
React.createElement("path", { fill: "#83bf4f", d: "M33.7 5L64 34.5l-35.8 14-23-35.8z" }),
React.createElement("path", { fill: "#fff", d: "M34.6 11.7l5.8 6.2-21.7 7.8-5.1-7.9z" }),
React.createElement("g", { fill: "#94989b" },
React.createElement("path", { d: "M61 38l-21.1 8.6 20.8-9.5zM60.7 40.6l-22.5 9.3 22.1-10.3zM60.9 42L32.2 54.5l28.3-13.4z" })),
React.createElement("path", { d: "M22.7 57.2c-3.5-7.3 5.5-8.6 5.5-8.6l-23-35.9S0 12.6 0 18c0 2.2 1 3.9 1 3.9l21.7 35.3", fill: "#699635" }));
exports.default = Svg1f4d7;