iconista
Version:
Thousands of SVG icons with one React component
16 lines (15 loc) • 2.26 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 Svg1f95d = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M37.7 62c-47.5 0-47.5-60 0-60v60", fill: "#9e7658" }),
React.createElement("ellipse", { cx: "37.7", cy: "32", rx: "24.3", ry: "30", fill: "#89664c" }),
React.createElement("ellipse", { cx: "37.7", cy: "32", rx: "22.9", ry: "28.3", fill: "#b2d921" }),
React.createElement("ellipse", { cx: "37.7", cy: "32", rx: "20", ry: "24.7", fill: "#c7e755" }),
React.createElement("path", { d: "M53.4 37.3c-.3 1.4-6.2 0-6.7 1.2-.6 1.3 3.3 6.8 2.5 7.8-.8 1-5.3-3.8-6.3-3.1-1 .7.1 7.9-1 8.3-1.1.4-3-6.6-4.2-6.6-1.1 0-3.1 6.9-4.2 6.5-1.2-.4 0-7.6-1-8.3-1-.7-5.5 4.1-6.3 3.1-.8-1 3.1-6.5 2.5-7.8-.6-1.2-6.4.1-6.7-1.2-.3-1.4 5.3-3.7 5.3-5.2 0-1.4-5.6-3.8-5.3-5.2.3-1.4 6.2 0 6.7-1.2.6-1.3-3.3-6.8-2.5-7.8.8-1 5.3 3.8 6.3 3.1 1-.7-.1-7.9 1-8.3 1.1-.4 3 6.6 4.2 6.6 1.1 0 3.1-6.9 4.2-6.6 1.2.4 0 7.6 1 8.3 1 .7 5.5-4.1 6.3-3.1.8 1-3.1 6.5-2.5 7.8.6 1.2 6.4-.1 6.7 1.2.3 1.4-5.3 3.7-5.3 5.2s5.6 3.9 5.3 5.3", fill: "#b2d921" }),
React.createElement("path", { fill: "#ecffad", d: "M51 32l-8.1 1.7 6.3 6.5-7.7-3.5 2.8 9.5-5.2-7.7-1.4 9.9-1.5-9.9-5.2 7.7 2.8-9.5-7.7 3.5 6.3-6.5-8.1-1.7 8.1-1.7-6.3-6.5 7.7 3.5-2.8-9.5 5.2 7.7 1.5-9.9 1.4 9.9 5.2-7.7-2.8 9.5 7.7-3.5-6.3 6.5z" }),
React.createElement("g", { fill: "#3e4347" },
React.createElement("path", { d: "M34.9 17.4l-.4 2.4 1.3 1.9.4-2.4zM32.4 14l-.5 2.4 1.3 1.9.5-2.4zM41.4 16.9l-1.7 1.3-.2 2.5 1.7-1.4zM40.4 46.6l.5-2.4-1.4-1.9-.4 2.4zM43 50l.4-2.4-1.3-1.9-.5 2.4zM33.9 47.1l1.7-1.3.2-2.5-1.7 1.4zM49.5 28.6l-1.9-.5-1.6 1.6 2 .5zM52.3 25.5l-2-.6-1.5 1.6 1.9.6zM49.9 36.6l-1-2.1-2-.2 1 2.1zM25.8 35.4l2 .5 1.5-1.6-2-.5zM23.1 38.5l1.9.6 1.5-1.6-1.9-.6zM25.4 27.4l1 2.1 2 .2-1-2.1zM47.2 22.6l-2 .6-.8 2.2 1.9-.5zM48.5 18.3l-1.9.6-.8 2.3 1.9-.6zM26.8 45.7l1.9-.6.9-2.3-2 .6zM30 20.3l.5 2.4 1.8 1-.4-2.4zM26.6 18.6L27 21l1.9 1-.5-2.4zM48.7 45.4l-.4-2.4-1.8-1 .4 2.4z" })));
exports.default = Svg1f95d;