UNPKG

@ant-design/web3-icons

Version:
39 lines 2.21 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__*/_jsxs("svg", { ...props, children: [/*#__PURE__*/_jsx("path", { d: "M57.8 41.8c0-19.5-9.4-36.3-16.6-41.8 0 0-.5-.3-.5.5-.6 37.7-19.7 48-30.3 61.7-24.3 31.8-1.7 66.6 21.3 73 12.9 3.6-3-6.4-5-27.4-2.4-25.5 31.1-44.9 31.1-66", fill: "#282e5b" }), /*#__PURE__*/_jsx("path", { d: "M70.4 54.7c-.1-.1-.3-.1-.5 0l-.1.1c-.4 4.7-5.6 14.9-12.1 24.2-22.1 31.6-9.5 46.8-2.4 55 4.1 4.8 0 0 10.3-4.9.8-.4 20-10.6 22.1-33.7 2.1-22.5-12.2-36.6-17.3-40.7", fill: "#059bdc" })] }); }; SVGComponent.defaultProps = { viewBox: "0 0 88 135.9", xmlns: "http://www.w3.org/2000/svg" }; /**![HtColorful](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9IiNjYWNhY2EiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDg4IDEzNS45IiB2aWV3Qm94PSIwIDAgODggMTM1LjkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTU3LjggNDEuOGMwLTE5LjUtOS40LTM2LjMtMTYuNi00MS44IDAgMC0uNS0uMy0uNS41LS42IDM3LjctMTkuNyA0OC0zMC4zIDYxLjctMjQuMyAzMS44LTEuNyA2Ni42IDIxLjMgNzMgMTIuOSAzLjYtMy02LjQtNS0yNy40LTIuNC0yNS41IDMxLjEtNDQuOSAzMS4xLTY2IiBmaWxsPSIjMjgyZTViIi8+PHBhdGggZD0ibTcwLjQgNTQuN2MtLjEtLjEtLjMtLjEtLjUgMCAwIDAgMCAwLS4xLjEtLjQgNC43LTUuNiAxNC45LTEyLjEgMjQuMi0yMi4xIDMxLjYtOS41IDQ2LjgtMi40IDU1IDQuMSA0LjggMCAwIDEwLjMtNC45LjgtLjQgMjAtMTAuNiAyMi4xLTMzLjcgMi4xLTIyLjUtMTIuMi0zNi42LTE3LjMtNDAuNyIgZmlsbD0iIzA1OWJkYyIvPjwvc3ZnPg==) */ export const HtColorful = /*#__PURE__*/React.forwardRef((props, ref) => { const { getPrefixCls } = React.useContext(ConfigProvider.ConfigContext); const prefixCls = getPrefixCls('web3-icon-ht-colorful'); return /*#__PURE__*/_jsx(AntdIcon, { ...props, className: classnames(prefixCls, props.className), ref: ref, component: eraseDefaultProps(SVGComponent) }); }); HtColorful.displayName = 'HtColorful';