@wizleap-inc/wiz-ui-react 2.20.0 → 2.22.0

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.
@@ -0,0 +1,10 @@
1
+ import { CSSProperties } from 'react';
2
+ type Props = {
3
+ className?: string;
4
+ style?: CSSProperties;
5
+ };
6
+ export declare const WizIArticleBold: {
7
+ ({ className, style }: Props): import("react/jsx-runtime").JSX.Element;
8
+ displayName: string;
9
+ };
10
+ export {};
@@ -0,0 +1,10 @@
1
+ import { CSSProperties } from 'react';
2
+ type Props = {
3
+ className?: string;
4
+ style?: CSSProperties;
5
+ };
6
+ export declare const WizIFolderBold: {
7
+ ({ className, style }: Props): import("react/jsx-runtime").JSX.Element;
8
+ displayName: string;
9
+ };
10
+ export {};
@@ -0,0 +1,10 @@
1
+ import { CSSProperties } from 'react';
2
+ type Props = {
3
+ className?: string;
4
+ style?: CSSProperties;
5
+ };
6
+ export declare const WizIFolderFilled: {
7
+ ({ className, style }: Props): import("react/jsx-runtime").JSX.Element;
8
+ displayName: string;
9
+ };
10
+ export {};
@@ -0,0 +1,10 @@
1
+ import { CSSProperties } from 'react';
2
+ type Props = {
3
+ className?: string;
4
+ style?: CSSProperties;
5
+ };
6
+ export declare const WizIFolderSharedFilled: {
7
+ ({ className, style }: Props): import("react/jsx-runtime").JSX.Element;
8
+ displayName: string;
9
+ };
10
+ export {};
@@ -0,0 +1,10 @@
1
+ import { CSSProperties } from 'react';
2
+ type Props = {
3
+ className?: string;
4
+ style?: CSSProperties;
5
+ };
6
+ export declare const WizIGroupBold: {
7
+ ({ className, style }: Props): import("react/jsx-runtime").JSX.Element;
8
+ displayName: string;
9
+ };
10
+ export {};
@@ -0,0 +1,10 @@
1
+ import { CSSProperties } from 'react';
2
+ type Props = {
3
+ className?: string;
4
+ style?: CSSProperties;
5
+ };
6
+ export declare const WizIImagesmodeBold: {
7
+ ({ className, style }: Props): import("react/jsx-runtime").JSX.Element;
8
+ displayName: string;
9
+ };
10
+ export {};
@@ -8,6 +8,7 @@ import { WizIArrowDropDown } from './arrow-drop-down';
8
8
  import { WizIArrowDropUp } from './arrow-drop-up';
9
9
  import { WizIArrowRight } from './arrow-right';
10
10
  import { WizIArrowUpward } from './arrow-upward';
11
+ import { WizIArticleBold } from './article-bold';
11
12
  import { WizIAssignment } from './assignment';
12
13
  import { WizIAssignmentAdd } from './assignment-add';
13
14
  import { WizIAttachFile } from './attach-file';
@@ -76,17 +77,23 @@ import { WizIExpandMoreBold } from './expand-more-bold';
76
77
  import { WizIEye } from './eye';
77
78
  import { WizIFamilyHome } from './family-home';
78
79
  import { WizIFeedback } from './feedback';
80
+ import { WizIFolderBold } from './folder-bold';
81
+ import { WizIFolderFilled } from './folder-filled';
82
+ import { WizIFolderSharedFilled } from './folder-shared-filled';
79
83
  import { WizIForwardToInbox } from './forward-to-inbox';
84
+ import { WizIGroupBold } from './group-bold';
80
85
  import { WizIGroups } from './groups';
81
86
  import { WizIHelp } from './help';
82
87
  import { WizIHistory } from './history';
83
88
  import { WizIHome } from './home';
84
89
  import { WizIHourglassTop } from './hourglass-top';
85
90
  import { WizIImageBold } from './image-bold';
91
+ import { WizIImagesmodeBold } from './imagesmode-bold';
86
92
  import { WizIInboxCustomize } from './inbox-customize';
