@ant-design/web3-icons
Version:
A collection of Web3 icons.
35 lines • 4.88 kB
JavaScript
// 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: "M47.13 179.41a19.82 19.82 0 1 1-19.82-19.81 19.82 19.82 0 0 1 19.82 19.81m314.91 0a19.82 19.82 0 1 1-19.81-19.81A19.82 19.82 0 0 1 362 179.41M204.59 257.6a19.82 19.82 0 1 1-19.81-19.81 19.82 19.82 0 0 1 19.81 19.81M125.32 219a19.82 19.82 0 1 1-19.82-19.82A19.82 19.82 0 0 1 125.32 219m157.46 0A19.82 19.82 0 1 1 263 199.23 19.82 19.82 0 0 1 282.78 219M40.7 239.4A13.39 13.39 0 1 1 27.32 226a13.39 13.39 0 0 1 13.38 13.4m314.91 0a13.39 13.39 0 1 1-13.38-13.4 13.4 13.4 0 0 1 13.39 13.39m-157.46 79.26a13.39 13.39 0 1 1-13.38-13.38 13.4 13.4 0 0 1 13.38 13.38M118.9 279a13.39 13.39 0 1 1-13.38-13.39A13.38 13.38 0 0 1 118.9 279m157.46 0A13.39 13.39 0 1 1 263 265.64 13.39 13.39 0 0 1 276.35 279m-242.07 7.52a7 7 0 1 1-7-7 7 7 0 0 1 7 7m314.91 0a7 7 0 1 1-7-7 7 7 0 0 1 7 7m-157.46 79.27a7 7 0 1 1-7-7 7 7 0 0 1 7 7m-79.26-39.63a7 7 0 1 1-7-7 7 7 0 0 1 7 7m157.46 0a7 7 0 1 1-7-7 7 7 0 0 1 7 7M211 26.78A26.78 26.78 0 1 1 184.24 0 26.78 26.78 0 0 1 211 26.78m0 79.22a26.78 26.78 0 1 1-26.77-26.78A26.78 26.78 0 0 1 211 106m0 78.2a26.78 26.78 0 1 1-26.77-26.78A26.78 26.78 0 0 1 211 184.24M368.47 106a26.78 26.78 0 1 1-26.78-26.78A26.78 26.78 0 0 1 368.47 106m-314.91 0a26.78 26.78 0 1 1-26.78-26.74A26.78 26.78 0 0 1 53.56 106m79.26-39.63A26.78 26.78 0 1 1 106 39.63a26.78 26.78 0 0 1 26.78 26.78m0 78.19A26.78 26.78 0 1 1 106 117.82a26.78 26.78 0 0 1 26.78 26.78m157.5-78.19a26.78 26.78 0 1 1-26.78-26.78 26.78 26.78 0 0 1 26.78 26.78m0 78.19a26.78 26.78 0 1 1-26.78-26.78 26.78 26.78 0 0 1 26.78 26.78",
fill: "#141414"
})
});
};
SVGComponent.defaultProps = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 368.47 372.75"
};
/** */
export const OceanColorful = /*#__PURE__*/React.forwardRef((props, ref) => {
const {
getPrefixCls
} = React.useContext(ConfigProvider.ConfigContext);
const prefixCls = getPrefixCls('web3-icon-ocean-colorful');
return /*#__PURE__*/_jsx(AntdIcon, {
...props,
className: classnames(prefixCls, props.className),
ref: ref,
component: eraseDefaultProps(SVGComponent)
});
});
OceanColorful.displayName = 'OceanColorful';