iconista
Version:
Thousands of SVG icons with one React component
15 lines (14 loc) • 2.7 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 Svg1f353 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M23.5 13.1C25 9.2 35.7 2 35.7 2s3.4 12.9 2 16.7c-1.4 3.9-5.7 5.7-9.6 4.2-4-1.6-6-6-4.6-9.8", fill: "#8cc63e" }),
React.createElement("path", { d: "M17.2 20.8c-1.8-3.7.8-16.5.8-16.5S29.4 11 31.1 14.8c1.7 3.7 0 8.1-3.9 9.8-3.8 1.6-8.3-.1-10-3.8", fill: "#64892f" }),
React.createElement("path", { d: "M20.7 17.2C17 15.5 4.3 18 4.3 18S11 29.5 14.7 31.3c3.7 1.7 8.1 0 9.7-3.9 1.7-3.9 0-8.5-3.7-10.2", fill: "#8cc63e" }),
React.createElement("path", { d: "M13 23.6C9.2 25.1 2 35.9 2 35.9s12.8 3.4 16.7 2c3.8-1.4 5.7-5.8 4.1-9.7-1.6-4-5.9-6-9.8-4.6", fill: "#64892f" }),
React.createElement("path", { d: "M51.5 16.7C63 28.3 64.3 53.4 58.9 58.9c-5.5 5.5-30.4 4.1-42-7.5-8.5-8.5-4.5-21.4 4.3-30.3 8.9-8.9 21.8-12.9 30.3-4.4", fill: "#ef4d3c" }),
React.createElement("g", { fill: "#fff0f0" },
React.createElement("path", { d: "M40.7 15.7c-.5 0-1 .2-1.3.6-.5.8-.1 2 1.1 2.8.6.4 1.2.6 1.7.6s1-.2 1.2-.6c.5-.8.1-2-1.1-2.8-.4-.4-1-.6-1.6-.6M44.4 33.2c-.3 0-.6.1-.9.3-.7.6-.5 1.9.3 3 .6.7 1.4 1.1 2 1.1.3 0 .6-.1.9-.3.7-.6.5-1.9-.3-3-.6-.7-1.4-1.1-2-1.1M35.8 24.6c-.3 0-.6.1-.9.3-.7.6-.6 1.9.3 3 .6.7 1.4 1.1 2 1.1.3 0 .6-.1.9-.3.7-.6.6-1.9-.3-3-.6-.7-1.4-1.1-2-1.1M50.5 25.6c-.2 0-.4 0-.6.1-.8.4-.9 1.8-.3 3 .5.9 1.3 1.5 2.1 1.5.2 0 .4 0 .6-.1.8-.4.9-1.8.3-3-.5-.9-1.4-1.5-2.1-1.5M55.1 38.8h-.3c-.9.2-1.4 1.5-1 2.8.3 1.2 1.1 2 2 2h.3c.9-.2 1.4-1.5 1-2.8-.4-1.2-1.2-2-2-2M53.9 51.2c-.3 0-.7.1-.9.3-.7.6-.5 2 .4 3 .6.7 1.4 1 2 1 .3 0 .7-.1.9-.3.7-.6.5-2-.4-3-.6-.6-1.3-1-2-1M31.7 49.7c-.5 0-1 .2-1.3.6-.5.8 0 2 1.1 2.8.6.4 1.2.6 1.7.6s1-.2 1.3-.6c.5-.8 0-2-1.1-2.8-.5-.4-1.1-.6-1.7-.6M20.2 46.4c-.6 0-1 .2-1.3.6-.5.8 0 2 1.1 2.8.6.4 1.2.6 1.7.6s1-.2 1.3-.6c.5-.8 0-2-1.1-2.8-.6-.4-1.2-.6-1.7-.6M41.6 54.5c-.8 0-1.4.3-1.7.9-.3.9.4 2 1.7 2.5.4.2.9.3 1.3.3.8 0 1.4-.3 1.7-.9.3-.9-.4-2-1.7-2.5-.4-.2-.9-.3-1.3-.3M43.9 44.5c-.6 0-1.1.2-1.4.7-.5.8.1 2 1.3 2.7.5.3 1.1.5 1.6.5.6 0 1.1-.2 1.4-.7.5-.8-.1-2-1.3-2.7-.6-.3-1.1-.5-1.6-.5M33.2 37.4c-.5 0-.9.2-1.1.5-.6.7-.2 2 .8 2.9.6.5 1.3.7 1.9.7.5 0 .9-.2 1.1-.5.6-.7.2-2-.8-2.9-.6-.4-1.3-.7-1.9-.7M24.5 23.9c-.4 0-.7.1-1 .4-.7.7-.4 2 .5 2.9.6.6 1.3.9 2 .9.4 0 .7-.1 1-.4.7-.7.4-2-.5-2.9-.6-.6-1.3-.9-2-.9M21.7 34.7c-.5 0-.9.2-1.2.5-.6.7-.2 2 .9 2.9.6.5 1.3.7 1.8.7s.9-.2 1.2-.5c.6-.7.2-2-.9-2.9-.6-.4-1.3-.7-1.8-.7" })));
exports.default = Svg1f353;