@ant-design/web3-icons
Version:
A collection of Web3 icons.
48 lines • 4.82 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: "M65.45 336.92a40.62 40.62 0 1 1-.15.15l.15-.15M343.54 72.91a40.66 40.66 0 1 1 0 57.5 40.62 40.62 0 0 1-.05-57.41h.05M117.59 305.64l42.9 42.9 39.3-39.3a77.42 77.42 0 0 1-43-43ZM310.5 200.67l39.3-39.3-42.9-42.9-39.3 39.3a77.35 77.35 0 0 1 25.9 17.1 75.64 75.64 0 0 1 17 25.8",
fill: "#fdba4d"
}), /*#__PURE__*/_jsx("path", {
d: "M342.17 392.39a40.66 40.66 0 1 1 57.5 0 40.62 40.62 0 0 1-57.45.05l-.05-.05M69.53 126.79a40.66 40.66 0 1 1 57.5 0 40.62 40.62 0 0 1-57.45 0M303.66 346.83l42.9-42.9-39.3-39.3a77.42 77.42 0 0 1-43 43M203.07 155.54l-39.3-39.3-42.9 42.9 39.3 39.3a77.35 77.35 0 0 1 17.1-25.9 75.64 75.64 0 0 1 25.8-17",
fill: "#5da9dd"
}), /*#__PURE__*/_jsx("path", {
d: "M274.92 40.7a40.67 40.67 0 1 1 0-.06v.06M274.92 429.44a40.67 40.67 0 1 1 0-.06ZM249 102.7h-25.6v50.4a74.86 74.86 0 0 1 25.6 0M249 319.26a74.86 74.86 0 0 1-25.6 0v50.4H249",
fill: "#18568c"
}), /*#__PURE__*/_jsx("path", {
d: "M414.3 264.63a40.67 40.67 0 1 1 .06 0h-.06M40.7 271.54a40.7 40.7 0 1 1 40.7-40.71 40.7 40.7 0 0 1-40.7 40.71M310.81 243.64h50.4V218h-50.4a74.86 74.86 0 0 1 0 25.6ZM154.21 243.64a74.86 74.86 0 0 1 0-25.6h-50.4v25.6",
fill: "#18578c"
}), /*#__PURE__*/_jsx("path", {
d: "M290.7 233.84a57.7 57.7 0 1 1-57.7-57.7 57.72 57.72 0 0 1 57.7 57.7Z",
fill: "#18568b"
})]
});
};
SVGComponent.defaultProps = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 455 470.14"
};
/** */
export const BlzColorful = /*#__PURE__*/React.forwardRef((props, ref) => {
const {
getPrefixCls
} = React.useContext(ConfigProvider.ConfigContext);
const prefixCls = getPrefixCls('web3-icon-blz-colorful');
return /*#__PURE__*/_jsx(AntdIcon, {
...props,
className: classnames(prefixCls, props.className),
ref: ref,
component: eraseDefaultProps(SVGComponent)
});
});
BlzColorful.displayName = 'BlzColorful';