UNPKG

iconista

Version:

Thousands of SVG icons with one React component

23 lines (22 loc) 2.19 kB
"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 Svg1f43c = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { d: "M62 14c0 6.6-5.4 12-12 12s-12-5.4-12-12S43.4 2 50 2s12 5.4 12 12", fill: "#3e4347" }), React.createElement("ellipse", { cx: "50", cy: "14", rx: "7.2", ry: "7.2", fill: "#555e63" }), React.createElement("path", { d: "M26 14c0 6.6-5.4 12-12 12S2 20.6 2 14 7.4 2 14 2s12 5.4 12 12", fill: "#3e4347" }), React.createElement("ellipse", { cx: "14", cy: "14", rx: "7.2", ry: "7.2", fill: "#555e63" }), React.createElement("path", { d: "M31.9 8C18.7 8 4 17.9 4 36.4c0 7.7 2.5 9 5.3 14.3 7.8 15.1 37.4 15.1 45.2 0 2.8-5.3 5.5-6.6 5.5-14.3C60 17.9 45 8 31.9 8z", fill: "#d1dbe3" }), React.createElement("path", { d: "M19 50.2c0-6.8 8.8-9.4 13-9.4 4.2 0 13 2.6 13 9.4 0 8.6-4.8 10.6-13 10.6-8.3 0-13-2-13-10.6", fill: "#e4eef7" }), React.createElement("g", { fill: "#3e4347" }, React.createElement("path", { d: "M31 50.1h2v5h-2z" }), React.createElement("path", { d: "M31.9 57c-4.1 0-7.9-1.3-7.9-2.7 0-.2.1-.3.2-.4.1-.1.4-.2.6-.2.3 0 .6.1 1 .3 1 .4 2.9 1.1 6.1 1.1 3.1 0 5-.7 6.1-1.1.5-.2.8-.3 1-.3.4 0 .8.2.8.6 0 1.4-3.7 2.7-7.9 2.7M24 49.6c0-2.5 3.5-3 7.9-3s7.9.5 7.9 3c0 2-6.3 2.8-7.9 2.8-1.6 0-7.9-.8-7.9-2.8M38.2 27.9c3.6-3.6 9.9-3 14.1 1.2 4.2 4.2 4.7 10.5 1.2 14.1-7.2 7.2-22.5-8-15.3-15.3" })), React.createElement("circle", { cx: "44.7", cy: "34.4", r: "5", fill: "#42ade2" }), React.createElement("g", { fill: "#3e4347" }, React.createElement("circle", { cx: "44.7", cy: "34.4", r: "2.5" }), React.createElement("path", { d: "M11.7 29.1c4.2-4.2 10.5-4.7 14.1-1.2 7.2 7.2-8 22.5-15.3 15.3-3.6-3.6-3-9.9 1.2-14.1" })), React.createElement("circle", { cx: "19.3", cy: "34.4", r: "5", fill: "#42ade2" }), React.createElement("circle", { cx: "19.3", cy: "34.4", r: "2.5", fill: "#3e4347" })); exports.default = Svg1f43c;