@ant-design/web3-icons
Version:
A collection of Web3 icons.
53 lines • 3.53 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: "m117.4 289.2-62.8 28L-112 402l166.6 80.1V349.7l62.8-28.3V517l-62.8 28-245.3-117.4v-62.4l169.8-83.3-169.8-81.6V137l63.8-28 244.3 117.6v62.6z",
transform: "translate(190.693 -109)",
fill: "#49c1bf"
}), /*#__PURE__*/_jsx("path", {
d: "M-190.7 137 54.6 254.6l62.8-28L-126.9 109l-63.8 28z",
transform: "translate(190.693 -109)",
fill: "#077a8f"
}), /*#__PURE__*/_jsx("path", {
d: "m36.6 245.7 62.8-28v62.6l-62.8 28v-62.6z",
transform: "translate(208.695 -100.365)",
fill: "#298e97"
}), /*#__PURE__*/_jsx("path", {
d: "M-190.7 135v63.3l169.8 81.6-169.8 83.3v62.4L54.6 543v-62.8L-112 400l166.6-84.8v-62.6L-190.7 135z",
transform: "translate(190.693 -106.944)",
fill: "#49c1bf"
}), /*#__PURE__*/_jsx("path", {
d: "m36.6 529 62.8-28V305.4l-62.8 28.3V529z",
transform: "translate(208.695 -93.411)",
fill: "#298e97"
})]
});
};
SVGComponent.defaultProps = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 308.1 436.1"
};
/** */
export const ZilColorful = /*#__PURE__*/React.forwardRef((props, ref) => {
const {
getPrefixCls
} = React.useContext(ConfigProvider.ConfigContext);
const prefixCls = getPrefixCls('web3-icon-zil-colorful');
return /*#__PURE__*/_jsx(AntdIcon, {
...props,
className: classnames(prefixCls, props.className),
ref: ref,
component: eraseDefaultProps(SVGComponent)
});
});
ZilColorful.displayName = 'ZilColorful';