@antscorp/antsomi-ui 1.3.5-beta.631 → 1.3.5-beta.632
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/atoms/Tag/Tag.d.ts +1 -1
- package/es/components/atoms/Tag/Tag.js +22 -1
- package/es/components/icons/AccountCircleOutlineIcon.d.ts +3 -0
- package/es/components/icons/AccountCircleOutlineIcon.js +7 -0
- package/es/components/icons/AccountTreeIcon.js +2 -3
- package/es/components/icons/AllJourneyChannelsIcon.js +2 -2
- package/es/components/icons/AnalyticModelsIcon.d.ts +3 -0
- package/es/components/icons/AnalyticModelsIcon.js +7 -0
- package/es/components/icons/AnalyticsIcon.js +5 -5
- package/es/components/icons/CalendarIcon.js +2 -2
- package/es/components/icons/DatasourceIcon.js +2 -2
- package/es/components/icons/ExploreIcon.js +2 -2
- package/es/components/icons/LazyIcon/LazyIcon.d.ts +46 -5
- package/es/components/icons/LazyIcon/LazyIcon.js +46 -5
- package/es/components/icons/OrchestrationIcon.js +2 -2
- package/es/components/icons/PreviewVisibilityEyeIcon.js +2 -2
- package/es/components/icons/ProjectIcon.js +2 -2
- package/es/components/icons/QueryIcon.js +2 -2
- package/es/components/icons/RealtimeStreamingIcon.js +2 -2
- package/es/components/icons/ReportIcon.d.ts +3 -0
- package/es/components/icons/ReportIcon.js +7 -0
- package/es/components/icons/TipsAndUpdatesIcon.js +2 -3
- package/es/components/icons/index.d.ts +46 -5
- package/es/components/icons/index.js +46 -5
- package/es/components/organism/DataTable/components/Pagination/index.js +1 -1
- package/es/components/organism/DataTable/hooks/useDataTableListing/useDataTableListing.js +1 -1
- package/es/components/organism/LeftMenu/LeftMenu.js +11 -9
- package/es/components/organism/LeftMenu/components/common/ChildMenu/components/MenuItemImage/index.js +6 -3
- package/es/components/organism/LeftMenu/components/common/ChildMenu/index.js +3 -5
- package/es/components/organism/LeftMenu/components/common/ChildMenu/styled.js +20 -9
- package/es/components/organism/LeftMenu/styled.js +18 -9
- package/es/components/organism/LeftMenu/utils/index.d.ts +7 -0
- package/es/components/organism/LeftMenu/utils/index.js +32 -5
- package/es/constants/theme.js +4 -1
- package/es/models/LeftMenu/FeatureMenu.d.ts +1 -0
- package/es/providers/ConfigProvider/GlobalStyle.js +24 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export declare const Tag: import("antd").TagType;
|
|
@@ -1 +1,22 @@
|
|
|
1
|
-
|
|
1
|
+
// Libraries
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import { Tag as AntdTag } from 'antd';
|
|
4
|
+
import styled from 'styled-components';
|
|
5
|
+
// Icons
|
|
6
|
+
import { CloseIcon } from '../../icons';
|
|
7
|
+
// Constants
|
|
8
|
+
import { globalToken } from '@antscorp/antsomi-ui/es/constants';
|
|
9
|
+
export const Tag = AntdTag;
|
|
10
|
+
const CloseBtn = styled.div `
|
|
11
|
+
display: flex;
|
|
12
|
+
align-items: center;
|
|
13
|
+
justify-content: center;
|
|
14
|
+
width: 16px;
|
|
15
|
+
height: 16px;
|
|
16
|
+
background-color: #fff;
|
|
17
|
+
border-radius: 100%;
|
|
18
|
+
`;
|
|
19
|
+
Tag.defaultProps = {
|
|
20
|
+
closeIcon: (React.createElement(CloseBtn, null,
|
|
21
|
+
React.createElement(CloseIcon, { size: 14, color: globalToken === null || globalToken === void 0 ? void 0 : globalToken.colorPrimary }))),
|
|
22
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React, { forwardRef } from 'react';
|
|
2
|
+
import { useIcon } from './hooks/useIcon';
|
|
3
|
+
export const AccountCircleOutlineIcon = forwardRef((props, ref) => {
|
|
4
|
+
const { width, height } = useIcon(props);
|
|
5
|
+
return (React.createElement("svg", Object.assign({ viewBox: "0 0 30 30", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref, width: width, height: height }),
|
|
6
|
+
React.createElement("path", { d: "M15 5.01562C20.5312 5.01562 24.9844 9.46875 24.9844 15C24.9844 20.5312 20.5312 24.9844 15 24.9844C9.46875 24.9844 5.01562 20.5312 5.01562 15C5.01562 9.46875 9.46875 5.01562 15 5.01562ZM10.3594 21.5156C11.6719 22.4531 13.2656 23.0156 15 23.0156C16.7344 23.0156 18.3281 22.4531 19.6406 21.5156C18.3281 20.5781 16.7344 20.0156 15 20.0156C13.2656 20.0156 11.6719 20.5781 10.3594 21.5156ZM21.1406 20.1094C22.3125 18.75 23.0156 16.9688 23.0156 15C23.0156 10.5938 19.4062 6.98438 15 6.98438C10.5938 6.98438 6.98438 10.5938 6.98438 15C6.98438 16.9688 7.6875 18.75 8.85938 20.1094C10.5469 18.7969 12.7031 18 15 18C17.2969 18 19.4531 18.7969 21.1406 20.1094ZM15 9C16.9219 9 18.5156 10.5469 18.5156 12.5156C18.5156 14.4375 16.9219 15.9844 15 15.9844C13.0781 15.9844 11.4844 14.4375 11.4844 12.5156C11.4844 10.5469 13.0781 9 15 9ZM15 14.0156C15.8438 14.0156 16.5 13.3125 16.5 12.5156C16.5 11.6719 15.8438 11.0156 15 11.0156C14.1562 11.0156 13.5 11.6719 13.5 12.5156C13.5 13.3125 14.1562 14.0156 15 14.0156Z", fill: "currentColor" })));
|
|
7
|
+
});
|
|
@@ -2,7 +2,6 @@ import React, { forwardRef } from 'react';
|
|
|
2
2
|
import { useIcon } from './hooks/useIcon';
|
|
3
3
|
export const AccountTreeIcon = forwardRef((props, ref) => {
|
|
4
4
|
const { width, height } = useIcon(props);
|
|
5
|
-
return (React.createElement("svg", Object.assign({
|
|
6
|
-
React.createElement("
|
|
7
|
-
React.createElement("path", { d: "M22,11V3h-7v3H9V3H2v8h7V8h2v10h4v3h7v-8h-7v3h-2V8h2v3H22z M7,9H4V5h3V9z M17,15h3v4h-3V15z M17,5h3v4h-3V5z" })));
|
|
5
|
+
return (React.createElement("svg", Object.assign({ viewBox: "0 0 30 30", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref, width: width, height: height }),
|
|
6
|
+
React.createElement("path", { d: "M24.9844 14.0156H18V11.0156H15.9844V18.9844H18V15.9844H24.9844V24H18V21H14.0156V11.0156H12V14.0156H5.01562V6H12V9H18V6H24.9844V14.0156ZM9.98438 12V8.01562H6.98438V12H9.98438ZM20.0156 18V21.9844H23.0156V18H20.0156ZM20.0156 8.01562V12H23.0156V8.01562H20.0156Z", fill: "currentColor" })));
|
|
8
7
|
});
|
|
@@ -2,6 +2,6 @@ import React, { forwardRef } from 'react';
|
|
|
2
2
|
import { useIcon } from './hooks/useIcon';
|
|
3
3
|
export const AllJourneyChannelsIcon = forwardRef((props, ref) => {
|
|
4
4
|
const { width, height } = useIcon(props);
|
|
5
|
-
return (React.createElement("svg", Object.assign({ viewBox: "0 0
|
|
6
|
-
React.createElement("path", { d: "
|
|
5
|
+
return (React.createElement("svg", Object.assign({ viewBox: "0 0 30 30", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref, width: width, height: height }),
|
|
6
|
+
React.createElement("path", { d: "M23.0156 5.01562C23.5469 5.01562 24 5.21875 24.375 5.625C24.7812 6 24.9844 6.45313 24.9844 6.98438V23.0156C24.9844 23.5469 24.7812 24.0156 24.375 24.4219C24 24.7969 23.5469 24.9844 23.0156 24.9844H6.98438C6.45312 24.9844 5.98438 24.7969 5.57812 24.4219C5.20312 24.0156 5.01562 23.5469 5.01562 23.0156V6.98438C5.01562 6.45313 5.20312 6 5.57812 5.625C5.98438 5.21875 6.45312 5.01562 6.98438 5.01562H23.0156ZM23.0156 14.0156V6.98438H15.9844V14.0156H23.0156ZM14.0156 6.98438H6.98438V14.0156H14.0156V6.98438ZM6.98438 15.9844V23.0156H14.0156V15.9844H6.98438ZM15.9844 23.0156H23.0156V15.9844H15.9844V23.0156Z", fill: "currentColor" })));
|
|
7
7
|
});
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React, { forwardRef } from 'react';
|
|
2
|
+
import { useIcon } from './hooks/useIcon';
|
|
3
|
+
export const AnalyticModelsIcon = forwardRef((props, ref) => {
|
|
4
|
+
const { width, height } = useIcon(props);
|
|
5
|
+
return (React.createElement("svg", Object.assign({ viewBox: "0 0 30 30", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref, width: width, height: height }),
|
|
6
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M26 4H21V6H18V7V14H16V15H18V22V23H19H21V25H26V20H21V22H19V15H21V17H26V12H21V14H19V7H21V9H26V4ZM10 14.878L15 12V17.838L10 20.621V14.878ZM9 20.621L4 17.838V12L9 14.878V20.621ZM4 10.495L9.49402 7.32898L15 10.5L9.61401 13.6L4 10.495Z", fill: "currentColor" })));
|
|
7
|
+
});
|
|
@@ -4,11 +4,11 @@ export const AnalyticsIcon = forwardRef((props, ref) => {
|
|
|
4
4
|
const { width, height } = useIcon(props);
|
|
5
5
|
return (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", enableBackground: "new 0 0 24 24", viewBox: "0 0 24 24", fill: "currentColor" }, props, { ref: ref, width: width, height: height }),
|
|
6
6
|
React.createElement("g", null,
|
|
7
|
-
React.createElement("rect", { fill: "
|
|
7
|
+
React.createElement("rect", { fill: "none", height: "24", width: "24" }),
|
|
8
8
|
React.createElement("g", null,
|
|
9
9
|
React.createElement("path", { d: "M19,3H5C3.9,3,3,3.9,3,5v14c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2V5C21,3.9,20.1,3,19,3z M19,19H5V5h14V19z" }),
|
|
10
|
-
React.createElement("rect", { x: "7", y: "12" }),
|
|
11
|
-
React.createElement("rect", { x: "15", y: "7" }),
|
|
12
|
-
React.createElement("rect", { x: "11", y: "14" }),
|
|
13
|
-
React.createElement("rect", { x: "11", y: "10" })))));
|
|
10
|
+
React.createElement("rect", { height: "5", width: "2", x: "7", y: "12" }),
|
|
11
|
+
React.createElement("rect", { height: "10", width: "2", x: "15", y: "7" }),
|
|
12
|
+
React.createElement("rect", { height: "3", width: "2", x: "11", y: "14" }),
|
|
13
|
+
React.createElement("rect", { height: "2", width: "2", x: "11", y: "10" })))));
|
|
14
14
|
});
|
|
@@ -2,6 +2,6 @@ import React, { forwardRef } from 'react';
|
|
|
2
2
|
import { useIcon } from './hooks/useIcon';
|
|
3
3
|
export const CalendarIcon = forwardRef((props, ref) => {
|
|
4
4
|
const { width, height } = useIcon(props);
|
|
5
|
-
return (React.createElement("svg", Object.assign({ viewBox: "0 0
|
|
6
|
-
React.createElement("path", { d: "
|
|
5
|
+
return (React.createElement("svg", Object.assign({ viewBox: "0 0 30 30", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref, width: width, height: height }),
|
|
6
|
+
React.createElement("path", { d: "M21.9844 21.9844V11.0156H8.01562V21.9844H21.9844ZM18.9844 3.98438H21V6H21.9844C22.5156 6 22.9844 6.20312 23.3906 6.60938C23.7969 7.01563 24 7.48438 24 8.01562V21.9844C24 22.5156 23.7969 22.9844 23.3906 23.3906C22.9844 23.7969 22.5156 24 21.9844 24H8.01562C7.45312 24 6.96875 23.8125 6.5625 23.4375C6.1875 23.0312 6 22.5469 6 21.9844V8.01562C6 7.48438 6.1875 7.01563 6.5625 6.60938C6.96875 6.20312 7.45312 6 8.01562 6H9V3.98438H11.0156V6H18.9844V3.98438ZM20.0156 15V20.0156H15V15H20.0156Z", fill: "currentColor" })));
|
|
7
7
|
});
|
|
@@ -2,6 +2,6 @@ import React, { forwardRef } from 'react';
|
|
|
2
2
|
import { useIcon } from './hooks/useIcon';
|
|
3
3
|
export const DatasourceIcon = forwardRef((props, ref) => {
|
|
4
4
|
const { width, height } = useIcon(props);
|
|
5
|
-
return (React.createElement("svg", Object.assign({ viewBox: "0 0 30 30", fill: "
|
|
6
|
-
React.createElement("path", { d: "
|
|
5
|
+
return (React.createElement("svg", Object.assign({ viewBox: "0 0 30 30", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref, width: width, height: height }),
|
|
6
|
+
React.createElement("path", { d: "M7.125 24.0625C6.82663 24.0625 6.54048 23.944 6.3295 23.733C6.11853 23.522 6 23.2359 6 22.9375V19.5625C6 19.2641 6.11853 18.978 6.3295 18.767C6.54048 18.556 6.82663 18.4375 7.125 18.4375H22.875C23.1734 18.4375 23.4595 18.556 23.6705 18.767C23.8815 18.978 24 19.2641 24 19.5625V22.9375C24 23.2359 23.8815 23.522 23.6705 23.733C23.4595 23.944 23.1734 24.0625 22.875 24.0625H7.125ZM18.375 22.9375H21.75V19.5625H18.375V22.9375ZM7.125 21.8125H13.875V20.6875H7.125V21.8125ZM7.125 17.3125C6.82663 17.3125 6.54048 17.194 6.3295 16.983C6.11853 16.772 6 16.4859 6 16.1875V12.8125C6 12.5141 6.11853 12.228 6.3295 12.017C6.54048 11.806 6.82663 11.6875 7.125 11.6875H22.875C23.1734 11.6875 23.4595 11.806 23.6705 12.017C23.8815 12.228 24 12.5141 24 12.8125V16.1875C24 16.4859 23.8815 16.772 23.6705 16.983C23.4595 17.194 23.1734 17.3125 22.875 17.3125H7.125ZM18.375 16.1875H21.75V12.8125H18.375V16.1875ZM7.125 15.0625H13.875V13.9375H7.125V15.0625ZM7.125 10.5625C6.82663 10.5625 6.54048 10.444 6.3295 10.233C6.11853 10.022 6 9.73587 6 9.4375V6.0625C6 5.76413 6.11853 5.47798 6.3295 5.267C6.54048 5.05603 6.82663 4.9375 7.125 4.9375H22.875C23.1734 4.9375 23.4595 5.05603 23.6705 5.267C23.8815 5.47798 24 5.76413 24 6.0625V9.4375C24 9.73587 23.8815 10.022 23.6705 10.233C23.4595 10.444 23.1734 10.5625 22.875 10.5625H7.125ZM18.375 9.4375H21.75V6.0625H18.375V9.4375ZM7.125 8.3125H13.875V7.1875H7.125V8.3125Z", fill: "currentColor" })));
|
|
7
7
|
});
|
|
@@ -2,6 +2,6 @@ import React, { forwardRef } from 'react';
|
|
|
2
2
|
import { useIcon } from './hooks/useIcon';
|
|
3
3
|
export const ExploreIcon = forwardRef((props, ref) => {
|
|
4
4
|
const { width, height } = useIcon(props);
|
|
5
|
-
return (React.createElement("svg", Object.assign({ viewBox: "0 0
|
|
6
|
-
React.createElement("path", { d: "
|
|
5
|
+
return (React.createElement("svg", Object.assign({ viewBox: "0 0 30 30", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref, width: width, height: height }),
|
|
6
|
+
React.createElement("path", { d: "M22.875 21.4688C23.0938 21.125 23.2656 20.75 23.3906 20.3438C23.5156 19.9375 23.5781 19.5156 23.5781 19.0781C23.5781 18.2344 23.375 17.4844 22.9688 16.8281C22.5625 16.1406 22.0156 15.5938 21.3281 15.1875C20.6719 14.7812 19.9219 14.5781 19.0781 14.5781C18.2344 14.5781 17.4688 14.7812 16.7812 15.1875C16.125 15.5938 15.5938 16.1406 15.1875 16.8281C14.7812 17.4844 14.5781 18.2344 14.5781 19.0781C14.5781 19.9219 14.7812 20.6875 15.1875 21.375C15.5938 22.0312 16.125 22.5625 16.7812 22.9688C17.4688 23.375 18.2344 23.5781 19.0781 23.5781C19.5156 23.5781 19.9375 23.5156 20.3438 23.3906C20.75 23.2656 21.125 23.0938 21.4688 22.875L24.5625 26.0156L26.0156 24.5625L22.875 21.4688ZM19.0781 21.5625C18.3906 21.5625 17.7969 21.3281 17.2969 20.8594C16.8281 20.3594 16.5938 19.7656 16.5938 19.0781C16.5938 18.3906 16.8281 17.8125 17.2969 17.3438C17.7969 16.8438 18.3906 16.5938 19.0781 16.5938C19.7656 16.5938 20.3438 16.8438 20.8125 17.3438C21.3125 17.8125 21.5625 18.3906 21.5625 19.0781C21.5625 19.7656 21.3125 20.3594 20.8125 20.8594C20.3438 21.3281 19.7656 21.5625 19.0781 21.5625ZM18.7031 13.0781C17.9844 13.1094 17.2969 13.2656 16.6406 13.5469L16.0781 12.7031L12.2812 18.8906L9.28125 15.375L5.625 21.1875L3.98438 20.0156L9 12L12 15.5156L15.9844 9C15.9844 9 16.0781 9.14062 16.2656 9.42188C16.4531 9.70312 16.6719 10.0469 16.9219 10.4531C17.2031 10.8594 17.4844 11.2656 17.7656 11.6719C18.0469 12.0469 18.2656 12.375 18.4219 12.6562C18.6094 12.9375 18.7031 13.0781 18.7031 13.0781ZM21.3281 13.5938C20.6719 13.3125 19.9844 13.1406 19.2656 13.0781C19.2656 13.0781 19.3906 12.8906 19.6406 12.5156C19.8906 12.1094 20.2031 11.6094 20.5781 11.0156C20.9844 10.3906 21.3906 9.73438 21.7969 9.04688C22.2344 8.35938 22.6406 7.71875 23.0156 7.125C23.4219 6.5 23.75 6 24 5.625C24.25 5.21875 24.375 5.01562 24.375 5.01562L26.0156 6.1875L21.3281 13.5938Z", fill: "currentColor" })));
|
|
7
7
|
});
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
export declare const LazyIcon: {
|
|
3
3
|
AccountCircleIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
4
|
+
AccountCircleOutlineIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
5
|
+
AccountSharingIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
6
|
+
AccountTreeIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
4
7
|
AddChartIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
5
8
|
AddFolderIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
6
9
|
AddIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
@@ -9,14 +12,20 @@ export declare const LazyIcon: {
|
|
|
9
12
|
AdjustIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
10
13
|
AllDevicesIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
11
14
|
AllJourneyChannelsIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
15
|
+
AnalyticModelsIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
16
|
+
AnalyticsIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
17
|
+
AnlysisIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
18
|
+
AnlyticModelsIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
12
19
|
ArrowGrowIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
13
20
|
ArrowLineIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
14
21
|
AssignmentIndIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
15
22
|
AttachmentIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
16
23
|
AudioRecordIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
24
|
+
BatchStreamingIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
17
25
|
BlockIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
18
26
|
BudLightIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
19
27
|
BugIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
28
|
+
BussinessObjectsIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
20
29
|
ByDayIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
21
30
|
ByMonthIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
22
31
|
ByScheduleIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
@@ -25,6 +34,7 @@ export declare const LazyIcon: {
|
|
|
25
34
|
CalendarIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
26
35
|
CallIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
27
36
|
CameraIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
37
|
+
CampaignIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
28
38
|
CaptureIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
29
39
|
CatalogIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
30
40
|
CategoryIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
@@ -35,13 +45,14 @@ export declare const LazyIcon: {
|
|
|
35
45
|
ChatConversationCommentAddCommentIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
36
46
|
ChatMentionIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
37
47
|
ChatUnreadIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
48
|
+
CheckSlimIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
38
49
|
CheckboxChecked5RadiusIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
39
50
|
CheckboxCheckedIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
40
51
|
CheckboxIndeterminate5RadiusIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
41
52
|
CheckboxIndeterminateIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
42
53
|
CheckboxUnchecked5RadiusIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
43
54
|
CheckboxUncheckedIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
44
|
-
|
|
55
|
+
ChecklistRtlIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
45
56
|
CircleAddElementIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
46
57
|
CircleNotificationsIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
47
58
|
CloseIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
@@ -54,15 +65,22 @@ export declare const LazyIcon: {
|
|
|
54
65
|
ConfirmationNumberIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
55
66
|
ConnectOneNIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
56
67
|
ConnectOneOneIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
68
|
+
ConversionIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
57
69
|
CopyDuplicateIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
58
70
|
CopyLinkActiveIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
59
71
|
CopyLinkIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
60
72
|
CropIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
61
73
|
CursorIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
62
74
|
CurvedConnectorIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
75
|
+
CustomerIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
76
|
+
CustomerJourneyIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
63
77
|
DashboardIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
78
|
+
DataDestinationIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
79
|
+
DataEncryptionIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
64
80
|
DataIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
65
81
|
DataRefreshIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
82
|
+
DataViewIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
83
|
+
DatasourceIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
66
84
|
DeleteRemoveTrashIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
67
85
|
DeliveryLogIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
68
86
|
DesktopLaptopIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
@@ -79,8 +97,11 @@ export declare const LazyIcon: {
|
|
|
79
97
|
DynamicImageIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
80
98
|
DynamicTextIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
81
99
|
ElbowConnectorIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
100
|
+
EmailTemplateIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
82
101
|
EmojiEmotionsIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
102
|
+
EventAttributeIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
83
103
|
EventIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
104
|
+
EventSourcesIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
84
105
|
ExcludePeopleIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
85
106
|
ExitFullScreenIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
86
107
|
ExitLogOutIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
@@ -88,7 +109,9 @@ export declare const LazyIcon: {
|
|
|
88
109
|
ExpandMoreIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
89
110
|
ExpandMoreRightIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
90
111
|
ExpandViewFullIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
112
|
+
ExploreBuiltInIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
91
113
|
ExploreIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
114
|
+
ExploreStandardIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
92
115
|
ExportHtmlIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
93
116
|
ExtendValueIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
94
117
|
FactCheckIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
@@ -105,9 +128,11 @@ export declare const LazyIcon: {
|
|
|
105
128
|
ForwardIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
106
129
|
FreeDrawIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
107
130
|
FullReviewIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
131
|
+
GPTIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
132
|
+
GalleryTemplateIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
133
|
+
GeneralSettingIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
108
134
|
GenerateAutoWizardIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
109
135
|
GetInsightIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
110
|
-
GPTIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
111
136
|
GridViewIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
112
137
|
GroupIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
113
138
|
GroupLayerIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
@@ -116,6 +141,7 @@ export declare const LazyIcon: {
|
|
|
116
141
|
HelpIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
117
142
|
HighlightAltIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
118
143
|
HighlightIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
144
|
+
HomeIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
119
145
|
HowToRegIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
120
146
|
IdeaIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
121
147
|
ImageIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
@@ -127,10 +153,12 @@ export declare const LazyIcon: {
|
|
|
127
153
|
InvisibleIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
128
154
|
InvitePeopleIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
129
155
|
IssueBugIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
156
|
+
JourneyTacticIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
130
157
|
LayerIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
131
158
|
LeftExpandIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
132
159
|
LibraryIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
133
160
|
LineIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
161
|
+
LinkManagementIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
134
162
|
ListIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
135
163
|
LoadingIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & {
|
|
136
164
|
backgroundColor?: string | undefined;
|
|
@@ -139,6 +167,7 @@ export declare const LazyIcon: {
|
|
|
139
167
|
MapIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
140
168
|
MarkAsReadIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
141
169
|
MediaGalleryIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
170
|
+
MediaTemplateIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
142
171
|
MenuCollapseIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
143
172
|
MenuExpandIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
144
173
|
MenuImageMultiIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
@@ -146,16 +175,18 @@ export declare const LazyIcon: {
|
|
|
146
175
|
MergeIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
147
176
|
MobileFriendlyIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
148
177
|
MobilePhoneIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
178
|
+
MonitorAppIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
149
179
|
MoreIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
150
180
|
MoreInfoIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
151
181
|
MoveToIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
152
182
|
MuteIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
153
183
|
NodeViewIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
154
184
|
NotificationIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
155
|
-
NotificationsActiveIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
156
185
|
NotificationSettingIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
186
|
+
NotificationsActiveIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
157
187
|
OpenNewTabIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
158
188
|
OpenUrlIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
189
|
+
OrchestrationIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
159
190
|
PageArticleIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
160
191
|
PauseIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
161
192
|
PaymentIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
@@ -165,10 +196,13 @@ export declare const LazyIcon: {
|
|
|
165
196
|
PhoneCallbackIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
166
197
|
PivotTableChartIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
167
198
|
PlaneIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
199
|
+
PredictiveModelIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
168
200
|
PreviewIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
169
201
|
PreviewVisibilityEyeIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
170
202
|
ProcessHistoryIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
203
|
+
ProfileTemplateIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
171
204
|
ProjectIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
205
|
+
PromotionCenterIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
172
206
|
PublicIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
173
207
|
PublishSendIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
174
208
|
QueryIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
@@ -176,6 +210,7 @@ export declare const LazyIcon: {
|
|
|
176
210
|
RatingStarBorderIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
177
211
|
RatingStarFullIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
178
212
|
RatingStarHalfIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
213
|
+
RealtimeStreamingIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
179
214
|
RecentHistoryVersionHistoryIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
180
215
|
RectangleIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
181
216
|
RedeemIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
@@ -184,6 +219,7 @@ export declare const LazyIcon: {
|
|
|
184
219
|
RemoveRedEyeIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
185
220
|
RemoveShoppingCartIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
186
221
|
RenameEditIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
222
|
+
ReportIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
187
223
|
RequestIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
188
224
|
RequiredIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
189
225
|
ResendValidateEmailIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
@@ -196,6 +232,7 @@ export declare const LazyIcon: {
|
|
|
196
232
|
ScreenshotMonitorIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
197
233
|
SearchIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
198
234
|
SectionIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
235
|
+
SegmentsIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
199
236
|
SendTranscriptIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
200
237
|
SettingIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
201
238
|
ShapeCircleIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
@@ -210,6 +247,7 @@ export declare const LazyIcon: {
|
|
|
210
247
|
SlideGroupIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
211
248
|
Sort1Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
212
249
|
SortIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
250
|
+
SqlWorkspaceIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
213
251
|
StatisticIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
214
252
|
StickerIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
215
253
|
StopRecordIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
@@ -217,6 +255,7 @@ export declare const LazyIcon: {
|
|
|
217
255
|
SubtractRadiusIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
218
256
|
SupportAssistantIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
219
257
|
SurveyDirectorProfileIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
258
|
+
SurveyIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
220
259
|
SystemRunningIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
221
260
|
TabGroupIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
222
261
|
TableIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
@@ -226,6 +265,7 @@ export declare const LazyIcon: {
|
|
|
226
265
|
ThumbUpHandIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
227
266
|
TicketIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
228
267
|
TimeIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
268
|
+
TipsAndUpdatesIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
229
269
|
TipsIdeaLight24Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
230
270
|
UnblockIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
231
271
|
UndoIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
@@ -238,11 +278,12 @@ export declare const LazyIcon: {
|
|
|
238
278
|
ViewColumnIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
239
279
|
ViewDetailsInformationIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
240
280
|
VisibilityOffEyeIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
281
|
+
VisitorIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
241
282
|
WarningIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
242
283
|
WebAssetIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
243
|
-
WebhookIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
244
284
|
WebIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
285
|
+
WebPersonalizationIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
286
|
+
WebhookIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
245
287
|
WidgetIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
246
288
|
WritingAIAssitantIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
247
|
-
WebPersonalizationIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
248
289
|
};
|