UNPKG

iconista

Version:

Thousands of SVG icons with one React component

21 lines (20 loc) 1.81 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 Svg1f438 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { d: "M57.1 23.6C45.7 6.8 18.3 6.8 6.9 23.6c-4 5.9-5 12.5-4.9 13.9.3 4 9.3 20.6 30 20.5 20.6-.1 29.6-16.4 30-20.5.1-1.4-.9-8-4.9-13.9", fill: "#83bf4f" }), React.createElement("path", { d: "M2 37.5c.3 4 6.6 21.6 30 21.5 23.3-.1 29.6-17.4 30-21.5 0 0-12.1 10-29.9 10-18 0-30.1-10-30.1-10", fill: "#ffdf99" }), React.createElement("g", { fill: "#3e4347" }, React.createElement("path", { d: "M26.3 32c-1.4 0-4.3 4-4.3 4s2.9-1.3 4.3-1.3 4.3 1.3 4.3 1.3-2.9-4-4.3-4M37.7 32c-1.4 0-4.3 4-4.3 4s2.9-1.3 4.3-1.3S42 36 42 36s-2.9-4-4.3-4" })), React.createElement("circle", { cx: "50", cy: "17", r: "12", fill: "#83bf4f" }), React.createElement("circle", { cx: "50", cy: "17", r: "8", fill: "#ffe655" }), React.createElement("path", { d: "M54 17.2c0 2.2-1.8 4-4 4s-4-1.8-4-4 1.8-4 4-4 4 1.8 4 4", fill: "#3e4347" }), React.createElement("path", { d: "M26 17c0 6.6-5.4 12-12 12S2 23.6 2 17 7.4 5 14 5s12 5.4 12 12z", fill: "#83bf4f" }), React.createElement("circle", { cx: "14", cy: "17", r: "8", fill: "#ffe655" }), React.createElement("path", { d: "M18 17.2c0 2.2-1.8 4-4 4s-4-1.8-4-4 1.8-4 4-4 4 1.8 4 4", fill: "#3e4347" }), React.createElement("g", { fill: "#83bf4f" }, React.createElement("ellipse", { cx: "14", cy: "11.6", rx: "9.7", ry: "5.4" }), React.createElement("ellipse", { cx: "50", cy: "11.6", rx: "9.7", ry: "5.4" }))); exports.default = Svg1f438;