iconista
Version:
Thousands of SVG icons with one React component
15 lines (14 loc) • 1.59 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 Svg1f461 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M0 17.3s4.4 4.2 8 22.1c0 0 .7 3.1 6.3 2.3 4.5-.7 10.1-.3 21.5 4.9 0 0-8-10.8-17.3-18.7C11 21.6 2 17.9 0 17.3", fill: "#725944" }),
React.createElement("g", { fill: "#298959" },
React.createElement("path", { d: "M31.9 37.1c-10.4-4.6-15.8-5.9-20-5.3-3.6.5-5.3-.5-6-1.4l.4 1.6s.7 2.9 6.3 2c4.5-.7 10.1.7 21.5 5.9 0 0-.8-1-2.2-2.8M45.8 32.9s3.3 1.6 3.2 4.6c1 .1 9.9 2.2 10.6 2.4-2-4.4-7.5-8.8-13.8-7" })),
React.createElement("path", { d: "M7.1 15c6.1 0 13.6 1.3 20.4 7.6 8 7.5 16 13.3 24.5 14.9 9.1 1.7 14 1.9 11.2 6.2-2.8 4.4-28 6-34.1-4.2C16.1 17.2-13.6 15 7.1 15", fill: "#e2c69e" }),
React.createElement("path", { d: "M64 41.6c0 .7-.2 1.4-.7 2.2-2.8 4.4-28 6-34.1-4.2C19.3 22.7-.1 17.3 0 15.7v1.6c-.1 1.6 18.5 6.8 28.4 23.7 6.1 10.3 32.1 9.4 34.9 5 .5-.8.7-1.5.7-2.1v-2.3", fill: "#b39066" }),
React.createElement("path", { d: "M58.4 35.6c-5.9-7.4-20.1-9.5-30.8 1.3 4.7 9 10 8.5 10 8.5C38.7 29.8 50.3 32.9 54 34.6c3.1 1.4 3.6 3.9 3.6 3.9s1.3.3 2.3.5c.1-.9-1-2.8-1.5-3.4", fill: "#52c18e" }),
React.createElement("path", { d: "M49.5 30c-7.6-2.1-14.7 2.6-20.6 9.2.5.9 1.8 2.4 1.8 2.4 5.1-6.5 11.7-13.4 18.8-11.6", fill: "#298959" }));
exports.default = Svg1f461;