UNPKG

@ant-design/web3-icons

Version:
37 lines 1.65 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: "m286 559 226.5 129.712L739 559 512.5 870z" }), /*#__PURE__*/_jsx("path", { d: "M512.529 152 286 518.453 512.529 649 739 518.453z" })] }); }; SVGComponent.defaultProps = { viewBox: "0 0 1024 1024", xmlns: "http://www.w3.org/2000/svg" }; /**![EthereumFilled](data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9IiNjYWNhY2EiIHZpZXdCb3g9IjAgMCAxMDI0IDEwMjQiCiAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjg2IDU1OWwyMjYuNSAxMjkuNzEyTDczOSA1NTkgNTEyLjUgODcweiI+PC9wYXRoPgogIDxwYXRoIGQ9Ik01MTIuNTI5IDE1MkwyODYgNTE4LjQ1MyA1MTIuNTI5IDY0OSA3MzkgNTE4LjQ1M3oiPjwvcGF0aD4KPC9zdmc+Cg==) */ export const EthereumFilled = /*#__PURE__*/React.forwardRef((props, ref) => { const { getPrefixCls } = React.useContext(ConfigProvider.ConfigContext); const prefixCls = getPrefixCls('web3-icon-ethereum-filled'); return /*#__PURE__*/_jsx(AntdIcon, { ...props, className: classnames(prefixCls, props.className), ref: ref, component: eraseDefaultProps(SVGComponent) }); }); EthereumFilled.displayName = 'EthereumFilled';