iconista
Version:
Thousands of SVG icons with one React component
22 lines (21 loc) • 2.52 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 Svg1f334 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { fill: "#947151", d: "M44.1 64h-10l-5.6-30.8h6.4z" }),
React.createElement("g", { fill: "#6d533e" },
React.createElement("path", { d: "M33.5 60.7l.4 2.4 6.1-1.3zM32.3 54l.4 2.4 6.1-1.2zM31.1 47.5l.4 2.2 5.7-1.1zM29.9 40.9l.4 2.2 5.5-1.1zM28.7 34.4l.4 2 5.1-1zM42.8 59.7l-.6-2.3-5.6 1.1zM40.8 53l-.6-2.1-5.2 1zM38.8 46.3l-.6-2-5 1zM36.8 39.7l-.6-2.1-5.2 1.1z" })),
React.createElement("path", { d: "M32 28.6c11.2-2.8 26.9-.1 19.1 12.2l-.5-3-2.8 2.4.8-3.7-2.7 2.3.5-3.5-3 2.2.7-3.9-3.4 2.2.5-3.4-3.3 2.1.4-3-2.9 1.4v-2.4l-2 .7-1.4-2.6", fill: "#83bf4f" }),
React.createElement("g", { fill: "#75a843" },
React.createElement("path", { d: "M31.8 31.3C30.4 17.8 36.5-2 50.3 5.7l-3.8 1.1L49 9.9l-4.5-.4 2.3 3-4.3-.1 2.2 3.3-4.7-.2 2.2 3.9-4.2-.1 2 3.8h-3.6l1.2 3.3-2.9.3.6 2.3-3.5 2.3" }),
React.createElement("path", { d: "M32.6 28.9c-2.3-13.6-14-30.6-25.7-18.2l4.1-.3-1.6 3.9 4.4-1.9-1.5 3.6 4.3-1.6-1.3 4 4.7-1.9-1.1 4.5 4.1-1.6-1 4.4 3.6-1.3-.3 3.7 3-.7.1 2.4 4.2 1" })),
React.createElement("g", { fill: "#83bf4f" },
React.createElement("path", { d: "M33.2 31C24.9 19.5 6.7 8.5 2 24.5l3.6-1.9.3 4.2 3-3.5.4 4 3.1-3.2.7 4.2 3.3-3.6 1.1 4.6 3-3.1 1.2 4.4 2.6-2.6 1.5 3.5 2.3-1.9 1.2 2.2 3.9-.8" }),
React.createElement("path", { d: "M33.7 29.2c-12.2-2.4-29.6 1.3-21.7 14l.7-3.2 2.9 2.4-.6-3.9 2.8 2.3-.3-3.8 3.1 2.2-.5-4.1 3.6 2.2-.4-3.6 3.5 2-.3-3.1 3.1 1.3.1-2.5 2.1.7 1.9-2.9" }),
React.createElement("path", { d: "M30.8 29.1C39 18.5 57.2 8.2 62 23.1l-3.6-1.8-.3 3.9-3-3.2-.4 3.7-3.1-2.9-.6 3.8-3.3-3.3-1.1 4.2-3-2.9-1.2 4-2.6-2.4-1.5 3.2-2.3-1.7-1.2 2-4-.6" })),
React.createElement("path", { d: "M36.8 32.6c1.1 1.3 1.1 3.2 0 4.2-1.2 1-3 .7-4.2-.7-1.1-1.3-1.1-3.2 0-4.2 1.2-1 3.1-.7 4.2.7", fill: "#68584d" }),
React.createElement("path", { d: "M37.3 26.8c1.7.9 2.4 2.7 1.7 4.2-.8 1.4-2.7 1.9-4.4 1-1.7-.9-2.4-2.7-1.7-4.2.7-1.4 2.7-1.8 4.4-1", fill: "#726256" }),
React.createElement("path", { d: "M33.2 33.9c-1.2 2.1-3.8 3-5.6 2-1.9-1.1-2.4-3.7-1.1-5.8 1.2-2.1 3.8-3 5.6-2 1.8 1.1 2.3 3.7 1.1 5.8", fill: "#847266" }));
exports.default = Svg1f334;