lucide-react 0.16.2 → 0.16.3

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-react v0.16.2 - ISC
2
+ * lucide-react v0.16.3 - ISC
3
3
  */
4
4
 
5
5
  'use strict';
@@ -246,6 +246,23 @@ var AlarmCheck = createReactComponent('AlarmCheck', [['path', {
246
246
  key: '1648xo'
247
247
  }]]);
248
248
 
249
+ var AlarmClockOff = createReactComponent('AlarmClockOff', [['path', {
250
+ d: 'M19.94 14A8 8 0 0 0 10 5.25m8.13 12.89A8 8 0 1 1 6.87 6.86',
251
+ key: '1yqh8f'
252
+ }], ['path', {
253
+ d: 'm22 6-3-3',
254
+ key: '1opdir'
255
+ }], ['path', {
256
+ d: 'm6 19-2 2',
257
+ key: '1ek6nb'
258
+ }], ['path', {
259
+ d: 'm2 2 20 20',
260
+ key: '1ooewy'
261
+ }], ['path', {
262
+ d: 'M4 4 2 6',
263
+ key: '1ycko6'
264
+ }]]);
265
+
249
266
  var AlarmClock = createReactComponent('AlarmClock', [['circle', {
250
267
  cx: '12',
251
268
  cy: '13',
@@ -7674,6 +7691,7 @@ exports.Activity = Activity;
7674
7691
  exports.Airplay = Airplay;
7675
7692
  exports.AlarmCheck = AlarmCheck;
7676
7693
  exports.AlarmClock = AlarmClock;
7694
+ exports.AlarmClockOff = AlarmClockOff;
7677
7695
  exports.AlarmMinus = AlarmMinus;
7678
7696
  exports.AlarmPlus = AlarmPlus;
7679
7697
  exports.Album = Album;