UNPKG

@ant-design/web3-icons

Version:
44 lines 3.37 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: "#044aac", r: "16" }), /*#__PURE__*/_jsx("path", { d: "m10.082 17.21-2.618 2.62-1.23 1.23A10.937 10.937 0 0 1 5 16C5 9.935 9.935 5 16 5s11 4.935 11 11-4.935 11-11 11c-2.346 0-4.522-.739-6.31-1.995a11.08 11.08 0 0 1-1.277-1.047l1.162-1.163 8.417-8.417a1.621 1.621 0 0 1 1.614-1.49 1.62 1.62 0 0 1 1.61 1.455l3.874 3.874A9.346 9.346 0 0 0 25.356 16c0-5.16-4.197-9.356-9.356-9.356S6.644 10.84 6.644 16c0 .718.081 1.417.235 2.089L9.367 15.6a1.621 1.621 0 0 1 1.599-1.365 1.62 1.62 0 0 1 1.593 1.334l1.583 1.582-1.163 1.162-1.114-1.114a1.61 1.61 0 0 1-1.783.01zm8.709-1.306-7.918 7.918A9.301 9.301 0 0 0 16 25.356c3.753 0 6.997-2.221 8.486-5.418l-4.045-4.046a1.609 1.609 0 0 1-1.65.012zm.844-2.116a.728.728 0 1 0 .002 1.455.728.728 0 0 0-.002-1.455zm-8.66 1.327a.728.728 0 1 0 0 1.456.728.728 0 0 0 0-1.456z", fill: "#fff" })] }) }); }; SVGComponent.defaultProps = { xmlns: "http://www.w3.org/2000/svg" }; /**![EvxCircleColorful](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9IiNjYWNhY2EiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48Y2lyY2xlIGN4PSIxNiIgY3k9IjE2IiBmaWxsPSIjMDQ0YWFjIiByPSIxNiIvPjxwYXRoIGQ9Ik0xMC4wODIgMTcuMjFsLTIuNjE4IDIuNjItMS4yMyAxLjIzQTEwLjkzNyAxMC45MzcgMCAwIDEgNSAxNkM1IDkuOTM1IDkuOTM1IDUgMTYgNXMxMSA0LjkzNSAxMSAxMS00LjkzNSAxMS0xMSAxMWMtMi4zNDYgMC00LjUyMi0uNzM5LTYuMzEtMS45OTVhMTEuMDggMTEuMDggMCAwIDEtMS4yNzctMS4wNDdsMS4xNjItMS4xNjMgOC40MTctOC40MTdhMS42MjEgMS42MjEgMCAwIDEgMS42MTQtMS40OSAxLjYyIDEuNjIgMCAwIDEgMS42MSAxLjQ1NWwzLjg3NCAzLjg3NEE5LjM0NiA5LjM0NiAwIDAgMCAyNS4zNTYgMTZjMC01LjE2LTQuMTk3LTkuMzU2LTkuMzU2LTkuMzU2UzYuNjQ0IDEwLjg0IDYuNjQ0IDE2YzAgLjcxOC4wODEgMS40MTcuMjM1IDIuMDg5TDkuMzY3IDE1LjZhMS42MjEgMS42MjEgMCAwIDEgMS41OTktMS4zNjUgMS42MiAxLjYyIDAgMCAxIDEuNTkzIDEuMzM0bDEuNTgzIDEuNTgyLTEuMTYzIDEuMTYyLTEuMTE0LTEuMTE0YTEuNjEgMS42MSAwIDAgMS0xLjc4My4wMXptOC43MDktMS4zMDZsLTcuOTE4IDcuOTE4QTkuMzAxIDkuMzAxIDAgMCAwIDE2IDI1LjM1NmMzLjc1MyAwIDYuOTk3LTIuMjIxIDguNDg2LTUuNDE4bC00LjA0NS00LjA0NmExLjYwOSAxLjYwOSAwIDAgMS0xLjY1LjAxMnptLjg0NC0yLjExNmEuNzI4LjcyOCAwIDEgMCAuMDAyIDEuNDU1LjcyOC43MjggMCAwIDAtLjAwMi0xLjQ1NXptLTguNjYgMS4zMjdhLjcyOC43MjggMCAxIDAgMCAxLjQ1Ni43MjguNzI4IDAgMCAwIDAtMS40NTZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==) */ export const EvxCircleColorful = /*#__PURE__*/React.forwardRef((props, ref) => { const { getPrefixCls } = React.useContext(ConfigProvider.ConfigContext); const prefixCls = getPrefixCls('web3-icon-evx-circle-colorful'); return /*#__PURE__*/_jsx(AntdIcon, { ...props, className: classnames(prefixCls, props.className), ref: ref, component: eraseDefaultProps(SVGComponent) }); }); EvxCircleColorful.displayName = 'EvxCircleColorful';