UNPKG

@ant-design/web3-icons

Version:
44 lines 1.94 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", { fill: "#45AEF5", d: "M48.5 45.333 91.167 26 48.5 93.333z", opacity: ".75" }), /*#__PURE__*/_jsx("path", { fill: "#45AEF5", d: "M48.5 45.333 5.833 26 48.5 93.333z", opacity: ".5" }), /*#__PURE__*/_jsx("path", { fill: "#45AEF5", d: "M48.5 45.333 5.833 26 48.5 6.667 91.167 26z" })] }); }; SVGComponent.defaultProps = { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 96 96" }; /**![TonkeeperColorful](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9IiNjYWNhY2EiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDk2IDk2Ij4KICA8cGF0aCBmaWxsPSIjNDVBRUY1IiBkPSJNNDguNSA0NS4zMzMgOTEuMTY3IDI2IDQ4LjUgOTMuMzMzeiIgb3BhY2l0eT0iMC43NSI+PC9wYXRoPgogIDxwYXRoIGZpbGw9IiM0NUFFRjUiIGQ9Ik00OC41IDQ1LjMzMyA1LjgzMyAyNiA0OC41IDkzLjMzM3oiIG9wYWNpdHk9IjAuNSI+PC9wYXRoPgogIDxwYXRoIGZpbGw9IiM0NUFFRjUiIGQ9Ik00OC41IDQ1LjMzMyA1LjgzMyAyNiA0OC41IDYuNjY3IDkxLjE2NyAyNnoiPjwvcGF0aD4KPC9zdmc+Cg==) */ export const TonkeeperColorful = /*#__PURE__*/React.forwardRef((props, ref) => { const { getPrefixCls } = React.useContext(ConfigProvider.ConfigContext); const prefixCls = getPrefixCls('web3-icon-tonkeeper-colorful'); return /*#__PURE__*/_jsx(AntdIcon, { ...props, className: classnames(prefixCls, props.className), ref: ref, component: eraseDefaultProps(SVGComponent) }); }); TonkeeperColorful.displayName = 'TonkeeperColorful';