UNPKG

@ant-design/web3-icons

Version:
45 lines 2.12 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", fillRule: "evenodd", children: [/*#__PURE__*/_jsx("circle", { cx: "16", cy: "16", fill: "#ff439b", fillRule: "nonzero", r: "16" }), /*#__PURE__*/_jsx("path", { d: "m18.226 13.804 5.633 9.696H8.245l1.871-3.103 8.412.002-2.132-3.48zm-5.75 2.256 5.727-9.52L26 19.667h-3.744l-4.12-7.16-2.001 3.554zm4.885 3.619L6 19.625 13.807 6.5l1.86 3.146-4.303 6.918h4.167z", fill: "#fff" })] }) }); }; SVGComponent.defaultProps = { xmlns: "http://www.w3.org/2000/svg" }; /**![TncCircleColorful](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9IiNjYWNhY2EiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48Y2lyY2xlIGN4PSIxNiIgY3k9IjE2IiBmaWxsPSIjZmY0MzliIiBmaWxsLXJ1bGU9Im5vbnplcm8iIHI9IjE2Ii8+PHBhdGggZD0iTTE4LjIyNiAxMy44MDRsNS42MzMgOS42OTZIOC4yNDVsMS44NzEtMy4xMDMgOC40MTIuMDAyLTIuMTMyLTMuNDh6bS01Ljc1IDIuMjU2bDUuNzI3LTkuNTJMMjYgMTkuNjY3aC0zLjc0NGwtNC4xMi03LjE2LTIuMDAxIDMuNTU0em00Ljg4NSAzLjYxOUw2IDE5LjYyNSAxMy44MDcgNi41bDEuODYgMy4xNDYtNC4zMDMgNi45MThoNC4xNjd6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==) */ export const TncCircleColorful = /*#__PURE__*/React.forwardRef((props, ref) => { const { getPrefixCls } = React.useContext(ConfigProvider.ConfigContext); const prefixCls = getPrefixCls('web3-icon-tnc-circle-colorful'); return /*#__PURE__*/_jsx(AntdIcon, { ...props, className: classnames(prefixCls, props.className), ref: ref, component: eraseDefaultProps(SVGComponent) }); }); TncCircleColorful.displayName = 'TncCircleColorful';