UNPKG

@ant-design/web3-icons

Version:
45 lines 2.24 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: "none", fillRule: "evenodd", children: [/*#__PURE__*/_jsx("circle", { cx: "16", cy: "16", r: "16", fill: "#767DFF", fillRule: "nonzero" }), /*#__PURE__*/_jsx("path", { fill: "#FFF", d: "M13.77 6.5h4.46a.87.87 0 0 1 .759.444l6.906 12.319a.87.87 0 0 1 0 .85l-2.21 3.942a.87.87 0 0 1-.758.445H9.073a.87.87 0 0 1-.759-.445l-2.209-3.942a.87.87 0 0 1 0-.85l6.906-12.319a.87.87 0 0 1 .759-.444zM16 11.401l-4.653 8.287h9.306L16 11.401z" })] }) }); }; SVGComponent.defaultProps = { xmlns: "http://www.w3.org/2000/svg" }; /**![ActCircleColorful](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9IiNjYWNhY2EiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGNpcmNsZSBjeD0iMTYiIGN5PSIxNiIgcj0iMTYiIGZpbGw9IiM3NjdERkYiIGZpbGwtcnVsZT0ibm9uemVybyIvPjxwYXRoIGZpbGw9IiNGRkYiIGQ9Ik0xMy43NyA2LjVoNC40NmEuODcuODcgMCAwIDEgLjc1OS40NDRsNi45MDYgMTIuMzE5YS44Ny44NyAwIDAgMSAwIC44NWwtMi4yMSAzLjk0MmEuODcuODcgMCAwIDEtLjc1OC40NDVIOS4wNzNhLjg3Ljg3IDAgMCAxLS43NTktLjQ0NWwtMi4yMDktMy45NDJhLjg3Ljg3IDAgMCAxIDAtLjg1bDYuOTA2LTEyLjMxOWEuODcuODcgMCAwIDEgLjc1OS0uNDQ0ek0xNiAxMS40MDFsLTQuNjUzIDguMjg3aDkuMzA2TDE2IDExLjQwMXoiLz48L2c+PC9zdmc+) */ export const ActCircleColorful = /*#__PURE__*/React.forwardRef((props, ref) => { const { getPrefixCls } = React.useContext(ConfigProvider.ConfigContext); const prefixCls = getPrefixCls('web3-icon-act-circle-colorful'); return /*#__PURE__*/_jsx(AntdIcon, { ...props, className: classnames(prefixCls, props.className), ref: ref, component: eraseDefaultProps(SVGComponent) }); }); ActCircleColorful.displayName = 'ActCircleColorful';