@ant-design/web3-icons
Version:
A collection of Web3 icons.
36 lines • 4.28 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: "M371.2 161h-42.4c-4.9 0-9.6-2.1-12.9-5.8l-17.2-19.4c-2.6-2.9-6.2-4.6-10.1-4.6s-7.5 1.7-10.1 4.6l-14.8 16.7c-4.8 5.4-11.8 8.6-19 8.6H12.6C6 179.8 1.7 199.7 0 220.4h219.1c3.9 0 7.5-1.6 10.2-4.4l20.4-21.3c2.5-2.7 6.1-4.2 9.7-4.2h.8c3.9 0 7.5 1.7 10.1 4.6l17.2 19.4c3.3 3.7 8 5.8 12.9 5.8h178.8c-1.7-20.6-6-40.6-12.6-59.4l-95.4.1zM132.6 345.2c3.9 0 7.5-1.6 10.2-4.4l20.4-21.3c2.6-2.7 6.1-4.2 9.8-4.2h.8c3.9 0 7.6 1.7 10.1 4.5l17.2 19.4c3.3 3.7 8 5.8 12.9 5.8h242.4c9.1-18.8 15.7-38.9 19.7-60H243.4c-4.9 0-9.6-2.1-12.9-5.8L213.3 260c-2.6-2.9-6.2-4.5-10.1-4.5s-7.6 1.7-10.1 4.5l-14.8 16.7c-4.8 5.5-11.8 8.6-19.1 8.6H3.3c4 21.1 10.6 41.2 19.7 60l109.6-.1zM304.5 96.1c3.9 0 7.5-1.6 10.2-4.4l20.4-21.3c2.5-2.7 6.1-4.2 9.8-4.2h.8c3.9 0 7.5 1.7 10.1 4.6L373 90.3c3.3 3.7 8 5.8 12.9 5.8H432C388.1 37.7 318.3 0 239.7 0S91.2 37.7 47.3 96.1h257.2zM212 404.7h-63c-4.9 0-9.6-2.1-12.9-5.8l-17.2-19.4c-2.6-2.9-6.2-4.5-10.1-4.5s-7.6 1.7-10.1 4.5l-14.8 16.7c-4.8 5.5-11.8 8.6-19.1 8.6h-1c43.9 47 106.4 76.5 175.9 76.5s131.9-29.5 175.9-76.5l-203.6-.1z"
})
});
};
SVGComponent.defaultProps = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 479.3 481.2",
xmlSpace: "preserve",
enableBackground: "new 0 0 479.3 481.2"
};
/** */
export const AptCircleColorful = /*#__PURE__*/React.forwardRef((props, ref) => {
const {
getPrefixCls
} = React.useContext(ConfigProvider.ConfigContext);
const prefixCls = getPrefixCls('web3-icon-apt-circle-colorful');
return /*#__PURE__*/_jsx(AntdIcon, {
...props,
className: classnames(prefixCls, props.className),
ref: ref,
component: eraseDefaultProps(SVGComponent)
});
});
AptCircleColorful.displayName = 'AptCircleColorful';