UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 923 B
"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 Svg2653 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("circle", { cx: "32", cy: "32", r: "30", fill: "#c28fef" }), React.createElement("path", { d: "M45.3 45.9c-4.2-3.2-6.5-7.7-7-12.3h6.2c2 0 2-3.1 0-3.1h-6.2c.4-4.6 2.7-9.1 7-12.3 1.6-1.2 0-3.9-1.6-2.7-5.2 3.9-8 9.4-8.4 15h-6.2c-.4-5.7-3.4-11.3-8.8-15.2-1.6-1.2-3.2 1.5-1.6 2.7 4.4 3.2 6.8 7.8 7.3 12.5h-6.4c-2 0-2 3.1 0 3.1H26c-.4 4.7-2.8 9.3-7.2 12.5-1.6 1.2 0 3.8 1.6 2.7 5.4-3.9 8.3-9.5 8.7-15.2h6.2c.4 5.6 3.2 11 8.5 15 1.5 1.1 3.1-1.6 1.5-2.7z", fill: "#fff", stroke: "#fff", strokeMiterlimit: "10" })); exports.default = Svg2653;