UNPKG

iconista

Version:

Thousands of SVG icons with one React component

17 lines (16 loc) 1.73 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 Svg1f602 = (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("path", { d: "M49.7 34.4c-.4-.5-1.1-.4-1.9-.4H16.2c-.8 0-1.5-.1-1.9.4C10.4 39.4 15 54 32 54s21.6-14.6 17.7-19.6", fill: "#664e27" }), React.createElement("path", { d: "M33.8 41.7c-.6 0-1.5.5-1.1 2 .2.7 1.2 1.6 1.2 2.8 0 2.4-3.8 2.4-3.8 0 0-1.2 1-2 1.2-2.8.3-1.4-.6-2-1.1-2-1.6 0-4.1 1.7-4.1 4.6 0 3.2 2.7 5.8 6 5.8s6-2.6 6-5.8c-.1-2.8-2.7-4.5-4.3-4.6", fill: "#4c3526" }), React.createElement("path", { d: "M24.3 50.7c2.2 1 4.8 1.5 7.7 1.5 2.9 0 5.5-.6 7.7-1.5C37.6 49.6 35 49 32 49s-5.6.6-7.7 1.7", fill: "#ff717f" }), React.createElement("path", { d: "M47 36H17.1c-2.1 0-2.1 4-.1 4h30c2 0 2-4 0-4", fill: "#fff" }), React.createElement("g", { fill: "#65b1ef" }, React.createElement("path", { d: "M59.4 36.9c7.3 7.7-2.6 18.1-9.9 10.4-5.3-5.6-5.6-16.3-5.6-16.3s10.2.3 15.5 5.9M14.5 47.3C7.2 55-2.7 44.6 4.6 36.9 9.9 31.3 20.1 31 20.1 31s-.3 10.7-5.6 16.3" })), React.createElement("g", { fill: "#664e27" }, React.createElement("path", { d: "M28.5 28.7C26.6 23.6 23.8 21 21 21s-5.6 2.6-7.5 7.7c-.2.5.8 1.4 1.3.9 1.8-1.9 4-2.7 6.2-2.7s4.4.8 6.2 2.7c.6.5 1.5-.4 1.3-.9M50.4 28.7c-1.9-5.1-4.7-7.7-7.5-7.7s-5.6 2.6-7.5 7.7c-.2.5.8 1.4 1.3.9 1.8-1.9 4-2.7 6.2-2.7s4.4.8 6.2 2.7c.5.5 1.5-.4 1.3-.9" }))); exports.default = Svg1f602;