iconista
Version:
Thousands of SVG icons with one React component
23 lines (22 loc) • 2.7 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 Svg1f98d = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M51.8 16.1C49.5 6.2 39.6 2 32 2S14.5 6.2 12.2 16.1-3 30.8 4.1 40.5C9.2 47.5 24.5 62 32 62s22.8-14.5 27.9-21.5c7.1-9.7-5.8-14.5-8.1-24.4z", fill: "#3e4347" }),
React.createElement("g", { fill: "#94989b" },
React.createElement("path", { d: "M51.5 25c-7-4.7-14.6 1-19.5 1s-12.5-5.7-19.5-1 1.1 14.8 9 12c10.5-3.8 2.2 4.3.9 7.5C21.2 47.7 20 57 32 57s10.8-9.3 9.6-12.5c-1.3-3.2-9.6-10.5.9-7.5 8.3 2.4 16-7.3 9-12" }),
React.createElement("path", { d: "M47.8 18.5c-4.7-1.8-9.6 1.6-15.8 1.6-6.2 0-11.2-3.4-15.8-1.6-5.2 2 0 0 5.4 1.6C27 21.8 29.3 22 32 22s5-.2 10.4-1.8c5.4-1.7 10.7.3 5.4-1.7", opacity: ".5" }),
React.createElement("path", { d: "M42.6 15.9c-3.1-1.3-6.4 1.2-10.6 1.2-4.1 0-7.4-2.5-10.6-1.2-3.5 1.5 0 0 3.6 1.2s5.1 1.4 7 1.4c1.8 0 3.3-.1 7-1.4 3.6-1.2 7 .3 3.6-1.2", opacity: ".5" }),
React.createElement("path", { d: "M29 34.2c-2.4-1.1-1.5 2.6-6.2 4.2-4.6 1.7-2.8 5.6.5 5.6 2.9 0 5.2.1 6.9-2.4 1.8-2.4 1.3-6.3-1.2-7.4M41.2 38.4c-4.6-1.6-3.7-5.4-6.2-4.2-2.4 1.1-3 5-1.2 7.4 1.8 2.4 4 2.4 6.9 2.4 3.3 0 5.1-3.9.5-5.6" })),
React.createElement("g", { fill: "#3e4347" },
React.createElement("path", { d: "M28.5 37.4c.1 1.6.7 5-2.6 5.1-2.9.1-3.7-2.9-.2-3 2.3 0 2.8-2.1 2.8-2.1M35.5 37.4c-.1 1.6-.7 5 2.6 5.1 2.9.1 3.7-2.9.2-3-2.3 0-2.8-2.1-2.8-2.1" }),
React.createElement("ellipse", { cx: "32", cy: "49", rx: "8.6", ry: ".5" })),
React.createElement("path", { d: "M23 34.2c3.3 0 6-2.6 6-5.8H17c0 3.2 2.7 5.8 6 5.8", fill: "#c7e755" }),
React.createElement("path", { d: "M23 31.7c1.7 0 3-1.3 3-2.9h-6c0 1.6 1.3 2.9 3 2.9", fill: "#89664c" }),
React.createElement("path", { d: "M47 28.4c0 3.2-2.7 5.8-6 5.8s-6-2.6-6-5.8h12", fill: "#c7e755" }),
React.createElement("path", { d: "M44 28.8c0 1.6-1.3 2.9-3 2.9s-3-1.3-3-2.9h6", fill: "#89664c" }),
React.createElement("g", { fill: "#3e4347" },
React.createElement("path", { d: "M51.5 28.6c0 .4-8.7.8-19.5.8s-19.5-.4-19.5-.8 8.7-.7 19.5-.7 19.5.3 19.5.7M2 35s0 6.2 4.3 11.7l.9-2s.1 3 2.7 6.5l.8-3s.1 4.6 4.1 8.9c0 0 .3-3 .8-4.1 0 0 2.2 4.8 7.5 8 0 0-1.4-2.6 1.7-4.6C24.7 56.4 10.1 35 2 35M62 35s0 6.2-4.2 11.7l-.9-2s-.1 3-2.7 6.5l-.8-3s-.1 4.6-4.1 8.9c0 0-.3-3-.8-4.1 0 0-2.2 4.8-7.5 8 0 0 1.4-2.6-1.7-4.6 0 0 14.6-21.4 22.7-21.4" })));
exports.default = Svg1f98d;