iconista
Version:
Thousands of SVG icons with one React component
24 lines (23 loc) • 2.78 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 Svg1f436 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M15.8 52.1C9 47.7 6.3 30.6 8.5 22.9c1.6-5.8 7.8-14.3 13.4-16.5 4.7-1.9 15.5-1.9 20.1 0 5.6 2.2 11.8 10.7 13.4 16.5 2.2 7.8.5 24.8-6.2 29.2-14.2 9.2-19.2 9.2-33.4 0", fill: "#f5d1ac" }),
React.createElement("path", { d: "M5.1 24.7c3.6 7.9 4.5 8.2 7.9-1.2 1.8-5 .5-8 2.7-11.2 1.2-1.8 3.9-4.8 3.9-4.8S-1.7 9.7 5.1 24.7", fill: "#423223" }),
React.createElement("path", { d: "M14.2 7.2c-5.4 3.5-16.9 2.1-10.1 17 3.6 7.9 4.5 8.2 7.9-1.2 1.8-5 .5-8 2.7-11.2 1.2-1.8 4.9-4.3 4.9-4.3s-1.7-2.7-5.4-.3", fill: "#947151" }),
React.createElement("path", { d: "M58.9 24.6c-3.6 7.9-4.5 8.2-7.9-1.2-1.8-5-.5-8-2.7-11.2-1.2-1.8-3.9-4.8-3.9-4.8s21.3 2.3 14.5 17.2", fill: "#423223" }),
React.createElement("path", { d: "M49.8 7.2c5.4 3.5 16.9 2.1 10.1 17-3.6 7.9-4.5 8.2-7.9-1.2-1.8-5-.5-8-2.7-11.2-1.2-1.8-4.9-4.3-4.9-4.3s1.7-2.7 5.4-.3", fill: "#947151" }),
React.createElement("ellipse", { cx: "17.7", cy: "30.7", rx: "6", ry: "6", fill: "#fff" }),
React.createElement("ellipse", { cx: "16.2", cy: "30.7", rx: "4.5", ry: "4.5", fill: "#3e4347" }),
React.createElement("ellipse", { cx: "46.3", cy: "30.7", rx: "6", ry: "6", fill: "#fff" }),
React.createElement("ellipse", { cx: "47.8", cy: "30.7", rx: "4.5", ry: "4.5", fill: "#3e4347" }),
React.createElement("path", { d: "M21.7 48.8l4.6 4.9c2.8 2.9 8.5 2.9 11.3 0l4.7-4.9-4.8-5h-11l-4.8 5", fill: "#7d644b" }),
React.createElement("path", { d: "M32 39.6s-4.9 7-4.3 10.3c.8 4.8 7.7 4.8 8.6 0 .6-3.3-4.3-10.3-4.3-10.3", fill: "#f15a61" }),
React.createElement("path", { d: "M32 51.7l1.1-6.7h-2.2l1.1 6.7", fill: "#ba454b" }),
React.createElement("path", { fill: "#423223", d: "M27 41.5h10v4.6H27z" }),
React.createElement("path", { d: "M47.8 42.6l-7.1-7.5c-4.3-4.5-13.1-4.5-17.4 0l-7.1 7.5c-2 2.1-2 5.6 0 7.7 2 2.1 5.3 2.1 7.3 0l7.1-7.5c.7-.7 2-.7 2.7 0l7.1 7.5c2 2.1 5.3 2.1 7.3 0 2.2-2.1 2.2-5.6.1-7.7", fill: "#947151" }),
React.createElement("g", { fill: "#3e4347" },
React.createElement("path", { d: "M26.1 35.7c0-2.6 2.6-3.1 5.9-3.1 3.3 0 5.9.5 5.9 3.1 0 2.1-4.7 3.9-5.9 3.9-1.2 0-5.9-1.9-5.9-3.9M23.31 39.012l.989-.992.991.989-.989.991zM20.947 41.811l.989-.991.99.989-.988.99zM24.125 42.763l.989-.991.991.988-.988.992zM38.703 38.988l.992-.988.988.991-.991.989zM41.128 41.762l.992-.989.988.991-.991.989zM37.947 42.811l.991-.988.989.99-.991.99z" })));
exports.default = Svg1f436;