UNPKG

iconista

Version:

Thousands of SVG icons with one React component

16 lines (15 loc) 1.3 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 Svg1f627 = (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: "26", r: "5" }), React.createElement("circle", { cx: "43.5", cy: "26", r: "5" }), React.createElement("path", { d: "M47.7 42c-1.7-3.6-5.9-6-15.7-6-9.8 0-14 2.4-15.7 6-.9 1.9.4 5 .4 5 1.6 3.9 1.4 5 15.3 5s13.6-1.1 15.3-5c0 0 1.3-3.1.4-5" })), React.createElement("path", { d: "M43.4 41c.1-.3 0-.6-.2-.8 0 0-2.5-2.2-11.1-2.2S21 40.2 21 40.2c-.2.2-.3.5-.2.8l.2.6c.1.3.4.5.7.5h21c.3 0 .6-.2.7-.5V41", fill: "#fff" }), React.createElement("g", { fill: "#917524" }, React.createElement("path", { d: "M52.2 16.7c-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.7M23.5 13.4c-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 = Svg1f627;