UNPKG

@ant-design/web3-icons

Version:
45 lines 2.22 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: "#ffe600", r: "16" }), /*#__PURE__*/_jsx("path", { d: "M3.993 5.425a16.096 16.096 0 0 1 2.65-2.405l4.452 15.918 1.973-8.438h3.74l1.972 8.438 2.337-8.438h3.749l.035.15 4.074 14.714a16.092 16.092 0 0 1-2.55 2.775l-3.437-12.41-1.96 7.078-.035.15h-4.186l-1.869-6.932-1.87 6.932H8.882l-.035-.15z", fill: "#fff" })] }) }); }; SVGComponent.defaultProps = { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg" }; /**![WprCircleColorful](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9IiNjYWNhY2EiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxjaXJjbGUgY3g9IjE2IiBjeT0iMTYiIGZpbGw9IiNmZmU2MDAiIHI9IjE2Ii8+PHBhdGggZD0iTTMuOTkzIDUuNDI1YTE2LjA5NiAxNi4wOTYgMCAwIDEgMi42NS0yLjQwNWw0LjQ1MiAxNS45MTggMS45NzMtOC40MzhoMy43NGwxLjk3MiA4LjQzOCAyLjMzNy04LjQzOGgzLjc0OWwuMDM1LjE1IDQuMDc0IDE0LjcxNGExNi4wOTIgMTYuMDkyIDAgMCAxLTIuNTUgMi43NzVsLTMuNDM3LTEyLjQxLTEuOTYgNy4wNzgtLjAzNS4xNWgtNC4xODZsLTEuODY5LTYuOTMyLTEuODcgNi45MzJIOC44ODJsLS4wMzUtLjE1eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=) */ export const WprCircleColorful = /*#__PURE__*/React.forwardRef((props, ref) => { const { getPrefixCls } = React.useContext(ConfigProvider.ConfigContext); const prefixCls = getPrefixCls('web3-icon-wpr-circle-colorful'); return /*#__PURE__*/_jsx(AntdIcon, { ...props, className: classnames(prefixCls, props.className), ref: ref, component: eraseDefaultProps(SVGComponent) }); }); WprCircleColorful.displayName = 'WprCircleColorful';