labsense-ui-kit 1.2.56 → 1.2.57

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,4 @@
1
+ import React from 'react';
2
+ import { SVGProps } from '..';
3
+ declare const AI_License: React.FC<SVGProps>;
4
+ export default AI_License;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { SVGProps } from '..';
3
+ declare const Bag: React.FC<SVGProps>;
4
+ export default Bag;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { SVGProps } from '..';
3
+ declare const Cart_check: React.FC<SVGProps>;
4
+ export default Cart_check;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { SVGProps } from '..';
3
+ declare const Data_search: React.FC<SVGProps>;
4
+ export default Data_search;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { SVGProps } from '..';
3
+ declare const Hammer: React.FC<SVGProps>;
4
+ export default Hammer;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { SVGProps } from '..';
3
+ declare const Home_2: React.FC<SVGProps>;
4
+ export default Home_2;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { SVGProps } from '..';
3
+ declare const Large_building: React.FC<SVGProps>;
4
+ export default Large_building;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { SVGProps } from '..';
3
+ declare const Mail: React.FC<SVGProps>;
4
+ export default Mail;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { SVGProps } from '..';
3
+ declare const Network: React.FC<SVGProps>;
4
+ export default Network;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { SVGProps } from '..';
3
+ declare const Small_building: React.FC<SVGProps>;
4
+ export default Small_building;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { SVGProps } from '..';
3
+ declare const Star_2: React.FC<SVGProps>;
4
+ export default Star_2;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { SVGProps } from '..';
3
+ declare const Technology: React.FC<SVGProps>;
4
+ export default Technology;
@@ -3,11 +3,13 @@ export { default as Add_2 } from './Add_2';
3
3
  export { default as AddProfile } from './AddProfile';
4
4
  export { default as AddUser } from './AddUser';
5
5
  export { default as AI_Brain } from './AI_Brain';
6
+ export { default as AI_License } from './AI_License';
6
7
  export { default as AI_Web } from './AI_Web';
7
8
  export { default as Analytics } from './Analytics';
8
9
  export { default as App } from './App';
9
10
  export { default as Ascending } from './Ascending';
10
11
  export { default as Back } from './Back';
12
+ export { default as Bag } from './Bag';
11
13
  export { default as Bank } from './Bank';
12
14
  export { default as Bell } from './Bell';
13
15
  export { default as Bin } from './Bin';
@@ -17,6 +19,7 @@ export { default as Bulb } from './Bulb';
17
19
  export { default as Business } from './Business';
18
20
  export { default as Calendar } from './Calendar';
19
21
  export { default as Car } from './Car';
22
+ export { default as Cart_check } from './Cart_check';
20
23
  export { default as CCTV_1 } from './CCTV_1';
21
24
  export { default as CCTV_2 } from './CCTV_2';
22
25
  export { default as Circle } from './Circle';
@@ -39,6 +42,7 @@ export { default as CPU } from './CPU';
39
42
  export { default as Cube3D } from './Cube3D';
40
43
  export { default as Cyber } from './Cyber';
41
44
  export { default as Dashboard } from './Dashboard';
45
+ export { default as Data_search } from './Data_search';
42
46
  export { default as Decrease } from './Decrease';
43
47
  export { default as Descending } from './Descending';
44
48
  export { default as DiagonalArrow } from './DiagonalArrow';
@@ -81,10 +85,12 @@ export { default as Grid_3x3 } from './Grid_3x3';
81
85
  export { default as Grid_4x4 } from './Grid_4x4';
82
86
  export { default as Grid_5x5 } from './Grid_5x5';
83
87
  export { default as Hamburger } from './Hamburger';
88
+ export { default as Hammer } from './Hammer';
84
89
  export { default as Handshake } from './Handshake';
85
90
  export { default as Hazard } from './Hazard';
86
91
  export { default as Help } from './Help';
87
92
  export { default as History } from './History';
93
+ export { default as Home_2 } from './Home_2';
88
94
  export { default as Home } from './Home';
89
95
  export { default as Hospital } from './Hospital';
