labsense-ui-kit 1.0.30 → 1.0.31

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 Bulb: React.FC<SVGProps>;
4
+ export default Bulb;
@@ -2,6 +2,7 @@ export { default as Add } from './Add';
2
2
  export { default as AddProfile } from './AddProfile';
3
3
  export { default as Back } from './Back';
4
4
  export { default as Bin } from './Bin';
5
+ export { default as Bulb } from './Bulb';
5
6
  export { default as Business } from './Business';
6
7
  export { default as Calendar } from './Calendar';
7
8
  export { default as CCTV_1 } from './CCTV_1';
@@ -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' | 'Business' | 'Calendar' | 'CCTV_1' | 'CCTV_2' | 'Circle' | 'CircularEdit' | 'CircularPause' | 'CircularPlay' | 'CircularWarning' | 'Client' | 'Close' | 'CloseCircle' | 'CloseEye' | 'Copy' | 'Cyber' | 'DocumentBadge' | 'DownArrow' | 'Download' | 'Email' | 'ExitFullScreen' | 'OpenEye' | 'FilesBox' | 'FilledCircle' | 'Filter_1' | 'Filter_2' | 'Forward_10_Sec' | 'Forward' | 'Free' | 'FullScreen' | 'Grid_2x2_Hollow' | 'Grid_2x2' | 'Grid_3x3' | 'Grid_4x4' | 'Grid_5x5' | 'Hazard' | 'History' | 'Information' | 'Key' | 'KeyDown' | 'LeftArrow' | 'Letter' | 'Live' | 'Lock' | 'Logout' | 'Maps' | 'MediumVolume' | 'Mute' | 'MuteVolume' | 'Menu' | 'NetworkStorage' | 'NoCam' | 'NoStorage' | 'Notifications' | 'OpenBin' | 'OpenEye' | 'Phone' | 'Play' | 'PremiumBadge' | 'Profile_1' | 'Profile_2' | 'Profile_3' | 'Recording' | 'Return' | 'Rewind_10_Sec' | 'RightArrow' | 'RunAway' | 'SandTimer' | 'Search' | 'Settings' | 'Shield' | 'SquareEdit' | 'SquareTick' | 'StorageDisks' | 'Tag' | 'Team' | 'ThreeDots' | 'ThumbsUp' | 'Tick' | 'UpArrow' | 'Video' | 'FullVolume' | 'Wallet' | 'WiFiCam' | 'Zapper';
12
+ export declare type IconNames = 'Add' | 'AddProfile' | 'Back' | 'Bin' | 'Bulb' | 'Business' | 'Calendar' | 'CCTV_1' | 'CCTV_2' | 'Circle' | 'CircularEdit' | 'CircularPause' | 'CircularPlay' | 'CircularWarning' | 'Client' | 'Close' | 'CloseCircle' | 'CloseEye' | 'Copy' | 'Cyber' | 'DocumentBadge' | 'DownArrow' | 'Download' | 'Email' | 'ExitFullScreen' | 'OpenEye' | 'FilesBox' | 'FilledCircle' | 'Filter_1' | 'Filter_2' | 'Forward_10_Sec' | 'Forward' | 'Free' | 'FullScreen' | 'Grid_2x2_Hollow' | 'Grid_2x2' | 'Grid_3x3' | 'Grid_4x4' | 'Grid_5x5' | 'Hazard' | 'History' | 'Information' | 'Key' | 'KeyDown' | 'LeftArrow' | 'Letter' | 'Live' | 'Lock' | 'Logout' | 'Maps' | 'MediumVolume' | 'Mute' | 'MuteVolume' | 'Menu' | 'NetworkStorage' | 'NoCam' | 'NoStorage' | 'Notifications' | 'OpenBin' | 'OpenEye' | 'Phone' | 'Play' | 'PremiumBadge' | 'Profile_1' | 'Profile_2' | 'Profile_3' | 'Recording' | 'Return' | 'Rewind_10_Sec' | 'RightArrow' | 'RunAway' | 'SandTimer' | 'Search' | 'Settings' | 'Shield' | 'SquareEdit' | 'SquareTick' | 'StorageDisks' | 'Tag' | 'Team' | 'ThreeDots' | 'ThumbsUp' | 'Tick' | 'UpArrow' | 'Video' | 'FullVolume' | 'Wallet' | 'WiFiCam' | 'Zapper';
13
13
  export interface IconProps {
14
14
  icon: IconNames;
15
15
  size?: number;
package/dist/index.js CHANGED
@@ -85,6 +85,23 @@ var Bin = function Bin(_ref) {
85
85
  }));
86
86
  };
87
87
 
88
+ var Bulb = function Bulb(_ref) {
89
+ var size = _ref.size,
90
+ color = _ref.color,
91
+ weight = _ref.weight;
92
+ return React__default.createElement("svg", {
93
+ width: size,
94
+ height: size,
95
+ strokeWidth: weight,
96
+ viewBox: "0 0 15 22",
97
+ fill: "none",
98
+ xmlns: "http://www.w3.org/2000/svg"
99
+ }, React__default.createElement("path", {
100
+ d: "M14.25 7.10469C14.25 3.45781 11.1516 0.5 7.5 0.5C3.84844 0.5 0.75 3.45781 0.75 7.10938C0.75 8.5625 1.36875 9.875 2.16562 11H2.15156C2.6625 11.7031 3.15469 12.2984 3.62812 13.1094C4.65937 14.8813 4.5 16.5922 4.50469 16.9344V17H10.5047V16.9344C10.5047 16.5172 10.3359 14.8813 11.3672 13.1094C11.8406 12.2984 12.3328 11.7031 12.8438 11H12.8391C13.6312 9.875 14.25 8.5625 14.25 7.10469ZM11.9531 10.925C11.925 10.9625 11.9016 10.9953 11.8734 11.0328C11.4937 11.5438 11.1 12.0734 10.7156 12.725C9.90469 14.1172 9.75937 15.4391 9.74062 16.2453H9V11L10.5 8H9.72187L8.25 11V16.25H6.75V11L5.27813 8H4.5L6 11V16.25H5.25469C5.23125 15.4438 5.07187 14.1078 4.275 12.7344C4.06406 12.3734 3.84844 12.0312 3.63281 11.75H3.64219L2.77031 10.55C2.02969 9.5375 1.5 8.34219 1.5 7.1C1.5 5.53438 2.25 4.0625 3.35625 2.95625C4.4625 1.85 5.93437 1.23594 7.5 1.23594C9.06563 1.23594 10.5375 1.85 11.6437 2.95625C12.75 4.0625 13.5 5.53438 13.5 7.1C13.5 8.34219 12.9703 9.53281 12.2297 10.5453L11.9531 10.925ZM6 20.75H9V21.5H6V20.75ZM5.25 19.25H9.75V20H5.25V19.25ZM5.25 17.75H9.75V18.5H5.25V17.75Z",
101
+ fill: color
102
+ }));
103
+ };
104
+
88
105
  var Business = function Business(_ref) {
89
106
  var size = _ref.size,
90
107
  color = _ref.color,
@@ -2185,6 +2202,7 @@ var IconSVGs = {
2185
2202
  AddProfile: AddProfile,
2186
2203
  Back: Back,
2187
2204
  Bin: Bin,
2205
+ Bulb: Bulb,
2188
2206
  Business: Business,
2189
2207
  Calendar: Calendar,
2190
2208
  CCTV_1: CCTV_1,