iconista
Version:
Thousands of SVG icons with one React component
14 lines (13 loc) • 1.71 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 Svg1f35a = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M62 34.1c0 16.3-13.4 25-30 25s-30-8.7-30-25C2 23 15.4 18.9 32 18.9S62 23 62 34.1", fill: "#62727a" }),
React.createElement("path", { d: "M57.3 26.1c2.9-7.2-2.9-4.9-1.6-7.4 2.1-3.9-4.6-9.2-6.9-8.6-.7-4.5-6.2-7.6-13-5.6C34.4 1 16.8-.1 15.2 10c-2.4-.6-9 4.8-6.9 8.6 1.3 2.5-4.5.2-1.6 7.4-1.7 1.9-2.1 9.2-1.3 10C10 41 21 44 32 44s22-3 26.6-8c.8-.8.4-8.1-1.3-9.9", fill: "#e6eded" }),
React.createElement("ellipse", { cx: "32", cy: "57.6", rx: "14.4", ry: "4.4", fill: "#3e4347" }),
React.createElement("path", { d: "M59 26.3v5.5c0 7.5-12.1 10.9-27 10.9S5 39.4 5 31.8v-5.5c-1.9 2.1-3 4.7-3 7.8 0 16.3 13.4 25 30 25s30-8.7 30-25c0-3.1-1.1-5.7-3-7.8", fill: "#62727a" }),
React.createElement("g", { fill: "#d2d8d9" },
React.createElement("path", { d: "M51.7 28.3c-7.4-1.9-9.1 3.5-1.7 5.4 7.5 2 9.1-3.5 1.7-5.4M44 33.2c-5.4-5.3-9.6-1.6-4.2 3.9 5.5 5.4 9.7 1.4 4.2-3.9M46.9 18.2c-6.5 3.9-3.9 8.9 2.7 5 6.7-3.9 3.9-9-2.7-5M42.4 8.5c-7-3-9.5 2.1-2.5 5.1 7 3.1 9.5-2.1 2.5-5.1M25.2 4.9c-7.1 2.7-5.4 8 1.7 5.4 7.3-2.6 5.4-8.1-1.7-5.4M17.4 16.6c-6.5-4-9.7.6-3.2 4.7 6.4 4.1 9.7-.7 3.2-4.7M32.1 18.7c-7.3 2.1-6.1 7.6 1.3 5.6 7.4-2.1 6.1-7.7-1.3-5.6M11.9 28.5c-6.8 3.5-4.5 8.6 2.3 5.2 7-3.4 4.5-8.7-2.3-5.2M28.2 33.4c-7.3-2.2-9.2 3-1.9 5.4 7.3 2.3 9.2-3.2 1.9-5.4" })));
exports.default = Svg1f35a;