@ant-design/web3-icons
Version:
A collection of Web3 icons.
46 lines • 7.54 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: "M853.568 146.5C759.083 52 633.57 0 500.05 0 224.302 0 0 224.3 0 500s224.302 500 500.05 500c133.52 0 259.133-52 353.518-146.5C948.053 759 1000 633.5 1000 500s-51.947-259.1-146.432-353.5ZM500.05 965.4C243.419 965.4 34.631 756.6 34.631 500c0-256.6 208.788-465.4 465.419-465.4S965.469 243.4 965.469 500c0 256.6-208.788 465.4-465.419 465.4Z",
fill: "#151A20"
}), /*#__PURE__*/_jsx("path", {
d: "M500.05 965.4C243.419 965.4 34.631 756.6 34.631 500c0-256.6 208.788-465.4 465.419-465.4S965.469 243.4 965.469 500c0 256.6-208.788 465.4-465.419 465.4Z",
fill: "#151A20"
}), /*#__PURE__*/_jsx("path", {
d: "M853.568 146.5C759.083 52 633.57 0 500.05 0 224.302 0 0 224.3 0 500s224.302 500 500.05 500c133.52 0 259.133-52 353.518-146.5C948.053 759 1000 633.5 1000 500s-51.947-259.1-146.432-353.5ZM500.05 965.4C243.419 965.4 34.631 756.6 34.631 500c0-256.6 208.788-465.4 465.419-465.4S965.469 243.4 965.469 500c0 256.6-208.788 465.4-465.419 465.4Z",
fill: "#fff"
}), /*#__PURE__*/_jsx("path", {
d: "M663.879 511.702c-31.99-28.591-73.878-47.686-114.466-66.18l-.3-.1c-71.579-32.691-133.461-60.982-129.063-127.863 1.9-25.493 20.394-40.888 35.59-49.186 17.095-9.397 39.788-14.995 60.782-14.995 2.5 0 4.999.1 7.398.2 61.082 4.098 109.268 29.991 156.355 83.775l2.799 3.299 3.299-2.799 18.395-15.995 3.299-2.899-2.9-3.299c-52.484-60.183-109.468-90.474-179.147-95.173-3-.3-6.199-.4-9.698-.4-2.099 0-4.398 0-6.798.1h-2.999c-45.686 0-95.772 14.996-133.861 40.189-45.486 30.091-70.979 71.479-71.679 116.566-1.799 109.668 87.875 146.557 166.952 179.248l.199.099.8.3c69.98 28.992 130.362 53.985 129.063 120.965-.6 44.187-63.782 68.58-107.169 68.58h-6.098v.1c-64.682-1.899-122.465-29.791-171.75-82.676l-2.999-3.199-3.2 2.899-17.894 16.596-3.199 2.999 2.999 3.199c55.983 60.282 125.063 92.673 199.841 93.572h3.4c48.285 0 100.77-12.996 140.359-34.889 49.585-27.093 78.477-66.581 81.476-111.168 3.399-48.986-12.896-88.874-49.786-121.865ZM431.747 416.33c28.492 24.393 67.08 41.888 104.37 58.783l.699.3c39.489 18.195 76.878 35.39 103.97 59.283 29.991 26.392 42.688 56.983 39.988 96.272-2.499 38.888-31.39 64.881-57.683 80.576 5.099-10.397 7.898-21.693 8.198-33.69.6-40.388-14.896-72.679-47.486-98.871-28.492-22.893-66.281-38.389-102.87-53.485-76.078-31.29-147.957-60.882-146.658-148.256.4-33.591 20.594-65.381 56.884-89.474 1.199-.8 2.399-1.6 3.699-2.4-4.299 9.398-6.698 19.195-7.298 29.492-2.899 40.488 11.597 73.678 44.187 101.47Z",
fill: "#fff"
})]
});
};
SVGComponent.defaultProps = {
viewBox: "0 0 1000 1000",
fill: "none",
xmlns: "http://www.w3.org/2000/svg"
};
/** */
export const ScrtCircleColorful = /*#__PURE__*/React.forwardRef((props, ref) => {
const {
getPrefixCls
} = React.useContext(ConfigProvider.ConfigContext);
const prefixCls = getPrefixCls('web3-icon-scrt-circle-colorful');
return /*#__PURE__*/_jsx(AntdIcon, {
...props,
className: classnames(prefixCls, props.className),
ref: ref,
component: eraseDefaultProps(SVGComponent)
});
});
ScrtCircleColorful.displayName = 'ScrtCircleColorful';