labsense-ui-kit 1.1.47 → 1.1.49

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 DiagonalArrow: React.FC<SVGProps>;
4
+ export default DiagonalArrow;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { SVGProps } from '..';
3
+ declare const Disk: React.FC<SVGProps>;
4
+ export default Disk;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { SVGProps } from '..';
3
+ declare const IP: React.FC<SVGProps>;
4
+ export default IP;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { SVGProps } from '..';
3
+ declare const Power: React.FC<SVGProps>;
4
+ export default Power;
@@ -24,7 +24,9 @@ export { default as Copy } from './Copy';
24
24
  export { default as CPU } from './CPU';
25
25
  export { default as Cube3D } from './Cube3D';
26
26
  export { default as Cyber } from './Cyber';
27
+ export { default as DiagonalArrow } from './DiagonalArrow';
27
28
  export { default as Directory } from './Directory';
29
+ export { default as Disk } from './Disk';
28
30
  export { default as DocumentBadge } from './DocumentBadge';
29
31
  export { default as DownArrow } from './DownArrow';
30
32
  export { default as Download } from './Download';
@@ -51,6 +53,7 @@ export { default as Hazard } from './Hazard';
51
53
  export { default as History } from './History';
52
54
  export { default as Hexagon } from './Hexagon';
53
55
  export { default as Information } from './Information';
56
+ export { default as IP } from './IP';
54
57
  export { default as Key } from './Key';
55
58
  export { default as KeyDown } from './KeyDown';
56
59
  export { default as KnobController } from './KnobController';
@@ -83,6 +86,7 @@ export { default as Pin } from './Pin';
83
86
  export { default as Play_1 } from './Play_1';
84
87
  export { default as Play_2 } from './Play_2';
85
88
  export { default as Playback } from './Playback';
89
+ export { default as Power } from './Power';
86
90
  export { default as PremiumBadge } from './PremiumBadge';
87
91
  export { default as ProcessingBulb } from './ProcessingBulb';
88
92
  export { default as Profile_1 } from './Profile_1';
@@ -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' | 'CPU' | 'Cube3D' | 'Cyber' | 'Directory' | 'DocumentBadge' | 'DownArrow' | 'Download' | 'Email' | 'ExitFullScreen' | 'FaceRecognition' | 'OpenEye' | 'FilesBox' | 'FilledCircle' | 'FilledPin' | 'Filter_1' | 'Filter_2' | 'Forward_10_Sec' | 'Forward' | 'FPS' | 'Free' | 'FullScreen' | 'Grid_2x2_Hollow' | 'Grid_2x2' | 'Grid_3x3' | 'Grid_4x4' | 'Grid_5x5' | 'Hazard' | 'History' | 'Hexagon' | 'Information' | 'Key' | 'KeyDown' | 'KnobController' | 'LedBulb' | 'LeftArrow' | 'Letter' | 'Live' | 'Lock' | 'Logout' | 'Maps' | 'Media' | 'Monitor' | 'MediumVolume' | 'Mute' | 'MuteVolume' | 'Menu' | 'NetworkStorage' | 'NFS_Directory' | 'NoCam' | 'Node' | 'NoStorage' | 'Notifications' | 'OpenBin' | 'OpenEye' | 'PasswordLock' | 'Pause' | 'Phone' | 'Pin_2' | 'Pin' | 'Play_1' | 'Play_2' | 'Playback' | 'PremiumBadge' | 'ProcessingBulb' | 'Profile_1' | 'Profile_2' | 'Profile_3' | 'Recording_1' | 'Recording_2' | 'Rectangle' | 'Retry' | 'Return' | 'Rewind_10_Sec' | 'RightArrow' | 'ROI' | 'RunAway' | 'SandTimer' | 'Search' | 'Settings' | 'Shield' | 'SlantLine' | 'SquareEdit' | 'SquareTick' | 'StorageDisks' | 'Tag' | 'Team' | 'ThreeDots' | 'ThumbsUp' | 'Tick' | 'Tools' | 'TriangularFilledWarning' | 'UnPinned' | 'UpArrow' | 'Video' | 'FullVolume' | 'Wallet' | 'WiFiCam' | 'Zapper';
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' | 'CPU' | 'Cube3D' | 'Cyber' | 'DiagonalArrow' | 'Directory' | 'Disk' | 'DocumentBadge' | 'DownArrow' | 'Download' | 'Email' | 'ExitFullScreen' | 'FaceRecognition' | 'OpenEye' | 'FilesBox' | 'FilledCircle' | 'FilledPin' | 'Filter_1' | 'Filter_2' | 'Forward_10_Sec' | 'Forward' | 'FPS' | 'Free' | 'FullScreen' | 'Grid_2x2_Hollow' | 'Grid_2x2' | 'Grid_3x3' | 'Grid_4x4' | 'Grid_5x5' | 'Hazard' | 'History' | 'Hexagon' | 'Information' | 'IP' | 'Key' | 'KeyDown' | 'KnobController' | 'LedBulb' | 'LeftArrow' | 'Letter' | 'Live' | 'Lock' | 'Logout' | 'Maps' | 'Media' | 'Monitor' | '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' | 'RightArrow' | 'ROI' | 'RunAway' | 'SandTimer' | 'Search' | 'Settings' | 'Shield' | 'SlantLine' | 'SquareEdit' | 'SquareTick' | 'StorageDisks' | 'Tag' | 'Team' | 'ThreeDots' | 'ThumbsUp' | 'Tick' | 'Tools' | 'TriangularFilledWarning' | 'UnPinned' | 'UpArrow' | 'Video' | 'FullVolume' | 'Wallet' | 'WiFiCam' | 'Zapper';
13
13
  export interface IconProps {
14
14
  icon: IconNames;
15
15
  size?: number;
package/dist/index.js CHANGED
@@ -826,6 +826,23 @@ var Cyber = function Cyber(_ref) {
826
826
  }));
