UNPKG

@ant-design/web3-icons

Version:
48 lines 2.52 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: "#3D58B0" }), /*#__PURE__*/_jsxs("g", { fill: "#FFF", children: [/*#__PURE__*/_jsx("path", { d: "M15.986 4C9.376 4 4 9.376 4 15.986S9.376 27.97 15.986 27.97 27.97 22.595 27.97 15.986C27.971 9.376 22.595 4 15.986 4zm0 1.632a10.34 10.34 0 0 1 10.353 10.354 10.34 10.34 0 0 1-10.353 10.353A10.34 10.34 0 0 1 5.632 15.986 10.341 10.341 0 0 1 15.986 5.632z" }), /*#__PURE__*/_jsx("path", { d: "M11.533 11.56v8.85h8.905v-8.85h-8.905zm1.45 1.45h6.004v5.95h-6.003v-5.95z" })] })] }) }); }; SVGComponent.defaultProps = { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg" }; /**![RyoCircleColorful](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9IiNjYWNhY2EiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIj48Y2lyY2xlIGN4PSIxNiIgY3k9IjE2IiByPSIxNiIgZmlsbD0iIzNENThCMCIvPjxnIGZpbGw9IiNGRkYiPjxwYXRoIGQ9Ik0xNS45ODYgNEM5LjM3NiA0IDQgOS4zNzYgNCAxNS45ODZTOS4zNzYgMjcuOTcgMTUuOTg2IDI3Ljk3IDI3Ljk3IDIyLjU5NSAyNy45NyAxNS45ODZDMjcuOTcxIDkuMzc2IDIyLjU5NSA0IDE1Ljk4NiA0em0wIDEuNjMyYTEwLjM0IDEwLjM0IDAgMCAxIDEwLjM1MyAxMC4zNTQgMTAuMzQgMTAuMzQgMCAwIDEtMTAuMzUzIDEwLjM1M0ExMC4zNCAxMC4zNCAwIDAgMSA1LjYzMiAxNS45ODYgMTAuMzQxIDEwLjM0MSAwIDAgMSAxNS45ODYgNS42MzJ6Ii8+PHBhdGggZD0iTTExLjUzMyAxMS41NnY4Ljg1aDguOTA1di04Ljg1aC04LjkwNXptMS40NSAxLjQ1aDYuMDA0djUuOTVoLTYuMDAzdi01Ljk1eiIvPjwvZz48L2c+PC9zdmc+) */ export const RyoCircleColorful = /*#__PURE__*/React.forwardRef((props, ref) => { const { getPrefixCls } = React.useContext(ConfigProvider.ConfigContext); const prefixCls = getPrefixCls('web3-icon-ryo-circle-colorful'); return /*#__PURE__*/_jsx(AntdIcon, { ...props, className: classnames(prefixCls, props.className), ref: ref, component: eraseDefaultProps(SVGComponent) }); }); RyoCircleColorful.displayName = 'RyoCircleColorful';