lucide-angular 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.
@@ -4254,6 +4254,15 @@
4254
4254
  ],
4255
4255
  ];
4256
4256
 
4257
+ var Mouse = [
4258
+ 'svg',
4259
+ defaultAttributes,
4260
+ [
4261
+ ['rect', { x: '6', y: '3', width: '12', height: '18', rx: '6' }],
4262
+ ['path', { d: 'M12 7v4' }],
4263
+ ],
4264
+ ];
4265
+
4257
4266
  var MoveDiagonal2 = [
4258
4267
  'svg',
4259
4268
  defaultAttributes,
@@ -7148,6 +7157,7 @@
7148
7157
  exports.MoreVertical = MoreVertical;
7149
7158
  exports.Mountain = Mountain;
7150
7159
  exports.MountainSnow = MountainSnow;
7160
+ exports.Mouse = Mouse;
7151
7161
  exports.MousePointer = MousePointer;
7152
7162
  exports.MousePointer2 = MousePointer2;
7153
7163
  exports.MousePointerClick = MousePointerClick;