@ant-design/web3-icons
Version:
A collection of Web3 icons.
43 lines • 6.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";
import { jsxs as _jsxs } from "react/jsx-runtime";
var SVGComponent = function SVGComponent(props) {
return /*#__PURE__*/_jsxs("svg", {
...props,
children: [/*#__PURE__*/_jsx("path", {
d: "M412.2 1349c-48.3 115.6-42.4 247.6 22.4 356.1 38.3 65.1 99.6 128.2 180.1 175.5 271.7 161.1 709.7 115.7 879.5-172.3 62.9-106.1 67.3-231.2 16.4-342 .2.3-1.2-2.5.3.4-154.8-292.3-535-236.4-776.8-405.3-134.4-96.2-105.1-284.7 26.7-370.7 150.2-103.6 396.1-79.8 500.6 77.6 32.4 49.3 45.8 114.8 24.2 170.9 28.1-129-78.1-237.6-195.7-272-72.5-21.3-164.3-21.9-249.9 14-141.2 50.3-225.6 248.1-80.3 343.9 130.2 83.9 304 95.4 450 139.4 111.3 33.6 216.5 81.4 297 166.1 132.4 139.2 149.4 351.4 49.2 513.8-156.3 254.9-509.1 335.1-784.9 251.5-274.2-83.1-505.3-362.3-358.8-646.9z"
}), /*#__PURE__*/_jsx("path", {
d: "M1547.4 958.9c48.5-116.1 42.6-248.8-22.5-357.8-38.5-65.4-100.1-128.8-181-176.4-273.1-161.9-713.2-116.3-883.8 173.2-63.2 106.6-67.6 232.3-16.5 343.7-.2-.3 1.2 2.5-.3-.4 155.5 293.7 537.5 237.6 780.6 407.2 135.1 96.6 105.7 286-26.8 372.4-150.9 104.1-398 80.1-503-78-32.5-49.6-46.1-115.4-24.4-171.8-28.3 129.7 78.5 238.8 196.6 273.3 72.9 21.4 165.1 22 251.1-14.1 141.9-50.4 226.8-249.1 80.8-345.4-127.2-82-296.2-94.5-439.3-136.3-107.7-31.5-220.5-75.6-299.4-158.2-138-145.7-169-354.5-61.4-528.8 161.3-263 527-339.3 808.3-246.5 267.9 88.3 483.6 366.7 341 643.9z"
}), /*#__PURE__*/_jsx("path", {
d: "M1557.9 1347.4c120.2-76.8 222.9-170.9 281.3-302.6 64.4-145.5 76.3-309.8 21.3-459.3-118.8-323-481.3-496.2-811.4-508.8C715.9 64 336.3 201 171.7 505.6c-112 207.3-94 444 44 632.8 301.1 411.8 922.9 442.9 1342.3 209h-.1zm7.2 10.7c-479.6 295.9-1224.3 225.2-1500.4-312-72-146.7-87.4-330.1-28.4-494.8C173.3 170.1 615-14.7 999.8.9c394.7 16 834.6 241.6 911.8 656.9 49.6 282.5-117.7 543.8-346.5 700.3z"
}), /*#__PURE__*/_jsx("path", {
d: "M398.9 959.3c-120.2 76.8-223 170.9-281.3 302.6-64.4 145.5-76.3 309.8-21.3 459.3 118.8 323 481.3 496.2 811.4 508.8 333.2 12.7 712.8-124.3 877.4-428.9 111.9-207.2 94-443.9-44.1-632.7-301.1-411.8-923-442.9-1342.3-209l.2-.1zm-7.1-10.6c479.5-296 1224.3-225.2 1500.4 312 72 146.7 87.4 330.1 28.4 494.8-137 381.2-578.8 566-963.5 550.4-394.7-16-834.6-241.6-911.8-656.9-49.6-282.5 117.6-543.8 346.5-700.3z"
})]
});
};
SVGComponent.defaultProps = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 1956.9 2306.8",
xmlSpace: "preserve",
enableBackground: "new 0 0 1956.9 2306.8"
};
/** */
export const SensoColorful = /*#__PURE__*/React.forwardRef((props, ref) => {
const {
getPrefixCls
} = React.useContext(ConfigProvider.ConfigContext);
const prefixCls = getPrefixCls('web3-icon-senso-colorful');
return /*#__PURE__*/_jsx(AntdIcon, {
...props,
className: classnames(prefixCls, props.className),
ref: ref,
component: eraseDefaultProps(SVGComponent)
});
});
SensoColorful.displayName = 'SensoColorful';