iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 785 B
JavaScript
;
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 Svg262a = (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: "M40.6 58.2c-14.2 0-25.7-11.8-25.7-26.2S26.4 5.8 40.6 5.8c2.2 0 4.4.2 6.4.8C42.5 3.7 37.1 2 31.4 2 15.2 2 2 15.4 2 32s13.2 30 29.4 30c5.7 0 11.1-1.7 15.6-4.6-2 .6-4.2.8-6.4.8" }),
React.createElement("path", { d: "M49.8 38l7.5 5.2-2.8-8.5 7.5-5.4h-9.3l-2.9-8.5-2.9 8.5h-9.3l7.5 5.4-2.8 8.5z" })));
exports.default = Svg262a;