UNPKG

@ant-design/web3-icons

Version:
40 lines 1.69 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__*/_jsx("svg", { ...props, children: /*#__PURE__*/_jsxs("g", { fill: "#f70000", children: [/*#__PURE__*/_jsx("path", { d: "M995 563 0 1588 1000 0l1000 1598z" }), /*#__PURE__*/_jsx("path", { d: "M1140 971H828l160-172 152 173m-600 281h896l-182-182-538 2v1l-176 176" })] }) }); }; SVGComponent.defaultProps = { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 2000 1598" }; /**![ArkColorful](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9IiNjYWNhY2EiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDIwMDAgMTU5OCI+PGcgZmlsbD0iI2Y3MDAwMCI+PHBhdGggZD0iTTk5NSA1NjNMMCAxNTg4IDEwMDAgMGwxMDAwIDE1OTh6Ii8+PHBhdGggZD0iTTExNDAgOTcxSDgyOGwxNjAtMTcyIDE1MiAxNzNtLTYwMCAyODFoODk2bC0xODItMTgyLTUzOCAydjFsLTE3NiAxNzYiLz48L2c+PC9zdmc+) */ export const ArkColorful = /*#__PURE__*/React.forwardRef((props, ref) => { const { getPrefixCls } = React.useContext(ConfigProvider.ConfigContext); const prefixCls = getPrefixCls('web3-icon-ark-colorful'); return /*#__PURE__*/_jsx(AntdIcon, { ...props, className: classnames(prefixCls, props.className), ref: ref, component: eraseDefaultProps(SVGComponent) }); }); ArkColorful.displayName = 'ArkColorful';