iconista
Version:
Thousands of SVG icons with one React component
17 lines (16 loc) • 2.27 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 Svg1f52e = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M53.3 55.3c0-3.5 1.7-9.5-5.1-12.8H15.8c-6.8 3.2-5.1 9.3-5.1 12.8C10.7 57.9 6 57 6 60c0 2.3 3.2 2.2 4.4 1.7 3-1.1 4.9-3.8 5.5-4.6.5-.7.2-.9.5-1.7.3-.8 1.9.8 4-.1 3.1-1.3 1.1-3.9 3.4-3.9 1.4 0 4.4 1.2 8.2 1.2 3.8 0 6.8-1.2 8.2-1.2 2.3 0 .2 2.5 3.4 3.9 2.2.9 3.8-.7 4 .1.3.8-.1.9.5 1.7.6.9 2.5 3.5 5.5 4.6 1.3.5 4.4.6 4.4-1.7 0-3-4.7-2.1-4.7-4.7", fill: "#94989b" }),
React.createElement("g", { fill: "#b0bdc6" },
React.createElement("path", { d: "M46.1 42.8c-3.9-1.3-24.3-1.3-28.2 0-7.7 2.6-5.9 10.6-5.9 10.6s2.6-4.4 6.1-3.4c0 0-4.6 2.2-2.3 5 .6-2.6 2.6.2 4.6-1.1 2.2-1.5.2-4.7 4.1-3.7 5.5 1.6 9.6 1.6 15.2 0 3.8-1.1 1.9 2.1 4.1 3.7 2 1.4 4-1.4 4.6 1.1 2.3-2.9-2.3-5-2.3-5 3.5-1 6.1 3.4 6.1 3.4s1.6-8-6.1-10.6M9.9 58.3c0-1.2-4.7.8-2.4 2.5 2.4 1.7 7.2-2.7 4.7-2.7-1.5 0-2.3 1.3-2.3.2M54.1 58.3c0-1.2 4.7.8 2.4 2.5-2.3 1.7-7.2-2.7-4.7-2.7 1.5 0 2.3 1.3 2.3.2" })),
React.createElement("circle", { cx: "32", cy: "25.8", r: "23.8", fill: "#8c13d4" }),
React.createElement("path", { d: "M35.3 25.3C42.2 28.2 47.1 33.4 49 39c2.8-3.6 4.5-8.2 4.5-13.1C53.5 14 43.8 4.4 32 4.4S10.5 14 10.5 25.9c0 1.1.1 2.2.3 3.3 4.7-6.1 14.9-7.9 24.5-3.9", fill: "#ae3ffd" }),
React.createElement("ellipse", { cx: "32", cy: "39.9", rx: "15.2", ry: "9.7", fill: "#6c368e" }),
React.createElement("path", { d: "M18.1 30.5c0-11.4 9.2-20.6 20.6-20.6 2.7 0 5.3.5 7.7 1.5C42.8 8.1 37.9 6 32.5 6 21.2 6 12 15.2 12 26.6c0 8.6 5.3 16 12.8 19.1-4.1-3.8-6.7-9.2-6.7-15.2", fill: "#b371ec" }),
React.createElement("g", { fill: "#fff" },
React.createElement("path", { d: "M20.4 5.7c0 4.9-2.6 9.2-6.3 9.2 3.7 0 6.3 4.4 6.3 9.2 0-4.9 2.6-9.2 6.3-9.2-3.6 0-6.3-4.3-6.3-9.2M16.7 22.4c0 2.6-1.4 5-3.4 5 2 0 3.4 2.4 3.4 5 0-2.6 1.4-5 3.4-5-1.9 0-3.4-2.4-3.4-5M25.8 18.7c0 2.3-1.2 4.3-3 4.3 1.7 0 3 2 3 4.3 0-2.3 1.2-4.3 3-4.3-1.8.1-3-2-3-4.3" })));
exports.default = Svg1f52e;