labsense-ui-kit 1.1.14 → 1.1.15

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 Cube3D: React.FC<SVGProps>;
4
+ export default Cube3D;
@@ -19,6 +19,7 @@ export { default as CloseCircle } from './CloseCircle';
19
19
  export { default as CloseEye } from './CloseEye';
20
20
  export { default as Copy } from './Copy';
21
21
  export { default as CPU } from './CPU';
22
+ export { default as Cube3D } from './Cube3D';
22
23
  export { default as Cyber } from './Cyber';
23
24
  export { default as DocumentBadge } from './DocumentBadge';
24
25
  export { default as DownArrow } from './DownArrow';
@@ -9,7 +9,7 @@ export interface SVGProps {
9
9
  color: string;
10
10
  weight: string;
11
11
  }
12
- export declare type IconNames = 'Add' | 'AddProfile' | 'Back' | 'Bin' | 'Bulb' | 'Business' | 'Calendar' | 'CCTV_1' | 'CCTV_2' | 'Circle' | 'CircularEdit' | 'CircularFilledWarning' | 'CircularPause' | 'CircularPlay' | 'CircularWarning' | 'Client' | 'Close' | 'CloseCircle' | 'CloseEye' | 'Copy' | 'CPU' | 'Cyber' | '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' | 'LedBulb' | 'LeftArrow' | 'Letter' | 'Live' | 'Lock' | 'Logout' | 'Maps' | 'MediumVolume' | 'Mute' | 'MuteVolume' | 'Menu' | 'NetworkStorage' | 'NoCam' | 'NoStorage' | 'Notifications' | 'OpenBin' | 'OpenEye' | 'PasswordLock' | 'Pause' | 'Phone' | 'Pin_2' | 'Pin' | 'Play_1' | 'Play_2' | 'Playback' | 'PremiumBadge' | 'ProcessingBulb' | 'Profile_1' | 'Profile_2' | 'Profile_3' | 'Recording' | 'Rectangle' | 'Retry' | 'Return' | 'Rewind_10_Sec' | 'RightArrow' | 'ROI' | 'RunAway' | 'SandTimer' | 'Search' | 'Settings' | 'Shield' | 'SlantLine' | 'SquareEdit' | 'SquareTick' | 'StorageDisks' | 'Tag' | 'Team' | 'ThreeDots' | 'ThumbsUp' | 'Tick' | 'TriangularFilledWarning' | 'UnPinned' | 'UpArrow' | 'Video' | 'FullVolume' | 'Wallet' | 'WiFiCam' | 'Zapper';
12
+ export declare type IconNames = 'Add' | 'AddProfile' | 'Back' | 'Bin' | 'Bulb' | 'Business' | 'Calendar' | 'CCTV_1' | 'CCTV_2' | 'Circle' | 'CircularEdit' | 'CircularFilledWarning' | 'CircularPause' | 'CircularPlay' | 'CircularWarning' | 'Client' | 'Close' | 'CloseCircle' | 'CloseEye' | 'Copy' | 'CPU' | 'Cube3D' | 'Cyber' | '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' | 'LedBulb' | 'LeftArrow' | 'Letter' | 'Live' | 'Lock' | 'Logout' | 'Maps' | 'MediumVolume' | 'Mute' | 'MuteVolume' | 'Menu' | 'NetworkStorage' | 'NoCam' | 'NoStorage' | 'Notifications' | 'OpenBin' | 'OpenEye' | 'PasswordLock' | 'Pause' | 'Phone' | 'Pin_2' | 'Pin' | 'Play_1' | 'Play_2' | 'Playback' | 'PremiumBadge' | 'ProcessingBulb' | 'Profile_1' | 'Profile_2' | 'Profile_3' | 'Recording' | 'Rectangle' | 'Retry' | 'Return' | 'Rewind_10_Sec' | 'RightArrow' | 'ROI' | 'RunAway' | 'SandTimer' | 'Search' | 'Settings' | 'Shield' | 'SlantLine' | 'SquareEdit' | 'SquareTick' | 'StorageDisks' | 'Tag' | 'Team' | 'ThreeDots' | 'ThumbsUp' | 'Tick' | '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
@@ -659,6 +659,32 @@ var CPU = function CPU(_ref) {
659
659
  }));
660
660
  };
661
661
 
662
+ var Cube3D = function Cube3D(_ref) {
663
+ var size = _ref.size,
664
+ color = _ref.color,
665
+ weight = _ref.weight;
666
+ return React__default.createElement("svg", {
667
+ width: size,
668
+ height: size,
669
+ strokeWidth: weight,
670
+ viewBox: "0 0 20 22",
671
+ fill: "none",
672
+ xmlns: "http://www.w3.org/2000/svg"
673
+ }, React__default.createElement("path", {
674
+ d: "M19 6.35223V15.6462C19.0001 15.7534 18.9714 15.8585 18.9171 15.9509C18.8627 16.0432 18.7847 16.1193 18.691 16.1712L10.291 20.8372C10.202 20.8866 10.1018 20.9125 10 20.9125C9.89818 20.9125 9.79804 20.8866 9.709 20.8372L1.309 16.1712C1.21532 16.1193 1.13725 16.0432 1.08292 15.9509C1.02858 15.8585 0.999948 15.7534 1 15.6462V6.35223C1.00013 6.24527 1.02884 6.1403 1.08317 6.04817C1.1375 5.95604 1.21547 5.8801 1.309 5.82823L9.709 1.16123C9.79804 1.11185 9.89818 1.08594 10 1.08594C10.1018 1.08594 10.202 1.11185 10.291 1.16123L18.691 5.82823C18.7845 5.8801 18.8625 5.95604 18.9168 6.04817C18.9712 6.1403 18.9999 6.24527 19 6.35223Z",
675
+ stroke: color,
676
+ strokeWidth: "1.5",
677
+ strokeLinecap: "round",
678
+ strokeLinejoin: "round"
679
+ }), React__default.createElement("path", {
680
+ d: "M1.52795 6.29334L9.70795 10.8373C9.79712 10.8869 9.89744 10.9129 9.99945 10.9129C10.1015 10.9129 10.2018 10.8869 10.291 10.8373L18.5 6.27734M9.99995 19.9993V10.9993",
681
+ stroke: color,
682
+ strokeWidth: "1.5",
683
+ strokeLinecap: "round",
684
+ strokeLinejoin: "round"
685
+ }));
686
+ };
687
+
662
688
  var Cyber = function Cyber(_ref) {
663
689
  var size = _ref.size,
664
690
  color = _ref.color,
@@ -2786,6 +2812,7 @@ var IconSVGs = {
2786
2812
  CloseEye: CloseEye,
2787
2813
  Copy: Copy,
2788
2814
  CPU: CPU,
2815
+ Cube3D: Cube3D,
2789
2816
  Cyber: Cyber,
2790
2817
  DocumentBadge: DocumentBadge,
2791
2818
  DownArrow: DownArrow,