labsense-ui-kit 1.1.48 → 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.
@@ -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,
@@ -1054,6 +1071,23 @@ var FilledCircle = function FilledCircle(_ref) {
1054
1071
  }));
1055
1072
  };
1056
1073
 
1074
+ var FilledCircleTick = function FilledCircleTick(_ref) {
1075
+ var size = _ref.size,
1076
+ color = _ref.color,
1077
+ weight = _ref.weight;
1078
+ return React.createElement("svg", {
1079
+ width: size,
1080
+ height: size,
1081
+ strokeWidth: weight,
1082
+ viewBox: "0 0 16 16",
1083
+ fill: "none",
1084
+ xmlns: "http://www.w3.org/2000/svg"
1085
+ }, React.createElement("path", {
1086
+ 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",
1087
+ fill: color
1088
+ }));
1089
+ };
1090
+
1057
1091
  var FilledPin = function FilledPin(_ref) {
1058
1092
  var size = _ref.size,
1059
1093
  color = _ref.color,
@@ -1659,6 +1693,23 @@ var Information = function Information(_ref) {
1659
1693
  }));
1660
1694
  };
1661
1695
 
1696
+ var IP = function IP(_ref) {
1697
+ var size = _ref.size,
1698
+ color = _ref.color,
1699
+ weight = _ref.weight;
1700
+ return React.createElement("svg", {
1701
+ width: size,
1702
+ height: size,
1703
+ strokeWidth: weight,
1704
+ viewBox: "0 0 8 8",
1705
+ fill: "none",
1706
+ xmlns: "http://www.w3.org/2000/svg"
1707
+ }, React.createElement("path", {
1708
+ 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",
1709
+ fill: color
1710
+ }));
1711
+ };
1712
+
1662
1713
  var Key = function Key(_ref) {
1663
1714
  var size = _ref.size,
1664
1715
  color = _ref.color,
@@ -3177,6 +3228,7 @@ var IconSVGs = {
3177
3228
  CPU: CPU,
3178
3229
  Cube3D: Cube3D,
3179
3230
  Cyber: Cyber,
3231
+ DiagonalArrow: DiagonalArrow,
3180
3232
  Directory: Directory,
3181
3233
  Disk: Disk,
3182
3234
  DocumentBadge: DocumentBadge,
@@ -3187,6 +3239,7 @@ var IconSVGs = {
3187
3239
  FaceRecognition: FaceRecognition,
3188
3240
  FilesBox: FilesBox,
3189
3241
  FilledCircle: FilledCircle,
3242
+ FilledCircleTick: FilledCircleTick,
3190
3243
  FilledPin: FilledPin,
3191
3244
  Filter_1: Filter_1,
3192
3245
  Filter_2: Filter_2,
@@ -3205,6 +3258,7 @@ var IconSVGs = {
3205
3258
  History: History,
3206
3259
  Hexagon: Hexagon,
3207
3260
  Information: Information,
3261
+ IP: IP,
3208
3262
  Key: Key,
3209
3263
  KeyDown: KeyDown,
3210
3264
  KnobController: KnobController,