iconista
Version:
Thousands of SVG icons with one React component
14 lines (13 loc) • 1.27 kB
JavaScript
;
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 Svg1f346 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M53.4 34.4c-7.6-9.1-19.5-10.3-30.6-21.1-6.7-6.5-18.5 6.4-15.3 12.6 4.3 8.2 14.2 23.9 23.1 30.8 19.1 14.7 38.2-3.9 22.8-22.3", fill: "#7a2d77" }),
React.createElement("path", { d: "M10 27.9c2.2-2.6 1.6-6.9 1.6-6.9s1.7 2 4.2 2l.2-4.4s3.8-.1 7.1-3.8l-11.2-.4L8 20.8l2 7.1", opacity: ".15" }),
React.createElement("g", { fill: "#83b730" },
React.createElement("path", { d: "M10.9 12.5l-.9 1.6C7.6 12.5 4.2 8.1 7.6 2l1.5 1c-3.1 5.5 1.3 9.1 1.8 9.5" }),
React.createElement("path", { d: "M17.2 16.2c3.8.4 7.3-2.6 7.3-2.6s-2.6-3.6-6.5-4c-3.8-.4-7.1.7-7.3 2.5-.2 1.9 2.7 3.7 6.5 4.1M5.1 20.2c-.5 4 2 7.5 2 7.5s3.2-2.9 3.7-6.9-.4-7.3-2-7.5c-1.6-.1-3.2 3-3.7 6.9" })),
React.createElement("path", { d: "M8.7 18c2.5 3.5 7.9 3.5 7.9 3.5s1.2-5.7-1.3-9.3c-2.5-3.5-6.1-5.1-7.9-3.5-1.9 1.6-1.3 5.7 1.3 9.3", fill: "#8cc63e" }));
exports.default = Svg1f346;