UNPKG

@ant-design/web3-icons

Version:
37 lines 1.77 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"; var SVGComponent = function SVGComponent(props) { return /*#__PURE__*/_jsx("svg", { ...props, children: /*#__PURE__*/_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M19.72 7.2v14.434L17.555 24H4.396v-4.8H0V4.8h4.396V0h8.761l6.564 7.2Zm-4.364 12V9.6l-4.397-4.8H4.396v14.4h10.96Z", fill: "#0098EA" }) }); }; SVGComponent.defaultProps = { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" }; /**![DeWalletCircleColorful](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9IiNjYWNhY2EiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIKICAgIGQ9Ik0xOS43MjA2IDcuMjAwMDVWMjEuNjM0M0wxNy41NTM5IDI0SDQuMzk2MjNWMTkuMjAwMUgwVjQuNzk5OUg0LjM5NjIzVjBIMTMuMTU3NUwxOS43MjA2IDcuMjAwMDVaTTE1LjM1NTcgMTkuMlY5LjZMMTAuOTU5NCA0LjhMNC4zOTYyMyA0Ljc5OTlWMTkuMjAwMUwxNS4zNTU3IDE5LjJaIgogICAgZmlsbD0iIzAwOThFQSI+PC9wYXRoPgo8L3N2Zz4K) */ export const DeWalletCircleColorful = /*#__PURE__*/React.forwardRef((props, ref) => { const { getPrefixCls } = React.useContext(ConfigProvider.ConfigContext); const prefixCls = getPrefixCls('web3-icon-de-wallet-circle-colorful'); return /*#__PURE__*/_jsx(AntdIcon, { ...props, className: classnames(prefixCls, props.className), ref: ref, component: eraseDefaultProps(SVGComponent) }); }); DeWalletCircleColorful.displayName = 'DeWalletCircleColorful';