UNPKG

@ant-design/web3-icons

Version:
35 lines 1.48 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"; var SVGComponent = function SVGComponent(props) { return /*#__PURE__*/_jsx("svg", { ...props, children: /*#__PURE__*/_jsx("path", { d: "M.004 147.08 147.083.002 294.16 147.08 147.083 294.158z", fill: "#0055fe" }) }); }; SVGComponent.defaultProps = { viewBox: "0 0 294.16 294.16", xmlns: "http://www.w3.org/2000/svg" }; /**![WavesColorful](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9IiNjYWNhY2EiIHZpZXdCb3g9IjAgMCAyOTQuMTYgMjk0LjE2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Im00My4wOCA0My4wOGgyMDh2MjA4aC0yMDh6IiBmaWxsPSIjMDA1NWZlIiB0cmFuc2Zvcm09Im1hdHJpeCguNzA3MTA2NzggLS43MDcxMDY3OCAuNzA3MTA2NzggLjcwNzEwNjc4IC02MC45MiAxNDcuMDgpIi8+PC9zdmc+) */ export const WavesColorful = /*#__PURE__*/React.forwardRef((props, ref) => { const { getPrefixCls } = React.useContext(ConfigProvider.ConfigContext); const prefixCls = getPrefixCls('web3-icon-waves-colorful'); return /*#__PURE__*/_jsx(AntdIcon, { ...props, className: classnames(prefixCls, props.className), ref: ref, component: eraseDefaultProps(SVGComponent) }); }); WavesColorful.displayName = 'WavesColorful';