@ant-design/web3-icons
Version:
A collection of Web3 icons.
47 lines • 6.9 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: "M-1077.1 344.2c0-1.8-2-2.8-2.7-3.1-2.4-8.6-10.3-14.5-19.2-14.4-8.9-.1-16.8 5.8-19.2 14.4-.6.3-2.7 1.2-2.7 3.1 0 2.2-.3 4.3 0 5.3.4 1.3 1.6 2.2 2.9 2.3.8 2.8 2.3 5.4 4.3 7.5 3.6 3.7 8.6 5.6 14.6 5.6s11-1.9 14.6-5.6c2-2.1 3.5-4.7 4.3-7.5 1.4-.1 2.5-1 2.9-2.3.5-1 .2-3.1.2-5.3zm-3.5 1.5c0 10.6-7.4 17.7-18.3 17.7s-18.3-7.1-18.3-17.7c0-9.7 8.2-17.6 18.3-17.6s18.3 7.9 18.3 17.6z",
transform: "translate(1120.897 -326.692)",
fill: "#3b3f4c"
}), /*#__PURE__*/_jsx("path", {
d: "M-1108.7 334.2c0-1.5-1.2-2.7-2.7-2.7-1.5 0-2.7 1.2-2.7 2.7 0 1.5 1.2 2.7 2.7 2.7 1.5 0 2.7-1.2 2.7-2.7zM-1104.8 341.5c.3 0 .6-.3.6-.6s-.3-.6-.6-.6-.6.3-.6.6.2.6.6.6zM-1110 344.1c0 2.2 1.8 3.9 3.9 3.9h.1c2.2.1 4-1.6 4.1-3.8v-.1c-1.3.5-2.7.8-4.1.9-1.4 0-2.7-.3-4-.9zM-1107 341.5c.3 0 .6-.3.6-.6s-.3-.6-.6-.6-.6.3-.6.6.3.6.6.6zM-1100.1 331.4c-1.5 0-2.7 1.2-2.7 2.7 0 1.5 1.2 2.7 2.7 2.7 1.5 0 2.7-1.2 2.7-2.7 0-1.4-1.2-2.6-2.7-2.7z",
transform: "translate(1127.814 -318.032)",
fill: "#3b3f4c"
}), /*#__PURE__*/_jsx("path", {
d: "M-1097.7 327.2c-2.7-.5-5.5-.7-8.2-.5-2.8-.1-5.6 0-8.4.6-6.4 1.7-6.7 6.2-6.7 11s2.1 9.9 7.8 12.2c2 .8 4.4.9 7.4.9s5.4-.1 7.3-.9c5.7-2.3 7.5-7.4 7.5-12.2.2-4.9-.1-9.4-6.7-11.1zm-2.6 13.1h-.4c.5 1.3.7 2.7.8 4 0 3.4-2.7 6.1-6.1 6.1-3.4 0-6.1-2.8-6.1-6.1.1-1.4.3-2.7.8-4h-.2c-3.4 0-6.1-2.8-6.1-6.1 0-3.4 2.7-6.1 6.1-6.1 2.4 0 4.7 1.5 5.6 3.7.9-2.3 3.1-3.7 5.6-3.7 3.4 0 6.1 2.8 6.1 6.1s-2.7 6.1-6.1 6.1z",
transform: "translate(1127.814 -318.032)",
fill: "#3b3f4c"
})]
});
};
SVGComponent.defaultProps = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 43.9 38.1",
xmlSpace: "preserve",
enableBackground: "new 0 0 43.9 38.1"
};
/** */
export const BnanaColorful = /*#__PURE__*/React.forwardRef((props, ref) => {
const {
getPrefixCls
} = React.useContext(ConfigProvider.ConfigContext);
const prefixCls = getPrefixCls('web3-icon-bnana-colorful');
return /*#__PURE__*/_jsx(AntdIcon, {
...props,
className: classnames(prefixCls, props.className),
ref: ref,
component: eraseDefaultProps(SVGComponent)
});
});
BnanaColorful.displayName = 'BnanaColorful';