iconista
Version:
Thousands of SVG icons with one React component
30 lines (29 loc) • 3.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 Svg1f490 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M43.2 26.8c-.9 6 5.9 16.5 5.9 16.5l1.5-.8c-4.3-13.6-2.1-29-2.1-29s-4.4 6.6-5.3 13.3", fill: "#83bf4f" }),
React.createElement("path", { fill: "#75a843", d: "M29 3.3l21.7 39.5-4.5 2.1z" }),
React.createElement("path", { d: "M39.8 11.8c2.5 5.1 1.2 8.4-1.7 9.9s-6.4.5-8.9-4.6C26.6 12 29 3.3 29 3.3s8.3 3.4 10.8 8.5", fill: "#cc9132" }),
React.createElement("path", { d: "M34.8 11.3c8.9.9 7.3 9.3 3.5 11.2-3.9 1.9-8.9-.5-11.4-5.4-2.4-4.9-.6-10.8-.6-10.8s2 4.4 8.5 5", fill: "#f4bc58" }),
React.createElement("path", { d: "M31.8 12.8c-4.7 7.7 3 11.5 6.8 9.5s5-7.5 2.6-12.4-8.2-7-8.2-7 2.2 4.3-1.2 9.9", fill: "#ffd93b" }),
React.createElement("path", { d: "M29.7 38.9c4.6 3.9 17.1 3.7 17.1 3.7l.2-1.7c-13.7-3.5-25.5-13.6-25.5-13.6s3.1 7.2 8.2 11.6", fill: "#83bf4f" }),
React.createElement("path", { fill: "#75a843", d: "M2 35.4l44.6 1.8-.4 5z" }),
React.createElement("path", { d: "M14.9 30.6c5.6.5 7.7 3.4 7.4 6.7-.3 3.3-3 5.7-8.6 5.2S2 35.4 2 35.4s7.3-5.3 12.9-4.8", fill: "#871212" }),
React.createElement("path", { d: "M11.8 34.6c5.4-7.1 11.7-1.3 11.3 3-.4 4.3-5.2 7.4-10.6 6.8s-9.4-5.2-9.4-5.2 4.7.6 8.7-4.6", fill: "#cc3636" }),
React.createElement("path", { d: "M11.5 38c4 8 11.2 3.6 11.7-.8.4-4.3-3.7-8.2-9.1-8.8S3.8 31.8 3.8 31.8s4.8.3 7.7 6.2", fill: "#e24b4b" }),
React.createElement("g", { fill: "#83bf4f" },
React.createElement("path", { d: "M28.9 40c5.2-3 17.5-.3 17.5-.3l-.2 1.7c-14.1.8-27.6 8.4-27.6 8.4s4.5-6.5 10.3-9.8" }),
React.createElement("path", { d: "M33.8 28.9c1.8 5.8 12.5 12.3 12.5 12.3l1-1.4C37.6 29.5 33 14.7 33 14.7s-1.2 7.7.8 14.2" })),
React.createElement("path", { fill: "#75a843", d: "M12.3 16.4l36.8 25.5-3.1 3.9z" }),
React.createElement("path", { d: "M25.7 19.3c4.5 3.5 4.7 7.1 2.7 9.7-2 2.6-5.5 3.2-10-.2-4.5-3.5-6.1-12.3-6.1-12.3s8.9-.7 13.4 2.8", fill: "#aa1f65" }),
React.createElement("path", { d: "M21 21c8.4-3.1 10.6 5.2 8 8.6s-8.3 3.5-12.6.1c-4.3-3.4-5.2-9.4-5.2-9.4s3.6 3 9.8.7", fill: "#d33777" }),
React.createElement("path", { d: "M18.9 23.7c-.9 8.9 7.6 9 10.3 5.6 2.6-3.4 1.3-8.9-3.1-12.3-4.3-3.4-10.4-2.7-10.4-2.7s3.9 2.9 3.2 9.4", fill: "#e84d88" }),
React.createElement("path", { fill: "#83bf4f", d: "M58.4 58.2l-1.9 1.9-2.5-2.5 2-1.9z" }),
React.createElement("path", { fill: "#75a843", d: "M59.8 56.8l-2 2-2.4-2.5 1.9-2z" }),
React.createElement("path", { fill: "#83bf4f", d: "M61.1 55.5l-1.9 1.9-2.5-2.5 1.9-1.9z" }),
React.createElement("path", { d: "M22.8 47.8s17.1-2.9 25.3 5.3C49.9 54.9 51 61 51 61l11-11.1s-6.1-1.1-7.9-2.9c-8.2-8.2-5.3-25.4-5.3-25.4l-26 26.2", fill: "#42ade2" }),
React.createElement("path", { fill: "#ff506e", d: "M58 46.9L48 57l-3.7-3.8 10-10z" }));
exports.default = Svg1f490;