UNPKG

@ant-design/web3-icons

Version:
44 lines 2.32 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: "#1B75BC" }), /*#__PURE__*/_jsx("path", { fill: "#FFF", d: "M11.587 8.602 16 13.208l4.305-4.606L23 11.36 18.604 16 23 20.603l-2.695 2.793L16 18.792l-4.413 4.604L9 20.68l4.36-4.706L9 11.36l2.587-2.757zm.355-.376L15.982 4l4.04 4.226-2.126 2.265-1.914-2.114-1.914 2.114-2.126-2.265zm0 15.548 2.126-2.265 1.914 2.114 1.914-2.114 2.126 2.265L15.982 28l-4.04-4.226z" })] }) }); }; SVGComponent.defaultProps = { xmlns: "http://www.w3.org/2000/svg" }; /**![AdxCircleColorful](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9IiNjYWNhY2EiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGNpcmNsZSBjeD0iMTYiIGN5PSIxNiIgcj0iMTYiIGZpbGw9IiMxQjc1QkMiLz48cGF0aCBmaWxsPSIjRkZGIiBkPSJNMTEuNTg3IDguNjAyTDE2IDEzLjIwOGw0LjMwNS00LjYwNkwyMyAxMS4zNiAxOC42MDQgMTYgMjMgMjAuNjAzbC0yLjY5NSAyLjc5M0wxNiAxOC43OTJsLTQuNDEzIDQuNjA0TDkgMjAuNjhsNC4zNi00LjcwNkw5IDExLjM2bDIuNTg3LTIuNzU3em0uMzU1LS4zNzZMMTUuOTgyIDRsNC4wNCA0LjIyNi0yLjEyNiAyLjI2NS0xLjkxNC0yLjExNC0xLjkxNCAyLjExNC0yLjEyNi0yLjI2NXptMCAxNS41NDhsMi4xMjYtMi4yNjUgMS45MTQgMi4xMTQgMS45MTQtMi4xMTQgMi4xMjYgMi4yNjVMMTUuOTgyIDI4bC00LjA0LTQuMjI2eiIvPjwvZz48L3N2Zz4=) */ export const AdxCircleColorful = /*#__PURE__*/React.forwardRef((props, ref) => { const { getPrefixCls } = React.useContext(ConfigProvider.ConfigContext); const prefixCls = getPrefixCls('web3-icon-adx-circle-colorful'); return /*#__PURE__*/_jsx(AntdIcon, { ...props, className: classnames(prefixCls, props.className), ref: ref, component: eraseDefaultProps(SVGComponent) }); }); AdxCircleColorful.displayName = 'AdxCircleColorful';