827
827
  };
828
828
 
829
+ var DiagonalArrow = function DiagonalArrow(_ref) {
830
+ var size = _ref.size,
831
+ color = _ref.color,
832
+ weight = _ref.weight;
833
+ return React__default.createElement("svg", {
834
+ width: size,
835
+ height: size,
836
+ strokeWidth: weight,
837
+ viewBox: "0 0 12 12",
838
+ fill: "none",
839
+ xmlns: "http://www.w3.org/2000/svg"
840
+ }, React__default.createElement("path", {
841
+ d: "M6 0H12V6H11.25V1.2832L0.544922 11.9824L0.0175781 11.4551L10.7168 0.75H6V0Z",
842
+ fill: color
843
+ }));
844
+ };
845
+
829
846
  var Directory = function Directory(_ref) {
830
847
  var size = _ref.size,
831
848
  color = _ref.color,
@@ -843,6 +860,29 @@ var Directory = function Directory(_ref) {
843
860
  }));
844
861
  };
845
862
 
863
+ var Disk = function Disk(_ref) {
864
+ var size = _ref.size,
865
+ color = _ref.color,
866
+ weight = _ref.weight;
867
+ return React__default.createElement("svg", {
868
+ width: size,
869
+ height: size,
870
+ strokeWidth: weight,
871
+ viewBox: "0 0 16 13",
872
+ fill: "none",
873
+ xmlns: "http://www.w3.org/2000/svg"
874
+ }, React__default.createElement("path", {
875
+ d: "M15.9997 7.54L14.4297 1.215C14.3682 1.00822 14.2415 0.82686 14.0685 0.697999C13.8955 0.569138 13.6854 0.499683 13.4697 0.500001H2.52971C2.31054 0.499836 2.09739 0.571677 1.92304 0.704475C1.74868 0.837272 1.62279 1.02367 1.56471 1.235L-0.000293196 7.54C-0.0051106 7.57986 -0.0051106 7.62015 -0.000293196 7.66V11.5C-0.000293196 11.7652 0.105064 12.0196 0.2926 12.2071C0.480136 12.3946 0.73449 12.5 0.999707 12.5H14.9997C15.2649 12.5 15.5193 12.3946 15.7068 12.2071C15.8944 12.0196 15.9997 11.7652 15.9997 11.5V7.655C16.0041 7.6168 16.0041 7.57821 15.9997 7.54ZM0.999707 11.5V7.72L2.52971 1.5H13.4647L14.9997 7.72V11.5H0.999707Z",
876
+ fill: color
877
+ }), React__default.createElement("path", {
878
+ d: "M2 7H14V8H2V7Z",
879
+ fill: color
880
+ }), React__default.createElement("path", {
881
+ d: "M12 9H14V10H12V9Z",
882
+ fill: color
883
+ }));
884
+ };
885
+
846
886
  var DocumentBadge = function DocumentBadge(_ref) {
847
887
  var size = _ref.size,
848
888
  color = _ref.color,
@@ -1640,6 +1680,23 @@ var Information = function Information(_ref) {
1640
1680
  }));
1641
1681
  };
1642
1682
 
