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", fill: "#13a0f6", r: "16" }), /*#__PURE__*/_jsx("path", { d: "M8.297 11.568A2.422 2.422 0 0 1 7 9.422a2.416 2.416 0 1 1 4.553-1.134 8.891 8.891 0 0 1 4.501-1.216c4.94 0 8.946 4.014 8.946 8.964S20.995 25 16.054 25s-8.946-4.013-8.946-8.964a8.94 8.94 0 0 1 1.189-4.468zm7.757 8.878c2.43 0 4.4-1.974 4.4-4.41s-1.97-4.41-4.4-4.41-4.4 1.975-4.4 4.41 1.97 4.41 4.4 4.41z", fill: "#fff" })] }) }); }; SVGComponent.defaultProps = { xmlns: "http://www.w3.org/2000/svg" }; /**![BelaCircleColorful](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9IiNjYWNhY2EiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48Y2lyY2xlIGN4PSIxNiIgY3k9IjE2IiBmaWxsPSIjMTNhMGY2IiByPSIxNiIvPjxwYXRoIGQ9Ik04LjI5NyAxMS41NjhBMi40MjIgMi40MjIgMCAwIDEgNyA5LjQyMmEyLjQxNiAyLjQxNiAwIDEgMSA0LjU1My0xLjEzNCA4Ljg5MSA4Ljg5MSAwIDAgMSA0LjUwMS0xLjIxNmM0Ljk0IDAgOC45NDYgNC4wMTQgOC45NDYgOC45NjRTMjAuOTk1IDI1IDE2LjA1NCAyNXMtOC45NDYtNC4wMTMtOC45NDYtOC45NjRhOC45NCA4Ljk0IDAgMCAxIDEuMTg5LTQuNDY4em03Ljc1NyA4Ljg3OGMyLjQzIDAgNC40LTEuOTc0IDQuNC00LjQxcy0xLjk3LTQuNDEtNC40LTQuNDEtNC40IDEuOTc1LTQuNCA0LjQxIDEuOTcgNC40MSA0LjQgNC40MXoiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+) */ export const BelaCircleColorful = /*#__PURE__*/React.forwardRef((props, ref) => { const { getPrefixCls } = React.useContext(ConfigProvider.ConfigContext); const prefixCls = getPrefixCls('web3-icon-bela-circle-colorful'); return /*#__PURE__*/_jsx(AntdIcon, { ...props, className: classnames(prefixCls, props.className), ref: ref, component: eraseDefaultProps(SVGComponent) }); }); BelaCircleColorful.displayName = 'BelaCircleColorful';