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,
@@ -7149,6 +7158,7 @@
7149
7158
  MousePointer2: MousePointer2,
7150
7159
  MousePointerClick: MousePointerClick,
7151
7160
  MousePointer: MousePointer,
7161
+ Mouse: Mouse,
7152
7162
  MoveDiagonal2: MoveDiagonal2,
7153
7163
  MoveDiagonal: MoveDiagonal,
7154
7164
  MoveHorizontal: MoveHorizontal,
@@ -8171,6 +8181,7 @@
8171
8181
  exports.MoreVertical = MoreVertical;
8172
8182
  exports.Mountain = Mountain;
8173
8183
  exports.MountainSnow = MountainSnow;
8184
+ exports.Mouse = Mouse;
8174
8185
  exports.MousePointer = MousePointer;
8175
8186
  exports.MousePointer2 = MousePointer2;
8176
8187
  exports.MousePointerClick = MousePointerClick;