labsense-ui-kit 1.1.74 → 1.1.75

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 MultiMonitor: React.FC<SVGProps>;
4
+ export default MultiMonitor;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { SVGProps } from '..';
3
+ declare const Rhombus: React.FC<SVGProps>;
4
+ export default Rhombus;
@@ -70,6 +70,7 @@ export { default as Media } from './Media';
70
70
  export { default as MediumVolume } from './MediumVolume';
71
71
  export { default as Menu } from './Menu';
72
72
  export { default as Monitor } from './Monitor';
73
+ export { default as MultiMonitor } from './MultiMonitor';
73
74
  export { default as Mute } from './Mute';
74
75
  export { default as MuteVolume } from './MuteVolume';
75
76
  export { default as NetworkStorage } from './NetworkStorage';
@@ -100,6 +101,7 @@ export { default as Rectangle } from './Rectangle';
100
101
  export { default as Retry } from './Retry';
101
102
  export { default as Return } from './Return';
102
103
  export { default as Rewind_10_Sec } from './Rewind_10_Sec';
104
+ export { default as Rhombus } from './Rhombus';
103
105
  export { default as RightArrow } from './RightArrow';
104
106
  export { default as ROI } from './ROI';
105
107
  export { default as RunAway } from './RunAway';
@@ -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' | 'DiagonalArrow' | 'Directory' | 'Disk' | 'DocumentBadge' | 'DownArrow' | 'Download' | 'Email' | 'ExitFullScreen' | 'FaceRecognition' | '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' | 'Hazard' | 'History' | 'Hexagon' | 'Information' | 'InformationFilled' | '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' | 'Web' | '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' | 'FilledCircleTick' | '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' | 'InformationFilled' | 'IP' | 'Key' | 'KeyDown' | 'KnobController' | 'LedBulb' | 'LeftArrow' | 'Letter' | 'Live' | 'Lock' | 'Logout' | 'Maps' | 'Media' | 'Monitor' | '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' | 'Settings' | 'Shield' | 'SlantLine' | 'SquareEdit' | 'SquareTick' | 'StorageDisks' | 'Tag' | 'Team' | 'ThreeDots' | 'ThumbsUp' | 'Tick' | 'Tools' | 'TriangularFilledWarning' | 'UnPinned' | 'UpArrow' | 'Video' | 'FullVolume' | 'Wallet' | 'Web' | 'WiFiCam' | 'Zapper';
13
13
  export interface IconProps {
14
14
  icon: IconNames;
15
15
  size?: number;
package/dist/index.js CHANGED
@@ -2029,6 +2029,23 @@ var Monitor = function Monitor(_ref) {
2029
2029
  }));
2030
2030
  };
2031
2031
 
2032
+ var MultiMonitor = function MultiMonitor(_ref) {
2033
+ var size = _ref.size,
2034
+ color = _ref.color,
2035
+ weight = _ref.weight;
2036
+ return React__default.createElement("svg", {
2037
+ width: size,
2038
+ height: size,
2039
+ strokeWidth: weight,
2040
+ viewBox: "0 0 27 29",
2041
+ fill: "none",
2042
+ xmlns: "http://www.w3.org/2000/svg"
2043
+ }, React__default.createElement("path", {
2044
+ d: "M0 0.5V10.5H5V12.5H4.049V13.5H10.049V12.5H9V10.5H14V0.5H0ZM1 1.5H13V9.5H1V1.5ZM22 5.5C20.901 5.5 20 6.401 20 7.5C20 8.599 20.901 9.5 22 9.5C23.099 9.5 24 8.599 24 7.5C24 6.401 23.099 5.5 22 5.5ZM22 6.5C22.558 6.5 23 6.942 23 7.5C23 8.058 22.558 8.5 22 8.5C21.442 8.5 21 8.058 21 7.5C21 6.942 21.442 6.5 22 6.5ZM14.982 7V8H18.982V7H14.982ZM6 10.5H8V12.5H6V10.5ZM21.5 10.5V14.5H22.5V10.5H21.5ZM4.5 14.5V18.5H5.5V14.5H4.5ZM5 18.5C3.901 18.5 3 19.401 3 20.5C3 21.599 3.901 22.5 5 22.5C6.099 22.5 7 21.599 7 20.5C7 19.401 6.099 18.5 5 18.5ZM13 15.5V25.5H18V27.5H17.049V28.5H23.049V27.5H22V25.5H27V15.5H13ZM14 16.5H26V24.5H14V16.5ZM5 19.5C5.558 19.5 6 19.942 6 20.5C6 21.058 5.558 21.5 5 21.5C4.442 21.5 4 21.058 4 20.5C4 19.942 4.442 19.5 5 19.5ZM8 20V21H12V20H8ZM19 25.5H21V27.5H19V25.5Z",
2045
+ fill: color
2046
+ }));
2047
+ };
2048
+
2032
2049
  var Mute = function Mute(_ref) {
2033
2050
  var size = _ref.size,
2034
2051
  color = _ref.color,
@@ -2689,6 +2706,23 @@ var Rewind_10_Sec = function Rewind_10_Sec(_ref) {
2689
2706
  }));
2690
2707
  };
2691
2708
 
2709
+ var Rhombus = function Rhombus(_ref) {
2710
+ var size = _ref.size,
2711
+ color = _ref.color,
2712
+ weight = _ref.weight;
2713
+ return React__default.createElement("svg", {
2714
+ width: size,
2715
+ height: size,
2716
+ strokeWidth: weight,
2717
+ viewBox: "0 0 24 25",
2718
+ fill: "none",
2719
+ xmlns: "http://www.w3.org/2000/svg"
2720
+ }, React__default.createElement("path", {
2721
+ d: "M22.5 12.4993C22.5006 12.6958 22.4622 12.8904 22.387 13.0719C22.3119 13.2534 22.2015 13.4182 22.0622 13.5568L13.0575 22.5624C12.7765 22.8418 12.3963 22.9986 12 22.9986C11.6037 22.9986 11.2235 22.8418 10.9425 22.5624L1.94251 13.5568C1.66313 13.2758 1.50632 12.8956 1.50632 12.4993C1.50632 12.103 1.66313 11.7229 1.94251 11.4418L10.9472 2.43619C11.2282 2.15681 11.6084 2 12.0047 2C12.401 2 12.7812 2.15681 13.0622 2.43619L22.0669 11.4418C22.2053 11.5808 22.3148 11.7458 22.3892 11.9273C22.4635 12.1088 22.5012 12.3032 22.5 12.4993Z",
2722
+ fill: color
2723
+ }));
2724
+ };
2725
+
2692
2726
  var RightArrow = function RightArrow(_ref) {
2693
2727
  var size = _ref.size,
2694
2728
  color = _ref.color,
@@ -3330,6 +3364,7 @@ var IconSVGs = {
3330
3364
  MuteVolume: MuteVolume,
3331
3365
  Menu: Menu,
3332
3366
  Monitor: Monitor,
3367
+ MultiMonitor: MultiMonitor,
3333
3368
  NetworkStorage: NetworkStorage,
3334
3369
  NFS_Directory: NFS_Directory,
3335
3370
  NoCam: NoCam,
@@ -3358,6 +3393,7 @@ var IconSVGs = {
3358
3393
  Retry: Retry,
3359
3394
  Return: Return,
3360
3395
  Rewind_10_Sec: Rewind_10_Sec,
3396
+ Rhombus: Rhombus,
3361
3397
  RightArrow: RightArrow,
3362
3398
  ROI: ROI,
3363
3399
  RunAway: RunAway,