lucide-preact 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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * lucide-preact v0.83.0 - ISC
2
+ * lucide-preact v0.84.0 - ISC
3
3
  */
4
4
 
5
5
  'use strict';
@@ -3189,6 +3189,24 @@ var Circle = createPreactComponent('Circle', [['circle', {
3189
3189
  }]]);
3190
3190
  var Circle$1 = Circle;
3191
3191
 
3192
+ var Citrus = createPreactComponent('Citrus', [['path', {
3193
+ 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',
3194
+ key: 'cpj97m'
3195
+ }], ['path', {
3196
+ 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',
3197
+ key: 'vhgi9a'
3198
+ }], ['path', {
3199
+ d: 'm14 10-5.5 5.5',
3200
+ key: '92pfem'
3201
+ }], ['path', {
3202
+ d: 'M14 10v8',
3203
+ key: '3sxk0t'
3204
+ }], ['path', {
3205
+ d: 'M14 10H6',
3206
+ key: '1aai03'
3207
+ }]]);
3208
+ var Citrus$1 = Citrus;
3209
+
3192
3210
  var Clapperboard = createPreactComponent('Clapperboard', [['path', {
3193
3211
  d: 'M4 11v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8H4Z',
3194
3212
  key: '1hxvyx'
@@ -14353,6 +14371,7 @@ exports.Circle = Circle$1;
14353
14371
  exports.CircleDot = CircleDot$1;
14354
14372
  exports.CircleEllipsis = CircleEllipsis$1;
14355
14373
  exports.CircleSlashed = CircleSlashed$1;
14374
+ exports.Citrus = Citrus$1;
14356
14375
  exports.Clapperboard = Clapperboard$1;
14357
14376
  exports.Clipboard = Clipboard$1;
14358
14377
  exports.ClipboardCheck = ClipboardCheck$1;