labsense-ui-kit 1.1.48 → 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,
@@ -1659,6 +1676,23 @@ var Information = function Information(_ref) {
1659
1676
  }));
1660
1677
  };
1661
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
+
1662
1696
  var Key = function Key(_ref) {
1663
1697
  var size = _ref.size,
1664
1698
  color = _ref.color,
@@ -3177,6 +3211,7 @@ var IconSVGs = {
3177
3211
  CPU: CPU,
3178
3212
  Cube3D: Cube3D,
3179
3213
  Cyber: Cyber,
3214
+ DiagonalArrow: DiagonalArrow,
3180
3215
  Directory: Directory,
3181
3216
  Disk: Disk,
3182
3217
  DocumentBadge: DocumentBadge,
@@ -3205,6 +3240,7 @@ var IconSVGs = {
3205
3240
  History: History,
3206
3241
  Hexagon: Hexagon,
3207
3242
  Information: Information,
3243
+ IP: IP,
3208
3244
  Key: Key,
3209
3245
  KeyDown: KeyDown,
3210
3246
  KnobController: KnobController,