labsense-ui-kit 1.2.22 → 1.2.23

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 Ascending: React.FC<SVGProps>;
4
+ export default Ascending;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { SVGProps } from '..';
3
+ declare const Building: React.FC<SVGProps>;
4
+ export default Building;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { SVGProps } from '..';
3
+ declare const Car: React.FC<SVGProps>;
4
+ export default Car;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { SVGProps } from '..';
3
+ declare const City: React.FC<SVGProps>;
4
+ export default City;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { SVGProps } from '..';
3
+ declare const CloudCross: React.FC<SVGProps>;
4
+ export default CloudCross;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { SVGProps } from '..';
3
+ declare const Decrease: React.FC<SVGProps>;
4
+ export default Decrease;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { SVGProps } from '..';
3
+ declare const Descending: React.FC<SVGProps>;
4
+ export default Descending;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { SVGProps } from '..';
3
+ declare const Government: React.FC<SVGProps>;
4
+ export default Government;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { SVGProps } from '..';
3
+ declare const Handshake: React.FC<SVGProps>;
4
+ export default Handshake;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { SVGProps } from '..';
3
+ declare const Home: React.FC<SVGProps>;
4
+ export default Home;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { SVGProps } from '..';
3
+ declare const Hospital: React.FC<SVGProps>;
4
+ export default Hospital;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { SVGProps } from '..';
3
+ declare const Manufacturing: React.FC<SVGProps>;
4
+ export default Manufacturing;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { SVGProps } from '..';
3
+ declare const More: React.FC<SVGProps>;
4
+ export default More;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { SVGProps } from '..';
3
+ declare const OpenBook: React.FC<SVGProps>;
4
+ export default OpenBook;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { SVGProps } from '..';
3
+ declare const PeopleAnalytics: React.FC<SVGProps>;
4
+ export default PeopleAnalytics;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { SVGProps } from '..';
3
+ declare const Restaurant: React.FC<SVGProps>;
4
+ export default Restaurant;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { SVGProps } from '..';
3
+ declare const Retail: React.FC<SVGProps>;
4
+ export default Retail;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { SVGProps } from '..';
3
+ declare const Rocket: React.FC<SVGProps>;
4
+ export default Rocket;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { SVGProps } from '..';
3
+ declare const Scalable: React.FC<SVGProps>;
4
+ export default Scalable;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { SVGProps } from '..';
3
+ declare const School: React.FC<SVGProps>;
4
+ export default School;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { SVGProps } from '..';
3
+ declare const ShelfMonitoring: React.FC<SVGProps>;
4
+ export default ShelfMonitoring;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { SVGProps } from '..';
3
+ declare const Sort: React.FC<SVGProps>;
4
+ export default Sort;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { SVGProps } from '..';
3
+ declare const VehicleNumber: React.FC<SVGProps>;
4
+ export default VehicleNumber;
@@ -3,11 +3,14 @@ export { default as Add_2 } from './Add_2';
3
3
  export { default as AddProfile } from './AddProfile';
4
4
  export { default as AI_Web } from './AI_Web';
5
5
  export { default as App } from './App';
6
+ export { default as Ascending } from './Ascending';
6
7
  export { default as Back } from './Back';
7
8
  export { default as Bin } from './Bin';
9
+ export { default as Building } from './Building';
8
10
  export { default as Bulb } from './Bulb';
9
11
  export { default as Business } from './Business';
10
12
  export { default as Calendar } from './Calendar';
13
+ export { default as Car } from './Car';
11
14
  export { default as CCTV_1 } from './CCTV_1';
12
15
  export { default as CCTV_2 } from './CCTV_2';
13
16
  export { default as Circle } from './Circle';
@@ -16,15 +19,19 @@ export { default as CircularFilledWarning } from './CircularFilledWarning';
16
19
  export { default as CircularPause } from './CircularPause';
17
20
  export { default as CircularPlay } from './CircularPlay';
18
21
  export { default as CircularWarning } from './CircularWarning';
22
+ export { default as City } from './City';
19
23
  export { default as Client } from './Client';
20
24
  export { default as Close } from './Close';
21
25
  export { default as CloseCircle } from './CloseCircle';
