iconista
Version:
Thousands of SVG icons with one React component
21 lines (20 loc) • 2.14 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 Svg1f4691f3fd = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M32 2C13.9 2 4 13.4 4 28.5V62h56V28.5c0-22.4-15.2-22-15.2-22S43.7 2 32 2z", fill: "#594640" }),
React.createElement("path", { d: "M10.4 40.7S6 39.6 6 33.2c0-5.1 3.3-5.9 3.3-5.9C21.1 27.2 43 12 43 12s4.6 13.4 11.6 15.2c0 0 3.4.6 3.4 5.9 0 6.4-4.5 7.5-4.5 7.5C53.4 50.3 40.1 62 32 62S10.4 50.3 10.4 40.7z", fill: "#d6a57c" }),
React.createElement("path", { d: "M32 47c-4.2 0-6.3-3-4.2-3h8.4c2.1 0 0 3-4.2 3", fill: "#b58360" }),
React.createElement("path", { d: "M38.3 38.2c-1.5 0-1.3-1.8-1.3-1.8C39.2 24.9 52 31 52 31c1 2-2.3 6.9-3.2 7.2-4.2 1-10.5 0-10.5 0", fill: "#f5f5f5" }),
React.createElement("path", { d: "M48.5 33.5c0 2.5-2 4.5-4.5 4.5s-4.5-2-4.5-4.5 2-4.5 4.5-4.5 4.5 2 4.5 4.5", fill: "#664e27" }),
React.createElement("circle", { cx: "44", cy: "33.5", r: "1.5", fill: "#2b2925" }),
React.createElement("path", { d: "M37 36.3c2.2-13.7 13.5-4.6 18-6.5-4.5 4.3-13.5-4.9-18 6.5", fill: "#3b3226" }),
React.createElement("path", { d: "M25.7 38.2c1.5 0 1.3-1.8 1.3-1.8C24.8 24.9 12 31 12 31c-1 2 2.3 6.9 3.2 7.2 4.2 1 10.5 0 10.5 0", fill: "#f5f5f5" }),
React.createElement("path", { d: "M15.5 33.5c0 2.5 2 4.5 4.5 4.5s4.5-2 4.5-4.5-2-4.5-4.5-4.5-4.5 2-4.5 4.5", fill: "#664e27" }),
React.createElement("path", { d: "M27 36.3c-2.2-13.7-13.5-4.6-18-6.5 4.5 4.3 13.5-4.9 18 6.5", fill: "#3b3226" }),
React.createElement("path", { d: "M32 52l-10-1.5c6 8.5 14 8.5 20 0L32 52z", fill: "#b58360" }),
React.createElement("path", { d: "M35.9 50.1c-2.9-1.1-3.9.7-3.9.7s-1-1.8-3.9-.7c-2.3.9-6.1.4-6.1.4 4 .9 4.5 2.5 10 2.5s6-1.7 10-2.5c0 0-3.8.5-6.1-.4", fill: "#805c44" }),
React.createElement("circle", { cx: "20", cy: "33.5", r: "1.5", fill: "#2b2925" }));
exports.default = Svg1f4691f3fd;