UNPKG

@ant-design/web3-icons

Version:
48 lines 2.24 kB
// GENERATE BY ./scripts/generate.ts // DON NOT EDIT IT MANUALLY import * as React from 'react'; import AntdIcon from '@ant-design/icons'; import { ConfigProvider } from 'antd'; import classnames from 'classnames'; import { eraseDefaultProps } from "../utils"; import { jsx as _jsx } from "react/jsx-runtime"; import { jsxs as _jsxs } from "react/jsx-runtime"; var SVGComponent = function SVGComponent(props) { return /*#__PURE__*/_jsxs("svg", { ...props, children: [/*#__PURE__*/_jsx("path", { fill: "#662d91", d: "m2000 1716.64-995.21-569.86L0 1719l2000-2.36z" }), /*#__PURE__*/_jsx("path", { fill: "#9e1f63", d: "m1005.11 0-.32 1146.78L2000 1716.64 1005.11 0z" }), /*#__PURE__*/_jsx("path", { fill: "#ff5000", d: "m0 1719 1004.79-572.22L1005.11 0 0 1719z" }), /*#__PURE__*/_jsx("path", { fill: "#fff", stroke: "#ff5000", strokeMiterlimit: "10", strokeWidth: "25", d: "M1002.75 695.67 591.9 1381.92h823.54l-412.69-686.25z" })] }); }; SVGComponent.defaultProps = { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 2000 1719" }; /**![BatColorful](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9IiNjYWNhY2EiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDIwMDAgMTcxOSIgPjxwYXRoIGZpbGw9IiM2NjJkOTEiIGQ9Ik0yMDAwIDE3MTYuNjQgMTAwNC43OSAxMTQ2Ljc4IDAgMTcxOSAyMDAwIDE3MTYuNjR6Ii8+PHBhdGggZmlsbD0iIzllMWY2MyIgZD0iTTEwMDUuMTEgMCAxMDA0Ljc5IDExNDYuNzggMjAwMCAxNzE2LjY0IDEwMDUuMTEgMHoiLz48cGF0aCBmaWxsPSIjZmY1MDAwIiBkPSJNMCAxNzE5IDEwMDQuNzkgMTE0Ni43OCAxMDA1LjExIDAgMCAxNzE5eiIvPjxwYXRoIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmNTAwMCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjI1IiBkPSJtMTAwMi43NSA2OTUuNjdsLTQxMC44NSA2ODYuMjVoODIzLjU0bC00MTIuNjktNjg2LjI1eiIvPjwvc3ZnPg==) */ export const BatColorful = /*#__PURE__*/React.forwardRef((props, ref) => { const { getPrefixCls } = React.useContext(ConfigProvider.ConfigContext); const prefixCls = getPrefixCls('web3-icon-bat-colorful'); return /*#__PURE__*/_jsx(AntdIcon, { ...props, className: classnames(prefixCls, props.className), ref: ref, component: eraseDefaultProps(SVGComponent) }); }); BatColorful.displayName = 'BatColorful';