lucide-nativewind 1.35.0 → 1.38.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.
Files changed (67) hide show
  1. package/cjs/icons/credit-card-check.js +13 -0
  2. package/cjs/icons/credit-card-check.web.js +8 -0
  3. package/cjs/icons/credit-card-minus.js +13 -0
  4. package/cjs/icons/credit-card-minus.web.js +8 -0
  5. package/cjs/icons/credit-card-plus.js +13 -0
  6. package/cjs/icons/credit-card-plus.web.js +8 -0
  7. package/cjs/icons/credit-card-x.js +13 -0
  8. package/cjs/icons/credit-card-x.web.js +8 -0
  9. package/cjs/icons/message-circle-dashed-check.js +13 -0
  10. package/cjs/icons/message-circle-dashed-check.web.js +8 -0
  11. package/cjs/icons/playing-card.js +13 -0
  12. package/cjs/icons/playing-card.web.js +8 -0
  13. package/cjs/icons/playing-cards-fan.js +13 -0
  14. package/cjs/icons/playing-cards-fan.web.js +8 -0
  15. package/cjs/icons/playing-cards.js +13 -0
  16. package/cjs/icons/playing-cards.web.js +8 -0
  17. package/cjs/icons/robot-vacuum.js +13 -0
  18. package/cjs/icons/robot-vacuum.web.js +8 -0
  19. package/cjs/icons/vector-polygon.js +13 -0
  20. package/cjs/icons/vector-polygon.web.js +8 -0
  21. package/cjs/index.js +130 -0
  22. package/cjs/index.web.js +130 -0
  23. package/esm/icons/credit-card-check.js +7 -0
  24. package/esm/icons/credit-card-check.web.js +2 -0
  25. package/esm/icons/credit-card-minus.js +7 -0
  26. package/esm/icons/credit-card-minus.web.js +2 -0
  27. package/esm/icons/credit-card-plus.js +7 -0
  28. package/esm/icons/credit-card-plus.web.js +2 -0
  29. package/esm/icons/credit-card-x.js +7 -0
  30. package/esm/icons/credit-card-x.web.js +2 -0
  31. package/esm/icons/message-circle-dashed-check.js +7 -0
  32. package/esm/icons/message-circle-dashed-check.web.js +2 -0
  33. package/esm/icons/playing-card.js +7 -0
  34. package/esm/icons/playing-card.web.js +2 -0
  35. package/esm/icons/playing-cards-fan.js +7 -0
  36. package/esm/icons/playing-cards-fan.web.js +2 -0
  37. package/esm/icons/playing-cards.js +7 -0
  38. package/esm/icons/playing-cards.web.js +2 -0
  39. package/esm/icons/robot-vacuum.js +7 -0
  40. package/esm/icons/robot-vacuum.web.js +2 -0
  41. package/esm/icons/vector-polygon.js +7 -0
  42. package/esm/icons/vector-polygon.web.js +2 -0
  43. package/esm/index.js +10 -0
  44. package/esm/index.web.js +10 -0
  45. package/package.json +3 -3
  46. package/types/icons/credit-card-check.d.ts +5 -0
  47. package/types/icons/credit-card-check.web.d.ts +2 -0
  48. package/types/icons/credit-card-minus.d.ts +5 -0
  49. package/types/icons/credit-card-minus.web.d.ts +2 -0
  50. package/types/icons/credit-card-plus.d.ts +5 -0
  51. package/types/icons/credit-card-plus.web.d.ts +2 -0
  52. package/types/icons/credit-card-x.d.ts +5 -0
  53. package/types/icons/credit-card-x.web.d.ts +2 -0
  54. package/types/icons/message-circle-dashed-check.d.ts +5 -0
  55. package/types/icons/message-circle-dashed-check.web.d.ts +2 -0
  56. package/types/icons/playing-card.d.ts +5 -0
  57. package/types/icons/playing-card.web.d.ts +2 -0
  58. package/types/icons/playing-cards-fan.d.ts +5 -0
  59. package/types/icons/playing-cards-fan.web.d.ts +2 -0
  60. package/types/icons/playing-cards.d.ts +5 -0
  61. package/types/icons/playing-cards.web.d.ts +2 -0
  62. package/types/icons/robot-vacuum.d.ts +5 -0
  63. package/types/icons/robot-vacuum.web.d.ts +2 -0
  64. package/types/icons/vector-polygon.d.ts +5 -0
  65. package/types/icons/vector-polygon.web.d.ts +2 -0
  66. package/types/index.d.ts +10 -0
  67. package/types/index.web.d.ts +10 -0
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+ var _lucideReactNative = require("lucide-react-native");
8
+ var _iconWithClassName = _interopRequireDefault(require("../iconWithClassName"));
9
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
10
+ /**
11
+ * [CreditCardCheck on lucide.dev](https://lucide.dev/icons/credit-card-check)
12
+ */
13
+ var _default = exports["default"] = (0, _iconWithClassName["default"])(_lucideReactNative.CreditCardCheck);
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+ var _lucideReact = require("lucide-react");
8
+ var _default = exports["default"] = _lucideReact.CreditCardCheck;
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+ var _lucideReactNative = require("lucide-react-native");
8
+ var _iconWithClassName = _interopRequireDefault(require("../iconWithClassName"));
9
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
10
+ /**
11
+ * [CreditCardMinus on lucide.dev](https://lucide.dev/icons/credit-card-minus)
12
+ */
13
+ var _default = exports["default"] = (0, _iconWithClassName["default"])(_lucideReactNative.CreditCardMinus);
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+ var _lucideReact = require("lucide-react");
8
+ var _default = exports["default"] = _lucideReact.CreditCardMinus;
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+ var _lucideReactNative = require("lucide-react-native");
8
+ var _iconWithClassName = _interopRequireDefault(require("../iconWithClassName"));
9
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
10
+ /**
11
+ * [CreditCardPlus on lucide.dev](https://lucide.dev/icons/credit-card-plus)
12
+ */
13
+ var _default = exports["default"] = (0, _iconWithClassName["default"])(_lucideReactNative.CreditCardPlus);
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+ var _lucideReact = require("lucide-react");
8
+ var _default = exports["default"] = _lucideReact.CreditCardPlus;
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+ var _lucideReactNative = require("lucide-react-native");
8
+ var _iconWithClassName = _interopRequireDefault(require("../iconWithClassName"));
9
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
10
+ /**
11
+ * [CreditCardX on lucide.dev](https://lucide.dev/icons/credit-card-x)
12
+ */
13
+ var _default = exports["default"] = (0, _iconWithClassName["default"])(_lucideReactNative.CreditCardX);
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+ var _lucideReact = require("lucide-react");
8
+ var _default = exports["default"] = _lucideReact.CreditCardX;
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+ var _lucideReactNative = require("lucide-react-native");
8
+ var _iconWithClassName = _interopRequireDefault(require("../iconWithClassName"));
9
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
10
+ /**
11
+ * [MessageCircleDashedCheck on lucide.dev](https://lucide.dev/icons/message-circle-dashed-check)
12
+ */
13
+ var _default = exports["default"] = (0, _iconWithClassName["default"])(_lucideReactNative.MessageCircleDashedCheck);
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+ var _lucideReact = require("lucide-react");
8
+ var _default = exports["default"] = _lucideReact.MessageCircleDashedCheck;
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+ var _lucideReactNative = require("lucide-react-native");
8
+ var _iconWithClassName = _interopRequireDefault(require("../iconWithClassName"));
9
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
10
+ /**
11
+ * [PlayingCard on lucide.dev](https://lucide.dev/icons/playing-card)
12
+ */
13
+ var _default = exports["default"] = (0, _iconWithClassName["default"])(_lucideReactNative.PlayingCard);
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+ var _lucideReact = require("lucide-react");
8
+ var _default = exports["default"] = _lucideReact.PlayingCard;
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+ var _lucideReactNative = require("lucide-react-native");
8
+ var _iconWithClassName = _interopRequireDefault(require("../iconWithClassName"));
9
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
10
+ /**
11
+ * [PlayingCardsFan on lucide.dev](https://lucide.dev/icons/playing-cards-fan)
12
+ */
13
+ var _default = exports["default"] = (0, _iconWithClassName["default"])(_lucideReactNative.PlayingCardsFan);
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+ var _lucideReact = require("lucide-react");
8
+ var _default = exports["default"] = _lucideReact.PlayingCardsFan;
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+ var _lucideReactNative = require("lucide-react-native");
8
+ var _iconWithClassName = _interopRequireDefault(require("../iconWithClassName"));
9
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
10
+ /**
11
+ * [PlayingCards on lucide.dev](https://lucide.dev/icons/playing-cards)
12
+ */
13
+ var _default = exports["default"] = (0, _iconWithClassName["default"])(_lucideReactNative.PlayingCards);
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+ var _lucideReact = require("lucide-react");
8
+ var _default = exports["default"] = _lucideReact.PlayingCards;
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+ var _lucideReactNative = require("lucide-react-native");
8
+ var _iconWithClassName = _interopRequireDefault(require("../iconWithClassName"));
9
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
10
+ /**
11
+ * [RobotVacuum on lucide.dev](https://lucide.dev/icons/robot-vacuum)
12
+ */
13
+ var _default = exports["default"] = (0, _iconWithClassName["default"])(_lucideReactNative.RobotVacuum);
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+ var _lucideReact = require("lucide-react");
8
+ var _default = exports["default"] = _lucideReact.RobotVacuum;
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+ var _lucideReactNative = require("lucide-react-native");
8
+ var _iconWithClassName = _interopRequireDefault(require("../iconWithClassName"));
9
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
10
+ /**
11
+ * [VectorPolygon on lucide.dev](https://lucide.dev/icons/vector-polygon)
12
+ */
13
+ var _default = exports["default"] = (0, _iconWithClassName["default"])(_lucideReactNative.VectorPolygon);
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+ var _lucideReact = require("lucide-react");
8
+ var _default = exports["default"] = _lucideReact.VectorPolygon;
package/cjs/index.js CHANGED
@@ -3501,12 +3501,36 @@ Object.defineProperty(exports, "CreativeCommonsIcon", {
3501
3501
  return _creativeCommons["default"];
3502
3502
  }
3503
3503
  });
