iconista
Version:
Thousands of SVG icons with one React component
27 lines (26 loc) • 2.76 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 Svg1f41d = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("g", { fill: "#8fbedb" },
React.createElement("g", { opacity: ".6" },
React.createElement("path", { d: "M60.2 12.5c-3.4-3.6-9.6-1.8-13.9 4-4.3 5.8-7.5 20-7.5 20s14.6-2 18.9-7.8c4.3-5.8 5.8-12.6 2.5-16.2M3.8 12.5c3.4-3.6 9.6-1.8 13.9 4 4.3 5.8 7.5 20 7.5 20s-14.6-2-18.9-7.8C2 22.9.5 16.1 3.8 12.5z" })),
React.createElement("g", { opacity: ".6" },
React.createElement("path", { d: "M4.1 40.3c-1.2-9.9 26.6-2.6 26.6-2.6S6.9 62.9 4.1 40.3zM59.3 40.3c1.2-9.9-26.6-2.6-26.6-2.6s23.8 25.2 26.6 2.6" }))),
React.createElement("path", { d: "M44 37.5c0 26.3-24 26.3-24 0 0-8.4 24-8.4 24 0", fill: "#3e4347" }),
React.createElement("g", { fill: "#ffce31" },
React.createElement("path", { d: "M22.7 36.6c-.4.6-.7 1.3-.7 2 0 1.2.1 2.2.2 3.3 6.3.5 13.4.5 19.7 0 .1-1 .2-2.1.2-3.3 0-.8-.2-1.4-.7-2-6.1 1.4-12.7 1.4-18.7 0M23.3 47.3c.7 2 1.6 3.6 2.7 4.8 3.9-.6 8-.6 12 0 1.1-1.2 2-2.8 2.7-4.8-5.6-.4-11.8-.4-17.4 0" }),
React.createElement("circle", { cx: "32", cy: "22", r: "13.8" })),
React.createElement("g", { fill: "#3e4347" },
React.createElement("path", { d: "M28.4 9.7l-.9-.1c.1-1.9-1.3-4.3-3.8-5l.2-.9c2.7.8 4.6 3.4 4.5 6" }),
React.createElement("path", { d: "M25.5 2.8c.8.9.7 2.3-.2 3.1-.9.8-2.3.7-3.1-.2-.8-.9-.7-2.3.2-3.1.9-.9 2.3-.8 3.1.2M35.6 9.7l.9-.1c-.1-1.9 1.3-4.3 3.8-5l-.2-.9c-2.7.8-4.6 3.4-4.5 6" }),
React.createElement("path", { d: "M38.5 2.8c-.8.9-.7 2.3.2 3.1.9.8 2.3.7 3.1-.2.8-.9.7-2.3-.2-3.1-.9-.9-2.3-.8-3.1.2" })),
React.createElement("path", { d: "M44.3 22.6c0 3.3-2.2 6-5 6s-5-2.7-5-6 2.2-6 5-6c2.7 0 5 2.7 5 6", fill: "#fcfcfa" }),
React.createElement("path", { d: "M41.8 22.6c0 1.7-1.1 3-2.5 3s-2.5-1.3-2.5-3 1.1-3 2.5-3c1.3 0 2.5 1.3 2.5 3", fill: "#3f3438" }),
React.createElement("path", { d: "M29.7 22.6c0 3.3-2.2 6-5 6s-5-2.7-5-6 2.2-6 5-6 5 2.7 5 6", fill: "#fcfcfa" }),
React.createElement("path", { d: "M27.2 22.6c0 1.7-1.1 3-2.5 3s-2.5-1.3-2.5-3 1.1-3 2.5-3 2.5 1.3 2.5 3", fill: "#3f3438" }),
React.createElement("g", { fill: "#3e4347" },
React.createElement("path", { d: "M32 32.2c-2.4 0-4.5-.9-4.5-1.8 0-.1 0-.2.1-.3.1-.1.2-.1.4-.1s.3.1.6.2c.6.2 1.7.7 3.5.7s2.9-.5 3.4-.7c.2-.2.4-.2.5-.2.2 0 .4.1.4.4.1.9-2 1.8-4.4 1.8M31.1 62s1.1-3.7-.3-6.1c-.2-.3 2.8-.8 3-.5 1.8 3.4-2.7 6.6-2.7 6.6" })));
exports.default = Svg1f41d;