22
26
  export { default as CloseEye } from './CloseEye';
27
+ export { default as CloudCross } from './CloudCross';
23
28
  export { default as Copy } from './Copy';
24
29
  export { default as Copyright } from './Copyright';
25
30
  export { default as CPU } from './CPU';
26
31
  export { default as Cube3D } from './Cube3D';
27
32
  export { default as Cyber } from './Cyber';
33
+ export { default as Decrease } from './Decrease';
34
+ export { default as Descending } from './Descending';
28
35
  export { default as DiagonalArrow } from './DiagonalArrow';
29
36
  export { default as Directory } from './Directory';
30
37
  export { default as Disk } from './Disk';
@@ -53,12 +60,14 @@ export { default as Free } from './Free';
53
60
  export { default as FullScreen } from './FullScreen';
54
61
  export { default as FullVolume } from './FullVolume';
55
62
  export { default as Globe } from './Globe';
63
+ export { default as Government } from './Government';
56
64
  export { default as Grid_2x2_Hollow } from './Grid_2x2_Hollow';
57
65
  export { default as Grid_2x2 } from './Grid_2x2';
58
66
  export { default as Grid_3x3 } from './Grid_3x3';
59
67
  export { default as Grid_4x4 } from './Grid_4x4';
60
68
  export { default as Grid_5x5 } from './Grid_5x5';
61
69
  export { default as Hamburger } from './Hamburger';
70
+ export { default as Handshake } from './Handshake';
62
71
  export { default as Hazard } from './Hazard';
63
72
  export { default as Help } from './Help';
64
73
  export { default as History } from './History';
@@ -80,12 +89,14 @@ export { default as Linkedin } from './Linkedin';
80
89
  export { default as Live } from './Live';
81
90
  export { default as Lock } from './Lock';
82
91
  export { default as Logout } from './Logout';
92
+ export { default as Manufacturing } from './Manufacturing';
83
93
  export { default as Maps } from './Maps';
84
94
  export { default as Media } from './Media';
85
95
  export { default as MediumVolume } from './MediumVolume';
86
96
  export { default as Menu } from './Menu';
87
97
  export { default as Monitor } from './Monitor';
88
98
  export { default as MonitorEye } from './MonitorEye';
99
+ export { default as More } from './More';
89
100
  export { default as MultiMonitor } from './MultiMonitor';
90
101
  export { default as Mute } from './Mute';
91
102
  export { default as MuteVolume } from './MuteVolume';
@@ -96,9 +107,11 @@ export { default as Node } from './Node';
96
107
  export { default as NoStorage } from './NoStorage';
97
108
  export { default as Notifications } from './Notifications';
98
109
  export { default as OpenBin } from './OpenBin';
110
+ export { default as OpenBook } from './OpenBook';
99
111
  export { default as OpenEye } from './OpenEye';
100
112
  export { default as PasswordLock } from './PasswordLock';
101
113
  export { default as Pause } from './Pause';
114
+ export { default as PeopleAnalytics } from './PeopleAnalytics';
102
115
  export { default as Phone } from './Phone';
103
116
  export { default as Pin_2 } from './Pin_2';
104
117
  export { default as Pin } from './Pin';
@@ -114,21 +127,28 @@ export { default as Profile_3 } from './Profile_3';
114
127
  export { default as Recording_1 } from './Recording_1';
115
128
  export { default as Recording_2 } from './Recording_2';
116
129
  export { default as Rectangle } from './Rectangle';
130
+ export { default as Restaurant } from './Restaurant';
131
+ export { default as Retail } from './Retail';
117
132
  export { default as Retry } from './Retry';
118
133
  export { default as Return } from './Return';
119
134
  export { default as Rewind_10_Sec } from './Rewind_10_Sec';
120
135
  export { default as Rhombus } from './Rhombus';
121
136
  export { default as RightArrow } from './RightArrow';
137
+ export { default as Rocket } from './Rocket';
122
138
  export { default as ROI } from './ROI';
123
139
  export { default as RunAway } from './RunAway';
124
140
  export { default as SandTimer } from './SandTimer';
141
+ export { default as Scalable } from './Scalable';
142
+ export { default as School } from './School';
125
143
  export { default as Search } from './Search';
126
144
  export { default as SecureSystem } from './SecureSystem';