3504
+ Object.defineProperty(exports, "CreditCardCheckIcon", {
3505
+ enumerable: true,
3506
+ get: function get() {
3507
+ return _creditCardCheck["default"];
3508
+ }
3509
+ });
3504
3510
  Object.defineProperty(exports, "CreditCardIcon", {
3505
3511
  enumerable: true,
3506
3512
  get: function get() {
3507
3513
  return _creditCard["default"];
3508
3514
  }
3509
3515
  });
3516
+ Object.defineProperty(exports, "CreditCardMinusIcon", {
3517
+ enumerable: true,
3518
+ get: function get() {
3519
+ return _creditCardMinus["default"];
3520
+ }
3521
+ });
3522
+ Object.defineProperty(exports, "CreditCardPlusIcon", {
3523
+ enumerable: true,
3524
+ get: function get() {
3525
+ return _creditCardPlus["default"];
3526
+ }
3527
+ });
3528
+ Object.defineProperty(exports, "CreditCardXIcon", {
3529
+ enumerable: true,
3530
+ get: function get() {
3531
+ return _creditCardX["default"];
3532
+ }
3533
+ });
3510
3534
  Object.defineProperty(exports, "CroissantIcon", {
3511
3535
  enumerable: true,
3512
3536
  get: function get() {
@@ -10191,6 +10215,30 @@ Object.defineProperty(exports, "LucideCreditCard", {
10191
10215
  return _creditCard["default"];
10192
10216
  }
10193
10217
  });
10218
+ Object.defineProperty(exports, "LucideCreditCardCheck", {
10219
+ enumerable: true,
10220
+ get: function get() {
10221
+ return _creditCardCheck["default"];
10222
+ }
10223
+ });
10224
+ Object.defineProperty(exports, "LucideCreditCardMinus", {
10225
+ enumerable: true,
10226
+ get: function get() {
10227
+ return _creditCardMinus["default"];
10228
+ }
10229
+ });
10230
+ Object.defineProperty(exports, "LucideCreditCardPlus", {
10231
+ enumerable: true,
10232
+ get: function get() {
10233
+ return _creditCardPlus["default"];
10234
+ }
10235
+ });
10236
+ Object.defineProperty(exports, "LucideCreditCardX", {
10237
+ enumerable: true,
10238
+ get: function get() {
10239
+ return _creditCardX["default"];
10240
+ }
10241
+ });
10194
10242
  Object.defineProperty(exports, "LucideCroissant", {
10195
10243
  enumerable: true,
10196
10244
  get: function get() {
@@ -13677,6 +13725,12 @@ Object.defineProperty(exports, "LucideMessageCircleDashed", {
13677
13725
  return _messageCircleDashed["default"];
13678
13726
  }
13679
13727
  });
13728
+ Object.defineProperty(exports, "LucideMessageCircleDashedCheck", {
13729
+ enumerable: true,
13730
+ get: function get() {
13731
+ return _messageCircleDashedCheck["default"];
13732
+ }
13733
+ });
13680
13734
  Object.defineProperty(exports, "LucideMessageCircleHeart", {
13681
13735
  enumerable: true,
13682
13736
  get: function get() {
@@ -15093,6 +15147,24 @@ Object.defineProperty(exports, "LucidePlaySquare", {
15093
15147
  return _playSquare["default"];
15094
15148
  }
15095
15149
  });
15150
+ Object.defineProperty(exports, "LucidePlayingCard", {
15151
+ enumerable: true,
15152
+ get: function get() {
15153
+ return _playingCard["default"];
15154
+ }
15155
+ });
15156
+ Object.defineProperty(exports, "LucidePlayingCards", {
15157
+ enumerable: true,
15158
+ get: function get() {
15159
+ return _playingCards["default"];
15160
+ }
15161
+ });
15162
+ Object.defineProperty(exports, "LucidePlayingCardsFan", {
15163
+ enumerable: true,
15164
+ get: function get() {
15165
+ return _playingCardsFan["default"];
15166
+ }
15167
+ });
15096
15168
  Object.defineProperty(exports, "LucidePlug", {
15097
15169
  enumerable: true,
15098
15170
  get: function get() {
@@ -15567,6 +15639,12 @@ Object.defineProperty(exports, "LucideRobotArm", {
15567
15639
  return _robotArm["default"];
15568
15640
  }
15569
15641
  });
15642
+ Object.defineProperty(exports, "LucideRobotVacuum", {
15643
+ enumerable: true,
15644
+ get: function get() {
15645
+ return _robotVacuum["default"];
15646
+ }
15647
+ });
15570
15648
  Object.defineProperty(exports, "LucideRocket", {
15571
15649
  enumerable: true,
15572
15650
  get: function get() {
@@ -18381,6 +18459,12 @@ Object.defineProperty(exports, "LucideVault", {
18381
18459
  return _vault["default"];
18382
18460
  }
18383
18461
  });
18462
+ Object.defineProperty(exports, "LucideVectorPolygon", {
18463
+ enumerable: true,
18464
+ get: function get() {
18465
+ return _vectorPolygon["default"];
18466
+ }
18467
+ });
18384
18468
  Object.defineProperty(exports, "LucideVectorSquare", {
18385
18469
  enumerable: true,
18386
18470
  get: function get() {
@@ -19191,6 +19275,12 @@ Object.defineProperty(exports, "MessageCircleCodeIcon", {
19191
19275
  return _messageCircleCode["default"];
19192
19276
  }
19193
19277
  });
19278
+ Object.defineProperty(exports, "MessageCircleDashedCheckIcon", {
19279
+ enumerable: true,
19280
+ get: function get() {
19281
+ return _messageCircleDashedCheck["default"];
19282
+ }
19283
+ });
19194
19284
  Object.defineProperty(exports, "MessageCircleDashedIcon", {
19195
19285
  enumerable: true,
19196
19286
  get: function get() {
@@ -20619,6 +20709,24 @@ Object.defineProperty(exports, "PlaySquareIcon", {
20619
20709
  return _playSquare["default"];
20620
20710
  }
20621
20711
  });
20712
+ Object.defineProperty(exports, "PlayingCardIcon", {
20713
+ enumerable: true,
20714
+ get: function get() {
20715
+ return _playingCard["default"];
20716
+ }
20717
+ });
20718
+ Object.defineProperty(exports, "PlayingCardsFanIcon", {
20719
+ enumerable: true,
20720
+ get: function get() {
20721
+ return _playingCardsFan["default"];
20722
+ }
20723
+ });
20724
+ Object.defineProperty(exports, "PlayingCardsIcon", {
20725
+ enumerable: true,
20726
+ get: function get() {
20727
+ return _playingCards["default"];
20728
+ }
20729
+ });
20622
20730
  Object.defineProperty(exports, "Plug2Icon", {
20623
20731
  enumerable: true,
20624
20732
  get: function get() {
@@ -21093,6 +21201,12 @@ Object.defineProperty(exports, "RobotArmIcon", {
21093
21201
  return _robotArm["default"];
21094
21202
  }
21095
21203
  });
21204
+ Object.defineProperty(exports, "RobotVacuumIcon", {
21205
+ enumerable: true,
21206
+ get: function get() {
21207
+ return _robotVacuum["default"];
21208
+ }
21209
+ });
21096
21210
  Object.defineProperty(exports, "RocketIcon", {
21097
21211
  enumerable: true,
21098
21212
  get: function get() {
@@ -23907,6 +24021,12 @@ Object.defineProperty(exports, "VaultIcon", {
23907
24021
  return _vault["default"];
23908
24022
  }
23909
24023
  });
24024
+ Object.defineProperty(exports, "VectorPolygonIcon", {
24025
+ enumerable: true,
24026
+ get: function get() {
24027
+ return _vectorPolygon["default"];
24028
+ }
24029
+ });
23910
24030
  Object.defineProperty(exports, "VectorSquareIcon", {
23911
24031
  enumerable: true,
23912
24032
  get: function get() {
@@ -25009,6 +25129,10 @@ var _cornerUpRight = _interopRequireDefault(require("./icons/corner-up-right"));
25009
25129
  var _cpu = _interopRequireDefault(require("./icons/cpu"));
25010
25130
  var _creativeCommons = _interopRequireDefault(require("./icons/creative-commons"));
25011
25131
  var _creditCard = _interopRequireDefault(require("./icons/credit-card"));
25132
+ var _creditCardCheck = _interopRequireDefault(require("./icons/credit-card-check"));
25133
+ var _creditCardMinus = _interopRequireDefault(require("./icons/credit-card-minus"));
25134
+ var _creditCardPlus = _interopRequireDefault(require("./icons/credit-card-plus"));
25135
+ var _creditCardX = _interopRequireDefault(require("./icons/credit-card-x"));
25012
25136
  var _croissant = _interopRequireDefault(require("./icons/croissant"));
25013
25137
  var _crop = _interopRequireDefault(require("./icons/crop"));
25014
25138
  var _cross = _interopRequireDefault(require("./icons/cross"));
@@ -25590,6 +25714,7 @@ var _messageCircle = _interopRequireDefault(require("./icons/message-circle"));
25590
25714
  var _messageCircleCheck = _interopRequireDefault(require("./icons/message-circle-check"));
25591
25715
  var _messageCircleCode = _interopRequireDefault(require("./icons/message-circle-code"));
25592
25716
  var _messageCircleDashed = _interopRequireDefault(require("./icons/message-circle-dashed"));
25717
+ var _messageCircleDashedCheck = _interopRequireDefault(require("./icons/message-circle-dashed-check"));
25593
25718
  var _messageCircleHeart = _interopRequireDefault(require("./icons/message-circle-heart"));
25594
25719
  var _messageCircleMore = _interopRequireDefault(require("./icons/message-circle-more"));
25595
25720
  var _messageCircleOff = _interopRequireDefault(require("./icons/message-circle-off"));
@@ -25826,6 +25951,9 @@ var _play = _interopRequireDefault(require("./icons/play"));
25826
25951
  var _playCircle = _interopRequireDefault(require("./icons/play-circle"));
25827
25952
  var _playOff = _interopRequireDefault(require("./icons/play-off"));
25828
25953
  var _playSquare = _interopRequireDefault(require("./icons/play-square"));
25954
+ var _playingCard = _interopRequireDefault(require("./icons/playing-card"));
25955
+ var _playingCards = _interopRequireDefault(require("./icons/playing-cards"));
25956
+ var _playingCardsFan = _interopRequireDefault(require("./icons/playing-cards-fan"));
25829
25957
  var _plug = _interopRequireDefault(require("./icons/plug"));
25830
25958
  var _plug2 = _interopRequireDefault(require("./icons/plug2"));
25831
25959
  var _plugZap = _interopRequireDefault(require("./icons/plug-zap"));
@@ -25905,6 +26033,7 @@ var _rewind = _interopRequireDefault(require("./icons/rewind"));
25905
26033
  var _ribbon = _interopRequireDefault(require("./icons/ribbon"));
25906
26034
  var _road = _interopRequireDefault(require("./icons/road"));
25907
26035
  var _robotArm = _interopRequireDefault(require("./icons/robot-arm"));
26036
+ var _robotVacuum = _interopRequireDefault(require("./icons/robot-vacuum"));
25908
26037
  var _rocket = _interopRequireDefault(require("./icons/rocket"));
25909
26038
  var _rockingChair = _interopRequireDefault(require("./icons/rocking-chair"));
25910
26039
  var _rollerCoaster = _interopRequireDefault(require("./icons/roller-coaster"));
@@ -26374,6 +26503,7 @@ var _utilityPole = _interopRequireDefault(require("./icons/utility-pole"));
26374
26503
  var _van = _interopRequireDefault(require("./icons/van"));
26375
26504
  var _variable = _interopRequireDefault(require("./icons/variable"));
26376
26505
  var _vault = _interopRequireDefault(require("./icons/vault"));
26506
+ var _vectorPolygon = _interopRequireDefault(require("./icons/vector-polygon"));
26377
26507
  var _vectorSquare = _interopRequireDefault(require("./icons/vector-square"));
26378
26508
  var _vegan = _interopRequireDefault(require("./icons/vegan"));
26379
26509
  var _venetianMask = _interopRequireDefault(require("./icons/venetian-mask"));
package/cjs/index.web.js CHANGED
@@ -3501,12 +3501,36 @@ Object.defineProperty(exports, "CreativeCommonsIcon", {
3501
3501
  return _creativeCommons["default"];
3502
3502
  }
3503
3503
  });
3504
+ Object.defineProperty(exports, "CreditCardCheckIcon", {
3505
+ enumerable: true,
3506
+ get: function get() {
3507
+ return _creditCardCheck["default"];
3508
+ }
3509
+ });
3504
3510
  Object.defineProperty(exports, "CreditCardIcon", {
3505
3511
  enumerable: true,
3506
3512
  get: function get() {
3507
3513
  return _creditCard["default"];
3508
3514
  }
3509
3515
  });
3516
+ Object.defineProperty(exports, "CreditCardMinusIcon", {
3517
+ enumerable: true,
3518
+ get: function get() {
3519
+ return _creditCardMinus["default"];
3520
+ }
3521
+ });
3522
+ Object.defineProperty(exports, "CreditCardPlusIcon", {
3523
+ enumerable: true,
3524
+ get: function get() {
3525
+ return _creditCardPlus["default"];
3526
+ }
3527
+ });
3528
+ Object.defineProperty(exports, "CreditCardXIcon", {
3529
+ enumerable: true,
3530
+ get: function get() {
3531
+ return _creditCardX["default"];
3532
+ }
3533
+ });
3510
3534
  Object.defineProperty(exports, "CroissantIcon", {
3511
3535
  enumerable: true,
3512
3536
  get: function get() {
@@ -10191,6 +10215,30 @@ Object.defineProperty(exports, "LucideCreditCard", {
10191
10215
  return _creditCard["default"];
10192
10216
  }
10193
10217
  });
10218
+ Object.defineProperty(exports, "LucideCreditCardCheck", {
10219
+ enumerable: true,
10220
+ get: function get() {
10221
+ return _creditCardCheck["default"];
10222
+ }
10223
+ });
10224
+ Object.defineProperty(exports, "LucideCreditCardMinus", {
10225
+ enumerable: true,
10226
+ get: function get() {
10227
+ return _creditCardMinus["default"];
10228
+ }
10229
+ });
10230
+ Object.defineProperty(exports, "LucideCreditCardPlus", {
10231
+ enumerable: true,
10232
+ get: function get() {
10233
+ return _creditCardPlus["default"];
10234
+ }
10235
+ });
10236
+ Object.defineProperty(exports, "LucideCreditCardX", {
10237
+ enumerable: true,
10238
+ get: function get() {
10239
+ return _creditCardX["default"];
10240
+ }
10241
+ });
10194
10242
  Object.defineProperty(exports, "LucideCroissant", {
10195
10243
  enumerable: true,
10196
10244
  get: function get() {
@@ -13677,6 +13725,12 @@ Object.defineProperty(exports, "LucideMessageCircleDashed", {
13677
13725
  return _messageCircleDashed["default"];
13678
13726
  }
13679
13727
  });
13728
+ Object.defineProperty(exports, "LucideMessageCircleDashedCheck", {
13729
+ enumerable: true,
13730
+ get: function get() {
13731
+ return _messageCircleDashedCheck["default"];
13732
+ }
13733
+ });
13680
13734
  Object.defineProperty(exports, "LucideMessageCircleHeart", {
13681
13735
  enumerable: true,
13682
13736
  get: function get() {
@@ -15093,6 +15147,24 @@ Object.defineProperty(exports, "LucidePlaySquare", {
15093
15147
  return _playSquare["default"];
15094
15148
  }
15095
15149
  });
15150
+ Object.defineProperty(exports, "LucidePlayingCard", {
15151
+ enumerable: true,
15152
+ get: function get() {
15153
+ return _playingCard["default"];
15154
+ }
15155
+ });
15156
+ Object.defineProperty(exports, "LucidePlayingCards", {
15157
+ enumerable: true,
15158
+ get: function get() {
15159
+ return _playingCards["default"];
15160
+ }
15161
+ });
15162
+ Object.defineProperty(exports, "LucidePlayingCardsFan", {
15163
+ enumerable: true,
15164
+ get: function get() {
15165
+ return _playingCardsFan["default"];
15166
+ }
15167
+ });
15096
15168
  Object.defineProperty(exports, "LucidePlug", {
15097
15169
  enumerable: true,
15098
15170
  get: function get() {
@@ -15567,6 +15639,12 @@ Object.defineProperty(exports, "LucideRobotArm", {
15567
15639
  return _robotArm["default"];
15568
15640
  }
15569
15641
  });
15642
+ Object.defineProperty(exports, "LucideRobotVacuum", {
15643
+ enumerable: true,
15644
+ get: function get() {
15645
+ return _robotVacuum["default"];
15646
+ }
15647
+ });
15570
15648
  Object.defineProperty(exports, "LucideRocket", {
15571
15649
  enumerable: true,
15572
15650
  get: function get() {
@@ -18381,6 +18459,12 @@ Object.defineProperty(exports, "LucideVault", {
18381
18459
  return _vault["default"];
18382
18460
  }
18383
18461
  });
18462
+ Object.defineProperty(exports, "LucideVectorPolygon", {
18463
+ enumerable: true,
18464
+ get: function get() {
18465
+ return _vectorPolygon["default"];
18466
+ }
18467
+ });
18384
18468
  Object.defineProperty(exports, "LucideVectorSquare", {
18385
18469
  enumerable: true,
18386
18470
  get: function get() {
@@ -19191,6 +19275,12 @@ Object.defineProperty(exports, "MessageCircleCodeIcon", {
19191
19275
  return _messageCircleCode["default"];
19192
19276
  }
19193
19277
  });
19278
+ Object.defineProperty(exports, "MessageCircleDashedCheckIcon", {
19279
+ enumerable: true,
19280
+ get: function get() {
19281
+ return _messageCircleDashedCheck["default"];
19282
+ }
19283
+ });
19194
19284
  Object.defineProperty(exports, "MessageCircleDashedIcon", {
19195
19285
  enumerable: true,
19196
19286
  get: function get() {
@@ -20619,6 +20709,24 @@ Object.defineProperty(exports, "PlaySquareIcon", {
20619
20709
  return _playSquare["default"];
20620
20710
  }
20621
20711
  });
20712
+ Object.defineProperty(exports, "PlayingCardIcon", {
20713
+ enumerable: true,
20714
+ get: function get() {
20715
+ return _playingCard["default"];
20716
+ }
20717
+ });
20718
+ Object.defineProperty(exports, "PlayingCardsFanIcon", {
20719
+ enumerable: true,
20720
+ get: function get() {
20721
+ return _playingCardsFan["default"];
20722
+ }
20723
+ });
20724
+ Object.defineProperty(exports, "PlayingCardsIcon", {
20725
+ enumerable: true,
20726
+ get: function get() {
20727
+ return _playingCards["default"];
20728
+ }
20729
+ });
20622
20730
  Object.defineProperty(exports, "Plug2Icon", {
20623
20731
  enumerable: true,
20624
20732
  get: function get() {
@@ -21093,6 +21201,12 @@ Object.defineProperty(exports, "RobotArmIcon", {
21093
21201
  return _robotArm["default"];
21094
21202
  }
21095
21203
  });
21204
+ Object.defineProperty(exports, "RobotVacuumIcon", {
21205
+ enumerable: true,
21206
+ get: function get() {
21207
+ return _robotVacuum["default"];
21208
+ }
21209
+ });
21096
21210
  Object.defineProperty(exports, "RocketIcon", {
21097
21211
  enumerable: true,
21098
21212
  get: function get() {
@@ -23907,6 +24021,12 @@ Object.defineProperty(exports, "VaultIcon", {
23907
24021
  return _vault["default"];
23908
24022
  }
23909
24023
  });
24024
+ Object.defineProperty(exports, "VectorPolygonIcon", {
24025
+ enumerable: true,
24026
+ get: function get() {
24027
+ return _vectorPolygon["default"];
24028
+ }
24029
+ });
23910
24030
  Object.defineProperty(exports, "VectorSquareIcon", {
23911
24031
  enumerable: true,
23912
24032
  get: function get() {
@@ -25003,6 +25123,10 @@ var _cornerUpRight = _interopRequireDefault(require("./icons/corner-up-right.web
25003
25123
  var _cpu = _interopRequireDefault(require("./icons/cpu.web"));
25004
25124
  var _creativeCommons = _interopRequireDefault(require("./icons/creative-commons.web"));
25005
25125
  var _creditCard = _interopRequireDefault(require("./icons/credit-card.web"));
25126
+ var _creditCardCheck = _interopRequireDefault(require("./icons/credit-card-check.web"));
25127
+ var _creditCardMinus = _interopRequireDefault(require("./icons/credit-card-minus.web"));
25128
+ var _creditCardPlus = _interopRequireDefault(require("./icons/credit-card-plus.web"));
25129
+ var _creditCardX = _interopRequireDefault(require("./icons/credit-card-x.web"));
25006
25130
  var _croissant = _interopRequireDefault(require("./icons/croissant.web"));
25007
25131
  var _crop = _interopRequireDefault(require("./icons/crop.web"));
25008
25132
  var _cross = _interopRequireDefault(require("./icons/cross.web"));
@@ -25584,6 +25708,7 @@ var _messageCircle = _interopRequireDefault(require("./icons/message-circle.web"
25584
25708
  var _messageCircleCheck = _interopRequireDefault(require("./icons/message-circle-check.web"));
25585
25709
  var _messageCircleCode = _interopRequireDefault(require("./icons/message-circle-code.web"));
25586
25710
  var _messageCircleDashed = _interopRequireDefault(require("./icons/message-circle-dashed.web"));
25711
+ var _messageCircleDashedCheck = _interopRequireDefault(require("./icons/message-circle-dashed-check.web"));
25587
25712
  var _messageCircleHeart = _interopRequireDefault(require("./icons/message-circle-heart.web"));
25588
25713
  var _messageCircleMore = _interopRequireDefault(require("./icons/message-circle-more.web"));
25589
25714
  var _messageCircleOff = _interopRequireDefault(require("./icons/message-circle-off.web"));
@@ -25820,6 +25945,9 @@ var _play = _interopRequireDefault(require("./icons/play.web"));
25820
25945
  var _playCircle = _interopRequireDefault(require("./icons/play-circle.web"));
25821
25946
  var _playOff = _interopRequireDefault(require("./icons/play-off.web"));
25822
25947
  var _playSquare = _interopRequireDefault(require("./icons/play-square.web"));
25948
+ var _playingCard = _interopRequireDefault(require("./icons/playing-card.web"));
25949
+ var _playingCards = _interopRequireDefault(require("./icons/playing-cards.web"));
25950
+ var _playingCardsFan = _interopRequireDefault(require("./icons/playing-cards-fan.web"));
25823
25951
  var _plug = _interopRequireDefault(require("./icons/plug.web"));
25824
25952
  var _plug2 = _interopRequireDefault(require("./icons/plug2.web"));
25825
25953
  var _plugZap = _interopRequireDefault(require("./icons/plug-zap.web"));
@@ -25899,6 +26027,7 @@ var _rewind = _interopRequireDefault(require("./icons/rewind.web"));
25899
26027
  var _ribbon = _interopRequireDefault(require("./icons/ribbon.web"));
25900
26028
  var _road = _interopRequireDefault(require("./icons/road.web"));
25901
26029
  var _robotArm = _interopRequireDefault(require("./icons/robot-arm.web"));
26030
+ var _robotVacuum = _interopRequireDefault(require("./icons/robot-vacuum.web"));
25902
26031
  var _rocket = _interopRequireDefault(require("./icons/rocket.web"));
25903
26032
  var _rockingChair = _interopRequireDefault(require("./icons/rocking-chair.web"));
25904
26033
  var _rollerCoaster = _interopRequireDefault(require("./icons/roller-coaster.web"));
@@ -26368,6 +26497,7 @@ var _utilityPole = _interopRequireDefault(require("./icons/utility-pole.web"));
26368
26497
  var _van = _interopRequireDefault(require("./icons/van.web"));
26369
26498
  var _variable = _interopRequireDefault(require("./icons/variable.web"));
26370
26499
  var _vault = _interopRequireDefault(require("./icons/vault.web"));
26500
+ var _vectorPolygon = _interopRequireDefault(require("./icons/vector-polygon.web"));
26371
26501
  var _vectorSquare = _interopRequireDefault(require("./icons/vector-square.web"));
26372
26502
  var _vegan = _interopRequireDefault(require("./icons/vegan.web"));
26373
26503
  var _venetianMask = _interopRequireDefault(require("./icons/venetian-mask.web"));
@@ -0,0 +1,7 @@
1
+ import { CreditCardCheck } from "lucide-react-native";
2
+ import iconWithClassName from '../iconWithClassName';
3
+ /**
4
+ * [CreditCardCheck on lucide.dev](https://lucide.dev/icons/credit-card-check)
5
+ */
6
+
7
+ export default iconWithClassName(CreditCardCheck);
@@ -0,0 +1,2 @@
1
+ import { CreditCardCheck } from "lucide-react";
2
+ export default CreditCardCheck;
@@ -0,0 +1,7 @@
1
+ import { CreditCardMinus } from "lucide-react-native";
2
+ import iconWithClassName from '../iconWithClassName';
3
+ /**
4
+ * [CreditCardMinus on lucide.dev](https://lucide.dev/icons/credit-card-minus)
5
+ */
6
+
7
+ export default iconWithClassName(CreditCardMinus);
@@ -0,0 +1,2 @@
1
+ import { CreditCardMinus } from "lucide-react";
2
+ export default CreditCardMinus;
@@ -0,0 +1,7 @@
1
+ import { CreditCardPlus } from "lucide-react-native";
2
+ import iconWithClassName from '../iconWithClassName';
3
+ /**
4
+ * [CreditCardPlus on lucide.dev](https://lucide.dev/icons/credit-card-plus)
5
+ */
6
+
7
+ export default iconWithClassName(CreditCardPlus);
@@ -0,0 +1,2 @@
1
+ import { CreditCardPlus } from "lucide-react";
2
+ export default CreditCardPlus;
@@ -0,0 +1,7 @@
1
+ import { CreditCardX } from "lucide-react-native";
2
+ import iconWithClassName from '../iconWithClassName';
3
+ /**
4
+ * [CreditCardX on lucide.dev](https://lucide.dev/icons/credit-card-x)
5
+ */
6
+
7
+ export default iconWithClassName(CreditCardX);
@@ -0,0 +1,2 @@
1
+ import { CreditCardX } from "lucide-react";
2
+ export default CreditCardX;
@@ -0,0 +1,7 @@
1
+ import { MessageCircleDashedCheck } from "lucide-react-native";
2
+ import iconWithClassName from '../iconWithClassName';
3
+ /**
4
+ * [MessageCircleDashedCheck on lucide.dev](https://lucide.dev/icons/message-circle-dashed-check)
5
+ */
6
+
7
+ export default iconWithClassName(MessageCircleDashedCheck);
@@ -0,0 +1,2 @@
1
+ import { MessageCircleDashedCheck } from "lucide-react";
2
+ export default MessageCircleDashedCheck;
@@ -0,0 +1,7 @@
1
+ import { PlayingCard } from "lucide-react-native";
2
+ import iconWithClassName from '../iconWithClassName';
3
+ /**
4
+ * [PlayingCard on lucide.dev](https://lucide.dev/icons/playing-card)
5
+ */
6
+
7
+ export default iconWithClassName(PlayingCard);
@@ -0,0 +1,2 @@
1
+ import { PlayingCard } from "lucide-react";
2
+ export default PlayingCard;
@@ -0,0 +1,7 @@
1
+ import { PlayingCardsFan } from "lucide-react-native";
2
+ import iconWithClassName from '../iconWithClassName';
3
+ /**
4
+ * [PlayingCardsFan on lucide.dev](https://lucide.dev/icons/playing-cards-fan)
5
+ */
6
+
7
+ export default iconWithClassName(PlayingCardsFan);
@@ -0,0 +1,2 @@
1
+ import { PlayingCardsFan } from "lucide-react";
2
+ export default PlayingCardsFan;
@@ -0,0 +1,7 @@
1
+ import { PlayingCards } from "lucide-react-native";
2
+ import iconWithClassName from '../iconWithClassName';
3
+ /**
4
+ * [PlayingCards on lucide.dev](https://lucide.dev/icons/playing-cards)
5
+ */
6
+
7
+ export default iconWithClassName(PlayingCards);
@@ -0,0 +1,2 @@
1
+ import { PlayingCards } from "lucide-react";
2
+ export default PlayingCards;
@@ -0,0 +1,7 @@
1
+ import { RobotVacuum } from "lucide-react-native";
2
+ import iconWithClassName from '../iconWithClassName';
3
+ /**
4
+ * [RobotVacuum on lucide.dev](https://lucide.dev/icons/robot-vacuum)
5
+ */
6
+
7
+ export default iconWithClassName(RobotVacuum);
@@ -0,0 +1,2 @@
1
+ import { RobotVacuum } from "lucide-react";
2
+ export default RobotVacuum;
@@ -0,0 +1,7 @@
1
+ import { VectorPolygon } from "lucide-react-native";
2
+ import iconWithClassName from '../iconWithClassName';
3
+ /**
4
+ * [VectorPolygon on lucide.dev](https://lucide.dev/icons/vector-polygon)
5
+ */
6
+
7
+ export default iconWithClassName(VectorPolygon);
@@ -0,0 +1,2 @@
1
+ import { VectorPolygon } from "lucide-react";
2
+ export default VectorPolygon;
package/esm/index.js CHANGED
@@ -582,6 +582,10 @@ export { default as CornerUpRightIcon, default as LucideCornerUpRight } from './
582
582
  export { default as CpuIcon, default as LucideCpu } from './icons/cpu';
583
583
  export { default as CreativeCommonsIcon, default as LucideCreativeCommons } from './icons/creative-commons';
584
584
  export { default as CreditCardIcon, default as LucideCreditCard } from './icons/credit-card';
585
+ export { default as CreditCardCheckIcon, default as LucideCreditCardCheck } from './icons/credit-card-check';
586
+ export { default as CreditCardMinusIcon, default as LucideCreditCardMinus } from './icons/credit-card-minus';
587
+ export { default as CreditCardPlusIcon, default as LucideCreditCardPlus } from './icons/credit-card-plus';
588
+ export { default as CreditCardXIcon, default as LucideCreditCardX } from './icons/credit-card-x';
585
589
  export { default as CroissantIcon, default as LucideCroissant } from './icons/croissant';
586
590
  export { default as CropIcon, default as LucideCrop } from './icons/crop';
587
591
  export { default as CrossIcon, default as LucideCross } from './icons/cross';
@@ -1163,6 +1167,7 @@ export { default as MessageCircleIcon, default as LucideMessageCircle } from './
1163
1167
  export { default as MessageCircleCheckIcon, default as LucideMessageCircleCheck } from './icons/message-circle-check';
1164
1168
  export { default as MessageCircleCodeIcon, default as LucideMessageCircleCode } from './icons/message-circle-code';
1165
1169
  export { default as MessageCircleDashedIcon, default as LucideMessageCircleDashed } from './icons/message-circle-dashed';
1170
+ export { default as MessageCircleDashedCheckIcon, default as LucideMessageCircleDashedCheck } from './icons/message-circle-dashed-check';
1166
1171
  export { default as MessageCircleHeartIcon, default as LucideMessageCircleHeart } from './icons/message-circle-heart';
1167
1172
  export { default as MessageCircleMoreIcon, default as LucideMessageCircleMore } from './icons/message-circle-more';
1168
1173
  export { default as MessageCircleOffIcon, default as LucideMessageCircleOff } from './icons/message-circle-off';
@@ -1399,6 +1404,9 @@ export { default as PlayIcon, default as LucidePlay } from './icons/play';
1399
1404
  export { default as PlayCircleIcon, default as LucidePlayCircle } from './icons/play-circle';
1400
1405
  export { default as PlayOffIcon, default as LucidePlayOff } from './icons/play-off';
1401
1406
  export { default as PlaySquareIcon, default as LucidePlaySquare } from './icons/play-square';
1407
+ export { default as PlayingCardIcon, default as LucidePlayingCard } from './icons/playing-card';
1408
+ export { default as PlayingCardsIcon, default as LucidePlayingCards } from './icons/playing-cards';
1409
+ export { default as PlayingCardsFanIcon, default as LucidePlayingCardsFan } from './icons/playing-cards-fan';
1402
1410
  export { default as PlugIcon, default as LucidePlug } from './icons/plug';
1403
1411
  export { default as Plug2Icon, default as LucidePlug2 } from './icons/plug2';
1404
1412
  export { default as PlugZapIcon, default as LucidePlugZap } from './icons/plug-zap';
@@ -1478,6 +1486,7 @@ export { default as RewindIcon, default as LucideRewind } from './icons/rewind';
1478
1486
  export { default as RibbonIcon, default as LucideRibbon } from './icons/ribbon';
1479
1487
  export { default as RoadIcon, default as LucideRoad } from './icons/road';
1480
1488
  export { default as RobotArmIcon, default as LucideRobotArm } from './icons/robot-arm';
1489
+ export { default as RobotVacuumIcon, default as LucideRobotVacuum } from './icons/robot-vacuum';
1481
1490
  export { default as RocketIcon, default as LucideRocket } from './icons/rocket';
1482
1491
  export { default as RockingChairIcon, default as LucideRockingChair } from './icons/rocking-chair';
1483
1492
  export { default as RollerCoasterIcon, default as LucideRollerCoaster } from './icons/roller-coaster';
@@ -1947,6 +1956,7 @@ export { default as UtilityPoleIcon, default as LucideUtilityPole } from './icon
1947
1956
  export { default as VanIcon, default as LucideVan } from './icons/van';
1948
1957
  export { default as VariableIcon, default as LucideVariable } from './icons/variable';
1949
1958
  export { default as VaultIcon, default as LucideVault } from './icons/vault';
1959
+ export { default as VectorPolygonIcon, default as LucideVectorPolygon } from './icons/vector-polygon';
1950
1960
  export { default as VectorSquareIcon, default as LucideVectorSquare } from './icons/vector-square';
1951
1961
  export { default as VeganIcon, default as LucideVegan } from './icons/vegan';
1952
1962
  export { default as VenetianMaskIcon, default as LucideVenetianMask } from './icons/venetian-mask';
package/esm/index.web.js CHANGED
@@ -582,6 +582,10 @@ export { default as CornerUpRightIcon, default as LucideCornerUpRight } from './
582
582
  export { default as CpuIcon, default as LucideCpu } from './icons/cpu.web';
583
583
  export { default as CreativeCommonsIcon, default as LucideCreativeCommons } from './icons/creative-commons.web';
584
584
  export { default as CreditCardIcon, default as LucideCreditCard } from './icons/credit-card.web';
585
+ export { default as CreditCardCheckIcon, default as LucideCreditCardCheck } from './icons/credit-card-check.web';
586
+ export { default as CreditCardMinusIcon, default as LucideCreditCardMinus } from './icons/credit-card-minus.web';
587
+ export { default as CreditCardPlusIcon, default as LucideCreditCardPlus } from './icons/credit-card-plus.web';
588
+ export { default as CreditCardXIcon, default as LucideCreditCardX } from './icons/credit-card-x.web';
585
589
  export { default as CroissantIcon, default as LucideCroissant } from './icons/croissant.web';
586
590
  export { default as CropIcon, default as LucideCrop } from './icons/crop.web';
587
591
  export { default as CrossIcon, default as LucideCross } from './icons/cross.web';
@@ -1163,6 +1167,7 @@ export { default as MessageCircleIcon, default as LucideMessageCircle } from './
1163
1167
  export { default as MessageCircleCheckIcon, default as LucideMessageCircleCheck } from './icons/message-circle-check.web';
1164
1168
  export { default as MessageCircleCodeIcon, default as LucideMessageCircleCode } from './icons/message-circle-code.web';
1165
1169
  export { default as MessageCircleDashedIcon, default as LucideMessageCircleDashed } from './icons/message-circle-dashed.web';
1170
+ export { default as MessageCircleDashedCheckIcon, default as LucideMessageCircleDashedCheck } from './icons/message-circle-dashed-check.web';
1166
1171
  export { default as MessageCircleHeartIcon, default as LucideMessageCircleHeart } from './icons/message-circle-heart.web';
1167
1172
  export { default as MessageCircleMoreIcon, default as LucideMessageCircleMore } from './icons/message-circle-more.web';
1168
1173
  export { default as MessageCircleOffIcon, default as LucideMessageCircleOff } from './icons/message-circle-off.web';
@@ -1399,6 +1404,9 @@ export { default as PlayIcon, default as LucidePlay } from './icons/play.web';
1399
1404
  export { default as PlayCircleIcon, default as LucidePlayCircle } from './icons/play-circle.web';
1400
1405
  export { default as PlayOffIcon, default as LucidePlayOff } from './icons/play-off.web';
1401
1406
  export { default as PlaySquareIcon, default as LucidePlaySquare } from './icons/play-square.web';
1407
+ export { default as PlayingCardIcon, default as LucidePlayingCard } from './icons/playing-card.web';
1408
+ export { default as PlayingCardsIcon, default as LucidePlayingCards } from './icons/playing-cards.web';
1409
+ export { default as PlayingCardsFanIcon, default as LucidePlayingCardsFan } from './icons/playing-cards-fan.web';
1402
1410
  export { default as PlugIcon, default as LucidePlug } from './icons/plug.web';
1403
1411
  export { default as Plug2Icon, default as LucidePlug2 } from './icons/plug2.web';
1404
1412
  export { default as PlugZapIcon, default as LucidePlugZap } from './icons/plug-zap.web';
@@ -1478,6 +1486,7 @@ export { default as RewindIcon, default as LucideRewind } from './icons/rewind.w
1478
1486
  export { default as RibbonIcon, default as LucideRibbon } from './icons/ribbon.web';
1479
1487
  export { default as RoadIcon, default as LucideRoad } from './icons/road.web';
1480
1488
  export { default as RobotArmIcon, default as LucideRobotArm } from './icons/robot-arm.web';
1489
+ export { default as RobotVacuumIcon, default as LucideRobotVacuum } from './icons/robot-vacuum.web';
1481
1490
  export { default as RocketIcon, default as LucideRocket } from './icons/rocket.web';
1482
1491
  export { default as RockingChairIcon, default as LucideRockingChair } from './icons/rocking-chair.web';
1483
1492
  export { default as RollerCoasterIcon, default as LucideRollerCoaster } from './icons/roller-coaster.web';
@@ -1947,6 +1956,7 @@ export { default as UtilityPoleIcon, default as LucideUtilityPole } from './icon
1947
1956
  export { default as VanIcon, default as LucideVan } from './icons/van.web';
1948
1957
  export { default as VariableIcon, default as LucideVariable } from './icons/variable.web';
1949
1958
  export { default as VaultIcon, default as LucideVault } from './icons/vault.web';
1959
+ export { default as VectorPolygonIcon, default as LucideVectorPolygon } from './icons/vector-polygon.web';
1950
1960
  export { default as VectorSquareIcon, default as LucideVectorSquare } from './icons/vector-square.web';
1951
1961
  export { default as VeganIcon, default as LucideVegan } from './icons/vegan.web';
1952
1962
  export { default as VenetianMaskIcon, default as LucideVenetianMask } from './icons/venetian-mask.web';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "lucide-nativewind",
3
3
  "description": "Lucide icons for React Native, with a ClassName prop for nativewind",
4
- "version": "1.35.0",
4
+ "version": "1.38.0",
5
5
  "packageManager": "yarn@4.5.2",
6
6
  "sideEffects": false,
7
7
  "author": "Alexander Nicholson",
@@ -23,8 +23,8 @@
23
23
  "mui"
24
24
  ],
25
25
  "dependencies": {
26
- "lucide-react-native": "1.35.0",
27
- "lucide-react": "1.35.0"
26
+ "lucide-react-native": "1.38.0",
27
+ "lucide-react": "1.38.0"
28
28
  },
29
29
  "main": "cjs/index.js",
30
30
  "module": "esm/index.js",
@@ -0,0 +1,5 @@
1
+ /**
2
+ * [CreditCardCheck on lucide.dev](https://lucide.dev/icons/credit-card-check)
3
+ */
4
+ declare const _default: (props: import("../iconWithClassName").LucidePropsWithClassName) => import("react").ReactNode;
5
+ export default _default;
@@ -0,0 +1,2 @@
1
+ import { CreditCardCheck } from "lucide-react";
2
+ export default CreditCardCheck;
@@ -0,0 +1,5 @@
1
+ /**
2
+ * [CreditCardMinus on lucide.dev](https://lucide.dev/icons/credit-card-minus)
3
+ */
4
+ declare const _default: (props: import("../iconWithClassName").LucidePropsWithClassName) => import("react").ReactNode;
5
+ export default _default;
@@ -0,0 +1,2 @@
1
+ import { CreditCardMinus } from "lucide-react";
2
+ export default CreditCardMinus;
@@ -0,0 +1,5 @@
1
+ /**
2
+ * [CreditCardPlus on lucide.dev](https://lucide.dev/icons/credit-card-plus)
3
+ */
4
+ declare const _default: (props: import("../iconWithClassName").LucidePropsWithClassName) => import("react").ReactNode;
5
+ export default _default;
@@ -0,0 +1,2 @@
1
+ import { CreditCardPlus } from "lucide-react";
2
+ export default CreditCardPlus;
@@ -0,0 +1,5 @@
1
+ /**
2
+ * [CreditCardX on lucide.dev](https://lucide.dev/icons/credit-card-x)
3
+ */
4
+ declare const _default: (props: import("../iconWithClassName").LucidePropsWithClassName) => import("react").ReactNode;
5
+ export default _default;
@@ -0,0 +1,2 @@
1
+ import { CreditCardX } from "lucide-react";
2
+ export default CreditCardX;
@@ -0,0 +1,5 @@
1
+ /**
2
+ * [MessageCircleDashedCheck on lucide.dev](https://lucide.dev/icons/message-circle-dashed-check)
3
+ */
4
+ declare const _default: (props: import("../iconWithClassName").LucidePropsWithClassName) => import("react").ReactNode;
5
+ export default _default;
@@ -0,0 +1,2 @@
1
+ import { MessageCircleDashedCheck } from "lucide-react";
2
+ export default MessageCircleDashedCheck;
@@ -0,0 +1,5 @@
1
+ /**
2
+ * [PlayingCard on lucide.dev](https://lucide.dev/icons/playing-card)
3
+ */
4
+ declare const _default: (props: import("../iconWithClassName").LucidePropsWithClassName) => import("react").ReactNode;
5
+ export default _default;
@@ -0,0 +1,2 @@
1
+ import { PlayingCard } from "lucide-react";
2
+ export default PlayingCard;
@@ -0,0 +1,5 @@
1
+ /**
2
+ * [PlayingCardsFan on lucide.dev](https://lucide.dev/icons/playing-cards-fan)
3
+ */
4
+ declare const _default: (props: import("../iconWithClassName").LucidePropsWithClassName) => import("react").ReactNode;
5
+ export default _default;
@@ -0,0 +1,2 @@
1
+ import { PlayingCardsFan } from "lucide-react";
2
+ export default PlayingCardsFan;
@@ -0,0 +1,5 @@
1
+ /**
2
+ * [PlayingCards on lucide.dev](https://lucide.dev/icons/playing-cards)
3
+ */
4
+ declare const _default: (props: import("../iconWithClassName").LucidePropsWithClassName) => import("react").ReactNode;
5
+ export default _default;
@@ -0,0 +1,2 @@
1
+ import { PlayingCards } from "lucide-react";
2
+ export default PlayingCards;
@@ -0,0 +1,5 @@
1
+ /**
2
+ * [RobotVacuum on lucide.dev](https://lucide.dev/icons/robot-vacuum)
3
+ */
4
+ declare const _default: (props: import("../iconWithClassName").LucidePropsWithClassName) => import("react").ReactNode;
5
+ export default _default;
@@ -0,0 +1,2 @@
1
+ import { RobotVacuum } from "lucide-react";
2
+ export default RobotVacuum;
@@ -0,0 +1,5 @@
1
+ /**
2
+ * [VectorPolygon on lucide.dev](https://lucide.dev/icons/vector-polygon)
3
+ */
4
+ declare const _default: (props: import("../iconWithClassName").LucidePropsWithClassName) => import("react").ReactNode;
5
+ export default _default;
@@ -0,0 +1,2 @@
1
+ import { VectorPolygon } from "lucide-react";
2
+ export default VectorPolygon;
package/types/index.d.ts CHANGED
@@ -582,6 +582,10 @@ export { default as CornerUpRightIcon, default as LucideCornerUpRight } from './
582
582
  export { default as CpuIcon, default as LucideCpu } from './icons/cpu';
583
583
  export { default as CreativeCommonsIcon, default as LucideCreativeCommons } from './icons/creative-commons';
584
584
  export { default as CreditCardIcon, default as LucideCreditCard } from './icons/credit-card';
585
+ export { default as CreditCardCheckIcon, default as LucideCreditCardCheck } from './icons/credit-card-check';
586
+ export { default as CreditCardMinusIcon, default as LucideCreditCardMinus } from './icons/credit-card-minus';
587
+ export { default as CreditCardPlusIcon, default as LucideCreditCardPlus } from './icons/credit-card-plus';
588
+ export { default as CreditCardXIcon, default as LucideCreditCardX } from './icons/credit-card-x';
585
589
  export { default as CroissantIcon, default as LucideCroissant } from './icons/croissant';
586
590
  export { default as CropIcon, default as LucideCrop } from './icons/crop';
587
591
  export { default as CrossIcon, default as LucideCross } from './icons/cross';
@@ -1163,6 +1167,7 @@ export { default as MessageCircleIcon, default as LucideMessageCircle } from './
1163
1167
  export { default as MessageCircleCheckIcon, default as LucideMessageCircleCheck } from './icons/message-circle-check';
1164
1168
  export { default as MessageCircleCodeIcon, default as LucideMessageCircleCode } from './icons/message-circle-code';
1165
1169
  export { default as MessageCircleDashedIcon, default as LucideMessageCircleDashed } from './icons/message-circle-dashed';
1170
+ export { default as MessageCircleDashedCheckIcon, default as LucideMessageCircleDashedCheck } from './icons/message-circle-dashed-check';
1166
1171
  export { default as MessageCircleHeartIcon, default as LucideMessageCircleHeart } from './icons/message-circle-heart';
1167
1172
  export { default as MessageCircleMoreIcon, default as LucideMessageCircleMore } from './icons/message-circle-more';
1168
1173
  export { default as MessageCircleOffIcon, default as LucideMessageCircleOff } from './icons/message-circle-off';
@@ -1399,6 +1404,9 @@ export { default as PlayIcon, default as LucidePlay } from './icons/play';
1399
1404
  export { default as PlayCircleIcon, default as LucidePlayCircle } from './icons/play-circle';
1400
1405
  export { default as PlayOffIcon, default as LucidePlayOff } from './icons/play-off';
1401
1406
  export { default as PlaySquareIcon, default as LucidePlaySquare } from './icons/play-square';
1407
+ export { default as PlayingCardIcon, default as LucidePlayingCard } from './icons/playing-card';
1408
+ export { default as PlayingCardsIcon, default as LucidePlayingCards } from './icons/playing-cards';
1409
+ export { default as PlayingCardsFanIcon, default as LucidePlayingCardsFan } from './icons/playing-cards-fan';
1402
1410
  export { default as PlugIcon, default as LucidePlug } from './icons/plug';
1403
1411
  export { default as Plug2Icon, default as LucidePlug2 } from './icons/plug2';
1404
1412
  export { default as PlugZapIcon, default as LucidePlugZap } from './icons/plug-zap';
@@ -1478,6 +1486,7 @@ export { default as RewindIcon, default as LucideRewind } from './icons/rewind';
1478
1486
  export { default as RibbonIcon, default as LucideRibbon } from './icons/ribbon';
1479
1487
  export { default as RoadIcon, default as LucideRoad } from './icons/road';
1480
1488
  export { default as RobotArmIcon, default as LucideRobotArm } from './icons/robot-arm';
1489
+ export { default as RobotVacuumIcon, default as LucideRobotVacuum } from './icons/robot-vacuum';
1481
1490
  export { default as RocketIcon, default as LucideRocket } from './icons/rocket';
1482
1491
  export { default as RockingChairIcon, default as LucideRockingChair } from './icons/rocking-chair';
1483
1492
  export { default as RollerCoasterIcon, default as LucideRollerCoaster } from './icons/roller-coaster';
@@ -1947,6 +1956,7 @@ export { default as UtilityPoleIcon, default as LucideUtilityPole } from './icon
1947
1956
  export { default as VanIcon, default as LucideVan } from './icons/van';
1948
1957
  export { default as VariableIcon, default as LucideVariable } from './icons/variable';
1949
1958
  export { default as VaultIcon, default as LucideVault } from './icons/vault';
1959
+ export { default as VectorPolygonIcon, default as LucideVectorPolygon } from './icons/vector-polygon';
1950
1960
  export { default as VectorSquareIcon, default as LucideVectorSquare } from './icons/vector-square';
1951
1961
  export { default as VeganIcon, default as LucideVegan } from './icons/vegan';
1952
1962
  export { default as VenetianMaskIcon, default as LucideVenetianMask } from './icons/venetian-mask';
@@ -582,6 +582,10 @@ export { default as CornerUpRightIcon, default as LucideCornerUpRight } from './
582
582
  export { default as CpuIcon, default as LucideCpu } from './icons/cpu.web';
583
583
  export { default as CreativeCommonsIcon, default as LucideCreativeCommons } from './icons/creative-commons.web';
584
584
  export { default as CreditCardIcon, default as LucideCreditCard } from './icons/credit-card.web';
585
+ export { default as CreditCardCheckIcon, default as LucideCreditCardCheck } from './icons/credit-card-check.web';
586
+ export { default as CreditCardMinusIcon, default as LucideCreditCardMinus } from './icons/credit-card-minus.web';
587
+ export { default as CreditCardPlusIcon, default as LucideCreditCardPlus } from './icons/credit-card-plus.web';
588
+ export { default as CreditCardXIcon, default as LucideCreditCardX } from './icons/credit-card-x.web';
585
589
  export { default as CroissantIcon, default as LucideCroissant } from './icons/croissant.web';
586
590
  export { default as CropIcon, default as LucideCrop } from './icons/crop.web';
587
591
  export { default as CrossIcon, default as LucideCross } from './icons/cross.web';
@@ -1163,6 +1167,7 @@ export { default as MessageCircleIcon, default as LucideMessageCircle } from './
1163
1167
  export { default as MessageCircleCheckIcon, default as LucideMessageCircleCheck } from './icons/message-circle-check.web';
1164
1168
  export { default as MessageCircleCodeIcon, default as LucideMessageCircleCode } from './icons/message-circle-code.web';
1165
1169
  export { default as MessageCircleDashedIcon, default as LucideMessageCircleDashed } from './icons/message-circle-dashed.web';
1170
+ export { default as MessageCircleDashedCheckIcon, default as LucideMessageCircleDashedCheck } from './icons/message-circle-dashed-check.web';
1166
1171
  export { default as MessageCircleHeartIcon, default as LucideMessageCircleHeart } from './icons/message-circle-heart.web';
1167
1172
  export { default as MessageCircleMoreIcon, default as LucideMessageCircleMore } from './icons/message-circle-more.web';
1168
1173
  export { default as MessageCircleOffIcon, default as LucideMessageCircleOff } from './icons/message-circle-off.web';
@@ -1399,6 +1404,9 @@ export { default as PlayIcon, default as LucidePlay } from './icons/play.web';
1399
1404
  export { default as PlayCircleIcon, default as LucidePlayCircle } from './icons/play-circle.web';
1400
1405
  export { default as PlayOffIcon, default as LucidePlayOff } from './icons/play-off.web';
1401
1406
  export { default as PlaySquareIcon, default as LucidePlaySquare } from './icons/play-square.web';
1407
+ export { default as PlayingCardIcon, default as LucidePlayingCard } from './icons/playing-card.web';
1408
+ export { default as PlayingCardsIcon, default as LucidePlayingCards } from './icons/playing-cards.web';
1409
+ export { default as PlayingCardsFanIcon, default as LucidePlayingCardsFan } from './icons/playing-cards-fan.web';
1402
1410
  export { default as PlugIcon, default as LucidePlug } from './icons/plug.web';
1403
1411
  export { default as Plug2Icon, default as LucidePlug2 } from './icons/plug2.web';
1404
1412
  export { default as PlugZapIcon, default as LucidePlugZap } from './icons/plug-zap.web';
@@ -1478,6 +1486,7 @@ export { default as RewindIcon, default as LucideRewind } from './icons/rewind.w
1478
1486
  export { default as RibbonIcon, default as LucideRibbon } from './icons/ribbon.web';
1479
1487
  export { default as RoadIcon, default as LucideRoad } from './icons/road.web';
1480
1488
  export { default as RobotArmIcon, default as LucideRobotArm } from './icons/robot-arm.web';
1489
+ export { default as RobotVacuumIcon, default as LucideRobotVacuum } from './icons/robot-vacuum.web';
1481
1490
  export { default as RocketIcon, default as LucideRocket } from './icons/rocket.web';
1482
1491
  export { default as RockingChairIcon, default as LucideRockingChair } from './icons/rocking-chair.web';
1483
1492
  export { default as RollerCoasterIcon, default as LucideRollerCoaster } from './icons/roller-coaster.web';
@@ -1947,6 +1956,7 @@ export { default as UtilityPoleIcon, default as LucideUtilityPole } from './icon
1947
1956
  export { default as VanIcon, default as LucideVan } from './icons/van.web';
1948
1957
  export { default as VariableIcon, default as LucideVariable } from './icons/variable.web';
1949
1958
  export { default as VaultIcon, default as LucideVault } from './icons/vault.web';
1959
+ export { default as VectorPolygonIcon, default as LucideVectorPolygon } from './icons/vector-polygon.web';
1950
1960
  export { default as VectorSquareIcon, default as LucideVectorSquare } from './icons/vector-square.web';
1951
1961
  export { default as VeganIcon, default as LucideVegan } from './icons/vegan.web';
1952
1962
  export { default as VenetianMaskIcon, default as LucideVenetianMask } from './icons/venetian-mask.web';