UNPKG

@ant-design/web3-icons

Version:
43 lines 1.73 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", children: [/*#__PURE__*/_jsx("circle", { cx: "16", cy: "16", r: "16", fill: "#1BEEF4" }), /*#__PURE__*/_jsx("path", { fill: "#FFF", d: "m16.5 10.445 5.804 12.214H10.696L16.5 10.445zM16.5 5 7 25h19L16.5 5z" })] }) }); }; SVGComponent.defaultProps = { xmlns: "http://www.w3.org/2000/svg" }; /**![SaltCircleColorful](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9IiNjYWNhY2EiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgPjxnIGZpbGw9Im5vbmUiPjxjaXJjbGUgY3g9IjE2IiBjeT0iMTYiIHI9IjE2IiBmaWxsPSIjMUJFRUY0Ii8+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTE2LjUgMTAuNDQ1bDUuODA0IDEyLjIxNEgxMC42OTZMMTYuNSAxMC40NDV6TTE2LjUgNUw3IDI1aDE5TDE2LjUgNXoiLz48L2c+PC9zdmc+) */ export const SaltCircleColorful = /*#__PURE__*/React.forwardRef((props, ref) => { const { getPrefixCls } = React.useContext(ConfigProvider.ConfigContext); const prefixCls = getPrefixCls('web3-icon-salt-circle-colorful'); return /*#__PURE__*/_jsx(AntdIcon, { ...props, className: classnames(prefixCls, props.className), ref: ref, component: eraseDefaultProps(SVGComponent) }); }); SaltCircleColorful.displayName = 'SaltCircleColorful';