@ant-design/web3-icons
Version:
A collection of Web3 icons.
41 lines • 3.89 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: "M134.43 66.58c0 5.11-2.11 10.05-3.96 14.5-1.85 4.45-4.71 8.85-8.18 12.32-3.47 3.47-7.64 6.46-12.24 8.37-4.44 1.84-9.46 3.36-14.57 3.36-5.11 0-10.24-1.26-14.68-3.1-4.61-1.91-7.76-6.06-11.23-9.54-3.47-3.47-7.36-6.73-9.27-11.34-1.91-4.61-2.22-9.46-2.22-14.57 0-5.11-.6-10.53 1.24-14.98 1.91-4.61 5.94-8.29 9.42-11.76 3.47-3.47 7.32-7.1 11.93-9.01 4.44-1.84 9.7-2.03 14.81-2.03 5.11 0 10.06.93 14.5 2.77 4.61 1.91 9.05 4.51 12.52 7.99 3.47 3.47 6.48 7.75 8.39 12.35 1.84 4.44 3.54 9.56 3.54 14.67z",
transform: "matrix(.26458 0 0 .26458 -15.342 -7.62)",
fill: "#6fc7ba"
}), /*#__PURE__*/_jsx("path", {
d: "m98.08 87.16 8.1 1.2 3.22-21.78-3.22-21.79-8.1 1.2 2.31 15.67-16.95-13.05-4.99 6.51 14.87 11.46-14.87 11.45 4.99 6.52 16.95-13.06z",
transform: "matrix(.26458 0 0 .26458 -15.342 -7.62)",
fill: "#1a1a1a"
})]
});
};
SVGComponent.defaultProps = {
viewBox: "0 0 20.226 20.196",
xmlns: "http://www.w3.org/2000/svg"
};
/** */
export const KasColorful = /*#__PURE__*/React.forwardRef((props, ref) => {
const {
getPrefixCls
} = React.useContext(ConfigProvider.ConfigContext);
const prefixCls = getPrefixCls('web3-icon-kas-colorful');
return /*#__PURE__*/_jsx(AntdIcon, {
...props,
className: classnames(prefixCls, props.className),
ref: ref,
component: eraseDefaultProps(SVGComponent)
});
});
KasColorful.displayName = 'KasColorful';