UNPKG

@ant-design/web3-icons

Version:
45 lines 2.25 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: "#136AAD" }), /*#__PURE__*/_jsx("path", { fill: "#FFF", d: "m7 11.09 2.667 1.13v6.353L16 14.786l6.394 3.787V12.22L25 11.09v11.974l-9-5.315-9 5.315V11.09zm.303-.489L16 5.5l8.758 5.101-2.364.978L16 7.883l-6.333 3.696-2.364-.978zm1.879 11.821 1.97-1.13 4.878 2.825 4.818-2.825 2.03 1.13L16.03 26.5l-6.848-4.078z" })] }) }); }; SVGComponent.defaultProps = { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32" }; /**![WanCircleColorful](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9IiNjYWNhY2EiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDMyIDMyIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxjaXJjbGUgY3g9IjE2IiBjeT0iMTYiIHI9IjE2IiBmaWxsPSIjMTM2QUFEIi8+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTcgMTEuMDlsMi42NjcgMS4xM3Y2LjM1M0wxNiAxNC43ODZsNi4zOTQgMy43ODdWMTIuMjJMMjUgMTEuMDl2MTEuOTc0bC05LTUuMzE1LTkgNS4zMTVWMTEuMDl6bS4zMDMtLjQ4OUwxNiA1LjVsOC43NTggNS4xMDEtMi4zNjQuOTc4TDE2IDcuODgzbC02LjMzMyAzLjY5Ni0yLjM2NC0uOTc4em0xLjg3OSAxMS44MjFsMS45Ny0xLjEzIDQuODc4IDIuODI1IDQuODE4LTIuODI1IDIuMDMgMS4xM0wxNi4wMyAyNi41bC02Ljg0OC00LjA3OHoiLz48L2c+PC9zdmc+) */ export const WanCircleColorful = /*#__PURE__*/React.forwardRef((props, ref) => { const { getPrefixCls } = React.useContext(ConfigProvider.ConfigContext); const prefixCls = getPrefixCls('web3-icon-wan-circle-colorful'); return /*#__PURE__*/_jsx(AntdIcon, { ...props, className: classnames(prefixCls, props.className), ref: ref, component: eraseDefaultProps(SVGComponent) }); }); WanCircleColorful.displayName = 'WanCircleColorful';