UNPKG

iconista

Version:

Thousands of SVG icons with one React component

14 lines (13 loc) 1.52 kB
"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 Svg1f34b = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { d: "M28.2 4.6C21 1.3 16 11.5 16 11.5s2.1 4.7 5.3 5.7c11.6 3.5 21.6-12 21.6-12s-7.6 2.7-14.7-.6", fill: "#77a836" }), React.createElement("path", { d: "M9 7.9c-.4 0-.5 1.5-.1 1.5 6.4 1.4 9 6.1 9.2 7 .3 1.2 2.1-.1 1.5-1.6-.2-.2-3.9-6.1-10.6-6.9", fill: "#947151" }), React.createElement("path", { d: "M57.8 57.8c.3.3 1.5.6 2.1 0 .6-.6.3-1.9 0-2.2-.3-.3-1 0-1.5.6-.6.7-.8 1.4-.6 1.6", fill: "#64892f" }), React.createElement("path", { d: "M17.3 19.1c-.5-.7.1-2.3 1.5-3.8 1.4-1.4 3-2.1 3.7-1.6 8.4-5.4 21.2-2.9 30.4 6.6 8.2 8.5 11.1 20 7.8 28.6 1.6 2.1 1.1 5.7-1.4 8.3-2.5 2.6-6 3.2-8 1.5-8.3 3.3-19.4.4-27.6-8.1C14.5 41 12 27.8 17.3 19.1", fill: "#ffe62e" }), React.createElement("path", { d: "M18.7 16.1C17.2 11.9 11 9.5 11 9.5s-12.6 7.1-8 16.3C7.5 34.9 4.6 45 4.6 45s19.2-14 14.1-28.9z", fill: "#8cc63e" }), React.createElement("path", { d: "M11 9.5c-.9 1.2-1.7 2.5-2.3 3.9-.6 1.4-1 3-1.2 4.6-.4 3.2 0 6.3.2 9.4.3 3 .3 6.1-.2 9.1s-1.6 5.9-2.9 8.6c.8-1.2 1.5-2.6 2.2-4 .6-1.4 1.1-2.9 1.5-4.4.7-3.2.7-6.4.4-9.5-.3-3.1-.7-6.2-.4-9.2.2-3 1.3-5.9 2.7-8.5", fill: "#7fb539" })); exports.default = Svg1f34b;