UNPKG

@ant-design/web3-icons

Version:
38 lines 2.14 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: "M1250 0C559.64 0 0 559.64 0 1250s559.64 1250 1250 1250 1250-559.64 1250-1250S1940.36 0 1250 0" }), /*#__PURE__*/_jsx("path", { d: "M1758.12 1790.62h-158.74v-337.49H900.62v337.49H741.87V696.25h158.75v329.37h698.76V696.25h158.75Zm-850-463.75h698.75V1152.5H908.12Z", fill: "#fff" })] }); }; SVGComponent.defaultProps = { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 2500 2500" }; /**![HbarCircleColorful](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9IiNjYWNhY2EiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI1MDAgMjUwMCI+PGRlZnMvPjx0aXRsZT5oZWRlcmEtLWxvZ288L3RpdGxlPjxnIGlkPSJhbnQtd2ViMy1pY29uLWhiYXItY2lyY2xlLWNvbG9yZnVsLUxheWVyXzIiPjxnIGlkPSJhbnQtd2ViMy1pY29uLWhiYXItY2lyY2xlLWNvbG9yZnVsLUxheWVyXzEtMiI+PHBhdGggZD0iTTEyNTAsMEM1NTkuNjQsMCwwLDU1OS42NCwwLDEyNTBTNTU5LjY0LDI1MDAsMTI1MCwyNTAwczEyNTAtNTU5LjY0LDEyNTAtMTI1MFMxOTQwLjM2LDAsMTI1MCwwIi8+PHBhdGggZD0iTTE3NTguMTIsMTc5MC42MkgxNTk5LjM4VjE0NTMuMTNIOTAwLjYydjMzNy40OUg3NDEuODdWNjk2LjI1SDkwMC42MnYzMjkuMzdoNjk4Ljc2VjY5Ni4yNWgxNTguNzVabS04NTAtNDYzLjc1aDY5OC43NVYxMTUyLjVIOTA4LjEyWiIgc3R5bGU9ImZpbGw6ICNmZmY7Ii8+PC9nPjwvZz48L3N2Zz4=) */ export const HbarCircleColorful = /*#__PURE__*/React.forwardRef((props, ref) => { const { getPrefixCls } = React.useContext(ConfigProvider.ConfigContext); const prefixCls = getPrefixCls('web3-icon-hbar-circle-colorful'); return /*#__PURE__*/_jsx(AntdIcon, { ...props, className: classnames(prefixCls, props.className), ref: ref, component: eraseDefaultProps(SVGComponent) }); }); HbarCircleColorful.displayName = 'HbarCircleColorful';