87
93
  import { WizIInfo } from './info';
88
94
  import { WizIInfoBold } from './info-bold';
89
95
  import { WizIInfoFilled } from './info-filled';
96
+ import { WizIJamboardKioskBold } from './jamboard-kiosk-bold';
90
97
  import { WizIKeepBold } from './keep-bold';
91
98
  import { WizILinkOff } from './link-off';
92
99
  import { WizILocationCity } from './location-city';
@@ -99,6 +106,7 @@ import { WizIMenu } from './menu';
99
106
  import { WizIMenuOpen } from './menu-open';
100
107
  import { WizIMergeTypeBold } from './merge-type-bold';
101
108
  import { WizIMicBold } from './mic-bold';
109
+ import { WizIMicFilled } from './mic-filled';
102
110
  import { WizIMinusFilled } from './minus-filled';
103
111
  import { WizIMonitoring } from './monitoring';
104
112
  import { WizIMoreVert } from './more-vert';
@@ -107,7 +115,9 @@ import { WizINoteAdd } from './note-add';
107
115
  import { WizINotification } from './notification';
108
116
  import { WizIOpenInNew } from './open-in-new';
109
117
  import { WizIPauseCircleBold } from './pause-circle-bold';
118
+ import { WizIPersonAddBold } from './person-add-bold';
110
119
  import { WizIPersonFilled } from './person-filled';
120
+ import { WizIPictureAsPdfBold } from './picture-as-pdf-bold';
111
121
  import { WizIPieChart } from './pie-chart';
112
122
  import { WizIPinDrop } from './pin-drop';
113
123
  import { WizIPlayArrowFilled } from './play-arrow-filled';
@@ -126,6 +136,7 @@ import { WizIShoppingmode } from './shoppingmode';
126
136
  import { WizISmartphone } from './smartphone';
127
137
  import { WizISmartphoneBold } from './smartphone-bold';
128
138
  import { WizISmsBold } from './sms-bold';
139
+ import { WizIStarBold } from './star-bold';
129
140
  import { WizIStarFilled } from './star-filled';
130
141
  import { WizIStars } from './stars';
131
142
  import { WizIStopFilled } from './stop-filled';
@@ -135,6 +146,8 @@ import { WizITask } from './task';
135
146
  import { WizITimerFilled } from './timer-filled';
136
147
  import { WizITune } from './tune';
137
148
  import { WizIUpload } from './upload';
149
+ import { WizIVideoCameraBackBold } from './video-camera-back-bold';
150
+ import { WizIViewModuleBold } from './view-module-bold';
138
151
  import { WizIWarning } from './warning';
