UNPKG

@ant-design/web3-icons

Version:
45 lines 2.24 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: "#565656", r: "16" }), /*#__PURE__*/_jsx("path", { d: "M11.133 14.296H8.005v-1.719h2.47L8.58 7.627 10.144 7l3.55 9.267 4.601.03L21.856 7l1.565.627-1.896 4.95h2.47v1.72h-3.128l-.771 2.01 3.904.025-.01 1.719-4.55-.029L16 27l-3.456-9.021L8 17.949l.01-1.718 3.874.025zm3.22 3.694L16 22.288l1.638-4.277z", fill: "#fff", fillRule: "nonzero" })] }) }); }; SVGComponent.defaultProps = { xmlns: "http://www.w3.org/2000/svg" }; /**![ViaCircleColorful](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9IiNjYWNhY2EiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48Y2lyY2xlIGN4PSIxNiIgY3k9IjE2IiBmaWxsPSIjNTY1NjU2IiByPSIxNiIvPjxwYXRoIGQ9Ik0xMS4xMzMgMTQuMjk2SDguMDA1di0xLjcxOWgyLjQ3TDguNTggNy42MjcgMTAuMTQ0IDdsMy41NSA5LjI2NyA0LjYwMS4wM0wyMS44NTYgN2wxLjU2NS42MjctMS44OTYgNC45NWgyLjQ3djEuNzJoLTMuMTI4bC0uNzcxIDIuMDEgMy45MDQuMDI1LS4wMSAxLjcxOS00LjU1LS4wMjlMMTYgMjdsLTMuNDU2LTkuMDIxTDggMTcuOTQ5bC4wMS0xLjcxOCAzLjg3NC4wMjV6bTMuMjIgMy42OTRMMTYgMjIuMjg4bDEuNjM4LTQuMjc3eiIgZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJub256ZXJvIi8+PC9nPjwvc3ZnPg==) */ export const ViaCircleColorful = /*#__PURE__*/React.forwardRef((props, ref) => { const { getPrefixCls } = React.useContext(ConfigProvider.ConfigContext); const prefixCls = getPrefixCls('web3-icon-via-circle-colorful'); return /*#__PURE__*/_jsx(AntdIcon, { ...props, className: classnames(prefixCls, props.className), ref: ref, component: eraseDefaultProps(SVGComponent) }); }); ViaCircleColorful.displayName = 'ViaCircleColorful';