@ant-design/web3-icons
Version:
A collection of Web3 icons.
48 lines • 5.83 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: "M118.784 323.84v376.32c0 24.192 12.672 46.08 33.792 58.368l326.016 188.16c20.736 11.904 46.464 11.904 67.2 0l326.016-188.16c20.736-11.904 33.792-34.176 33.792-58.368V323.84c0-24.192-12.672-46.08-33.792-58.368L545.792 77.312c-20.736-11.904-46.464-11.904-67.2 0l-326.016 188.16c-20.736 11.904-33.408 34.176-33.408 58.368h-.384z",
fill: "#213147"
}), /*#__PURE__*/_jsx("path", {
d: "m583.04 584.96-46.464 127.488c-1.152 3.456-1.152 7.296 0 11.136l79.872 219.264 92.544-53.376L598.016 584.96c-2.688-6.912-12.288-6.912-14.976 0zm93.312-214.272c-2.688-6.912-12.288-6.912-14.976 0l-46.464 127.488c-1.152 3.456-1.152 7.296 0 11.136l130.944 359.04 92.544-53.376-162.048-443.904v-.384z",
fill: "#12AAFF"
}), /*#__PURE__*/_jsx("path", {
d: "M512 91.52c2.304 0 4.608.768 6.528 1.92L871.04 296.96c4.224 2.304 6.528 6.912 6.528 11.52v407.04c0 4.608-2.688 9.216-6.528 11.52L518.528 930.56c-1.92 1.152-4.224 1.92-6.528 1.92s-4.608-.768-6.528-1.92L152.96 727.04c-4.224-2.304-6.528-6.912-6.528-11.52V308.096c0-4.608 2.688-9.216 6.528-11.52l352.512-203.52c1.92-1.152 4.224-1.92 6.528-1.92v.384zM512 32c-12.672 0-24.96 3.072-36.48 9.6L123.008 245.12c-22.656 13.056-36.48 36.864-36.48 62.976v407.04c0 26.112 13.824 49.92 36.48 62.976l352.512 203.52c11.136 6.528 23.808 9.6 36.48 9.6s24.96-3.072 36.48-9.6l352.512-203.52c22.656-13.056 36.48-36.864 36.48-62.976v-407.04c0-26.112-13.824-49.92-36.48-62.976L548.096 41.6c-11.136-6.528-23.808-9.6-36.48-9.6H512z",
fill: "#9DCCED"
}), /*#__PURE__*/_jsx("path", {
d: "m278.528 868.736 32.64-89.088 65.28 54.144-61.056 56.064z",
fill: "#213147"
}), /*#__PURE__*/_jsx("path", {
d: "M482.048 279.296h-89.472c-6.528 0-12.672 4.224-14.976 10.368L185.984 814.976l92.544 53.376 211.2-578.688c1.92-5.376-1.92-10.752-7.296-10.752l-.384.384zm156.672 0h-89.472c-6.528 0-12.672 4.224-14.976 10.368l-218.88 599.808 92.544 53.376 238.08-653.184c1.92-5.376-1.92-10.752-7.296-10.752v.384z",
fill: "#FFF"
})]
});
};
SVGComponent.defaultProps = {
viewBox: "0 0 1024 1024",
xmlns: "http://www.w3.org/2000/svg"
};
/** */
export const ArbitrumColorful = /*#__PURE__*/React.forwardRef((props, ref) => {
const {
getPrefixCls
} = React.useContext(ConfigProvider.ConfigContext);
const prefixCls = getPrefixCls('web3-icon-arbitrum-colorful');
return /*#__PURE__*/_jsx(AntdIcon, {
...props,
className: classnames(prefixCls, props.className),
ref: ref,
component: eraseDefaultProps(SVGComponent)
});
});
ArbitrumColorful.displayName = 'ArbitrumColorful';