labsense-ui-kit 1.1.49 → 1.1.50

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 FilledCircleTick: React.FC<SVGProps>;
4
+ export default FilledCircleTick;
@@ -35,6 +35,7 @@ export { default as ExitFullScreen } from './ExitFullScreen';
35
35
  export { default as FaceRecognition } from './FaceRecognition';
36
36
  export { default as FilesBox } from './FilesBox';
37
37
  export { default as FilledCircle } from './FilledCircle';
38
+ export { default as FilledCircleTick } from './FilledCircleTick';
38
39
  export { default as FilledPin } from './FilledPin';
39
40
  export { default as Filter_1 } from './Filter_1';
40
41
  export { default as Filter_2 } from './Filter_2';
@@ -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' | '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';
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' | '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
@@ -1075,6 +1075,23 @@ var FilledCircle = function FilledCircle(_ref) {
1075
1075
  }));
1076
1076
  };
1077
1077
 
1078
+ var FilledCircleTick = function FilledCircleTick(_ref) {
1079
+ var size = _ref.size,
1080
+ color = _ref.color,
1081
+ weight = _ref.weight;
1082
+ return React__default.createElement("svg", {
1083
+ width: size,
1084
+ height: size,
1085
+ strokeWidth: weight,
1086
+ viewBox: "0 0 16 16",
1087
+ fill: "none",
1088
+ xmlns: "http://www.w3.org/2000/svg"
1089
+ }, React__default.createElement("path", {
1090
+ d: "M8 0.6875C3.96055 0.6875 0.6875 3.96055 0.6875 8C0.6875 12.0395 3.96055 15.3125 8 15.3125C12.0395 15.3125 15.3125 12.0395 15.3125 8C15.3125 3.96055 12.0395 0.6875 8 0.6875ZM6.87148 10.591C6.78711 10.6754 6.66758 10.7457 6.56211 10.7457C6.45664 10.7457 6.33711 10.6719 6.24922 10.5875L4.28047 8.61875L4.90625 7.99297L6.56562 9.65234L10.9531 5.2332L11.5684 5.86953L6.87148 10.591Z",
1091
+ fill: color
1092
+ }));
1093
+ };
1094
+
1078
1095
  var FilledPin = function FilledPin(_ref) {
1079
1096
  var size = _ref.size,
1080
1097
  color = _ref.color,
@@ -3226,6 +3243,7 @@ var IconSVGs = {
3226
3243
  FaceRecognition: FaceRecognition,
3227
3244
  FilesBox: FilesBox,
3228
3245
  FilledCircle: FilledCircle,
3246
+ FilledCircleTick: FilledCircleTick,
3229
3247
  FilledPin: FilledPin,
3230
3248
  Filter_1: Filter_1,
3231
3249
  Filter_2: Filter_2,