@ant-design/web3-icons
Version:
A collection of Web3 icons.
51 lines • 5.33 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", {
fill: "#326cff",
d: "M175.21 210.02c-1.63 0-3.29-.38-4.84-1.19-5.12-2.68-7.1-9-4.42-14.12l27.42-52.43-27.22-47.47c-2.87-5.01-1.14-11.41 3.87-14.28 5.01-2.88 11.41-1.14 14.28 3.87l29.3 51.09c2.27 3.96 2.37 8.74.25 12.79l-29.36 56.13a10.472 10.472 0 0 1-9.28 5.62Z"
}), /*#__PURE__*/_jsx("path", {
fill: "#326cff",
d: "M66.03 211.15c-5.58 0-10.21-4.4-10.45-10.03-.24-5.77 4.24-10.65 10.02-10.89l59.12-2.47 27.5-47.31c2.9-5 9.31-6.69 14.31-3.79s6.69 9.31 3.79 14.3l-29.6 50.92a13.27 13.27 0 0 1-10.96 6.61l-63.28 2.64h-.44v.02Z"
}), /*#__PURE__*/_jsx("path", {
fill: "#326cff",
d: "M105.69 172.15h-.03l-58.89-.17c-4.57-.01-8.76-2.33-11.21-6.18L1.63 112.32c-3.1-4.88-1.65-11.35 3.23-14.44 4.88-3.1 11.35-1.65 14.44 3.23L51 151.07l54.73.16c5.78.02 10.45 4.72 10.43 10.5-.02 5.77-4.7 10.43-10.46 10.43h-.01Z"
}), /*#__PURE__*/_jsx("path", {
fill: "#326cff",
d: "M64.07 132.02c-3.63 0-7.15-1.89-9.09-5.26l-29.3-51.09a13.246 13.246 0 0 1-.25-12.79L54.79 6.75c2.68-5.12 9-7.1 14.12-4.42s7.1 9 4.42 14.12L45.91 68.88l27.22 47.47c2.87 5.01 1.14 11.41-3.87 14.28a10.43 10.43 0 0 1-5.2 1.39Z"
}), /*#__PURE__*/_jsx("path", {
fill: "#326cff",
d: "M78 75.9c-1.79 0-3.59-.46-5.25-1.42-5-2.9-6.69-9.31-3.79-14.3l29.6-50.92c2.3-3.95 6.39-6.42 10.96-6.61L172.8 0c5.76-.25 10.65 4.24 10.89 10.02.24 5.77-4.24 10.65-10.02 10.89l-59.11 2.47-27.5 47.31A10.464 10.464 0 0 1 78 75.9Z"
}), /*#__PURE__*/_jsx("path", {
fill: "#326cff",
d: "M228.83 114.9c-3.46 0-6.85-1.72-8.85-4.86l-31.7-49.96-54.73-.16c-5.78-.02-10.45-4.72-10.43-10.5.02-5.77 4.7-10.43 10.46-10.43h.03l58.89.17c4.57.01 8.76 2.33 11.21 6.18l33.93 53.48c3.1 4.88 1.65 11.35-3.23 14.44-1.74 1.1-3.68 1.63-5.6 1.63h.02Z"
})]
});
};
SVGComponent.defaultProps = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 239.27 211.15"
};
/** */
export const JovayColorful = /*#__PURE__*/React.forwardRef((props, ref) => {
const {
getPrefixCls
} = React.useContext(ConfigProvider.ConfigContext);
const prefixCls = getPrefixCls('web3-icon-jovay-colorful');
return /*#__PURE__*/_jsx(AntdIcon, {
...props,
className: classnames(prefixCls, props.className),
ref: ref,
component: eraseDefaultProps(SVGComponent)
});
});
JovayColorful.displayName = 'JovayColorful';