UNPKG

@ant-design/web3-icons

Version:
54 lines 2.46 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: "#0dc9f7", r: "16" }), /*#__PURE__*/_jsxs("g", { fill: "#fff", fillRule: "nonzero", children: [/*#__PURE__*/_jsx("path", { d: "m18.904 15.739-3.045 2.364-1.247-4.325-7.224-1.935 9.481.487z", fillOpacity: ".305" }), /*#__PURE__*/_jsx("path", { d: "M8.27 23.993 24.586 11.33 26 14.476l-1.855-.513-.065 3.264z", fillOpacity: ".7" }), /*#__PURE__*/_jsx("path", { d: "m22.796 17.78-4.747-8.161L6 9l9.183 2.461 2.49 8.49z" })] })] }) }); }; SVGComponent.defaultProps = { viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg" }; /**![WingsCircleColorful](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9IiNjYWNhY2EiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxjaXJjbGUgY3g9IjE2IiBjeT0iMTYiIGZpbGw9IiMwZGM5ZjciIHI9IjE2Ii8+PGcgZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJub256ZXJvIj48cGF0aCBkPSJNMTguOTA0IDE1LjczOWwtMy4wNDUgMi4zNjQtMS4yNDctNC4zMjUtNy4yMjQtMS45MzUgOS40ODEuNDg3eiIgZmlsbC1vcGFjaXR5PSIuMzA1Ii8+PHBhdGggZD0iTTguMjcgMjMuOTkzTDI0LjU4NiAxMS4zMyAyNiAxNC40NzZsLTEuODU1LS41MTMtLjA2NSAzLjI2NHoiIGZpbGwtb3BhY2l0eT0iLjciLz48cGF0aCBkPSJNMjIuNzk2IDE3Ljc4bC00Ljc0Ny04LjE2MUw2IDlsOS4xODMgMi40NjEgMi40OSA4LjQ5eiIvPjwvZz48L2c+PC9zdmc+) */ export const WingsCircleColorful = /*#__PURE__*/React.forwardRef((props, ref) => { const { getPrefixCls } = React.useContext(ConfigProvider.ConfigContext); const prefixCls = getPrefixCls('web3-icon-wings-circle-colorful'); return /*#__PURE__*/_jsx(AntdIcon, { ...props, className: classnames(prefixCls, props.className), ref: ref, component: eraseDefaultProps(SVGComponent) }); }); WingsCircleColorful.displayName = 'WingsCircleColorful';