@ant-design/web3-icons
Version:
A collection of Web3 icons.
59 lines • 3.96 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";
import { jsxs as _jsxs } from "react/jsx-runtime";
var SVGComponent = function SVGComponent(props) {
return /*#__PURE__*/_jsxs("svg", {
...props,
children: [/*#__PURE__*/_jsx("path", {
d: "M71.8 28h10v15.1h-10zM43.1 0h10v15.1h-10z",
fill: "#1682fe"
}), /*#__PURE__*/_jsx("path", {
d: "M14.4 14.4h10v15.1h-10z",
fill: "#60d8a4"
}), /*#__PURE__*/_jsx("path", {
d: "M0 71.8h10.1v43.1H0z",
fill: "#f4bb3b"
}), /*#__PURE__*/_jsx("path", {
d: "M0 28.7h10.1v43.1H0z",
fill: "#60d8a4"
}), /*#__PURE__*/_jsx("path", {
d: "M86.1 42.4h10v15.1h-10z",
fill: "#1682fe"
}), /*#__PURE__*/_jsx("path", {
d: "M86.1 86.1h10v15.1h-10zM71.8 100.5h10v15.1h-10zM43.1 128.5h10v15.1h-10z",
fill: "#ff5a5a"
}), /*#__PURE__*/_jsx("path", {
d: "M14.4 114.1h10v15.1h-10z",
fill: "#f4bb3b"
}), /*#__PURE__*/_jsx("path", {
d: "M124.2 57.4V28.7h-14.4V14.4H81.1V0H52.4v14.4H23.7v14.4H9.3v86.1h14.4v14.4h28.7v14.4h28.7v-14.4h28.7v-14.4h14.4V86.1H95.5v14.4H81.1v14.4H52.4v-14.4H38.1V43.1h14.4V28.7h28.7v14.4h14.4v14.4h28.6z",
fill: "#3a3a3a"
})]
});
};
SVGComponent.defaultProps = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 124.2 143.6",
xmlSpace: "preserve",
enableBackground: "new 0 0 124.2 143.6"
};
/** */
export const CvxColorful = /*#__PURE__*/React.forwardRef((props, ref) => {
const {
getPrefixCls
} = React.useContext(ConfigProvider.ConfigContext);
const prefixCls = getPrefixCls('web3-icon-cvx-colorful');
return /*#__PURE__*/_jsx(AntdIcon, {
...props,
className: classnames(prefixCls, props.className),
ref: ref,
component: eraseDefaultProps(SVGComponent)
});
});
CvxColorful.displayName = 'CvxColorful';