127
145
  export { default as Security } from './Security';
128
146
  export { default as Send } from './Send';
129
147
  export { default as Settings } from './Settings';
148
+ export { default as ShelfMonitoring } from './ShelfMonitoring';
130
149
  export { default as Shield } from './Shield';
131
150
  export { default as SlantLine } from './SlantLine';
151
+ export { default as Sort } from './Sort';
132
152
  export { default as SquareEdit } from './SquareEdit';
133
153
  export { default as SquareTick } from './SquareTick';
134
154
  export { default as Star } from './Star';
@@ -145,6 +165,7 @@ export { default as Tools } from './Tools';
145
165
  export { default as TriangularFilledWarning } from './TriangularFilledWarning';
146
166
  export { default as UnPinned } from './UnPinned';
147
167
  export { default as UpArrow } from './UpArrow';
168
+ export { default as VehicleNumber } from './VehicleNumber';
148
169
  export { default as Video } from './Video';
149
170
  export { default as Wallet } from './Wallet';
150
171
  export { default as Web } from './Web';
@@ -9,7 +9,7 @@ export interface SVGProps {
9
9
  color: string;
10
10
  weight: string;
11
11
  }
12
- export declare type IconNames = 'Add_1' | 'Add_2' | 'AddProfile' | 'AI_Web' | 'App' | 'Back' | 'Bin' | 'Bulb' | 'Business' | 'Calendar' | 'CCTV_1' | 'CCTV_2' | 'Circle' | 'CircularEdit' | 'CircularFilledWarning' | 'CircularPause' | 'CircularPlay' | 'CircularWarning' | 'Client' | 'Close' | 'CloseCircle' | 'CloseEye' | 'Copy' | 'Copyright' | 'CPU' | 'Cube3D' | 'Cyber' | 'DiagonalArrow' | 'Directory' | 'Disk' | 'DNS_1' | 'DNS_2' | 'DNS_3' | 'DocumentBadge' | 'DoubleQuotes' | 'DownArrow' | 'Download_2' | 'Download' | 'Email' | 'ExitFullScreen' | 'FaceRecognition' | 'FastDelivery' | 'OpenEye' | 'FilesBox' | 'FilledCircle' | 'FilledCircleTick' | 'FilledPin' | 'Filter_1' | 'Filter_2' | 'Forward_10_Sec' | 'Forward' | 'FPS' | 'Free' | 'FullScreen' | 'Grid_2x2_Hollow' | 'Grid_2x2' | 'Grid_3x3' | 'Grid_4x4' | 'Grid_5x5' | 'Hamburger' | 'Hazard' | 'Help' | 'History' | 'Hexagon' | 'Information' | 'InformationFilled' | 'Instagram' | 'Install' | 'IP' | 'Key_2' | 'Key' | 'KeyDown' | 'KnobController' | 'LedBulb' | 'LeftArrow' | 'Letter' | 'Linkedin' | 'Licenses' | 'Live' | 'Lock' | 'Logout' | 'Maps' | 'Media' | 'Monitor' | 'MonitorEye' | 'MultiMonitor' | 'MediumVolume' | 'Mute' | 'MuteVolume' | 'Menu' | 'NetworkStorage' | 'NFS_Directory' | 'NoCam' | 'Node' | 'NoStorage' | 'Notifications' | 'OpenBin' | 'OpenEye' | 'PasswordLock' | 'Pause' | 'Phone' | 'Pin_2' | 'Pin' | 'Play_1' | 'Play_2' | 'Playback' | 'Power' | 'PremiumBadge' | 'ProcessingBulb' | 'Profile_1' | 'Profile_2' | 'Profile_3' | 'Recording_1' | 'Recording_2' | 'Rectangle' | 'Retry' | 'Return' | 'Rewind_10_Sec' | 'Rhombus' | 'RightArrow' | 'ROI' | 'RunAway' | 'SandTimer' | 'Search' | 'SecureSystem' | 'Security' | 'Send' | 'Settings' | 'Shield' | 'SlantLine' | 'SquareEdit' | 'SquareTick' | 'Star' | 'StorageDisks' | 'Tag' | 'Team' | 'Team_2' | 'ThreeDots' | 'ThumbsUp' | 'Tick' | 'Timer' | 'Tool' | 'Tools' | 'TriangularFilledWarning' | 'UnPinned' | 'UpArrow' | 'Video' | 'FullVolume' | 'Globe' | 'Wallet' | 'Web' | 'WiFiCam' | 'WiFiLaptop' | 'X' | 'Youtube' | 'Zapper';
12
+ export declare type IconNames = 'Add_1' | 'Add_2' | 'AddProfile' | 'AI_Web' | 'App' | 'Ascending' | 'Back' | 'Bin' | 'Building' | 'Bulb' | 'Business' | 'Calendar' | 'Car' | 'CCTV_1' | 'CCTV_2' | 'Circle' | 'CircularEdit' | 'CircularFilledWarning' | 'CircularPause' | 'CircularPlay' | 'CircularWarning' | 'City' | 'Client' | 'Close' | 'CloseCircle' | 'CloseEye' | 'CloudCross' | 'Copy' | 'Copyright' | 'CPU' | 'Cube3D' | 'Cyber' | 'Decrease' | 'Descending' | 'DiagonalArrow' | 'Directory' | 'Disk' | 'DNS_1' | 'DNS_2' | 'DNS_3' | 'DocumentBadge' | 'DoubleQuotes' | 'DownArrow' | 'Download_2' | 'Download' | 'Email' | 'ExitFullScreen' | 'FaceRecognition' | 'FastDelivery' | 'OpenEye' | 'FilesBox' | 'FilledCircle' | 'FilledCircleTick' | 'FilledPin' | 'Filter_1' | 'Filter_2' | 'Forward_10_Sec' | 'Forward' | 'FPS' | 'Free' | 'FullScreen' | 'Grid_2x2_Hollow' | 'Grid_2x2' | 'Grid_3x3' | 'Grid_4x4' | 'Grid_5x5' | 'Hamburger' | 'Handshake' | 'Hazard' | 'Help' | 'History' | 'Hexagon' | 'Information' | 'InformationFilled' | 'Instagram' | 'Install' | 'IP' | 'Key_2' | 'Key' | 'KeyDown' | 'KnobController' | 'LedBulb' | 'LeftArrow' | 'Letter' | 'Linkedin' | 'Licenses' | 'Live' | 'Lock' | 'Logout' | 'Manufacturing' | 'Maps' | 'Media' | 'Monitor' | 'MonitorEye' | 'More' | 'MultiMonitor' | 'MediumVolume' | 'Mute' | 'MuteVolume' | 'Menu' | 'NetworkStorage' | 'NFS_Directory' | 'NoCam' | 'Node' | 'NoStorage' | 'Notifications' | 'OpenBin' | 'OpenBook' | 'OpenEye' | 'PasswordLock' | 'Pause' | 'PeopleAnalytics' | 'Phone' | 'Pin_2' | 'Pin' | 'Play_1' | 'Play_2' | 'Playback' | 'Power' | 'PremiumBadge' | 'ProcessingBulb' | 'Profile_1' | 'Profile_2' | 'Profile_3' | 'Recording_1' | 'Recording_2' | 'Rectangle' | 'Restaurant' | 'Retail' | 'Retry' | 'Return' | 'Rewind_10_Sec' | 'Rhombus' | 'RightArrow' | 'Rocket' | 'ROI' | 'RunAway' | 'SandTimer' | 'Scalable' | 'School' | 'Search' | 'SecureSystem' | 'Security' | 'Send' | 'Settings' | 'ShelfMonitoring' | 'Shield' | 'SlantLine' | 'Sort' | 'SquareEdit' | 'SquareTick' | 'Star' | 'StorageDisks' | 'Tag' | 'Team' | 'Team_2' | 'ThreeDots' | 'ThumbsUp' | 'Tick' | 'Timer' | 'Tool' | 'Tools' | 'TriangularFilledWarning' | 'UnPinned' | 'UpArrow' | 'VehicleNumber' | 'Video' | 'FullVolume' | 'Globe' | 'Government' | 'Wallet' | 'Web' | 'WiFiCam' | 'WiFiLaptop' | 'X' | 'Youtube' | 'Zapper';
13
13
  export interface IconProps {
14
14
  icon: IconNames;
15
15
  size?: number;