lucide 0.18.0 → 0.19.0

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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * lucide v0.18.0 - ISC
2
+ * lucide v0.19.0 - ISC
3
3
  */
4
4
 
5
5
  'use strict';
@@ -5019,6 +5019,17 @@ var MousePointer = ['svg', defaultAttributes, [['path', {
5019
5019
  }]]];
5020
5020
  var MousePointer$1 = MousePointer;
5021
5021
 
5022
+ var Mouse = ['svg', defaultAttributes, [['rect', {
5023
+ x: '6',
5024
+ y: '3',
5025
+ width: '12',
5026
+ height: '18',
5027
+ rx: '6'
5028
+ }], ['path', {
5029
+ d: 'M12 7v4'
5030
+ }]]];
5031
+ var Mouse$1 = Mouse;
5032
+
5022
5033
  var MoveDiagonal2 = ['svg', defaultAttributes, [['polyline', {
5023
5034
  points: '5 11 5 5 11 5'
5024
5035
  }], ['polyline', {
@@ -8094,6 +8105,7 @@ var allIcons = /*#__PURE__*/Object.freeze({
8094
8105
  MousePointer2: MousePointer2$1,
8095
8106
  MousePointerClick: MousePointerClick$1,
8096
8107
  MousePointer: MousePointer$1,
8108
+ Mouse: Mouse$1,
8097
8109
  MoveDiagonal2: MoveDiagonal2$1,
8098
8110
  MoveDiagonal: MoveDiagonal$1,
8099
8111
  MoveHorizontal: MoveHorizontal$1,
@@ -8709,6 +8721,7 @@ exports.MoreHorizontal = MoreHorizontal$1;
8709
8721
  exports.MoreVertical = MoreVertical$1;
8710
8722
  exports.Mountain = Mountain$1;
8711
8723
  exports.MountainSnow = MountainSnow$1;
8724
+ exports.Mouse = Mouse$1;
8712
8725
  exports.MousePointer = MousePointer$1;
8713
8726
  exports.MousePointer2 = MousePointer2$1;
8714
8727
  exports.MousePointerClick = MousePointerClick$1;