iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 996 B
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 Svg1f336 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M6.6 2.5C3 5.8 5.8 13.3 5.8 13.3 1.7 18 3 26.1 3 26.1l4.9-13.3C7.3 5.6 10 3.5 10 3.5c.5-1.1-2.1-2.2-3.4-1", fill: "#6c9925" }),
React.createElement("path", { d: "M7.6 3.3c-3 2.7-.2 9.8-.2 9.8-4.1 4.7-2.7 9-2.8 11.6l19.9-11.8C22.3 7.1 10 10.2 10 10.2c-2.5-4.3 0-6.7 0-6.7s-.8.3-2.4-.2", fill: "#8cc63e" }),
React.createElement("path", { d: "M42.9 48c-9.7-9.3-10.8-16.8-10.8-25.2 0-6.6-4-11.3-8.3-12.1-2.2-.4-9-.7-6.7 1.3 2.2 2-8.1.4-8.1 4.7 0 3.1-2.6-.6-5.7 7.1-3.1 8-.1 13.5 4.4 18.5 8.8 9.6 29.4 27.1 50.7 16.1 11-5.5-6.1-1.4-15.5-10.4", fill: "#ed4040" }));
exports.default = Svg1f336;