UNPKG

@ant-design/web3-icons

Version:
45 lines 2.2 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: "#ffd81b", r: "16" }), /*#__PURE__*/_jsx("path", { d: "M24 15.562c0 4.423-3.426 5.927-6.31 5.927v1.153h2.225v1.562h-2.224V26h-3.48v-1.796h-2.127v-1.562h2.123v-1.168c-.923 0-6.207-.219-6.207-6.233V8h3.455v7.518c0 3.139 2.766 3.11 2.766 3.11V8h3.47v10.628s2.854.16 2.854-3.153V8H24z", fill: "#fff", fillRule: "nonzero" })] }) }); }; SVGComponent.defaultProps = { xmlns: "http://www.w3.org/2000/svg" }; /**![XpmCircleColorful](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9IiNjYWNhY2EiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48Y2lyY2xlIGN4PSIxNiIgY3k9IjE2IiBmaWxsPSIjZmZkODFiIiByPSIxNiIvPjxwYXRoIGQ9Ik0yNCAxNS41NjJjMCA0LjQyMy0zLjQyNiA1LjkyNy02LjMxIDUuOTI3djEuMTUzaDIuMjI1djEuNTYyaC0yLjIyNFYyNmgtMy40OHYtMS43OTZoLTIuMTI3di0xLjU2MmgyLjEyM3YtMS4xNjhjLS45MjMgMC02LjIwNy0uMjE5LTYuMjA3LTYuMjMzVjhoMy40NTV2Ny41MThjMCAzLjEzOSAyLjc2NiAzLjExIDIuNzY2IDMuMTFWOGgzLjQ3djEwLjYyOHMyLjg1NC4xNiAyLjg1NC0zLjE1M1Y4SDI0eiIgZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJub256ZXJvIi8+PC9nPjwvc3ZnPg==) */ export const XpmCircleColorful = /*#__PURE__*/React.forwardRef((props, ref) => { const { getPrefixCls } = React.useContext(ConfigProvider.ConfigContext); const prefixCls = getPrefixCls('web3-icon-xpm-circle-colorful'); return /*#__PURE__*/_jsx(AntdIcon, { ...props, className: classnames(prefixCls, props.className), ref: ref, component: eraseDefaultProps(SVGComponent) }); }); XpmCircleColorful.displayName = 'XpmCircleColorful';