UNPKG

@ant-design/web3-icons

Version:
46 lines 2.43 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: "#2d475b", r: "16" }), /*#__PURE__*/_jsx("path", { d: "M12.869 12.685h11.085v2.488H12.869zm11.085 4.144H24v6.543s-8.647 6.265-15.363-.552c0 0-3.68-3.732-2.346-9.168 0 0 1.058-6.771 9.108-7.6 0 0 4.967-.692 8.187 2.994l-1.932 1.888s-4.094-4.238-9.567-.92c0 0-4.462 2.487-2.622 8.752 0 0 2.024 5.436 8.371 4.33 0 0 2.162-.492 3.266-1.444v-2.335H12.87v-2.488z", fill: "#fff", fillRule: "nonzero" })] }) }); }; SVGComponent.defaultProps = { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg" }; /**![GameCircleColorful](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9IiNjYWNhY2EiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxjaXJjbGUgY3g9IjE2IiBjeT0iMTYiIGZpbGw9IiMyZDQ3NWIiIHI9IjE2Ii8+PHBhdGggZD0iTTEyLjg2OSAxMi42ODVoMTEuMDg1djIuNDg4SDEyLjg2OXptMTEuMDg1IDQuMTQ0SDI0djYuNTQzcy04LjY0NyA2LjI2NS0xNS4zNjMtLjU1MmMwIDAtMy42OC0zLjczMi0yLjM0Ni05LjE2OCAwIDAgMS4wNTgtNi43NzEgOS4xMDgtNy42IDAgMCA0Ljk2Ny0uNjkyIDguMTg3IDIuOTk0bC0xLjkzMiAxLjg4OHMtNC4wOTQtNC4yMzgtOS41NjctLjkyYzAgMC00LjQ2MiAyLjQ4Ny0yLjYyMiA4Ljc1MiAwIDAgMi4wMjQgNS40MzYgOC4zNzEgNC4zMyAwIDAgMi4xNjItLjQ5MiAzLjI2Ni0xLjQ0NHYtMi4zMzVIMTIuODd2LTIuNDg4eiIgZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJub256ZXJvIi8+PC9nPjwvc3ZnPg==) */ export const GameCircleColorful = /*#__PURE__*/React.forwardRef((props, ref) => { const { getPrefixCls } = React.useContext(ConfigProvider.ConfigContext); const prefixCls = getPrefixCls('web3-icon-game-circle-colorful'); return /*#__PURE__*/_jsx(AntdIcon, { ...props, className: classnames(prefixCls, props.className), ref: ref, component: eraseDefaultProps(SVGComponent) }); }); GameCircleColorful.displayName = 'GameCircleColorful';