UNPKG

iconista

Version:

Thousands of SVG icons with one React component

18 lines (17 loc) 1.51 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 Svg23f0 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("ellipse", { cx: "32.1", cy: "35.8", rx: "25.2", ry: "25.3", fill: "#428bc1" }), React.createElement("ellipse", { cx: "32.1", cy: "35.8", rx: "19.6", ry: "19.7", fill: "#fff" }), React.createElement("g", { fill: "#428bc1" }, React.createElement("path", { d: "M11 48.3L8.8 62h1.9c1.2 0 1.6-1.4 2.4-3.1 1-2.2 3.4-7.9 3.4-7.9L11 48.3zM53.1 48.3L55.4 62h-1.9c-1.2 0-1.6-1.4-2.4-3.1-1-2.2-3.4-7.9-3.4-7.9l5.4-2.7M13.3 10.2l5.9 5.9-3.1 3.2-5.9-6zM50.9 10.2L45 16.1l3.1 3.2 5.9-6z" })), React.createElement("g", { fill: "#b0b8b8" }, React.createElement("path", { d: "M5.7 23.6L23.3 5.7C21.1 3.4 18 2 14.5 2 7.6 2 2 7.7 2 14.6c0 3.5 1.4 6.7 3.7 9zM40.5 5.8l17.8 17.7c2.3-2.3 3.7-5.4 3.7-8.9C62 7.7 56.4 2 49.4 2c-3.5.1-6.6 1.5-8.9 3.8" })), React.createElement("path", { fill: "#ed4c5c", d: "M20.6 46.6l10.3-10.5 1.2 1.2-10.3 10.4z" }), React.createElement("g", { fill: "#428bc1" }, React.createElement("ellipse", { cx: "32.1", cy: "35.8", rx: "3.7", ry: "3.7" }), React.createElement("path", { d: "M30.2 21.7h3.7v15h-3.7zM33.9 33.9h7.5v3.7h-7.5z" }))); exports.default = Svg23f0;