UNPKG

@ant-design/web3-icons

Version:
44 lines 1.96 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: "#70C9C9" }), /*#__PURE__*/_jsx("path", { fill: "#FFF", d: "M16 13.764h-4.822L16 5.5l4.822 8.264H16zm.655 9.736 2.515-4.309 2.411-4.131L26.5 23.5h-9.845zm-3.825-4.309 2.515 4.309H5.5l4.919-8.44 2.41 4.131z" })] }) }); }; SVGComponent.defaultProps = { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32" }; /**![NioxCircleColorful](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9IiNjYWNhY2EiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDMyIDMyIj48ZyBmaWxsPSJub25lIj48Y2lyY2xlIGN4PSIxNiIgY3k9IjE2IiByPSIxNiIgZmlsbD0iIzcwQzlDOSIvPjxwYXRoIGZpbGw9IiNGRkYiIGQ9Ik0xNiAxMy43NjRoLTQuODIyTDE2IDUuNWw0LjgyMiA4LjI2NEgxNnptLjY1NSA5LjczNmwyLjUxNS00LjMwOSAyLjQxMS00LjEzMUwyNi41IDIzLjVoLTkuODQ1em0tMy44MjUtNC4zMDlsMi41MTUgNC4zMDlINS41bDQuOTE5LTguNDQgMi40MSA0LjEzMXoiLz48L2c+PC9zdmc+) */ export const NioxCircleColorful = /*#__PURE__*/React.forwardRef((props, ref) => { const { getPrefixCls } = React.useContext(ConfigProvider.ConfigContext); const prefixCls = getPrefixCls('web3-icon-niox-circle-colorful'); return /*#__PURE__*/_jsx(AntdIcon, { ...props, className: classnames(prefixCls, props.className), ref: ref, component: eraseDefaultProps(SVGComponent) }); }); NioxCircleColorful.displayName = 'NioxCircleColorful';