@ant-design/web3-icons
Version:
A collection of Web3 icons.
41 lines • 4.31 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: "M202.9 226.3c-1.7 6.8-7.9 11.9-15.3 11.9s-13.6-5.1-15.3-11.9l-45-178.6C120.4 20.3 95.7 0 66.2 0 31.5 0 3.3 28.2 3.3 62.9v14.2c0 13.2 10.7 23.8 23.8 23.8 13.2 0 23.8-10.7 23.8-23.8V62.9c0-8.4 6.9-15.3 15.3-15.3 7.2 0 13.2 4.9 14.8 11.6l45.7 181.4c7.1 26.9 31.7 46.8 60.8 46.8s53.7-19.9 60.8-46.8L294 59.2c1.7-6.7 7.7-11.6 14.8-11.6 8.4 0 15.3 6.9 15.3 15.3v200.7c0 13.2 10.7 23.8 23.8 23.8 13.2 0 23.8-10.7 23.8-23.8V62.9C372 28.2 343.8 0 309.1 0c-29.4 0-54.2 20.3-61.1 47.7l-45.1 178.6zM50.9 263.6c0 13.2-10.7 23.8-23.8 23.8-13.2 0-23.8-10.7-23.8-23.8v-53.3c0-13.2 10.7-23.8 23.8-23.8 13.2 0 23.8 10.7 23.8 23.8v53.3z",
fill: "#082e3d"
}), /*#__PURE__*/_jsx("path", {
d: "M10.8 127.4c2.9-2.9 5.5-5.4 7.6-7.3l.2-.2c4.8-4.3 12.1-4.3 16.9 0l.2.2c2.2 2 4.7 4.4 7.7 7.4 2.9 2.9 5.3 5.5 7.3 7.6l.2.2c4.3 4.8 4.3 12.1 0 16.9l-.2.2c-2 2.2-4.4 4.7-7.3 7.6h-.1c-2.9 2.9-5.4 5.3-7.6 7.3l-.2.2c-4.8 4.3-12.1 4.3-16.9 0l-.2-.2c-2.1-2-4.7-4.4-7.6-7.3-3-3-5.4-5.5-7.4-7.7l-.2-.2c-4.3-4.8-4.3-12.1 0-16.9l.2-.2c2-2.1 4.4-4.6 7.4-7.6z",
fill: "#f5ba38"
})]
});
};
SVGComponent.defaultProps = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 371.7 287.4",
xmlSpace: "preserve",
enableBackground: "new 0 0 371.7 287.4"
};
/** */
export const MvlColorful = /*#__PURE__*/React.forwardRef((props, ref) => {
const {
getPrefixCls
} = React.useContext(ConfigProvider.ConfigContext);
const prefixCls = getPrefixCls('web3-icon-mvl-colorful');
return /*#__PURE__*/_jsx(AntdIcon, {
...props,
className: classnames(prefixCls, props.className),
ref: ref,
component: eraseDefaultProps(SVGComponent)
});
});
MvlColorful.displayName = 'MvlColorful';