UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 1.13 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 Svg2747 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("g", { fill: "#c28fef" }, React.createElement("path", { d: "M32 25.4c1.1 0 4.4-15.5 4.5-19.8.1-2-2-3.7-4.5-3.7s-4.6 1.6-4.5 3.7c.2 4.3 3.4 19.8 4.5 19.8M25.4 32c0-1.1-15.5-4.4-19.8-4.5-2-.1-3.7 2-3.7 4.5s1.6 4.6 3.7 4.5c4.3-.2 19.8-3.4 19.8-4.5M27.4 24.7L10.3 10.3l14.5 17.1c.7-1 1.6-1.9 2.6-2.7M36.6 39.3l17.1 14.5-14.4-17.2c-.8 1-1.7 1.9-2.7 2.7M58.3 27.5c-4.3.1-19.8 3.4-19.8 4.5s15.5 4.3 19.8 4.5c2 .1 3.7-2 3.7-4.5s-1.6-4.6-3.7-4.5M32 38.6c-1.1 0-4.3 15.5-4.5 19.8-.1 2 2 3.7 4.5 3.7s4.6-1.6 4.5-3.7c-.1-4.3-3.4-19.8-4.5-19.8M39.3 27.4l14.5-17.1-17.2 14.4c1 .8 1.9 1.7 2.7 2.7M24.7 36.6L10.3 53.7l17.1-14.5c-1-.7-1.9-1.6-2.7-2.6" }), React.createElement("circle", { cx: "32", cy: "32", r: "4.5" }))); exports.default = Svg2747;