iconista
Version:
Thousands of SVG icons with one React component
17 lines (16 loc) • 2.15 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 Svg1f34a = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M30.2 11.5l.2-1.2s3.6 2.1 7.8.7l.2.8c-4.5 1.5-8.1-.2-8.2-.3", fill: "#628c2c" }),
React.createElement("ellipse", { cx: "27.9", cy: "38.1", rx: "25.9", ry: "23.9", fill: "#f29a2e" }),
React.createElement("path", { d: "M22 18.9c.2-1.2 4.7-.6 4.7-.6s-.2-3 .6-3.2c.7-.1 2 2.9 2 2.9s3.6-1.4 4.1-.5c.4.8-2.5 2.6-2.5 2.6s3.8 3.1 3 4.1C33.1 25.3 29 22 29 22s-2.6 4.4-3.7 3.8c-1.1-.6.9-5 .9-5s-4.4-.7-4.2-1.9", fill: "#7fb539" }),
React.createElement("g", { fill: "#ffc44a" },
React.createElement("path", { d: "M18.6 29.1l-.8.8.8.8.8-.8-.8-.8M12.6 28.6l-.8.8.8.8.8-.8-.8-.8M7.8 28.6l-.8.8.8.8.7-.8-.7-.8M22 32.4l-.8.8.8.8.7-.8-.7-.8M18.6 36.5l-.8.8.8.8.8-.8-.8-.8M13.4 36.5l-.8.8.8.8.7-.8-.7-.8M7.4 37l-.8.8.8.8.8-.8-.8-.8M16 32.6l-.8.8.8.8.8-.8-.8-.8M10.8 32.6l-.8.8.8.8.7-.8-.7-.8M5.5 32.6l-.8.8.8.8.8-.8-.8-.8M21.4 25.6l-.8.8.8.8.8-.8-.8-.8M15.6 25.6l-.8.8.8.8.8-.8-.8-.8M10 24.8l-.8.8.8.8.8-.8-.8-.8M19.2 22.5l-.8.8.8.8.8-.8-.8-.8M17 19.5l-.8.8.8.8.8-.8-.8-.8M13.4 21.7l-.8.8.8.8.7-.8-.7-.8M16 40.5l-.8.8.8.8.8-.8-.8-.8M10.5 40.5l-.8.8.8.8.7-.8-.7-.8" })),
React.createElement("path", { d: "M47.4 6.2c6.5 5.4 14.6 3.9 14.6 3.9s-13.1 16.5-24 9.7c-10.2-6.3 0-21.4 9.4-13.6", fill: "#8cc63e" }),
React.createElement("path", { d: "M30.5 2.8l-1.9.9c2.9 9.3-.7 14.5-1.5 15.4-1.2 1.2 1.6 2.3 2.9.6.2-.3 4-5.9.5-16.9", fill: "#628c2c" }),
React.createElement("ellipse", { cx: "29.6", cy: "3.3", rx: "1", ry: "1.3", fill: "#8cc63e" }),
React.createElement("path", { d: "M33.8 11.8c1-.7 2.1-1.3 3.3-1.7 1.2-.4 2.4-.6 3.7-.6 2.5 0 4.9.7 7.2 1.3 2.3.6 4.7 1 7 .9 2.4-.1 4.7-.8 7-1.7-1 .6-2.2 1.1-3.3 1.6-1.2.4-2.4.7-3.6.8-2.5.3-5-.1-7.3-.7-2.4-.6-4.6-1.4-7-1.5-2.4-.1-4.8.5-7 1.6", fill: "#7fb539" }));
exports.default = Svg1f34a;