odaptos_design_system 1.4.326 → 1.4.328

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,7 @@
1
+ import React from 'react';
2
+ import { SvgIconProps } from '@mui/material';
3
+ interface CustomSvgProps {
4
+ size?: 'sm' | 'base' | 'lg' | 'xl';
5
+ }
6
+ export default function BulbIcon({ stroke, strokeWidth, fill, size, ...rest }: SvgIconProps & CustomSvgProps): React.JSX.Element;
7
+ export {};
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ import { SvgIconProps } from '@mui/material';
3
+ interface CustomSvgProps {
4
+ size?: 'sm' | 'base' | 'lg' | 'xl';
5
+ }
6
+ export default function GoogleIcon({ stroke, strokeWidth, fill, size, ...rest }: SvgIconProps & CustomSvgProps): React.JSX.Element;
7
+ export {};
@@ -61,13 +61,6 @@ export { default as AccountIcon } from './Interaction/AccountIcon';
61
61
  export { default as AddIcon } from './Interaction/AddIcon';
62
62
  export { default as AddTagIcon } from './Interaction/AddTagIcon';
63
63
  export { default as AgendaIcon } from './Interaction/AgendaIcon';
64
- export { default as UndoIcon } from './Interaction/UndoIcon';
65
- export { default as SettingsSliderIcon } from './Interaction/SettingsSliderIcon';
66
- export { default as TagRemoveIcon } from './Interaction/TagRemoveIcon';
67
- export { default as TagAddIcon } from './Interaction/TagAddIcon';
68
- export { default as TagEditIcon } from './Interaction/TagEditIcon';
69
- export { default as UnLockIcon } from './Interaction/UnLockIcon';
70
- export { default as LockIcon } from './Interaction/LockIcon';
71
64
  export { default as BillingIcon } from './Interaction/BillingIcon';
72
65
  export { default as BinIcon } from './Interaction/BinIcon';
73
66
  export { default as CheckedIcon } from './Interaction/CheckedIcon';
@@ -82,6 +75,7 @@ export { default as FilterIcon } from './Interaction/FilterIcon';
82
75
  export { default as LayoutIcon } from './Interaction/LayoutIcon';
83
76
  export { default as LayoutLeftIcon } from './Interaction/LayoutLeftIcon';
84
77
  export { default as LayoutRightIcon } from './Interaction/LayoutRightIcon';
78
+ export { default as LockIcon } from './Interaction/LockIcon';
85
79
  export { default as LogoutIcon } from './Interaction/LogoutIcon';
86
80
  export { default as MenuHorizontalIcon } from './Interaction/MenuHorizontalIcon';
87
81
  export { default as MenuVerticalIcon } from './Interaction/MenuVerticalIcon';
@@ -89,9 +83,15 @@ export { default as MinusIcon } from './Interaction/MinusIcon';
89
83
  export { default as PencilWriteIcon } from './Interaction/PencilWriteIcon';
90
84
  export { default as SearchIcon } from './Interaction/SearchIcon';
91
85
  export { default as SearchRemoveIcon } from './Interaction/SearchRemoveIcon';
86
+ export { default as SettingsSliderIcon } from './Interaction/SettingsSliderIcon';
92
87
  export { default as ShareIcon } from './Interaction/ShareIcon';
93
88
  export { default as SortingIcon } from './Interaction/SortingIcon';
89
+ export { default as TagAddIcon } from './Interaction/TagAddIcon';
90
+ export { default as TagEditIcon } from './Interaction/TagEditIcon';
91
+ export { default as TagRemoveIcon } from './Interaction/TagRemoveIcon';
94
92
  export { default as TeamIcon } from './Interaction/TeamIcon';
93
+ export { default as UnLockIcon } from './Interaction/UnLockIcon';
94
+ export { default as UndoIcon } from './Interaction/UndoIcon';
95
95
  export { default as UnlockedIcon } from './Interaction/UnlockedIcon';
96
96
  export { default as LogoBeta } from './Logos/LogoBeta';
97
97
  export { default as LogoNormal } from './Logos/LogoNormal';
@@ -125,6 +125,8 @@ export { default as BillPdfIcon } from './Miscellaneous/BillPdfIcon';
125
125
  export { default as BinocularIcon } from './Miscellaneous/BinocularIcon';
126
126
  export { default as BookFlipPageIcon } from './Miscellaneous/BookFlipPageIcon';
127
127
  export { default as BrainIcon } from './Miscellaneous/BrainIcon';
128
+ export { default as BulbIcon } from './Miscellaneous/BulbIcon';
129
+ export { default as GroupIcon } from './Miscellaneous/GroupIcon';
128
130
  export { default as CalendarIcon } from './Miscellaneous/CalendarIcon';
129
131
  export { default as ChatBubbleIcon } from './Miscellaneous/ChatBubbleIcon';
130
132
  export { default as ChatIcon } from './Miscellaneous/ChatIcon';
@@ -156,8 +158,6 @@ export { default as MultipleUsersIcon } from './Miscellaneous/MultipleUsersIcon'
156
158
  export { default as NbOfUsersIcon } from './Miscellaneous/NbOfUsersIcon';
157
159
  export { default as NeutralBackgroudIcon } from './Miscellaneous/NeutralBackgroudIcon';
158
160
  export { default as OfficeDrawerIcon } from './Miscellaneous/OfficeDrawerIcon';
159
- export { default as ThreeColumnIcon } from './Miscellaneous/ThreeColumnIcon';
160
- export { default as TwoColumnIcon } from './Miscellaneous/TwoColumnIcon';
161
161
  export { default as OneColumnIcon } from './Miscellaneous/OneColumnIcon';
162
162
  export { default as RefreshIcon } from './Miscellaneous/RefreshIcon';
163
163
  export { default as ReportIcon } from './Miscellaneous/ReportIcon';
@@ -169,6 +169,8 @@ export { default as StarIcon } from './Miscellaneous/StarIcon';
169
169
  export { default as TaskIcon } from './Miscellaneous/TaskIcon';
170
170
  export { default as TestDetailsIcon } from './Miscellaneous/TestDetailsIcon';
171
171
  export { default as TestIcon } from './Miscellaneous/TestIcon';
172
+ export { default as ThreeColumnIcon } from './Miscellaneous/ThreeColumnIcon';
173
+ export { default as TwoColumnIcon } from './Miscellaneous/TwoColumnIcon';
172
174
  export { default as UnmoderatedIcon } from './Miscellaneous/UnmoderatedIcon';
173
175
  export { default as ViewIcon } from './Miscellaneous/ViewIcon';
174
176
  export { default as ViewOffIcon } from './Miscellaneous/ViewOffIcon';