UNPKG

@ant-design/web3-icons

Version:
43 lines 2.31 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", children: [/*#__PURE__*/_jsx("circle", { cx: "16", cy: "16", r: "16", fill: "#5B6DEE" }), /*#__PURE__*/_jsx("path", { fill: "#FFF", d: "M13.3 15.02a9.144 9.144 0 0 0-1.664.144c.452-4.18 3.936-7.346 8.084-7.346 2.54 0 4.28 1.244 4.28 3.818 0 2.575-2.089 3.819-5.136 3.819-2.25 0-3.314-.434-5.564-.434m-.164 1.524C10.089 16.545 8 17.79 8 20.364s1.74 3.818 4.28 3.818c4.148 0 7.632-3.165 8.084-7.346a9.144 9.144 0 0 1-1.664.144c-2.25 0-3.315-.435-5.564-.435" })] }) }); }; SVGComponent.defaultProps = { xmlns: "http://www.w3.org/2000/svg" }; /**![SntCircleColorful](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9IiNjYWNhY2EiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgPjxnIGZpbGw9Im5vbmUiPjxjaXJjbGUgY3g9IjE2IiBjeT0iMTYiIHI9IjE2IiBmaWxsPSIjNUI2REVFIi8+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTEzLjMgMTUuMDJhOS4xNDQgOS4xNDQgMCAwIDAtMS42NjQuMTQ0Yy40NTItNC4xOCAzLjkzNi03LjM0NiA4LjA4NC03LjM0NiAyLjU0IDAgNC4yOCAxLjI0NCA0LjI4IDMuODE4IDAgMi41NzUtMi4wODkgMy44MTktNS4xMzYgMy44MTktMi4yNSAwLTMuMzE0LS40MzQtNS41NjQtLjQzNG0tLjE2NCAxLjUyNEMxMC4wODkgMTYuNTQ1IDggMTcuNzkgOCAyMC4zNjRzMS43NCAzLjgxOCA0LjI4IDMuODE4YzQuMTQ4IDAgNy42MzItMy4xNjUgOC4wODQtNy4zNDZhOS4xNDQgOS4xNDQgMCAwIDEtMS42NjQuMTQ0Yy0yLjI1IDAtMy4zMTUtLjQzNS01LjU2NC0uNDM1Ii8+PC9nPjwvc3ZnPg==) */ export const SntCircleColorful = /*#__PURE__*/React.forwardRef((props, ref) => { const { getPrefixCls } = React.useContext(ConfigProvider.ConfigContext); const prefixCls = getPrefixCls('web3-icon-snt-circle-colorful'); return /*#__PURE__*/_jsx(AntdIcon, { ...props, className: classnames(prefixCls, props.className), ref: ref, component: eraseDefaultProps(SVGComponent) }); }); SntCircleColorful.displayName = 'SntCircleColorful';