UNPKG

@ant-design/web3-icons

Version:
39 lines 2.03 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", { d: "M0 64.6v246.5l160 57.4V120l173.1-63.8L176 0 0 64.6z", fill: "#00e599" }), /*#__PURE__*/_jsx("path", { d: "M173.1 127.1v134.8l160 57.4V67.9l-160 59.2z", fill: "#00af92" })] }); }; SVGComponent.defaultProps = { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 333.1 368.5" }; /**![NeoColorful](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9IiNjYWNhY2EiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDMzMy4xIDM2OC41Ij48ZGVmcy8+PHRpdGxlPm5lby1uZW8tbG9nbzwvdGl0bGU+PGcgaWQ9ImFudC13ZWIzLWljb24tbmVvLWNvbG9yZnVsLUxheWVyXzIiPjxnIGlkPSJhbnQtd2ViMy1pY29uLW5lby1jb2xvcmZ1bC1MYXllcl8xLTIiPjxnIGlkPSJhbnQtd2ViMy1pY29uLW5lby1jb2xvcmZ1bC1MYXllcl8yLTIiPjxnIGlkPSJhbnQtd2ViMy1pY29uLW5lby1jb2xvcmZ1bC1MYXllcl8xLTItMiI+PHBvbHlnb24gcG9pbnRzPSIwIDY0LjYgMCAzMTEuMSAxNjAgMzY4LjUgMTYwIDEyMCAzMzMuMSA1Ni4yIDE3NiAwIDAgNjQuNiIgc3R5bGU9ImZpbGw6ICMwMGU1OTk7Ii8+PHBvbHlnb24gcG9pbnRzPSIxNzMuMSAxMjcuMSAxNzMuMSAyNjEuOSAzMzMuMSAzMTkuMyAzMzMuMSA2Ny45IDE3My4xIDEyNy4xIiBzdHlsZT0iZmlsbDogIzAwYWY5MjsiLz48L2c+PC9nPjwvZz48L2c+PC9zdmc+) */ export const NeoColorful = /*#__PURE__*/React.forwardRef((props, ref) => { const { getPrefixCls } = React.useContext(ConfigProvider.ConfigContext); const prefixCls = getPrefixCls('web3-icon-neo-colorful'); return /*#__PURE__*/_jsx(AntdIcon, { ...props, className: classnames(prefixCls, props.className), ref: ref, component: eraseDefaultProps(SVGComponent) }); }); NeoColorful.displayName = 'NeoColorful';