UNPKG

iconista

Version:

Thousands of SVG icons with one React component

13 lines (12 loc) 841 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 Svg2639 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("circle", { cx: "32", cy: "32", r: "30", fill: "#ffdd67" }), React.createElement("g", { fill: "#664e27" }, React.createElement("circle", { cx: "20.5", cy: "24.6", r: "5" }), React.createElement("circle", { cx: "43.5", cy: "24.6", r: "5" }), React.createElement("path", { d: "M19.4 45.8c8.1-5.7 17.1-5.6 25.2 0 1 .7 1.8-.5 1.2-1.6-2.5-4-7.4-7.7-13.8-7.7s-11.3 3.6-13.8 7.7c-.6 1.1.2 2.3 1.2 1.6" }))); exports.default = Svg2639;