UNPKG

iconista

Version:

Thousands of SVG icons with one React component

13 lines (12 loc) 918 B
"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 Svg1f615 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { d: "M2.5 37.2c2.9 16.3 18.4 27.2 34.8 24.3 16.3-2.9 27.2-18.4 24.3-34.8C58.7 10.5 43.1-.4 26.8 2.5 10.5 5.3-.4 20.9 2.5 37.2", fill: "#ffdd67" }), React.createElement("g", { fill: "#664e27" }, React.createElement("circle", { cx: "42.4", cy: "24.7", r: "5" }), React.createElement("circle", { cx: "19.7", cy: "28.7", r: "5" }), React.createElement("path", { d: "M43.3 41.8c-5.8-1.5-12-.4-16.9 3-1.2.9 1.1 4 2.3 3.2 3.2-2.3 8.4-3.8 13.7-2.4 1.3.3 2.4-3.3.9-3.8" }))); exports.default = Svg1f615;