labsense-ui-kit 1.2.6 → 1.2.7

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 Globe: React.FC<SVGProps>;
4
+ export default Globe;
@@ -48,6 +48,7 @@ export { default as FPS } from './FPS';
48
48
  export { default as Free } from './Free';
49
49
  export { default as FullScreen } from './FullScreen';
50
50
  export { default as FullVolume } from './FullVolume';
51
+ export { default as Globe } from './Globe';
51
52
  export { default as Grid_2x2_Hollow } from './Grid_2x2_Hollow';
52
53
  export { default as Grid_2x2 } from './Grid_2x2';
53
54
  export { default as Grid_3x3 } from './Grid_3x3';
@@ -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' | 'DNS_1' | 'DNS_2' | 'DNS_3' | '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' | 'WiFiLaptop' | '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' | 'DNS_1' | 'DNS_2' | 'DNS_3' | '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' | 'Globe' | 'Wallet' | 'Web' | 'WiFiCam' | 'WiFiLaptop' | 'Zapper';
13
13
  export interface IconProps {
14
14
  icon: IconNames;
15
15
  size?: number;
package/dist/index.js CHANGED
@@ -1182,6 +1182,138 @@ var FullVolume = function FullVolume(_ref) {
1182
1182
  }));
1183
1183
  };
1184
1184
 
