iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 872 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 Kucoin = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M7.928 11.996l7.122 7.122 4.49-4.49a2.004 2.004 0 012.865 0 2.004 2.004 0 010 2.865l-5.918 5.918a2.058 2.058 0 01-2.883 0l-8.541-8.542v5.07a2.034 2.034 0 11-4.07 0V4.043a2.034 2.034 0 114.07 0v5.088L13.604.589a2.058 2.058 0 012.883 0l5.918 5.918c.785.803.785 2.088 0 2.865-.804.785-2.089.785-2.865 0l-4.49-4.49zM15.05 9.96a2.038 2.038 0 00-2.053 2.035c0 1.133.902 2.052 2.035 2.052a2.038 2.038 0 002.053-2.035v-.018A2.07 2.07 0 0015.05 9.96z" }));
exports.default = Kucoin;