@ant-design/web3-icons
Version:
A collection of Web3 icons.
39 lines • 5.59 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: "M283.74 281.38C175.28 372.22 63.34 484.16 17.82 620.71c-52.48 160.94 20.92 325.37 91 468.7 69.92 146.8 146.81 290.32 213.24 440.61 52.49 118.92 125.89 258.76 108.46 391.82-13.94 94.51-45.51 185.35-62.94 279.86-13.95 63 45.51 0 66.43-17.43 122.4-105 255.27-223.89 304.27-384.84 24.4-80.38 10.46-154-17.43-230.86-27.89-73.41-59.46-143.33-91-216.92-66.43-147-136.35-293.81-206.46-440.81-27.89-52.49-56-108.46-80.38-164.44-24.4-59.46-38.54-122.4-42-188.83-3.48-52.49-3.48-101.49 3.49-154 3.48-38.54 13.94-73.4 17.43-111.94 3.68-20.73-13.75-27.89-38.16-10.27Zm1601.92 0c-108.46 91-220.41 203-265.92 339.33-52.49 160.94 20.92 325.37 91 468.7 69.91 147 147 290.32 213.43 440.81 52.49 118.92 125.89 258.75 108.46 391.81-13.94 94.51-45.51 185.35-63 279.86-13.94 63 45.52 0 66.44-17.43 122.4-105 255.26-223.89 304.26-384.84 24.41-80.37 10.46-154-17.43-230.86-27.89-73.4-59.46-143.32-91-216.92-66.44-147-136.35-293.81-206.47-440.81-27.89-52.49-56-108.46-80.37-164.43q-36.61-89.19-42-188.84c-3.49-52.49-3.49-101.49 3.49-154 3.48-38.55 13.94-73.41 17.43-112 3.68-20.92-13.75-28.08-38.35-10.46Z",
fill: "#165098"
}), /*#__PURE__*/_jsx("path", {
d: "M1060.2 15.46C937.8 117 804.93 239.35 731.34 382.67c-52.49 101.49-59.46 206.47-31.57 311.25 35.05 125.89 83.86 251.78 136.35 374.18 101.48 234.35 234.35 454.76 332.35 692.6 35 83.86 73.4 178.37 80.37 272.89 7 115.43-31.57 237.84-62.94 346.3-7 31.57-27.89 73.4-24.4 105 3.48 24.4 17.43 13.94 31.56 3.49a1766.33 1766.33 0 0 0 171.41-150.49c143.32-136.35 307.75-318.41 293.81-531.65-7-87.54-49-171.41-83.86-251.78-38.54-94.32-80.38-185.16-122.41-276.19-76.89-171.4-157.46-339.32-241.32-507.24-27.89-59.46-63-115.43-83.86-174.89-31.57-80.38-45.52-164.44-49-248.3-3.49-62.94 0-129.37 7-192.32 3.48-42 17.43-80.38 17.43-122.41 10.46-38.54-10.46-42-42-17.62Z",
fill: "#5c9dd5"
})]
});
};
SVGComponent.defaultProps = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 2353 2499.8"
};
/** */
export const SbdColorful = /*#__PURE__*/React.forwardRef((props, ref) => {
const {
getPrefixCls
} = React.useContext(ConfigProvider.ConfigContext);
const prefixCls = getPrefixCls('web3-icon-sbd-colorful');
return /*#__PURE__*/_jsx(AntdIcon, {
...props,
className: classnames(prefixCls, props.className),
ref: ref,
component: eraseDefaultProps(SVGComponent)
});
});
SbdColorful.displayName = 'SbdColorful';