@ant-design/web3-icons
Version:
A collection of Web3 icons.
44 lines • 6.49 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: "M999.6 310.7c-381.5 0-692 312.5-692 696.7s310.5 696.7 692 696.7 692-312.5 692-696.7-310.4-696.7-692-696.7m0 1295.7c-328.1 0-595-268.7-595-599s266.9-599.1 595-599.1 595 268.8 595 599.1-266.9 599-595 599",
fill: "#3482fa"
}), /*#__PURE__*/_jsx("path", {
d: "M1316.3 964.1c-7.4-55.1-28.9-107.3-62.5-151.5.9-.7 1.7-1.4 2.5-2.1l79.8-80.3c16.9-17 16.9-44.5 0-61.5-16.7-16.9-43.9-17-60.8-.3l-.3.3-79.7 80.3c-.8.8-1.4 1.7-2.2 2.5-43.8-33.8-95.7-55.5-150.5-62.9 0-1 .3-2 .3-3.1V571.9c0-23.9-19.4-43.2-43.2-43.2-23.9 0-43.2 19.4-43.2 43.2v113.5c0 1.1.3 2.1.4 3.1-54.8 7.5-106.7 29.2-150.6 62.9-.7-.8-1.3-1.7-2.1-2.5l-79.7-80.3c-16.7-16.9-44-17-60.9-.3l-.3.3c-16.9 17-16.9 44.5 0 61.5l79.8 80.3c.9.8 1.7 1.4 2.5 2.1C712 856.7 690.4 909 683.1 964c-1-.1-2.1-.3-3.1-.3H567.1c-24 0-43.5 19.5-43.5 43.5s19.5 43.5 43.5 43.5h112.8c1 0 2-.2 3.1-.3 7.3 55.1 28.9 107.3 62.5 151.6-.8.7-1.7 1.3-2.5 2.1l-79.8 80.2c-16.9 17.1-16.9 44.5 0 61.6 16.7 16.9 43.9 17 60.8.3l.3-.3 79.8-80.3c.8-.8 1.4-1.7 2.1-2.5 43.8 33.8 95.8 55.5 150.6 62.9-.1 1-.4 2.1-.4 3.1v113.6c-.4 23.9 18.7 43.5 42.6 43.9s43.5-18.7 43.9-42.6V1329.1c0-1-.3-2-.3-3.1 54.8-7.5 106.7-29.2 150.5-62.9.8.8 1.4 1.8 2.2 2.5l79.7 80.3c16.7 16.9 43.9 17 60.8.3l.3-.3c16.9-17.1 16.9-44.5 0-61.6l-79.7-80.2c-.8-.8-1.6-1.5-2.5-2.1 33.6-44.3 55.1-96.5 62.5-151.6 1 .1 2.1.3 3.2.3h112.7c24 0 43.5-19.5 43.5-43.5s-19.5-43.5-43.5-43.5h-112.7c-1.2.1-2.3.3-3.3.4zm-316.7 267.6c-122.9 0-222.8-100.7-222.8-224.4s100-224.4 222.8-224.4 223 100.7 223 224.4-100.1 224.4-223 224.4z",
fill: "#3482fa"
}), /*#__PURE__*/_jsx("path", {
d: "M1759.6 0H240.3C107.8 0 0 108.6 0 241.9v1529.2c0 133.4 107.8 242 240.3 242h1519.4c132.5 0 240.4-108.5 240.4-242V241.9C2000 108.6 1892.1 0 1759.6 0zm130.7 1771.1c0 72.6-58.7 131.6-130.7 131.6H240.3c-72.1 0-130.6-59-130.6-131.6V241.9c0-72.5 58.5-131.5 130.6-131.5h1519.4c72 0 130.7 59 130.7 131.5v1529.2z",
fill: "#3482fa"
})]
});
};
SVGComponent.defaultProps = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 2000 2013.1",
xmlSpace: "preserve",
enableBackground: "new 0 0 2000 2013.1"
};
/** */
export const CltColorful = /*#__PURE__*/React.forwardRef((props, ref) => {
const {
getPrefixCls
} = React.useContext(ConfigProvider.ConfigContext);
const prefixCls = getPrefixCls('web3-icon-clt-colorful');
return /*#__PURE__*/_jsx(AntdIcon, {
...props,
className: classnames(prefixCls, props.className),
ref: ref,
component: eraseDefaultProps(SVGComponent)
});
});
CltColorful.displayName = 'CltColorful';