iconista
Version:
Thousands of SVG icons with one React component
23 lines (22 loc) • 2.45 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 Svg1f4761f3fd = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M57 27C57 10 45 2 32 2S7 10 7 27c-3.5 0-5 2.5-5 5s1.5 5 5 5c0 6.7 7 16 25 16s25-9.3 25-16c3.5 0 5-2.5 5-5s-1.5-5-5-5", fill: "#d6a57c" }),
React.createElement("path", { d: "M33 15c-4-3-2-7-2-7s8 5 15 3c0 0-4-1-5-4 0 0 4 1 7 0-4-3-9-5-16-5S20 4 16 7c4 5 8 8 17 8", fill: "#594640" }),
React.createElement("g", { fill: "#ff717f" },
React.createElement("path", { d: "M56 37.4c-.4-2.4-3.3-3.9-6.6-3.2-3.3.6-5.7 3.1-5.3 5.5.4 2.4 3.3 3.9 6.6 3.2 3.2-.7 5.6-3.1 5.3-5.5M14.6 34.1c-3.2-.6-6.2.9-6.6 3.3-.4 2.4 2 4.9 5.3 5.5 3.3.6 6.3-.8 6.6-3.2.4-2.5-2-4.9-5.3-5.6", opacity: ".5" })),
React.createElement("path", { d: "M26 27.5c0 3.6-2.9 6.5-6.5 6.5S13 31.1 13 27.5s2.9-6.5 6.5-6.5 6.5 2.9 6.5 6.5", fill: "#fff" }),
React.createElement("circle", { cx: "19.5", cy: "27.5", r: "4.5", fill: "#664e27" }),
React.createElement("path", { d: "M21 27.5c0 .8-.7 1.5-1.5 1.5s-1.5-.7-1.5-1.5.7-1.5 1.5-1.5 1.5.7 1.5 1.5", fill: "#231f20" }),
React.createElement("path", { d: "M51 27.5c0 3.6-2.9 6.5-6.5 6.5S38 31.1 38 27.5s2.9-6.5 6.5-6.5 6.5 2.9 6.5 6.5", fill: "#fff" }),
React.createElement("circle", { cx: "44.5", cy: "27.5", r: "4.5", fill: "#664e27" }),
React.createElement("circle", { cx: "44.5", cy: "27.5", r: "1.5", fill: "#231f20" }),
React.createElement("path", { d: "M47 43.8C47 52.1 40.3 56 32 56s-15-3.9-15-12.2c0-8.4 6.8-4.8 15-4.8 8.3 0 15-3.6 15 4.8", fill: "#61c2ff" }),
React.createElement("ellipse", { cx: "32", cy: "47", rx: "6", ry: "5", fill: "#6235a8" }),
React.createElement("path", { d: "M32 46c-6.1 0-11-.7-11 5.2 0 6 4.9 10.8 11 10.8s11-4.8 11-10.7c0-6-4.9-5.3-11-5.3m0 12.4c-4.3 0-8.3-2.9-8.3-7.1 0-4.2 4-3.2 8.3-3.2 4.3 0 8.3-1 8.3 3.2s-4 7.1-8.3 7.1", fill: "#fbbf67" }),
React.createElement("path", { d: "M36 48.8c0 .6-.5 1.2-1.1 1.2h-5.8c-.6 0-1.1-.5-1.1-1.2v-2.7c0-.6.5-1.2 1.1-1.2h5.8c.6 0 1.1.5 1.1 1.2v2.7", fill: "#42ade2" }),
React.createElement("path", { d: "M32 38c-4.2 0-6.3-3-4.2-3h8.4c2.1 0 0 3-4.2 3", fill: "#b58360" }));
exports.default = Svg1f4761f3fd;