UNPKG

@ant-design/web3-icons

Version:
43 lines 2.56 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: "#00AEEF" }), /*#__PURE__*/_jsx("path", { fill: "#FFF", d: "M15.76 14.706c.238-.041.448-.13.632-.265s.358-.363.521-.675l3.625-6.987c.142-.234.316-.42.516-.566a1.2 1.2 0 0 1 .7-.213h2.299l-4.514 8.218c-.2.338-.427.613-.68.826a2.772 2.772 0 0 1-.851.483c.484.125.889.328 1.22.613.326.28.637.676.926 1.185L24.5 26h-2.53c-.511 0-.922-.275-1.232-.82l-3.562-7.351c-.184-.328-.384-.561-.6-.702-.215-.14-.489-.223-.815-.244v3.73h-1.989v-3.746H12.31V26H9.5V6h2.81v8.738h1.462v-4.322h1.989v4.29z" })] }) }); }; SVGComponent.defaultProps = { xmlns: "http://www.w3.org/2000/svg" }; /**![KrbCircleColorful](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9IiNjYWNhY2EiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgPjxnIGZpbGw9Im5vbmUiPjxjaXJjbGUgY3g9IjE2IiBjeT0iMTYiIHI9IjE2IiBmaWxsPSIjMDBBRUVGIi8+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTE1Ljc2IDE0LjcwNmMuMjM4LS4wNDEuNDQ4LS4xMy42MzItLjI2NXMuMzU4LS4zNjMuNTIxLS42NzVsMy42MjUtNi45ODdjLjE0Mi0uMjM0LjMxNi0uNDIuNTE2LS41NjZhMS4yIDEuMiAwIDAgMSAuNy0uMjEzaDIuMjk5bC00LjUxNCA4LjIxOGMtLjIuMzM4LS40MjcuNjEzLS42OC44MjZhMi43NzIgMi43NzIgMCAwIDEtLjg1MS40ODNjLjQ4NC4xMjUuODg5LjMyOCAxLjIyLjYxMy4zMjYuMjguNjM3LjY3Ni45MjYgMS4xODVMMjQuNSAyNmgtMi41M2MtLjUxMSAwLS45MjItLjI3NS0xLjIzMi0uODJsLTMuNTYyLTcuMzUxYy0uMTg0LS4zMjgtLjM4NC0uNTYxLS42LS43MDItLjIxNS0uMTQtLjQ4OS0uMjIzLS44MTUtLjI0NHYzLjczaC0xLjk4OXYtMy43NDZIMTIuMzFWMjZIOS41VjZoMi44MXY4LjczOGgxLjQ2MnYtNC4zMjJoMS45ODl2NC4yOXoiLz48L2c+PC9zdmc+) */ export const KrbCircleColorful = /*#__PURE__*/React.forwardRef((props, ref) => { const { getPrefixCls } = React.useContext(ConfigProvider.ConfigContext); const prefixCls = getPrefixCls('web3-icon-krb-circle-colorful'); return /*#__PURE__*/_jsx(AntdIcon, { ...props, className: classnames(prefixCls, props.className), ref: ref, component: eraseDefaultProps(SVGComponent) }); }); KrbCircleColorful.displayName = 'KrbCircleColorful';