iconista
Version:
Thousands of SVG icons with one React component
16 lines (15 loc) • 1.33 kB
JavaScript
"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 Svg1f600 = (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: "#664e27" },
React.createElement("circle", { cx: "20.5", cy: "23", r: "5" }),
React.createElement("circle", { cx: "43.5", cy: "23", r: "5" })));
exports.default = Svg1f600;