UNPKG

iconista

Version:

Thousands of SVG icons with one React component

17 lines (16 loc) 1.67 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 Svg1f637 = (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: "#fff" }, React.createElement("path", { d: "M18.2 47.4l-9 4.1c.8 1 1.7 1.9 2.6 2.7l7.6-3.6-1.2-3.2M17.1 35.1L2 31.7v.3c0 1.1.1 2.2.2 3.3l14.2 3.2.7-3.4M54.8 51.5l-9-4.1-1.3 3.3 7.6 3.6c1-.9 1.8-1.8 2.7-2.8M47.7 38.5l14.2-3.2c.1-1.1.2-2.2.2-3.3v-.3L47 35.2l.7 3.3" })), React.createElement("path", { d: "M49.9 39.9c0 10.6-8 19.1-17.9 19.1s-17.9-8.6-17.9-19.1c0-10.6 10.4-8.5 17.9-8.5 7.5-.1 17.9-2.1 17.9 8.5", opacity: ".1" }), React.createElement("path", { d: "M49.5 39.1c0 10-7.8 18-17.5 18s-17.5-8.1-17.5-18c0-10 10.2-8.1 17.5-8.1s17.5-1.9 17.5 8.1", fill: "#fff" }), React.createElement("g", { fill: "#664e27" }, React.createElement("path", { d: "M35.8 20.8c2 8.8 10.2 11 16.3 4.4.3-.3-.2-.6-.7-1.3-4.9 2.1-11.4.1-14.3-3.8-.8.2-1.4.2-1.3.7M11.8 25.2c6.1 6.6 14.3 4.4 16.3-4.4.1-.4-.5-.5-1.2-.7-3.2 4.3-9.9 5.8-14.4 3.9-.5.5-1 .8-.7 1.2" })), React.createElement("g", { fill: "#917524" }, React.createElement("path", { d: "M53.2 17c-3.2-2.7-7.5-3.9-11.7-3.1-.6.1-1.1-2-.4-2.2 4.8-.9 9.8.5 13.5 3.6.6.5-1 2.1-1.4 1.7M22.5 13.7c-4.2-.7-8.5.4-11.7 3.1-.4.4-2-1.2-1.4-1.7 3.7-3.2 8.7-4.5 13.5-3.6.7.2.2 2.3-.4 2.2" }))); exports.default = Svg1f637;