@ant-design/web3-icons
Version:
A collection of Web3 icons.
40 lines • 6.08 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: "M61 28.11q1.35.9-.9 1.5c-.6.2-.6.3-.6.6 0 .8-.1 1.1-1.8 1.4a1 1 0 0 0-1 .6c.1.7-.7 1.1-2.5 1.3a2 2 0 0 0-1.3.5c-.3.7-1.3 1-3.2 1a2.45 2.45 0 0 0-1.5.4c-.6.6-1.9.9-3.8.8a3.69 3.69 0 0 0-1.7.3 6.56 6.56 0 0 1-4.1.5 5.75 5.75 0 0 0-1.9.1 7.73 7.73 0 0 1-4.3.2 6.05 6.05 0 0 0-1.9 0 7.78 7.78 0 0 1-4.3-.1 3.93 3.93 0 0 0-1.9-.1 5.85 5.85 0 0 1-4.1-.5 4 4 0 0 0-1.7-.3c-1.9.1-3.1-.1-3.8-.8a4.39 4.39 0 0 0-1.5-.2c-1.9 0-3-.4-3.2-1a2 2 0 0 0-1.3-.5c-1.8-.2-2.7-.6-2.6-1.2 0-.3-.3-.5-1-.6-1.7-.3-2.3-.8-1.8-1.4.2-.2 0-.5-.6-.6q-2.25-.6-.9-1.5c.3-.2.2-.5-.2-.7q-1.8-.75 0-1.5c.4-.2.5-.5.2-.7q-1.35-.9.9-1.5.9-.3.6-.6c-.5-.6.1-1.1 1.8-1.4a1 1 0 0 0 1-.6c-.1-.7.7-1.1 2.5-1.3a2 2 0 0 0 1.3-.5c.3-.7 1.3-1 3.2-1.1a2.45 2.45 0 0 0 1.5-.4c.6-.6 1.9-.9 3.8-.8a3.69 3.69 0 0 0 1.7-.3 6.56 6.56 0 0 1 4.1-.5 5.75 5.75 0 0 0 1.9-.1 7.73 7.73 0 0 1 4.3-.2 6.05 6.05 0 0 0 1.9 0 7.78 7.78 0 0 1 4.3.1 3.93 3.93 0 0 0 1.9.1 5.85 5.85 0 0 1 4.1.5 4 4 0 0 0 1.7.3c1.9-.1 3.1.1 3.8.8a2.45 2.45 0 0 0 1.5.4c1.9 0 3 .4 3.2 1a1.76 1.76 0 0 0 1.3.5c1.4.1 2.2.5 2.6 1.2a1 1 0 0 0 1 .6c1.3 0 2.3.8 1.8 1.4-.2.2 0 .6.6.6 1.2 0 1.8.9.9 1.5-.3.2-.3.5.2.7q1.8.75 0 1.5c-.35.1-.45.4-.2.6Z",
fill: "none",
stroke: "#000",
strokeWidth: "1.5px"
}), /*#__PURE__*/_jsx("path", {
d: "M29.35 4.61a3 3 0 0 0 2-3c-.1-1.5-1.6-2-3.5-1.3-3.8 1.3-4.8 5.6-5.4 9.9-.2 1.2-.3 2.5-.4 3.6a186.79 186.79 0 0 0-1.6 27.4c.1 1.6.6 3.4-.7 5.1-2.2.2-1.6-1.1-3.6-.4C13 47 13.75 51.21 16 51a3.75 3.75 0 0 0 2.1-.7c3.9-2 4.4-7.2 5.1-12.4a212.53 212.53 0 0 0 1.7-28.3v-.09c0-1.7-.3-4.5.8-5.1s1.9.9 3.6.2M44 .54c-3.8 1.3-4.8 5.6-5.4 9.9-.2 1.2-.3 2.5-.4 3.6a186.79 186.79 0 0 0-1.6 27.4c.1 1.6.6 3.4-.7 5.1-2.2.3-1.6-1.1-3.6-.4-3.1 1.1-2.4 5.3-.1 5.1a3.75 3.75 0 0 0 2.1-.7c3.9-2 4.4-7.2 5.1-12.4a212.53 212.53 0 0 0 1.7-28.3v-.1c0-1.7-.3-4.5.8-5.1s1.9.8 3.6.1a3 3 0 0 0 2-3c-.1-1.4-1.6-1.9-3.5-1.2"
})]
});
};
SVGComponent.defaultProps = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 62.9 51.25"
};
/** */
export const NewColorful = /*#__PURE__*/React.forwardRef((props, ref) => {
const {
getPrefixCls
} = React.useContext(ConfigProvider.ConfigContext);
const prefixCls = getPrefixCls('web3-icon-new-colorful');
return /*#__PURE__*/_jsx(AntdIcon, {
...props,
className: classnames(prefixCls, props.className),
ref: ref,
component: eraseDefaultProps(SVGComponent)
});
});
NewColorful.displayName = 'NewColorful';