iconista
Version:
Thousands of SVG icons with one React component
34 lines (33 loc) • 3.11 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 Svg1f3d5 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { fill: "#d6eef0", d: "M0 0h64v64H0z" }),
React.createElement("g", { fill: "#b2c1c0" },
React.createElement("path", { d: "M0 15l4-4 6.5-4L22 16l16 21H0z" }),
React.createElement("path", { opacity: ".5", d: "M38 37L22 16 10.5 7 9 14l4 4-1 6 4 4-2 9z" })),
React.createElement("path", { fill: "#fff", d: "M10.5 7L4 11l-2 2h3l-1.5 4.1L8 15l1 5 4-2 3.9 2v-3.5L22 16z" }),
React.createElement("path", { opacity: ".5", fill: "#b2c1c0", d: "M38 37L22 16 10.5 7l-.5 5 3 6-1 6 4 4-2 9z" }),
React.createElement("g", { fill: "#83bf4f" },
React.createElement("path", { d: "M0 32c.1 0 0 0 0 0M50.2 34.5C47 33.1 43.6 32 40 32c-3.6 0-6.8 1.7-9.6 2.4C14 38.7 0 32 0 32v32h64V36.3c-4.4.5-9.2-.1-13.8-1.8" })),
React.createElement("g", { fill: "#699635" },
React.createElement("circle", { cx: "5", cy: "45", r: "4" }),
React.createElement("circle", { cx: "6", cy: "40", r: "3" }),
React.createElement("circle", { cx: "12.2", cy: "43", r: "6" })),
React.createElement("path", { fill: "#89664c", d: "M55.8 33.8h2.7V42h-2.7z" }),
React.createElement("path", { d: "M59.4 22.9c-1.2-2.3-3.2-2.3-4.4 0l-4.2 7.8c-1.2 2.3 0 4.1 2.7 4.1 0 0 2.7-1 3.7-1s3.7 1 3.7 1c2.7 0 3.9-1.8 2.7-4.1l-4.2-7.8", fill: "#699635" }),
React.createElement("path", { d: "M58.9 18.4c-1-1.8-2.5-1.8-3.5 0l-3.3 6.3c-1 1.8 0 3.3 2.2 3.3 0 0 2.2-1 2.9-1s2.9 1 2.9 1c2.1 0 3.1-1.5 2.2-3.3l-3.4-6.3", fill: "#75a843" }),
React.createElement("path", { d: "M58.5 14c-.7-1.4-1.9-1.4-2.6 0l-2.5 4.7c-.7 1.4 0 2.5 1.6 2.5 0 0 1.6-1 2.2-1s2.2 1 2.2 1c1.6 0 2.3-1.1 1.6-2.5L58.5 14", fill: "#83bf4f" }),
React.createElement("g", { fill: "#fff" },
React.createElement("path", { d: "M34 7c0 1.1-.9 2-2 2H22c-1.1 0-2-.9-2-2s.9-2 2-2h10c1.1 0 2 .9 2 2" }),
React.createElement("path", { d: "M38 9c0 1.1-.9 2-2 2h-4c-1.1 0-2-.9-2-2s.9-2 2-2h4c1.1 0 2 .9 2 2M42 17c0 1.1-.9 2-2 2h-4c-1.1 0-2-.9-2-2s.9-2 2-2h4c1.1 0 2 .9 2 2M52 12c0 1.1-.9 2-2 2h-4c-1.1 0-2-.9-2-2s.9-2 2-2h4c1.1 0 2 .9 2 2" })),
React.createElement("path", { fill: "#ffdd7d", d: "M30.8 36h18l7.4 13.4-2.5 6.2-15.4 2.6z" }),
React.createElement("path", { fill: "#dbb471", d: "M24.4 55l-1.3-5.7L30.8 36l8.7 16.6-1.2 6.6z" }),
React.createElement("path", { fill: "#89664c", d: "M30.8 36L27 55.8l6.1 1.8z" }),
React.createElement("g", { fill: "#ffdd7d" },
React.createElement("path", { d: "M30.8 36s1.4 12.1 3.7 16.6l-1.4 5L30.8 36M27 55.8l-1.4-3.9s4.5-11.6 5.2-15.9L27 55.8z" })),
React.createElement("circle", { cx: "19", cy: "45", r: "4", fill: "#699635" }),
React.createElement("path", { fill: "#dbb471", d: "M38.5 51.6l17.7-2.2-1.5 7.2-16.4 2.6z" }));
exports.default = Svg1f3d5;