90
96
  export { default as Increase } from './Increase';
@@ -99,6 +105,7 @@ export { default as Key_2 } from './Key_2';
99
105
  export { default as Key } from './Key';
100
106
  export { default as KeyDown } from './KeyDown';
101
107
  export { default as KnobController } from './KnobController';
108
+ export { default as Large_building } from './Large_building';
102
109
  export { default as LedBulb } from './LedBulb';
103
110
  export { default as LeftArrow } from './LeftArrow';
104
111
  export { default as Letter } from './Letter';
@@ -109,6 +116,7 @@ export { default as Live } from './Live';
109
116
  export { default as Location } from './Location';
110
117
  export { default as Lock } from './Lock';
111
118
  export { default as Logout } from './Logout';
119
+ export { default as Mail } from './Mail';
112
120
  export { default as Manufacturing } from './Manufacturing';
113
121
  export { default as Maps } from './Maps';
114
122
  export { default as Media } from './Media';
@@ -121,6 +129,7 @@ export { default as More } from './More';
121
129
  export { default as MultiMonitor } from './MultiMonitor';
122
130
  export { default as Mute } from './Mute';
123
131
  export { default as MuteVolume } from './MuteVolume';
132
+ export { default as Network } from './Network';
124
133
  export { default as NetworkStorage } from './NetworkStorage';
125
134
  export { default as NFS_Directory } from './NFS_Directory';
126
135
  export { default as NoCam } from './NoCam';
@@ -175,16 +184,19 @@ export { default as Shield } from './Shield';
175
184
  export { default as ShoppingCart } from './ShoppingCart';
176
185
  export { default as Sink } from './Sink';
177
186
  export { default as SlantLine } from './SlantLine';
187
+ export { default as Small_building } from './Small_building';
178
188
  export { default as Sort_2 } from './Sort_2';
179
189
  export { default as Sort } from './Sort';
180
190
  export { default as Source } from './Source';
181
191
  export { default as SquareEdit } from './SquareEdit';
182
192
  export { default as SquareTick } from './SquareTick';
193
+ export { default as Star_2 } from './Star_2';
183
194
  export { default as Star } from './Star';
184
195
  export { default as StorageDisks } from './StorageDisks';
185
196
  export { default as Tag } from './Tag';
186
197
  export { default as Team_2 } from './Team_2';
187
198
  export { default as Team } from './Team';
199
+ export { default as Technology } from './Technology';
188
200
  export { default as ThreeDots } from './ThreeDots';
189
201
  export { default as ThumbsUp_2 } from './ThumbsUp_2';
190
202
  export { default as ThumbsUp } from './ThumbsUp';
@@ -10,7 +10,7 @@ export interface SVGProps {
10
10
  color: string;
11
11
  weight: string;
12
12
  }
