UNPKG

@ant-design/web3-icons

Version:
48 lines 2.4 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: "#B3BA00" }), /*#__PURE__*/_jsxs("g", { fill: "#FFF", children: [/*#__PURE__*/_jsx("path", { d: "m13.13 10.664-.13.079L19 20v-9.265L16.004 9zM13 21.165 16.136 23 19 21.328 13 12zm-3-8.809v7.288L12 21V11zM20 21l2-1.387v-7.226L20 11z" }), /*#__PURE__*/_jsx("path", { d: "M16 4C9.375 4 4 9.375 4 16s5.375 12 12 12 12-5.375 12-12S22.625 4 16 4zm-.05 19.62-6.476-3.84v-7.668l6.477-3.83 6.476 3.83v7.669l-6.476 3.838z" })] })] }) }); }; SVGComponent.defaultProps = { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg" }; /**![NeuCircleColorful](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9IiNjYWNhY2EiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIj48Y2lyY2xlIGN4PSIxNiIgY3k9IjE2IiByPSIxNiIgZmlsbD0iI0IzQkEwMCIvPjxnIGZpbGw9IiNGRkYiPjxwYXRoIGQ9Ik0xMy4xMyAxMC42NjRsLS4xMy4wNzlMMTkgMjB2LTkuMjY1TDE2LjAwNCA5ek0xMyAyMS4xNjVMMTYuMTM2IDIzIDE5IDIxLjMyOCAxMyAxMnptLTMtOC44MDl2Ny4yODhMMTIgMjFWMTF6TTIwIDIxbDItMS4zODd2LTcuMjI2TDIwIDExeiIvPjxwYXRoIGQ9Ik0xNiA0QzkuMzc1IDQgNCA5LjM3NSA0IDE2czUuMzc1IDEyIDEyIDEyIDEyLTUuMzc1IDEyLTEyUzIyLjYyNSA0IDE2IDR6bS0uMDUgMTkuNjJsLTYuNDc2LTMuODR2LTcuNjY4bDYuNDc3LTMuODMgNi40NzYgMy44M3Y3LjY2OWwtNi40NzYgMy44Mzh6Ii8+PC9nPjwvZz48L3N2Zz4=) */ export const NeuCircleColorful = /*#__PURE__*/React.forwardRef((props, ref) => { const { getPrefixCls } = React.useContext(ConfigProvider.ConfigContext); const prefixCls = getPrefixCls('web3-icon-neu-circle-colorful'); return /*#__PURE__*/_jsx(AntdIcon, { ...props, className: classnames(prefixCls, props.className), ref: ref, component: eraseDefaultProps(SVGComponent) }); }); NeuCircleColorful.displayName = 'NeuCircleColorful';