@ant-design/web3-icons
Version:
A collection of Web3 icons.
76 lines (75 loc) • 8.39 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.BybitWalletCircleColorful = void 0;
var _react = require("@inline-svg-unique-id/react");
var React = _interopRequireWildcard(require("react"));
var _icons = _interopRequireDefault(require("@ant-design/icons"));
var _antd = require("antd");
var _classnames = _interopRequireDefault(require("classnames"));
var _jsxRuntime = require("react/jsx-runtime");
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
// GENERATE BY ./scripts/generate.ts
// DON NOT EDIT IT MANUALLY
var SVGComponent = function SVGComponent(props) {
const _id = (0, _react.useUniqueInlineId)();
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
...props,
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M0 18.7C0 8.372 8.372 0 18.7 0h50.6C79.628 0 88 8.372 88 18.7v50.6C88 79.628 79.628 88 69.3 88H18.7C8.372 88 0 79.628 0 69.3V18.7Z",
fill: "#404347"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M7.576 26.807a4.889 4.889 0 0 1 3.68-6.144l46.353-9.846a4.89 4.89 0 0 1 5.416 2.652l20.82 42.997L25.177 87.51 7.576 26.807Z",
fill: `url(#${_id})`
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M8.182 30.162a4.889 4.889 0 0 1 4.068-6.206l61.436-7.968a4.889 4.889 0 0 1 5.425 3.899l8.89 44.89-63.312 22.49L8.182 30.161Z",
fill: "#fff"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M0 34.222c0-5.4 4.378-9.777 9.778-9.777h58.666C79.244 24.445 88 33.2 88 44v24.445C88 79.245 79.245 88 68.444 88H19.556C8.756 88 0 79.245 0 68.445V34.222Z",
fill: "#000"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M58.22 61.196v-18.32h3.574v18.32H58.22Z",
fill: "#F7A600"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M17.44 66.664H9.777v-18.32h7.353c3.574 0 5.656 2.006 5.656 5.145 0 2.033-1.337 3.346-2.261 3.783 1.105.515 2.52 1.672 2.52 4.117 0 3.422-2.341 5.275-5.607 5.275Zm-.592-15.13h-3.496v4.22h3.496c1.516 0 2.366-.848 2.366-2.108 0-1.263-.848-2.112-2.366-2.112Zm.231 7.437h-3.727v4.502h3.727c1.62 0 2.391-1.03 2.391-2.264.002-1.236-.77-2.238-2.39-2.238ZM32.892 59.15v7.514h-3.548V59.15l-5.502-10.807h3.882l3.42 7.385 3.367-7.385h3.882l-5.5 10.807ZM48.563 66.664h-7.661v-18.32h7.353c3.574 0 5.656 2.006 5.656 5.145 0 2.033-1.337 3.346-2.261 3.783 1.105.515 2.52 1.672 2.52 4.117-.003 3.422-2.343 5.275-5.607 5.275Zm-.591-15.13h-3.497v4.22h3.497c1.516 0 2.366-.848 2.366-2.108-.002-1.263-.85-2.112-2.366-2.112Zm.231 7.437h-3.728v4.502h3.728c1.62 0 2.39-1.03 2.39-2.264 0-1.236-.772-2.238-2.39-2.238ZM73.439 51.534v15.13h-3.574v-15.13h-4.781v-3.19h13.138v3.19H73.44Z",
fill: "#fff"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("defs", {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("linearGradient", {
id: _id,
x1: "7.333",
y1: "25.594",
x2: "84.638",
y2: "21.722",
gradientUnits: "userSpaceOnUse",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
stopColor: "#FFD748"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
offset: "1",
stopColor: "#F7A600"
})]
})
})]
});
};
SVGComponent.defaultProps = {
viewBox: "0 0 88 88",
fill: "none",
xmlns: "http://www.w3.org/2000/svg"
};
/** */
const BybitWalletCircleColorful = exports.BybitWalletCircleColorful = /*#__PURE__*/React.forwardRef((props, ref) => {
const {
getPrefixCls
} = React.useContext(_antd.ConfigProvider.ConfigContext);
const prefixCls = getPrefixCls('web3-icon-bybit-wallet-circle-colorful');
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_icons.default, {
...props,
className: (0, _classnames.default)(prefixCls, props.className),
ref: ref,
component: SVGComponent
});
});
BybitWalletCircleColorful.displayName = 'BybitWalletCircleColorful';