UNPKG

@ant-design/web3-icons

Version:
48 lines 2.69 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: "#630" }), /*#__PURE__*/_jsxs("g", { fill: "#FFF", children: [/*#__PURE__*/_jsx("path", { d: "M11.688 10.063 12.938 7l8.562.031c1.25.094 2.75.094 3.594 1.157 1 1.156.781 2.812.281 4.124A8.712 8.712 0 0 1 19.031 18c-2.062.313-4.156.219-6.25.219.417-1.017.834-2.038 1.25-3.063 1.719 0 3.469.094 5.219-.187 1.594-.406 3.063-2 2.813-3.75-.157-.75-1-1.094-1.72-1.094-2.874-.125-5.75 0-8.624-.063h-.031z" }), /*#__PURE__*/_jsx("path", { d: "M8 10.906h10.156l-1.343 3.469H6.624L8 10.937v-.03zm1.625 4.25h3.531L9.47 24.531H6l3.656-9.375h-.031z" })] })] }) }); }; SVGComponent.defaultProps = { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg" }; /**![PayxCircleColorful](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9IiNjYWNhY2EiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIj48Y2lyY2xlIGN4PSIxNiIgY3k9IjE2IiByPSIxNiIgZmlsbD0iIzYzMCIvPjxnIGZpbGw9IiNGRkYiPjxwYXRoIGQ9Ik0xMS42ODggMTAuMDYzTDEyLjkzOCA3bDguNTYyLjAzMWMxLjI1LjA5NCAyLjc1LjA5NCAzLjU5NCAxLjE1NyAxIDEuMTU2Ljc4MSAyLjgxMi4yODEgNC4xMjRBOC43MTIgOC43MTIgMCAwIDEgMTkuMDMxIDE4Yy0yLjA2Mi4zMTMtNC4xNTYuMjE5LTYuMjUuMjE5LjQxNy0xLjAxNy44MzQtMi4wMzggMS4yNS0zLjA2MyAxLjcxOSAwIDMuNDY5LjA5NCA1LjIxOS0uMTg3IDEuNTk0LS40MDYgMy4wNjMtMiAyLjgxMy0zLjc1LS4xNTctLjc1LTEtMS4wOTQtMS43Mi0xLjA5NC0yLjg3NC0uMTI1LTUuNzUgMC04LjYyNC0uMDYzaC0uMDMxeiIvPjxwYXRoIGQ9Ik04IDEwLjkwNmgxMC4xNTZsLTEuMzQzIDMuNDY5SDYuNjI0TDggMTAuOTM3di0uMDN6bTEuNjI1IDQuMjVoMy41MzFMOS40NyAyNC41MzFINmwzLjY1Ni05LjM3NWgtLjAzMXoiLz48L2c+PC9nPjwvc3ZnPg==) */ export const PayxCircleColorful = /*#__PURE__*/React.forwardRef((props, ref) => { const { getPrefixCls } = React.useContext(ConfigProvider.ConfigContext); const prefixCls = getPrefixCls('web3-icon-payx-circle-colorful'); return /*#__PURE__*/_jsx(AntdIcon, { ...props, className: classnames(prefixCls, props.className), ref: ref, component: eraseDefaultProps(SVGComponent) }); }); PayxCircleColorful.displayName = 'PayxCircleColorful';