labsense-ui-kit 1.1.48 → 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 IP: React.FC<SVGProps>;
4
+ export default IP;
@@ -24,6 +24,7 @@ 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';
28
29
  export { default as Disk } from './Disk';
29
30
  export { default as DocumentBadge } from './DocumentBadge';
@@ -52,6 +53,7 @@ export { default as Hazard } from './Hazard';
52
53
  export { default as History } from './History';
53
54
  export { default as Hexagon } from './Hexagon';
54
55
  export { default as Information } from './Information';
56
+ export { default as IP } from './IP';
55
57
  export { default as Key } from './Key';
56
58
  export { default as KeyDown } from './KeyDown';
57
59
  export { default as KnobController } from './KnobController';
@@ -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' | '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' | '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';
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,
@@ -1663,6 +1680,23 @@ var Information = function Information(_ref) {
1663
1680
  }));
1664
1681
  };
1665
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
+
1666
1700
  var Key = function Key(_ref) {
1667
1701
  var size = _ref.size,
1668
1702
  color = _ref.color,
@@ -3181,6 +3215,7 @@ var IconSVGs = {
3181
3215
  CPU: CPU,
3182
3216
  Cube3D: Cube3D,
3183
3217
  Cyber: Cyber,
3218
+ DiagonalArrow: DiagonalArrow,
3184
3219
  Directory: Directory,
3185
3220
  Disk: Disk,
3186
3221
  DocumentBadge: DocumentBadge,
@@ -3209,6 +3244,7 @@ var IconSVGs = {
3209
3244
  History: History,
3210
3245
  Hexagon: Hexagon,
3211
3246
  Information: Information,
3247
+ IP: IP,
3212
3248
  Key: Key,
3213
3249
  KeyDown: KeyDown,
3214
3250
  KnobController: KnobController,