13
- export declare type IconNames = 'Add_1' | 'Add_2' | 'AddProfile' | 'AddUser' | 'AI_Brain' | 'AI_Web' | 'Analytics' | 'App' | 'Ascending' | 'Back' | 'Bank' | 'Bell' | 'Bin' | 'BrainNetworking' | 'Building' | 'Bulb' | 'Business' | 'Calendar' | 'Car' | 'CCTV_1' | 'CCTV_2' | 'Circle' | 'Check' | 'CircularEdit' | 'CircularFilledWarning' | 'CircularPause' | 'CircularPlay' | 'CircularWarning' | 'City' | 'Client' | 'Close' | 'CloseCircle_2' | 'CloseCircle' | 'CloseEye' | 'CloudCross' | 'Copy_2' | 'Copy' | 'Copyright' | 'CPU' | 'Cube3D' | 'Cyber' | 'Dashboard' | 'Decrease' | 'Descending' | 'DiagonalArrow' | 'Directory' | 'Disk' | 'DNS_1' | 'DNS_2' | 'DNS_3' | 'Document' | 'DocumentBadge' | 'DoubleQuotes' | 'DownArrow' | 'Download_2' | 'Download' | 'Email' | 'ExitFullScreen' | 'FaceRecognition_2' | 'FaceRecognition' | 'FastDelivery' | 'OpenEye' | 'FilesBox' | 'FilledCircle' | 'FilledCircleTick' | 'FilledPin' | 'Filter_1' | 'Filter_2' | 'Flow' | 'Forward_10_Sec' | 'Forward' | 'FPS' | 'Free' | 'FullScreen' | 'Grid_2x2_Hollow' | 'Grid_2x2' | 'Grid_3x3' | 'Grid_4x4' | 'Grid_5x5' | 'Hamburger' | 'Handshake' | 'Hazard' | 'Help' | 'History' | 'Home' | 'Hospital' | 'Increase' | 'Hexagon' | 'Highway' | 'Information' | 'InformationFilled' | 'Instagram' | 'Install' | 'IP' | 'Key_2' | 'Key' | 'KeyDown' | 'KnobController' | 'LedBulb' | 'LeftArrow' | 'Letter' | 'License' | 'Linkedin' | 'Licenses' | 'Live' | 'Location' | 'Lock' | 'Logout' | 'Manufacturing' | 'Maps' | 'Media' | 'Monitor' | 'MonitorEye' | 'More' | 'MultiMonitor' | 'MediumVolume' | 'Mute' | 'MuteVolume' | 'Menu' | 'MeterUp' | 'NetworkStorage' | 'NFS_Directory' | 'NoCam' | 'Node' | 'NoStorage' | 'Notifications' | 'OpenBin' | 'OpenBook' | 'OpenEye' | 'PasswordLock' | 'Pause' | 'PeopleAnalytics' | 'Phone' | 'Pin_2' | 'Pin' | 'Play_1' | 'Play_2' | 'Playback' | 'PoliceBadge' | 'Power' | 'PremiumBadge' | 'ProcessingBulb' | 'Profile_1' | 'Profile_2' | 'Profile_3' | 'Recording_1' | 'Recording_2' | 'Recording_3' | 'Rectangle' | 'Restaurant' | 'Retail' | 'Retry' | 'Return' | 'Rewind_10_Sec' | 'Rhombus' | 'RightArrow' | 'Ringing_Bell' | 'Rocket' | 'ROI' | 'RunAway' | 'Rupee' | 'SandTimer' | 'Scalable' | 'School' | 'Search' | 'SecureSystem' | 'Security' | 'Send' | 'Settings' | 'ShelfMonitoring' | 'Shield' | 'ShoppingCart' | 'Sink' | 'SlantLine' | 'Sort_2' | 'Sort' | 'Source' | 'SquareEdit' | 'SquareTick' | 'Star' | 'StorageDisks' | 'Tag' | 'Team' | 'Team_2' | 'ThreeDots' | 'ThumbsUp_2' | 'ThumbsUp' | 'Tick' | 'Timer' | 'Tool' | 'Tools' | 'Translate' | 'TriangularFilledWarning' | 'UnPinned' | 'UpArrow' | 'VehicleNumber' | 'Video' | 'FullVolume_2' | 'FullVolume' | 'Globe' | 'GlobeIcon' | 'Government' | 'Wallet' | 'Web' | 'WiFiCam' | 'WiFiLaptop' | 'Workflow' | 'X' | 'Youtube' | 'Zapper';
13
+ export declare type IconNames = 'Add_1' | 'Add_2' | 'AddProfile' | 'AddUser' | 'AI_Brain' | 'AI_License' | 'AI_Web' | 'Analytics' | 'App' | 'Ascending' | 'Back' | 'Bag' | 'Bank' | 'Bell' | 'Bin' | 'BrainNetworking' | 'Building' | 'Bulb' | 'Business' | 'Calendar' | 'Car' | 'Cart_check' | 'CCTV_1' | 'CCTV_2' | 'Circle' | 'Check' | 'CircularEdit' | 'CircularFilledWarning' | 'CircularPause' | 'CircularPlay' | 'CircularWarning' | 'City' | 'Client' | 'Close' | 'CloseCircle_2' | 'CloseCircle' | 'CloseEye' | 'CloudCross' | 'Copy_2' | 'Copy' | 'Copyright' | 'CPU' | 'Cube3D' | 'Cyber' | 'Dashboard' | 'Data_search' | 'Decrease' | 'Descending' | 'DiagonalArrow' | 'Directory' | 'Disk' | 'DNS_1' | 'DNS_2' | 'DNS_3' | 'Document' | 'DocumentBadge' | 'DoubleQuotes' | 'DownArrow' | 'Download_2' | 'Download' | 'Email' | 'ExitFullScreen' | 'FaceRecognition_2' | 'FaceRecognition' | 'FastDelivery' | 'OpenEye' | 'FilesBox' | 'FilledCircle' | 'FilledCircleTick' | 'FilledPin' | 'Filter_1' | 'Filter_2' | 'Flow' | 'Forward_10_Sec' | 'Forward' | 'FPS' | 'Free' | 'FullScreen' | 'Grid_2x2_Hollow' | 'Grid_2x2' | 'Grid_3x3' | 'Grid_4x4' | 'Grid_5x5' | 'Hamburger' | 'Hammer' | 'Handshake' | 'Hazard' | 'Help' | 'History' | 'Home_2' | 'Home' | 'Hospital' | 'Increase' | 'Hexagon' | 'Highway' | 'Information' | 'InformationFilled' | 'Instagram' | 'Install' | 'IP' | 'Key_2' | 'Key' | 'KeyDown' | 'KnobController' | 'Large_building' | 'LedBulb' | 'LeftArrow' | 'Letter' | 'License' | 'Linkedin' | 'Licenses' | 'Live' | 'Location' | 'Lock' | 'Logout' | 'Mail' | 'Manufacturing' | 'Maps' | 'Media' | 'Monitor' | 'MonitorEye' | 'More' | 'MultiMonitor' | 'MediumVolume' | 'Mute' | 'MuteVolume' | 'Network' | 'Menu' | 'MeterUp' | 'NetworkStorage' | 'NFS_Directory' | 'NoCam' | 'Node' | 'NoStorage' | 'Notifications' | 'OpenBin' | 'OpenBook' | 'OpenEye' | 'PasswordLock' | 'Pause' | 'PeopleAnalytics' | 'Phone' | 'Pin_2' | 'Pin' | 'Play_1' | 'Play_2' | 'Playback' | 'PoliceBadge' | 'Power' | 'PremiumBadge' | 'ProcessingBulb' | 'Profile_1' | 'Profile_2' | 'Profile_3' | 'Recording_1' | 'Recording_2' | 'Recording_3' | 'Rectangle' | 'Restaurant' | 'Retail' | 'Retry' | 'Return' | 'Rewind_10_Sec' | 'Rhombus' | 'RightArrow' | 'Ringing_Bell' | 'Rocket' | 'ROI' | 'RunAway' | 'Rupee' | 'SandTimer' | 'Scalable' | 'School' | 'Search' | 'SecureSystem' | 'Security' | 'Send' | 'Settings' | 'ShelfMonitoring' | 'Shield' | 'ShoppingCart' | 'Sink' | 'SlantLine' | 'Small_building' | 'Sort_2' | 'Sort' | 'Source' | 'SquareEdit' | 'SquareTick' | 'Star_2' | 'Star' | 'StorageDisks' | 'Tag' | 'Team' | 'Team_2' | 'Technology' | 'ThreeDots' | 'ThumbsUp_2' | 'ThumbsUp' | 'Tick' | 'Timer' | 'Tool' | 'Tools' | 'Translate' | 'TriangularFilledWarning' | 'UnPinned' | 'UpArrow' | 'VehicleNumber' | 'Video' | 'FullVolume_2' | 'FullVolume' | 'Globe' | 'GlobeIcon' | 'Government' | 'Wallet' | 'Web' | 'WiFiCam' | 'WiFiLaptop' | 'Workflow' | 'X' | 'Youtube' | 'Zapper';
14
14
  export interface IconProps {
15
15
  icon: IconNames;
16
16
  size?: number;