1185
+ var Globe = function Globe(_ref) {
1186
+ var size = _ref.size;
1187
+ return React__default.createElement("svg", {
1188
+ width: size,
1189
+ height: size,
1190
+ viewBox: "0 0 1028 1028",
1191
+ fill: "none",
1192
+ xmlns: "http://www.w3.org/2000/svg"
1193
+ }, React__default.createElement("g", {
1194
+ filter: "url(#filter0_ddi_1510_3418)"
1195
+ }, React__default.createElement("rect", {
1196
+ x: "114",
1197
+ y: "114",
1198
+ width: "800",
1199
+ height: "800",
1200
+ rx: "400",
1201
+ fill: "url(#paint0_linear_1510_3418)"
1202
+ }), React__default.createElement("rect", {
1203
+ x: "114",
1204
+ y: "114",
1205
+ width: "800",
1206
+ height: "800",
1207
+ rx: "400",
1208
+ fill: "url(#paint1_radial_1510_3418)",
1209
+ "fill-opacity": "0.6"
1210
+ })), React__default.createElement("defs", null, React__default.createElement("filter", {
1211
+ id: "filter0_ddi_1510_3418",
1212
+ x: "0",
1213
+ y: "0",
1214
+ width: "1028",
1215
+ height: "1028",
1216
+ filterUnits: "userSpaceOnUse",
1217
+ "color-interpolation-filters": "sRGB"
1218
+ }, React__default.createElement("feFlood", {
1219
+ "flood-opacity": "0",
1220
+ result: "BackgroundImageFix"
1221
+ }), React__default.createElement("feColorMatrix", {
1222
+ "in": "SourceAlpha",
1223
+ type: "matrix",
1224
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
1225
+ result: "hardAlpha"
1226
+ }), React__default.createElement("feOffset", null), React__default.createElement("feGaussianBlur", {
1227
+ stdDeviation: "57"
1228
+ }), React__default.createElement("feComposite", {
1229
+ in2: "hardAlpha",
1230
+ operator: "out"
1231
+ }), React__default.createElement("feColorMatrix", {
1232
+ type: "matrix",
1233
+ values: "0 0 0 0 0.0941176 0 0 0 0 0.286275 0 0 0 0 0.662745 0 0 0 0.8 0"
1234
+ }), React__default.createElement("feBlend", {
1235
+ mode: "normal",
1236
+ in2: "BackgroundImageFix",
1237
+ result: "effect1_dropShadow_1510_3418"
1238
+ }), React__default.createElement("feColorMatrix", {
1239
+ "in": "SourceAlpha",
1240
+ type: "matrix",
1241
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
1242
+ result: "hardAlpha"
1243
+ }), React__default.createElement("feMorphology", {
1244
+ radius: "5",
1245
+ operator: "dilate",
1246
+ "in": "SourceAlpha",
1247
+ result: "effect2_dropShadow_1510_3418"
1248
+ }), React__default.createElement("feOffset", null), React__default.createElement("feGaussianBlur", {
1249
+ stdDeviation: "10"
1250
+ }), React__default.createElement("feComposite", {
1251
+ in2: "hardAlpha",
1252
+ operator: "out"
1253
+ }), React__default.createElement("feColorMatrix", {
1254
+ type: "matrix",
1255
+ values: "0 0 0 0 0.0941176 0 0 0 0 0.286275 0 0 0 0 0.662745 0 0 0 1 0"
1256
+ }), React__default.createElement("feBlend", {
1257
+ mode: "normal",
1258
+ in2: "effect1_dropShadow_1510_3418",
1259
+ result: "effect2_dropShadow_1510_3418"
1260
+ }), React__default.createElement("feBlend", {
1261
+ mode: "normal",
1262
+ "in": "SourceGraphic",
1263
+ in2: "effect2_dropShadow_1510_3418",
1264
+ result: "shape"
1265
+ }), React__default.createElement("feColorMatrix", {
1266
+ "in": "SourceAlpha",
1267
+ type: "matrix",
1268
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
1269
+ result: "hardAlpha"
1270
+ }), React__default.createElement("feMorphology", {
1271
+ radius: "20",
1272
+ operator: "erode",
1273
+ "in": "SourceAlpha",
1274
+ result: "effect3_innerShadow_1510_3418"
1275
+ }), React__default.createElement("feOffset", null), React__default.createElement("feGaussianBlur", {
1276
+ stdDeviation: "56"
1277
+ }), React__default.createElement("feComposite", {
1278
+ in2: "hardAlpha",
1279
+ operator: "arithmetic",
1280
+ k2: "-1",
1281
+ k3: "1"
1282
+ }), React__default.createElement("feColorMatrix", {
1283
+ type: "matrix",
1284
+ values: "0 0 0 0 0.0941176 0 0 0 0 0.286275 0 0 0 0 0.662745 0 0 0 1 0"
1285
+ }), React__default.createElement("feBlend", {
1286
+ mode: "normal",
1287
+ in2: "shape",
1288
+ result: "effect3_innerShadow_1510_3418"
1289
+ })), React__default.createElement("linearGradient", {
1290
+ id: "paint0_linear_1510_3418",
1291
+ x1: "914",
1292
+ y1: "114",
1293
+ x2: "114",
1294
+ y2: "914",
1295
+ gradientUnits: "userSpaceOnUse"
1296
+ }, React__default.createElement("stop", {
1297
+ "stop-color": "#CCEEFF"
1298
+ }), React__default.createElement("stop", {
1299
+ offset: "0.773726",
1300
+ "stop-color": "#1849A9"
1301
+ })), React__default.createElement("radialGradient", {
1302
+ id: "paint1_radial_1510_3418",
1303
+ cx: "0",
1304
+ cy: "0",
1305
+ r: "1",
1306
+ gradientUnits: "userSpaceOnUse",
1307
+ gradientTransform: "translate(514 514) rotate(90) scale(400)"
1308
+ }, React__default.createElement("stop", {
1309
+ "stop-color": "white"
1310
+ }), React__default.createElement("stop", {
1311
+ offset: "1",
1312
+ "stop-color": "white",
1313
+ "stop-opacity": "0"
1314
+ }))));
1315
+ };
1316
+
1185
1317
  var Grid_2x2_Hollow = function Grid_2x2_Hollow(_ref) {
1186
1318
  var size = _ref.size,
1187
1319
  color = _ref.color,
@@ -3733,6 +3865,7 @@ var IconSVGs = {
3733
3865
  Free: Free,
3734
3866
  FullScreen: FullScreen,
3735
3867
  FullVolume: FullVolume,
3868
+ Globe: Globe,
3736
3869
  Grid_2x2_Hollow: Grid_2x2_Hollow,
3737
3870
  Grid_2x2: Grid_2x2,
3738
3871
  Grid_3x3: Grid_3x3,