iconista
Version:
Thousands of SVG icons with one React component
25 lines (24 loc) • 2.5 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 Svg1f4721f3fb = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { fill: "#594640", d: "M5 28l1 12h52l1-12z" }),
React.createElement("path", { d: "M8 37v-9h48v9s4 0 4 5-4 5-4 5c0 8-18 15-24 15S8 55 8 47c0 0-4 0-4-5s4-5 4-5", fill: "#ffe1bd" }),
React.createElement("path", { d: "M32 4C15.1 4 7.8 17.5 5.3 20.9 2.6 24.5 5 31 5 31s.3 3 27 3 27-3 27-3 2.4-6.5-.3-10.1C56.2 17.5 48.8 4 32 4z", fill: "#f16a65" }),
React.createElement("g", { fill: "#468bc4" },
React.createElement("path", { d: "M18.2 23.5C19.6 20.1 23 9.3 29.7 4 14.4 5.1 7.7 17.6 5.3 20.8 2.6 24.4 5 31 5 31s.2 1.8 12.5 2.6c-.3-3-.4-7.2.7-10.1M45.8 23.5C44.4 20.1 41 9.3 34.3 4c15.3 1.1 22 13.6 24.4 16.8 2.7 3.6.3 10.2.3 10.2s-.2 1.8-12.5 2.6c.3-3 .4-7.2-.7-10.1" })),
React.createElement("ellipse", { cx: "32", cy: "5", rx: "4", ry: "3", fill: "#c94747" }),
React.createElement("path", { d: "M32 24.4c-16.2 0-23.9-.9-27.6-1.8C3.2 26.2 5 31 5 31s.3 3 27 3 27-3 27-3 1.8-4.8.6-8.5c-3.7 1-11.4 1.9-27.6 1.9", fill: "#454749" }),
React.createElement("circle", { cx: "32", cy: "29", r: "4", fill: "#fbbf67" }),
React.createElement("path", { d: "M20 35.8c-5 0-7 1.8-7 3.6s0 4.4 6.6 4.4c6.4 0 7.4-.8 7.4-3.5 0-1.8-2-4.5-7-4.5", fill: "#f5f5f5" }),
React.createElement("circle", { cx: "20.5", cy: "38.8", r: "4.5", fill: "#664e27" }),
React.createElement("path", { d: "M22 38.8c0 .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: "M13 39.3c0-7 14-7 14 1-2-6-12-6-14-1", fill: "#664e27" }),
React.createElement("path", { d: "M44 35.8c5 0 7 1.8 7 3.6s0 4.4-6.6 4.4c-6.4 0-7.4-.8-7.4-3.5 0-1.8 2-4.5 7-4.5", fill: "#f5f5f5" }),
React.createElement("circle", { cx: "43.5", cy: "38.8", r: "4.5", fill: "#664e27" }),
React.createElement("path", { d: "M42 38.8c0 .8.7 1.5 1.5 1.5s1.5-.7 1.5-1.5-.7-1.5-1.5-1.5-1.5.7-1.5 1.5", fill: "#231f20" }),
React.createElement("g", { fill: "#664e27" },
React.createElement("path", { d: "M51 39.3c0-7-14-7-14 1 2-6 12-6 14-1M41 50.9c0 3.4-4.5 5.1-9 5.1s-9-1.7-9-5.1c0 0 0-.9.9-.9h16.2c.9 0 .9.9.9.9" })));
exports.default = Svg1f4721f3fb;