UNPKG

@ant-design/web3-icons

Version:
35 lines 1.53 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: "M17.4 11.6H30v.1l-19.7 12 9.8-7.8ZM10 0v23.9l-10-8Z", fill: "#1c60ff" }) }); }; SVGComponent.defaultProps = { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 30 23.9" }; /**![LrcColorful](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9IiNjYWNhY2EiIGlkPSJhbnQtd2ViMy1pY29uLWxyYy1jb2xvcmZ1bC1DYWxxdWVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMzAgMjMuOSI+PHRpdGxlPmxvb3ByaW5nLWxyYy1sb2dvPC90aXRsZT48cGF0aCBpZD0iYW50LXdlYjMtaWNvbi1scmMtY29sb3JmdWwtUGF0aCIgZD0iTTE3LjQsMTEuNkgzMHYuMWwtMTkuNywxMiw5LjgtNy44Wk0xMCwwVjIzLjlsLTEwLThaIiBzdHlsZT0iZmlsbDojMWM2MGZmIi8+PC9zdmc+) */ export const LrcColorful = /*#__PURE__*/React.forwardRef((props, ref) => { const { getPrefixCls } = React.useContext(ConfigProvider.ConfigContext); const prefixCls = getPrefixCls('web3-icon-lrc-colorful'); return /*#__PURE__*/_jsx(AntdIcon, { ...props, className: classnames(prefixCls, props.className), ref: ref, component: eraseDefaultProps(SVGComponent) }); }); LrcColorful.displayName = 'LrcColorful';