iconista
Version:
Thousands of SVG icons with one React component
15 lines (14 loc) • 1.22 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 Svg1f61c = (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: "M31.2 24.6c0 5.5-4.5 10-10 10s-10-4.5-10-10 4.5-10 10-10c5.6 0 10 4.5 10 10", fill: "#fff" }),
React.createElement("g", { fill: "#664e27" },
React.createElement("circle", { cx: "21.2", cy: "24.6", r: "4.5" }),
React.createElement("path", { d: "M51 29.1C49.1 25 46.3 23 43.5 23s-5.6 2-7.5 6.1c-.2.4.8 1.2 1.3.8 1.8-1.5 4-2.1 6.2-2.1s4.4.6 6.2 2.1c.5.4 1.5-.4 1.3-.8M47.9 38H16.1c-.7 0-1.1.5-1.1 1 0 7.3 6 15 17 15s17-7.7 17-15c0-.5-.4-1-1.1-1" })),
React.createElement("path", { d: "M41.2 44H32h-9.2c-.7 0-.8.3-.8.8v4C22 57.6 26.5 62 32 62s10-4.4 10-13.2v-4c0-.5-.1-.8-.8-.8", fill: "#ff717f" }),
React.createElement("path", { fill: "#e2596c", d: "M33.5 44L32 57.8 30.5 44z" }));
exports.default = Svg1f61c;