lucide-angular 0.68.0 → 0.69.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.
@@ -6754,6 +6754,40 @@
6754
6754
  ],
6755
6755
  ];
6756
6756
 
6757
+ var PartyPopper = [
6758
+ 'svg',
6759
+ defaultAttributes,
6760
+ [
6761
+ ['path', { d: 'M5.8 11.3 2 22l10.7-3.79' }],
6762
+ ['path', { d: 'M4 3h.01' }],
6763
+ ['path', { d: 'M22 8h.01' }],
6764
+ ['path', { d: 'M15 2h.01' }],
6765
+ ['path', { d: 'M22 20h.01' }],
6766
+ [
6767
+ 'path',
6768
+ {
6769
+ d: 'm22 2-2.24.75a2.9 2.9 0 0 0-1.96 3.12v0c.1.86-.57 1.63-1.45 1.63h-.38c-.86 0-1.6.6-1.76 1.44L14 10',
6770
+ },
6771
+ ],
6772
+ [
6773
+ 'path',
6774
+ {
6775
+ d: 'm22 13-.82-.33c-.86-.34-1.82.2-1.98 1.11v0c-.11.7-.72 1.22-1.43 1.22H17',
6776
+ },
6777
+ ],
6778
+ [
6779
+ 'path',
6780
+ { d: 'm11 2 .33.82c.34.86-.2 1.82-1.11 1.98v0C9.52 4.9 9 5.52 9 6.23V7' },
6781
+ ],
6782
+ [
6783
+ 'path',
6784
+ {
6785
+ d: 'M11 13c1.93 1.93 2.83 4.17 2 5-.83.83-3.07-.07-5-2-1.93-1.93-2.83-4.17-2-5 .83-.83 3.07.07 5 2Z',
6786
+ },
6787
+ ],
6788
+ ],
6789
+ ];
6790
+
6757
6791
  var PauseCircle = [
6758
6792
  'svg',
6759
6793
  defaultAttributes,
@@ -7173,7 +7207,7 @@
7173
7207
  [
7174
7208
  'path',
7175
7209
  {
7176
- d: 'm12 2 3.6 3.6c2.4-6.3 9.1.4 2.8 2.8L22 12l-3.6 3.6c-2.4-6.3-9.1.4-2.8 2.8L12 22l-3.6-3.6C6 24.7-.7 18 5.6 15.6L2 12l3.6-3.6C8 14.7 14.7 8 8.4 5.6L12 2z',
7210
+ d: 'M19.439 7.85c-.049.322.059.648.289.878l1.568 1.568c.47.47.706 1.087.706 1.704s-.235 1.233-.706 1.704l-1.611 1.611a.98.98 0 0 1-.837.276c-.47-.07-.802-.48-.968-.925a2.501 2.501 0 1 0-3.214 3.214c.446.166.855.497.925.968a.979.979 0 0 1-.276.837l-1.61 1.61a2.404 2.404 0 0 1-1.705.707 2.402 2.402 0 0 1-1.704-.706l-1.568-1.568a1.026 1.026 0 0 0-.877-.29c-.493.074-.84.504-1.02.968a2.5 2.5 0 1 1-3.237-3.237c.464-.18.894-.527.967-1.02a1.026 1.026 0 0 0-.289-.877l-1.568-1.568A2.402 2.402 0 0 1 1.998 12c0-.617.236-1.234.706-1.704L4.23 8.77c.24-.24.581-.353.917-.303.515.077.877.528 1.073 1.01a2.5 2.5 0 1 0 3.259-3.259c-.482-.196-.933-.558-1.01-1.073-.05-.336.062-.676.303-.917l1.525-1.525A2.402 2.402 0 0 1 12 1.998c.617 0 1.234.236 1.704.706l1.568 1.568c.23.23.556.338.877.29.493-.074.84-.504 1.02-.968a2.5 2.5 0 1 1 3.237 3.237c-.464.18-.894.527-.967 1.02Z',
7177
7211
  },
7178
7212
  ],
7179
7213
  ],
@@ -10134,6 +10168,7 @@
10134
10168
  Palette: Palette,
10135
10169
  Palmtree: Palmtree,
10136
10170
  Paperclip: Paperclip,
10171
+ PartyPopper: PartyPopper,
10137
10172
  PauseCircle: PauseCircle,
10138
10173
  PauseOctagon: PauseOctagon,
10139
10174
  Pause: Pause,
@@ -11346,6 +11381,7 @@
11346
11381
  exports.Palette = Palette;
11347
11382
  exports.Palmtree = Palmtree;
11348
11383
  exports.Paperclip = Paperclip;
11384
+ exports.PartyPopper = PartyPopper;
11349
11385
  exports.Pause = Pause;
11350
11386
  exports.PauseCircle = PauseCircle;
11351
11387
  exports.PauseOctagon = PauseOctagon;