@ant-design/web3-icons
Version:
A collection of Web3 icons.
39 lines • 5.6 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";
var SVGComponent = function SVGComponent(props) {
return /*#__PURE__*/_jsx("svg", {
...props,
children: /*#__PURE__*/_jsx("path", {
d: "M233.2 178.8V115.6c-.1-9.9-1.3-19.7-3.9-29.3C216.6 38 173.5 2.9 123.4.2c-21.6-1.1-42 3.1-61.2 13.3C24.6 33.3.6 72.1.1 114.7 0 130.2 0 145.8 0 161.3v20.1c.4 4.7 3.6 8.6 8.1 9.9 4.4 1.2 9.3-.6 12-4.4 1.5-2.2 2.1-4.6 2.1-7.3v-61.9c0-6.5.5-13 1.8-19.4 10.1-51.2 60.2-84.7 111.3-74.4 43.8 9.1 75.7 48 75.7 92.6v65c.4 5.4 4.6 9.7 9.9 10.2 5.8.5 10.7-3 11.9-8.5.3-1.4.4-2.9.4-4.4zM180.6 203v-7.5h-.1v-16c0-3.8 0-7.6-.1-11.5-.1-2.5-1-4.6-2.6-6.5-3.1-3.5-8-4.6-12.4-3-4.3 1.6-6.9 5.3-6.9 10.3 0 16.9-.1 33.8 0 50.7 0 8.1 1.6 16 5.2 23.4 5.2 10.6 13.2 18.1 24.7 21.4 6.3 1.9 12.8 2 19.3.8 4.9-.9 9.8-2.4 14.3-4.7 5.6-2.9 7.5-9.3 4.8-15.1-2.6-5.5-8.4-7.5-14.4-5.3-1.8.7-3.7 1.2-5.6 1.7-1 .3-2 .5-3 .8-5.8 1.7-15.1-1.7-19.1-8.5-2.2-3.8-3.9-7.8-3.9-12.3-.2-6.2-.2-12.5-.2-18.7zm-53 21.6v54.8c0 1.4 0 2.9-.3 4.3-1.2 4.9-5.9 8.3-11.1 8.1-5.3-.2-9.5-3.8-10.4-8.9-.2-1.3-.3-2.7-.3-4V170.3c0-1.4.1-2.9.4-4.3 1.2-5.6 6.2-9 12.3-8.4 5.8.6 9.6 5.9 9.6 10.4-.1 15.1-.1 30.2-.1 45.3-.1 3.7-.1 7.5-.1 11.3zM75 253v-68.2c0-5.6.1-11.3-.1-16.9-.1-5.5-4.4-9.9-9.6-10.3-5.9-.5-10.8 2.8-12.1 8.3-.3 1.3-.4 2.6-.4 4v85.3c.5 5.5 4.6 9.7 9.9 10.2 5.6.5 10.6-2.7 11.9-8.1.3-1.4.4-2.9.4-4.3zm8.8-136.1c-9.4 0-16.7-7.3-16.6-16.6 0-9.3 7.4-16.6 16.8-16.5 9.2.1 16.4 7.3 16.4 16.5 0 9.3-7.2 16.5-16.6 16.6zm49-16.7c-.1 9.3 7.2 16.7 16.6 16.7 9.1 0 16.5-7.4 16.6-16.4 0-9.3-7.3-16.7-16.6-16.7s-16.5 7.2-16.6 16.4z",
fillRule: "evenodd",
clipRule: "evenodd",
fill: "#0f1369"
})
});
};
SVGComponent.defaultProps = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 233.3 291.7",
xmlSpace: "preserve",
enableBackground: "new 0 0 233.3 291.7"
};
/** */
export const OctColorful = /*#__PURE__*/React.forwardRef((props, ref) => {
const {
getPrefixCls
} = React.useContext(ConfigProvider.ConfigContext);
const prefixCls = getPrefixCls('web3-icon-oct-colorful');
return /*#__PURE__*/_jsx(AntdIcon, {
...props,
className: classnames(prefixCls, props.className),
ref: ref,
component: eraseDefaultProps(SVGComponent)
});
});
OctColorful.displayName = 'OctColorful';