139
- export type TIcon = typeof WizIAddCircle | typeof WizIAdd | typeof WizIAdjustBold | typeof WizIAdjust | typeof WizIApprovalFilled | typeof WizIArrowDownward | typeof WizIArrowDropDown | typeof WizIArrowDropUp | typeof WizIArrowRight | typeof WizIArrowUpward | typeof WizIAssignmentAdd | typeof WizIAssignment | typeof WizIAttachFile | typeof WizIAutoRenew | typeof WizIBarChart4Bars | typeof WizIBook | typeof WizIBrightFilled | typeof WizIBusinessCenter | typeof WizICalendar | typeof WizICallBold | typeof WizICamera | typeof WizICancel | typeof WizIChangeHistory | typeof WizIChatBubbleFilled | typeof WizIChat | typeof WizICheckBold | typeof WizICheckCircleFilled | typeof WizICheck | typeof WizIChevronLeftBold | typeof WizIChevronLeft | typeof WizIChevronRightBold | typeof WizIChevronRight | typeof WizICircleCheck | typeof WizICircle | typeof WizIClinicalNotes | typeof WizICloseBold | typeof WizIClose | typeof WizICloudUpload | typeof WizIContactPageFilled | typeof WizIContentCopy | typeof WizIContract | typeof WizICounter1Filled | typeof WizICounter1 | typeof WizICounter2Filled | typeof WizICounter2 | typeof WizICounter3Filled | typeof WizICounter3 | typeof WizICounter4Filled | typeof WizICounter4 | typeof WizICounter5Filled | typeof WizICounter5 | typeof WizICounter6Filled | typeof WizICounter6 | typeof WizICounter7Filled | typeof WizICounter7 | typeof WizICounter8Filled | typeof WizICounter8 | typeof WizICounter9Filled | typeof WizICounter9 | typeof WizIDashboard | typeof WizIDelete | typeof WizIDemography | typeof WizIDescription | typeof WizIDomain | typeof WizIDownload | typeof WizIDraft | typeof WizIDrafts | typeof WizIEditNote | typeof WizIEditPencilBold | typeof WizIEmergencyHome | typeof WizIErrorBold | typeof WizIErrorFilled | typeof WizIExpandLess | typeof WizIExpandMoreBold | typeof WizIExpandMore | typeof WizIEye | typeof WizIFamilyHome | typeof WizIFeedback | typeof WizIForwardToInbox | typeof WizIGroups | typeof WizIHelp | typeof WizIHistory | typeof WizIHome | typeof WizIHourglassTop | typeof WizIImageBold | typeof WizIInboxCustomize | typeof WizIInfoBold | typeof WizIInfoFilled | typeof WizIInfo | typeof WizIKeepBold | typeof WizILinkOff | typeof WizILocationCity | typeof WizILocationOn | typeof WizILogin | typeof WizIMailBold | typeof WizIMail | typeof WizIManageAccounts | typeof WizIMenuOpen | typeof WizIMenu | typeof WizIMergeTypeBold | typeof WizIMicBold | typeof WizIMinusFilled | typeof WizIMonitoring | typeof WizIMoreVertBold | typeof WizIMoreVert | typeof WizINoteAdd | typeof WizINotification | typeof WizIOpenInNew | typeof WizIPauseCircleBold | typeof WizIPersonFilled | typeof WizIPieChart | typeof WizIPinDrop | typeof WizIPlayArrowFilled | typeof WizIPlayCircleBold | typeof WizIPublic | typeof WizIRecordVoiceOverBold | typeof WizIRemoveBold | typeof WizIRemove | typeof WizIReviews | typeof WizISchedule | typeof WizISearch | typeof WizISend | typeof WizISettings | typeof WizIShineBold | typeof WizIShoppingmode | typeof WizISmartphoneBold | typeof WizISmartphone | typeof WizISmsBold | typeof WizIStarFilled | typeof WizIStars | typeof WizIStopFilled | typeof WizIStoreFront | typeof WizITab | typeof WizITask | typeof WizITimerFilled | typeof WizITune | typeof WizIUpload | typeof WizIWarning;
140
- export { WizIAddCircle, WizIAdd, WizIAdjustBold, WizIAdjust, WizIApprovalFilled, WizIArrowDownward, WizIArrowDropDown, WizIArrowDropUp, WizIArrowRight, WizIArrowUpward, WizIAssignmentAdd, WizIAssignment, WizIAttachFile, WizIAutoRenew, WizIBarChart4Bars, WizIBook, WizIBrightFilled, WizIBusinessCenter, WizICalendar, WizICallBold, WizICamera, WizICancel, WizIChangeHistory, WizIChatBubbleFilled, WizIChat, WizICheckBold, WizICheckCircleFilled, WizICheck, WizIChevronLeftBold, WizIChevronLeft, WizIChevronRightBold, WizIChevronRight, WizICircleCheck, WizICircle, WizIClinicalNotes, WizICloseBold, WizIClose, WizICloudUpload, WizIContactPageFilled, WizIContentCopy, WizIContract, WizICounter1Filled, WizICounter1, WizICounter2Filled, WizICounter2, WizICounter3Filled, WizICounter3, WizICounter4Filled, WizICounter4, WizICounter5Filled, WizICounter5, WizICounter6Filled, WizICounter6, WizICounter7Filled, WizICounter7, WizICounter8Filled, WizICounter8, WizICounter9Filled, WizICounter9, WizIDashboard, WizIDelete, WizIDemography, WizIDescription, WizIDomain, WizIDownload, WizIDraft, WizIDrafts, WizIEditNote, WizIEditPencilBold, WizIEmergencyHome, WizIErrorBold, WizIErrorFilled, WizIExpandLess, WizIExpandMoreBold, WizIExpandMore, WizIEye, WizIFamilyHome, WizIFeedback, WizIForwardToInbox, WizIGroups, WizIHelp, WizIHistory, WizIHome, WizIHourglassTop, WizIImageBold, WizIInboxCustomize, WizIInfoBold, WizIInfoFilled, WizIInfo, WizIKeepBold, WizILinkOff, WizILocationCity, WizILocationOn, WizILogin, WizIMailBold, WizIMail, WizIManageAccounts, WizIMenuOpen, WizIMenu, WizIMergeTypeBold, WizIMicBold, WizIMinusFilled, WizIMonitoring, WizIMoreVertBold, WizIMoreVert, WizINoteAdd, WizINotification, WizIOpenInNew, WizIPauseCircleBold, WizIPersonFilled, WizIPieChart, WizIPinDrop, WizIPlayArrowFilled, WizIPlayCircleBold, WizIPublic, WizIRecordVoiceOverBold, WizIRemoveBold, WizIRemove, WizIReviews, WizISchedule, WizISearch, WizISend, WizISettings, WizIShineBold, WizIShoppingmode, WizISmartphoneBold, WizISmartphone, WizISmsBold, WizIStarFilled, WizIStars, WizIStopFilled, WizIStoreFront, WizITab, WizITask, WizITimerFilled, WizITune, WizIUpload, WizIWarning, };
152
+ export type TIcon = typeof WizIAddCircle | typeof WizIAdd | typeof WizIAdjustBold | typeof WizIAdjust | typeof WizIApprovalFilled | typeof WizIArrowDownward | typeof WizIArrowDropDown | typeof WizIArrowDropUp | typeof WizIArrowRight | typeof WizIArrowUpward | typeof WizIArticleBold | typeof WizIAssignmentAdd | typeof WizIAssignment | typeof WizIAttachFile | typeof WizIAutoRenew | typeof WizIBarChart4Bars | typeof WizIBook | typeof WizIBrightFilled | typeof WizIBusinessCenter | typeof WizICalendar | typeof WizICallBold | typeof WizICamera | typeof WizICancel | typeof WizIChangeHistory | typeof WizIChatBubbleFilled | typeof WizIChat | typeof WizICheckBold | typeof WizICheckCircleFilled | typeof WizICheck | typeof WizIChevronLeftBold | typeof WizIChevronLeft | typeof WizIChevronRightBold | typeof WizIChevronRight | typeof WizICircleCheck | typeof WizICircle | typeof WizIClinicalNotes | typeof WizICloseBold | typeof WizIClose | typeof WizICloudUpload | typeof WizIContactPageFilled | typeof WizIContentCopy | typeof WizIContract | typeof WizICounter1Filled | typeof WizICounter1 | typeof WizICounter2Filled | typeof WizICounter2 | typeof WizICounter3Filled | typeof WizICounter3 | typeof WizICounter4Filled | typeof WizICounter4 | typeof WizICounter5Filled | typeof WizICounter5 | typeof WizICounter6Filled | typeof WizICounter6 | typeof WizICounter7Filled | typeof WizICounter7 | typeof WizICounter8Filled | typeof WizICounter8 | typeof WizICounter9Filled | typeof WizICounter9 | typeof WizIDashboard | typeof WizIDelete | typeof WizIDemography | typeof WizIDescription | typeof WizIDomain | typeof WizIDownload | typeof WizIDraft | typeof WizIDrafts | typeof WizIEditNote | typeof WizIEditPencilBold | typeof WizIEmergencyHome | typeof WizIErrorBold | typeof WizIErrorFilled | typeof WizIExpandLess | typeof WizIExpandMoreBold | typeof WizIExpandMore | typeof WizIEye | typeof WizIFamilyHome | typeof WizIFeedback | typeof WizIFolderBold | typeof WizIFolderFilled | typeof WizIFolderSharedFilled | typeof WizIForwardToInbox | typeof WizIGroupBold | typeof WizIGroups | typeof WizIHelp | typeof WizIHistory | typeof WizIHome | typeof WizIHourglassTop | typeof WizIImageBold | typeof WizIImagesmodeBold | typeof WizIInboxCustomize | typeof WizIInfoBold | typeof WizIInfoFilled | typeof WizIInfo | typeof WizIJamboardKioskBold | typeof WizIKeepBold | typeof WizILinkOff | typeof WizILocationCity | typeof WizILocationOn | typeof WizILogin | typeof WizIMailBold | typeof WizIMail | typeof WizIManageAccounts | typeof WizIMenuOpen | typeof WizIMenu | typeof WizIMergeTypeBold | typeof WizIMicBold | typeof WizIMicFilled | typeof WizIMinusFilled | typeof WizIMonitoring | typeof WizIMoreVertBold | typeof WizIMoreVert | typeof WizINoteAdd | typeof WizINotification | typeof WizIOpenInNew | typeof WizIPauseCircleBold | typeof WizIPersonAddBold | typeof WizIPersonFilled | typeof WizIPictureAsPdfBold | typeof WizIPieChart | typeof WizIPinDrop | typeof WizIPlayArrowFilled | typeof WizIPlayCircleBold | typeof WizIPublic | typeof WizIRecordVoiceOverBold | typeof WizIRemoveBold | typeof WizIRemove | typeof WizIReviews | typeof WizISchedule | typeof WizISearch | typeof WizISend | typeof WizISettings | typeof WizIShineBold | typeof WizIShoppingmode | typeof WizISmartphoneBold | typeof WizISmartphone | typeof WizISmsBold | typeof WizIStarBold | typeof WizIStarFilled | typeof WizIStars | typeof WizIStopFilled | typeof WizIStoreFront | typeof WizITab | typeof WizITask | typeof WizITimerFilled | typeof WizITune | typeof WizIUpload | typeof WizIVideoCameraBackBold | typeof WizIViewModuleBold | typeof WizIWarning;
153
+ export { WizIAddCircle, WizIAdd, WizIAdjustBold, WizIAdjust, WizIApprovalFilled, WizIArrowDownward, WizIArrowDropDown, WizIArrowDropUp, WizIArrowRight, WizIArrowUpward, WizIArticleBold, WizIAssignmentAdd, WizIAssignment, WizIAttachFile, WizIAutoRenew, WizIBarChart4Bars, WizIBook, WizIBrightFilled, WizIBusinessCenter, WizICalendar, WizICallBold, WizICamera, WizICancel, WizIChangeHistory, WizIChatBubbleFilled, WizIChat, WizICheckBold, WizICheckCircleFilled, WizICheck, WizIChevronLeftBold, WizIChevronLeft, WizIChevronRightBold, WizIChevronRight, WizICircleCheck, WizICircle, WizIClinicalNotes, WizICloseBold, WizIClose, WizICloudUpload, WizIContactPageFilled, WizIContentCopy, WizIContract, WizICounter1Filled, WizICounter1, WizICounter2Filled, WizICounter2, WizICounter3Filled, WizICounter3, WizICounter4Filled, WizICounter4, WizICounter5Filled, WizICounter5, WizICounter6Filled, WizICounter6, WizICounter7Filled, WizICounter7, WizICounter8Filled, WizICounter8, WizICounter9Filled, WizICounter9, WizIDashboard, WizIDelete, WizIDemography, WizIDescription, WizIDomain, WizIDownload, WizIDraft, WizIDrafts, WizIEditNote, WizIEditPencilBold, WizIEmergencyHome, WizIErrorBold, WizIErrorFilled, WizIExpandLess, WizIExpandMoreBold, WizIExpandMore, WizIEye, WizIFamilyHome, WizIFeedback, WizIFolderBold, WizIFolderFilled, WizIFolderSharedFilled, WizIForwardToInbox, WizIGroupBold, WizIGroups, WizIHelp, WizIHistory, WizIHome, WizIHourglassTop, WizIImageBold, WizIImagesmodeBold, WizIInboxCustomize, WizIInfoBold, WizIInfoFilled, WizIInfo, WizIJamboardKioskBold, WizIKeepBold, WizILinkOff, WizILocationCity, WizILocationOn, WizILogin, WizIMailBold, WizIMail, WizIManageAccounts, WizIMenuOpen, WizIMenu, WizIMergeTypeBold, WizIMicBold, WizIMicFilled, WizIMinusFilled, WizIMonitoring, WizIMoreVertBold, WizIMoreVert, WizINoteAdd, WizINotification, WizIOpenInNew, WizIPauseCircleBold, WizIPersonAddBold, WizIPersonFilled, WizIPictureAsPdfBold, WizIPieChart, WizIPinDrop, WizIPlayArrowFilled, WizIPlayCircleBold, WizIPublic, WizIRecordVoiceOverBold, WizIRemoveBold, WizIRemove, WizIReviews, WizISchedule, WizISearch, WizISend, WizISettings, WizIShineBold, WizIShoppingmode, WizISmartphoneBold, WizISmartphone, WizISmsBold, WizIStarBold, WizIStarFilled, WizIStars, WizIStopFilled, WizIStoreFront, WizITab, WizITask, WizITimerFilled, WizITune, WizIUpload, WizIVideoCameraBackBold, WizIViewModuleBold, WizIWarning, };
@@ -0,0 +1,10 @@
1
+ import { CSSProperties } from 'react';
2
+ type Props = {
3
+ className?: string;
4
+ style?: CSSProperties;
5
+ };
6
+ export declare const WizIJamboardKioskBold: {
7
+ ({ className, style }: Props): import("react/jsx-runtime").JSX.Element;
8
+ displayName: string;
9
+ };
10
+ export {};
@@ -0,0 +1,10 @@
1
+ import { CSSProperties } from 'react';
2
+ type Props = {
3
+ className?: string;
4
+ style?: CSSProperties;
5
+ };
6
+ export declare const WizIMicFilled: {
7
+ ({ className, style }: Props): import("react/jsx-runtime").JSX.Element;
8
+ displayName: string;
9
+ };
10
+ export {};
@@ -0,0 +1,10 @@
1
+ import { CSSProperties } from 'react';
2
+ type Props = {
3
+ className?: string;
4
+ style?: CSSProperties;
5
+ };
6
+ export declare const WizIPersonAddBold: {
7
+ ({ className, style }: Props): import("react/jsx-runtime").JSX.Element;
8
+ displayName: string;
9
+ };
10
+ export {};
@@ -0,0 +1,10 @@
1
+ import { CSSProperties } from 'react';
2
+ type Props = {
3
+ className?: string;
4
+ style?: CSSProperties;
5
+ };
6
+ export declare const WizIPictureAsPdfBold: {
7
+ ({ className, style }: Props): import("react/jsx-runtime").JSX.Element;
8
+ displayName: string;
9
+ };
10
+ export {};
@@ -0,0 +1,10 @@
1
+ import { CSSProperties } from 'react';
2
+ type Props = {
3
+ className?: string;
4
+ style?: CSSProperties;
5
+ };
6
+ export declare const WizIStarBold: {
7
+ ({ className, style }: Props): import("react/jsx-runtime").JSX.Element;
8
+ displayName: string;
9
+ };
10
+ export {};
@@ -0,0 +1,10 @@
1
+ import { CSSProperties } from 'react';
2
+ type Props = {
3
+ className?: string;
4
+ style?: CSSProperties;
5
+ };
6
+ export declare const WizIVideoCameraBackBold: {
7
+ ({ className, style }: Props): import("react/jsx-runtime").JSX.Element;
8
+ displayName: string;
9
+ };
10
+ export {};
@@ -0,0 +1,10 @@
1
+ import { CSSProperties } from 'react';
2
+ type Props = {
3
+ className?: string;
4
+ style?: CSSProperties;
5
+ };
6
+ export declare const WizIViewModuleBold: {
7
+ ({ className, style }: Props): import("react/jsx-runtime").JSX.Element;
8
+ displayName: string;
9
+ };
10
+ export {};