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,
@@ -10486,6 +10508,7 @@
10486
10508
  exports.CircleDot = CircleDot;
10487
10509
  exports.CircleEllipsis = CircleEllipsis;
10488
10510
  exports.CircleSlashed = CircleSlashed;
10511
+ exports.Citrus = Citrus;
10489
10512
  exports.Clapperboard = Clapperboard;
10490
10513
  exports.Clipboard = Clipboard;
10491
10514
  exports.ClipboardCheck = ClipboardCheck;