labsense-ui-kit 1.1.47 → 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.
@@ -822,6 +822,23 @@ var Cyber = function Cyber(_ref) {
822
822
  }));
823
823
  };
824
824
 
825
+ var DiagonalArrow = function DiagonalArrow(_ref) {
826
+ var size = _ref.size,
827
+ color = _ref.color,
828
+ weight = _ref.weight;
829
+ return React.createElement("svg", {
830
+ width: size,
831
+ height: size,
832
+ strokeWidth: weight,
833
+ viewBox: "0 0 12 12",
834
+ fill: "none",
835
+ xmlns: "http://www.w3.org/2000/svg"
836
+ }, React.createElement("path", {
837
+ d: "M6 0H12V6H11.25V1.2832L0.544922 11.9824L0.0175781 11.4551L10.7168 0.75H6V0Z",
838
+ fill: color
839
+ }));
840
+ };
841
+
825
842
  var Directory = function Directory(_ref) {
826
843
  var size = _ref.size,
827
844
  color = _ref.color,
@@ -839,6 +856,29 @@ var Directory = function Directory(_ref) {
839
856
  }));
840
857
  };
841
858
 
859
+ var Disk = function Disk(_ref) {
860
+ var size = _ref.size,
861
+ color = _ref.color,
862
+ weight = _ref.weight;
863
+ return React.createElement("svg", {
864
+ width: size,
865
+ height: size,
866
+ strokeWidth: weight,
867
+ viewBox: "0 0 16 13",
868
+ fill: "none",
869
+ xmlns: "http://www.w3.org/2000/svg"
870
+ }, React.createElement("path", {
871
+ d: "M15.9997 7.54L14.4297 1.215C14.3682 1.00822 14.2415 0.82686 14.0685 0.697999C13.8955 0.569138 13.6854 0.499683 13.4697 0.500001H2.52971C2.31054 0.499836 2.09739 0.571677 1.92304 0.704475C1.74868 0.837272 1.62279 1.02367 1.56471 1.235L-0.000293196 7.54C-0.0051106 7.57986 -0.0051106 7.62015 -0.000293196 7.66V11.5C-0.000293196 11.7652 0.105064 12.0196 0.2926 12.2071C0.480136 12.3946 0.73449 12.5 0.999707 12.5H14.9997C15.2649 12.5 15.5193 12.3946 15.7068 12.2071C15.8944 12.0196 15.9997 11.7652 15.9997 11.5V7.655C16.0041 7.6168 16.0041 7.57821 15.9997 7.54ZM0.999707 11.5V7.72L2.52971 1.5H13.4647L14.9997 7.72V11.5H0.999707Z",
872
+ fill: color
873
+ }), React.createElement("path", {
874
+ d: "M2 7H14V8H2V7Z",
875
+ fill: color
876
+ }), React.createElement("path", {
877
+ d: "M12 9H14V10H12V9Z",
878
+ fill: color
879
+ }));
880
+ };
881
+
842
882
  var DocumentBadge = function DocumentBadge(_ref) {
843
883
  var size = _ref.size,
844
884
  color = _ref.color,
@@ -1636,6 +1676,23 @@ var Information = function Information(_ref) {
1636
1676
  }));
1637
1677
  };
1638
1678
 
1679
+ var IP = function IP(_ref) {
1680
+ var size = _ref.size,
1681
+ color = _ref.color,
1682
+ weight = _ref.weight;
1683
+ return React.createElement("svg", {
1684
+ width: size,
1685
+ height: size,
1686
+ strokeWidth: weight,
1687
+ viewBox: "0 0 8 8",
1688
+ fill: "none",
1689
+ xmlns: "http://www.w3.org/2000/svg"
1690
+ }, React.createElement("path", {
1691
+ 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",
1692
+ fill: color
1693
+ }));
1694
+ };
1695
+
1639
1696
  var Key = function Key(_ref) {
1640
1697
  var size = _ref.size,
1641
1698
  color = _ref.color,
@@ -2303,6 +2360,25 @@ var Playback = function Playback(_ref) {
2303
2360
  }));
2304
2361
  };
2305
2362
 
2363
+ var Power = function Power(_ref) {
2364
+ var size = _ref.size,
2365
+ color = _ref.color,
2366
+ weight = _ref.weight;
2367
+ return React.createElement("svg", {
2368
+ width: size,
2369
+ height: size,
2370
+ strokeWidth: weight,
2371
+ viewBox: "0 0 12 12",
2372
+ fill: "none",
2373
+ xmlns: "http://www.w3.org/2000/svg"
2374
+ }, React.createElement("path", {
2375
+ d: "M9.33596 1.95312C9.93442 2.44414 10.4165 3.0618 10.7475 3.76159C11.0785 4.46138 11.2501 5.22588 11.25 6C11.25 8.89844 8.89846 11.25 6.00002 11.25C3.10159 11.25 0.750023 8.89844 0.750023 6C0.747727 5.22824 0.915609 4.46547 1.24172 3.76599C1.56783 3.06651 2.04414 2.44753 2.63674 1.95312M6.00002 0.75V6",
2376
+ stroke: color,
2377
+ strokeLinecap: "round",
2378
+ strokeLinejoin: "round"
2379
+ }));
2380
+ };
2381
+
2306
2382
  var PremiumBadge = function PremiumBadge(_ref) {
2307
2383
  var size = _ref.size,
2308
2384
  color = _ref.color,
@@ -3135,7 +3211,9 @@ var IconSVGs = {
3135
3211
  CPU: CPU,
3136
3212
  Cube3D: Cube3D,
3137
3213
  Cyber: Cyber,
3214
+ DiagonalArrow: DiagonalArrow,
3138
3215
  Directory: Directory,
3216
+ Disk: Disk,
3139
3217
  DocumentBadge: DocumentBadge,
3140
3218
  DownArrow: DownArrow,
3141
3219
  Download: Download,
@@ -3162,6 +3240,7 @@ var IconSVGs = {
3162
3240
  History: History,
3163
3241
  Hexagon: Hexagon,
3164
3242
  Information: Information,
3243
+ IP: IP,
3165
3244
  Key: Key,
3166
3245
  KeyDown: KeyDown,
3167
3246
  KnobController: KnobController,
@@ -3194,6 +3273,7 @@ var IconSVGs = {
3194
3273
  Play_1: Play,
3195
3274
  Play_2: Play_2,
3196
3275
  Playback: Playback,
3276
+ Power: Power,
3197
3277
  PremiumBadge: PremiumBadge,
3198
3278
  ProcessingBulb: ProcessingBulb,
3199
3279
  Profile_1: Profile_1,