iconista
Version:
Thousands of SVG icons with one React component
23 lines (22 loc) • 2.56 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 Svg1f413 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M9.7 23.4c1.6 2.7 3.4 3 4.7 1.5 2-2.4-.2-5.5-2.5-6.3-3.9-1.5-7.3 3-7.3 3s3.7-.5 5.1 1.8", fill: "#f29a2e" }),
React.createElement("path", { d: "M55.6 15c-9.1-5.5-19.8-1.2-21.9 9.3-.5 2.6-1.3 12.4 5.8 9.1.3.8 1 1.5 1.9 2.3 2.4 1.9 1.1 7 1.1 7s7.2-3.4 4.4-11.6c4.1 0 7 7.3 7 7.3s2.8-7 .8-13.3c3.7-.4 7.2 5 7.2 5s1.8-10.2-6.3-15.1", fill: "#e24b4b" }),
React.createElement("g", { fill: "#f4bc58" },
React.createElement("path", { d: "M32.1 62h-13c0-1.1 7.6-1.3 7.9-8.8 1.3 8.4 5.1 7.7 5.1 8.8M19.3 58.1l-8-9.6c.6-.7 5.4 4.8 9.5.4-3.7 6.1-1 8.5-1.5 9.2" })),
React.createElement("g", { fill: "#947151" },
React.createElement("path", { d: "M41.4 33.4c0 10.4-7.1 18.8-16 18.8-8.8 0-16-8.4-16-18.8 0-6.9 1.3-22 6.2-22 15.3 0-3.9 19.9 9.7 19.9 9 0 16.1-8.3 16.1 2.1" }),
React.createElement("path", { d: "M32.7 50.1c0 2.2-3 6.8-5.6 6.8s-5.6-3.1-5.6-5.3c0-2.1 11.2-2.5 11.2-1.5" })),
React.createElement("path", { d: "M38.8 31.4C38.6 36 30.7 43 26.3 43s-8-3.7-8-8.2c0-7.6 3.8-3.9 8.2-3.9 4.4 0 12.8-6.8 12.3.5", fill: "#3e4347" }),
React.createElement("path", { d: "M8.7 28.9l.6 10.9 2.5-3.1 2.9 3.6.6-5 4.5 3.3-.8-4.8 5.4.6-2.5-3 3.7-2.5s-4.5 1-4.4-1.8c.1-2.8 3-11 1.1-13.4-1.9-2.4-10.1 0-10.1 0L8.7 28.9", fill: "#f4bc58" }),
React.createElement("ellipse", { cx: "8.7", cy: "19.5", rx: ".6", ry: ".3", fill: "#3e4347" }),
React.createElement("ellipse", { cx: "14.6", cy: "19.9", rx: "4.3", ry: "4.2", fill: "#e24b4b" }),
React.createElement("ellipse", { cx: "14.3", cy: "19.5", rx: "2.1", ry: "1.6", fill: "#3e4347" }),
React.createElement("g", { fill: "#e24b4b" },
React.createElement("path", { d: "M9.5 34.3c.3 3.9-2.5 5.7-4.6 5.5-3.4-.3-3.4-5.2-1.9-8.1 2.6-5 9-15.3 9-15.3S9.2 30.8 9.5 34.3" }),
React.createElement("path", { d: "M23.2 13.1v-1.7C23 8 26.6 4.9 26.6 4.9s-6-.9-8.6 4.2c-.3.6-.5 1.3-.7 2-.1-.5-.3-1-.5-1.6C15.7 6.4 18.3 2 18.3 2s-5.9 1.5-6.9 7.3c-.2 1.2-.2 2.5.1 3.7l-.3-.3c-1.9-1.8-1.4-6.2-1.4-6.2S5.9 10.3 7 15.1c.6 2.8 3.1 5.5 5.2 3.2.6-.7 2.2-1.8 3.2-2.1.7-.2 2.5-.1 3.6.8 1 .9 1.8 2.4 3.3 2.4 6.4.3 7.6-8.9 7.6-8.9s-3.3 1.7-6.7 2.6" })));
exports.default = Svg1f413;