UNPKG

@ant-design/web3-icons

Version:
44 lines 2.16 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: "#374851", r: "16" }), /*#__PURE__*/_jsx("path", { d: "M17.7 15.4v7.598c.204-.05.404-.107.6-.173v2.91a10.029 10.029 0 0 1-4 .121V15.4h-3.5v-2.8h10.4v2.8zm1.4 10.11V22.5a7.2 7.2 0 1 0-6.2 0v3.01C8.895 24.205 6 20.44 6 16c0-5.523 4.477-10 10-10s10 4.477 10 10c0 4.44-2.895 8.205-6.9 9.51z", fill: "#fff" })] }) }); }; SVGComponent.defaultProps = { xmlns: "http://www.w3.org/2000/svg" }; /**![TzcCircleColorful](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9IiNjYWNhY2EiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48Y2lyY2xlIGN4PSIxNiIgY3k9IjE2IiBmaWxsPSIjMzc0ODUxIiByPSIxNiIvPjxwYXRoIGQ9Ik0xNy43IDE1LjR2Ny41OThjLjIwNC0uMDUuNDA0LS4xMDcuNi0uMTczdjIuOTFhMTAuMDI5IDEwLjAyOSAwIDAgMS00IC4xMjFWMTUuNGgtMy41di0yLjhoMTAuNHYyLjh6bTEuNCAxMC4xMVYyMi41YTcuMiA3LjIgMCAxIDAtNi4yIDB2My4wMUM4Ljg5NSAyNC4yMDUgNiAyMC40NCA2IDE2YzAtNS41MjMgNC40NzctMTAgMTAtMTBzMTAgNC40NzcgMTAgMTBjMCA0LjQ0LTIuODk1IDguMjA1LTYuOSA5LjUxeiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=) */ export const TzcCircleColorful = /*#__PURE__*/React.forwardRef((props, ref) => { const { getPrefixCls } = React.useContext(ConfigProvider.ConfigContext); const prefixCls = getPrefixCls('web3-icon-tzc-circle-colorful'); return /*#__PURE__*/_jsx(AntdIcon, { ...props, className: classnames(prefixCls, props.className), ref: ref, component: eraseDefaultProps(SVGComponent) }); }); TzcCircleColorful.displayName = 'TzcCircleColorful';