lucide-angular 0.83.0 → 0.84.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.
@@ -1972,6 +1972,28 @@
1972
1972
  [['circle', { cx: '12', cy: '12', r: '10' }]],
1973
1973
  ];
1974
1974
 
1975
+ var Citrus = [
1976
+ 'svg',
1977
+ defaultAttributes,
1978
+ [
1979
+ [
1980
+ 'path',
1981
+ {
1982
+ d: 'M5.51 18.49a12 12 0 0 0 16.12.78c.49-.41.49-1.15.03-1.6L6.34 2.33a1.08 1.08 0 0 0-1.6.03A12 12 0 0 0 5.5 18.5Z',
1983
+ },
1984
+ ],
1985
+ [
1986
+ 'path',
1987
+ {
1988
+ d: 'M8.34 15.66a8 8 0 0 0 10.4.78c.54-.4.54-1.16.06-1.64L9.2 5.2c-.48-.48-1.25-.48-1.64.06a8 8 0 0 0 .78 10.4Z',
1989
+ },
1990
+ ],
1991
+ ['path', { d: 'm14 10-5.5 5.5' }],
1992
+ ['path', { d: 'M14 10v8' }],
1993
+ ['path', { d: 'M14 10H6' }],
1994
+ ],
1995
+ ];
1996
+
1975
1997
  var Clapperboard = [
1976
1998
  'svg',
1977
1999
  defaultAttributes,
@@ -10484,6 +10506,7 @@
10484
10506
  CircleEllipsis: CircleEllipsis,
10485
10507
  CircleSlashed: CircleSlashed,
10486
10508
  Circle: Circle,
10509
+ Citrus: Citrus,
10487
10510
  Clapperboard: Clapperboard,
10488
10511
  ClipboardCheck: ClipboardCheck,
10489
10512
  ClipboardCopy: ClipboardCopy,
@@ -11753,6 +11776,7 @@
11753
11776
  exports.CircleDot = CircleDot;
11754
11777
  exports.CircleEllipsis = CircleEllipsis;
11755
11778
  exports.CircleSlashed = CircleSlashed;
11779
+ exports.Citrus = Citrus;
11756
11780
  exports.Clapperboard = Clapperboard;
11757
11781
  exports.Clipboard = Clipboard;
11758
11782
  exports.ClipboardCheck = ClipboardCheck;