1683
+ var IP = function IP(_ref) {
1684
+ var size = _ref.size,
1685
+ color = _ref.color,
1686
+ weight = _ref.weight;
1687
+ return React__default.createElement("svg", {
1688
+ width: size,
1689
+ height: size,
1690
+ strokeWidth: weight,
1691
+ viewBox: "0 0 8 8",
1692
+ fill: "none",
1693
+ xmlns: "http://www.w3.org/2000/svg"
1694
+ }, React__default.createElement("path", {
1695
+ d: "M6.5 0.25C6.83152 0.25 7.14946 0.381696 7.38388 0.616116C7.6183 0.850537 7.75 1.16848 7.75 1.5V6.5C7.75 6.83152 7.6183 7.14946 7.38388 7.38388C7.14946 7.6183 6.83152 7.75 6.5 7.75H1.5C1.16848 7.75 0.850537 7.6183 0.616116 7.38388C0.381696 7.14946 0.25 6.83152 0.25 6.5V1.5C0.25 1.16848 0.381696 0.850537 0.616116 0.616116C0.850537 0.381696 1.16848 0.25 1.5 0.25H6.5ZM5.25 2.125H4V5.875H4.625V4.63375H5.25C5.43625 4.62563 6.5 4.63375 6.5 3.3725C6.5 2.285 5.67875 2.1525 5.35938 2.13062L5.25 2.125ZM2.75 2.125H2.125V5.875H2.75V2.125ZM5.25 2.74C5.66667 2.74 5.875 2.95 5.875 3.37C5.875 3.79 5.66667 4 5.25 4H4.625V2.74H5.25Z",
1696
+ fill: color
1697
+ }));
1698
+ };
1699
+
1643
1700
  var Key = function Key(_ref) {
1644
1701
  var size = _ref.size,
1645
1702
  color = _ref.color,
@@ -2307,6 +2364,25 @@ var Playback = function Playback(_ref) {
2307
2364
  }));
2308
2365
  };
2309
2366
 
2367
+ var Power = function Power(_ref) {
2368
+ var size = _ref.size,
2369
+ color = _ref.color,
2370
+ weight = _ref.weight;
2371
+ return React__default.createElement("svg", {
2372
+ width: size,
2373
+ height: size,
2374
+ strokeWidth: weight,
2375
+ viewBox: "0 0 12 12",
2376
+ fill: "none",
2377
+ xmlns: "http://www.w3.org/2000/svg"
2378
+ }, React__default.createElement("path", {
2379
+ d: "M9.33596 1.95312C9.93442 2.44414 10.4165 3.0618 10.7475 3.76159C11.0785 4.46138 11.2501 5.22588 11.25 6C11.25 8.89844 8.89846 11.25 6.00002 11.25C3.10159 11.25 0.750023 8.89844 0.750023 6C0.747727 5.22824 0.915609 4.46547 1.24172 3.76599C1.56783 3.06651 2.04414 2.44753 2.63674 1.95312M6.00002 0.75V6",
2380
+ stroke: color,
2381
+ strokeLinecap: "round",
2382
+ strokeLinejoin: "round"
2383
+ }));
2384
+ };
2385
+
2310
2386
  var PremiumBadge = function PremiumBadge(_ref) {
2311
2387
  var size = _ref.size,
2312
2388
  color = _ref.color,
@@ -3139,7 +3215,9 @@ var IconSVGs = {
3139
3215
  CPU: CPU,
3140
3216
  Cube3D: Cube3D,
3141
3217
  Cyber: Cyber,
3218
+ DiagonalArrow: DiagonalArrow,
3142
3219
  Directory: Directory,
3220
+ Disk: Disk,
3143
3221
  DocumentBadge: DocumentBadge,
3144
3222
  DownArrow: DownArrow,
3145
3223
  Download: Download,
@@ -3166,6 +3244,7 @@ var IconSVGs = {
3166
3244
  History: History,
3167
3245
  Hexagon: Hexagon,
3168
3246
  Information: Information,
3247
+ IP: IP,
3169
3248
  Key: Key,
3170
3249
  KeyDown: KeyDown,
3171
3250
  KnobController: KnobController,
@@ -3198,6 +3277,7 @@ var IconSVGs = {
3198
3277
  Play_1: Play,
3199
3278
  Play_2: Play_2,
3200
3279
  Playback: Playback,
3280
+ Power: Power,
3201
3281
  PremiumBadge: PremiumBadge,
3202
3282
  ProcessingBulb: ProcessingBulb,
3203
3283
  Profile_1: Profile_1,