lucide-nativewind 1.12.0 → 1.14.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.
@@ -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
+ * [RepeatOff on lucide.dev](https://lucide.dev/icons/repeat-off)
12
+ */
13
+ var _default = exports["default"] = (0, _iconWithClassName["default"])(_lucideReactNative.RepeatOff);
@@ -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.RepeatOff;
@@ -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
+ * [WavesHorizontal on lucide.dev](https://lucide.dev/icons/waves-horizontal)
12
+ */
13
+ var _default = exports["default"] = (0, _iconWithClassName["default"])(_lucideReactNative.WavesHorizontal);
@@ -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.WavesHorizontal;
@@ -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
+ * [WavesVertical on lucide.dev](https://lucide.dev/icons/waves-vertical)
12
+ */
13
+ var _default = exports["default"] = (0, _iconWithClassName["default"])(_lucideReactNative.WavesVertical);
@@ -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.WavesVertical;
package/cjs/index.js CHANGED
@@ -14961,6 +14961,12 @@ Object.defineProperty(exports, "LucideRepeat2", {
14961
14961
  return _repeat3["default"];
14962
14962
  }
14963
14963
  });
14964
+ Object.defineProperty(exports, "LucideRepeatOff", {
14965
+ enumerable: true,
14966
+ get: function get() {
14967
+ return _repeatOff["default"];
14968
+ }
14969
+ });
14964
14970
  Object.defineProperty(exports, "LucideReplace", {
14965
14971
  enumerable: true,
14966
14972
  get: function get() {
@@ -17835,12 +17841,24 @@ Object.defineProperty(exports, "LucideWavesArrowUp", {
17835
17841
  return _wavesArrowUp["default"];
17836
17842
  }
17837
17843
  });
17844
+ Object.defineProperty(exports, "LucideWavesHorizontal", {
17845
+ enumerable: true,
17846
+ get: function get() {
17847
+ return _wavesHorizontal["default"];
17848
+ }
17849
+ });
17838
17850
  Object.defineProperty(exports, "LucideWavesLadder", {
17839
17851
  enumerable: true,
17840
17852
  get: function get() {
17841
17853
  return _wavesLadder["default"];
17842
17854
  }
17843
17855
  });
17856
+ Object.defineProperty(exports, "LucideWavesVertical", {
17857
+ enumerable: true,
17858
+ get: function get() {
17859
+ return _wavesVertical["default"];
17860
+ }
17861
+ });
17844
17862
  Object.defineProperty(exports, "LucideWaypoints", {
17845
17863
  enumerable: true,
17846
17864
  get: function get() {
@@ -20181,6 +20199,12 @@ Object.defineProperty(exports, "RepeatIcon", {
20181
20199
  return _repeat["default"];
20182
20200
  }
20183
20201
  });
20202
+ Object.defineProperty(exports, "RepeatOffIcon", {
20203
+ enumerable: true,
20204
+ get: function get() {
20205
+ return _repeatOff["default"];
20206
+ }
20207
+ });
20184
20208
  Object.defineProperty(exports, "ReplaceAllIcon", {
20185
20209
  enumerable: true,
20186
20210
  get: function get() {
@@ -23049,6 +23073,12 @@ Object.defineProperty(exports, "WavesArrowUpIcon", {
23049
23073
  return _wavesArrowUp["default"];
23050
23074
  }
23051
23075
  });
23076
+ Object.defineProperty(exports, "WavesHorizontalIcon", {
23077
+ enumerable: true,
23078
+ get: function get() {
23079
+ return _wavesHorizontal["default"];
23080
+ }
23081
+ });
23052
23082
  Object.defineProperty(exports, "WavesIcon", {
23053
23083
  enumerable: true,
23054
23084
  get: function get() {
@@ -23061,6 +23091,12 @@ Object.defineProperty(exports, "WavesLadderIcon", {
23061
23091
  return _wavesLadder["default"];
23062
23092
  }
23063
23093
  });
23094
+ Object.defineProperty(exports, "WavesVerticalIcon", {
23095
+ enumerable: true,
23096
+ get: function get() {
23097
+ return _wavesVertical["default"];
23098
+ }
23099
+ });
23064
23100
  Object.defineProperty(exports, "WaypointsIcon", {
23065
23101
  enumerable: true,
23066
23102
  get: function get() {
@@ -24763,6 +24799,7 @@ var _removeFormatting = _interopRequireDefault(require("./icons/remove-formattin
24763
24799
  var _repeat = _interopRequireDefault(require("./icons/repeat"));
24764
24800
  var _repeat2 = _interopRequireDefault(require("./icons/repeat1"));
24765
24801
  var _repeat3 = _interopRequireDefault(require("./icons/repeat2"));
24802
+ var _repeatOff = _interopRequireDefault(require("./icons/repeat-off"));
24766
24803
  var _replace = _interopRequireDefault(require("./icons/replace"));
24767
24804
  var _replaceAll = _interopRequireDefault(require("./icons/replace-all"));
24768
24805
  var _reply = _interopRequireDefault(require("./icons/reply"));
@@ -25242,7 +25279,9 @@ var _watch = _interopRequireDefault(require("./icons/watch"));
25242
25279
  var _waves = _interopRequireDefault(require("./icons/waves"));
25243
25280
  var _wavesArrowDown = _interopRequireDefault(require("./icons/waves-arrow-down"));
25244
25281
  var _wavesArrowUp = _interopRequireDefault(require("./icons/waves-arrow-up"));
25282
+ var _wavesHorizontal = _interopRequireDefault(require("./icons/waves-horizontal"));
25245
25283
  var _wavesLadder = _interopRequireDefault(require("./icons/waves-ladder"));
25284
+ var _wavesVertical = _interopRequireDefault(require("./icons/waves-vertical"));
25246
25285
  var _waypoints = _interopRequireDefault(require("./icons/waypoints"));
25247
25286
  var _webcam = _interopRequireDefault(require("./icons/webcam"));
25248
25287
  var _webhook = _interopRequireDefault(require("./icons/webhook"));
package/cjs/index.web.js CHANGED
@@ -14961,6 +14961,12 @@ Object.defineProperty(exports, "LucideRepeat2", {
14961
14961
  return _repeat3["default"];
14962
14962
  }
14963
14963
  });
14964
+ Object.defineProperty(exports, "LucideRepeatOff", {
14965
+ enumerable: true,
14966
+ get: function get() {
14967
+ return _repeatOff["default"];
14968
+ }
14969
+ });
14964
14970
  Object.defineProperty(exports, "LucideReplace", {
14965
14971
  enumerable: true,
14966
14972
  get: function get() {
@@ -17835,12 +17841,24 @@ Object.defineProperty(exports, "LucideWavesArrowUp", {
17835
17841
  return _wavesArrowUp["default"];
17836
17842
  }
17837
17843
  });
17844
+ Object.defineProperty(exports, "LucideWavesHorizontal", {
17845
+ enumerable: true,
17846
+ get: function get() {
17847
+ return _wavesHorizontal["default"];
17848
+ }
17849
+ });
17838
17850
  Object.defineProperty(exports, "LucideWavesLadder", {
17839
17851
  enumerable: true,
17840
17852
  get: function get() {
17841
17853
  return _wavesLadder["default"];
17842
17854
  }
17843
17855
  });
17856
+ Object.defineProperty(exports, "LucideWavesVertical", {
17857
+ enumerable: true,
17858
+ get: function get() {
17859
+ return _wavesVertical["default"];
17860
+ }
17861
+ });
17844
17862
  Object.defineProperty(exports, "LucideWaypoints", {
17845
17863
  enumerable: true,
17846
17864
  get: function get() {
@@ -20181,6 +20199,12 @@ Object.defineProperty(exports, "RepeatIcon", {
20181
20199
  return _repeat["default"];
20182
20200
  }
20183
20201
  });
20202
+ Object.defineProperty(exports, "RepeatOffIcon", {
20203
+ enumerable: true,
20204
+ get: function get() {
20205
+ return _repeatOff["default"];
20206
+ }
20207
+ });
20184
20208
  Object.defineProperty(exports, "ReplaceAllIcon", {
20185
20209
  enumerable: true,
20186
20210
  get: function get() {
@@ -23049,6 +23073,12 @@ Object.defineProperty(exports, "WavesArrowUpIcon", {
23049
23073
  return _wavesArrowUp["default"];
23050
23074
  }
23051
23075
  });
23076
+ Object.defineProperty(exports, "WavesHorizontalIcon", {
23077
+ enumerable: true,
23078
+ get: function get() {
23079
+ return _wavesHorizontal["default"];
23080
+ }
23081
+ });
23052
23082
  Object.defineProperty(exports, "WavesIcon", {
23053
23083
  enumerable: true,
23054
23084
  get: function get() {
@@ -23061,6 +23091,12 @@ Object.defineProperty(exports, "WavesLadderIcon", {
23061
23091
  return _wavesLadder["default"];
23062
23092
  }
23063
23093
  });
23094
+ Object.defineProperty(exports, "WavesVerticalIcon", {
23095
+ enumerable: true,
23096
+ get: function get() {
23097
+ return _wavesVertical["default"];
23098
+ }
23099
+ });
23064
23100
  Object.defineProperty(exports, "WaypointsIcon", {
23065
23101
  enumerable: true,
23066
23102
  get: function get() {
@@ -24757,6 +24793,7 @@ var _removeFormatting = _interopRequireDefault(require("./icons/remove-formattin
24757
24793
  var _repeat = _interopRequireDefault(require("./icons/repeat.web"));
24758
24794
  var _repeat2 = _interopRequireDefault(require("./icons/repeat1.web"));
24759
24795
  var _repeat3 = _interopRequireDefault(require("./icons/repeat2.web"));
24796
+ var _repeatOff = _interopRequireDefault(require("./icons/repeat-off.web"));
24760
24797
  var _replace = _interopRequireDefault(require("./icons/replace.web"));
24761
24798
  var _replaceAll = _interopRequireDefault(require("./icons/replace-all.web"));
24762
24799
  var _reply = _interopRequireDefault(require("./icons/reply.web"));
@@ -25236,7 +25273,9 @@ var _watch = _interopRequireDefault(require("./icons/watch.web"));
25236
25273
  var _waves = _interopRequireDefault(require("./icons/waves.web"));
25237
25274
  var _wavesArrowDown = _interopRequireDefault(require("./icons/waves-arrow-down.web"));
25238
25275
  var _wavesArrowUp = _interopRequireDefault(require("./icons/waves-arrow-up.web"));
25276
+ var _wavesHorizontal = _interopRequireDefault(require("./icons/waves-horizontal.web"));
25239
25277
  var _wavesLadder = _interopRequireDefault(require("./icons/waves-ladder.web"));
25278
+ var _wavesVertical = _interopRequireDefault(require("./icons/waves-vertical.web"));
25240
25279
  var _waypoints = _interopRequireDefault(require("./icons/waypoints.web"));
25241
25280
  var _webcam = _interopRequireDefault(require("./icons/webcam.web"));
25242
25281
  var _webhook = _interopRequireDefault(require("./icons/webhook.web"));
@@ -0,0 +1,7 @@
1
+ import { RepeatOff } from "lucide-react-native";
2
+ import iconWithClassName from '../iconWithClassName';
3
+ /**
4
+ * [RepeatOff on lucide.dev](https://lucide.dev/icons/repeat-off)
5
+ */
6
+
7
+ export default iconWithClassName(RepeatOff);
@@ -0,0 +1,2 @@
1
+ import { RepeatOff } from "lucide-react";
2
+ export default RepeatOff;
@@ -0,0 +1,7 @@
1
+ import { WavesHorizontal } from "lucide-react-native";
2
+ import iconWithClassName from '../iconWithClassName';
3
+ /**
4
+ * [WavesHorizontal on lucide.dev](https://lucide.dev/icons/waves-horizontal)
5
+ */
6
+
7
+ export default iconWithClassName(WavesHorizontal);
@@ -0,0 +1,2 @@
1
+ import { WavesHorizontal } from "lucide-react";
2
+ export default WavesHorizontal;
@@ -0,0 +1,7 @@
1
+ import { WavesVertical } from "lucide-react-native";
2
+ import iconWithClassName from '../iconWithClassName';
3
+ /**
4
+ * [WavesVertical on lucide.dev](https://lucide.dev/icons/waves-vertical)
5
+ */
6
+
7
+ export default iconWithClassName(WavesVertical);
@@ -0,0 +1,2 @@
1
+ import { WavesVertical } from "lucide-react";
2
+ export default WavesVertical;
package/esm/index.js CHANGED
@@ -1416,6 +1416,7 @@ export { default as RemoveFormattingIcon, default as LucideRemoveFormatting } fr
1416
1416
  export { default as RepeatIcon, default as LucideRepeat } from './icons/repeat';
1417
1417
  export { default as Repeat1Icon, default as LucideRepeat1 } from './icons/repeat1';
1418
1418
  export { default as Repeat2Icon, default as LucideRepeat2 } from './icons/repeat2';
1419
+ export { default as RepeatOffIcon, default as LucideRepeatOff } from './icons/repeat-off';
1419
1420
  export { default as ReplaceIcon, default as LucideReplace } from './icons/replace';
1420
1421
  export { default as ReplaceAllIcon, default as LucideReplaceAll } from './icons/replace-all';
1421
1422
  export { default as ReplyIcon, default as LucideReply } from './icons/reply';
@@ -1895,7 +1896,9 @@ export { default as WatchIcon, default as LucideWatch } from './icons/watch';
1895
1896
  export { default as WavesIcon, default as LucideWaves } from './icons/waves';
1896
1897
  export { default as WavesArrowDownIcon, default as LucideWavesArrowDown } from './icons/waves-arrow-down';
1897
1898
  export { default as WavesArrowUpIcon, default as LucideWavesArrowUp } from './icons/waves-arrow-up';
1899
+ export { default as WavesHorizontalIcon, default as LucideWavesHorizontal } from './icons/waves-horizontal';
1898
1900
  export { default as WavesLadderIcon, default as LucideWavesLadder } from './icons/waves-ladder';
1901
+ export { default as WavesVerticalIcon, default as LucideWavesVertical } from './icons/waves-vertical';
1899
1902
  export { default as WaypointsIcon, default as LucideWaypoints } from './icons/waypoints';
1900
1903
  export { default as WebcamIcon, default as LucideWebcam } from './icons/webcam';
1901
1904
  export { default as WebhookIcon, default as LucideWebhook } from './icons/webhook';
package/esm/index.web.js CHANGED
@@ -1416,6 +1416,7 @@ export { default as RemoveFormattingIcon, default as LucideRemoveFormatting } fr
1416
1416
  export { default as RepeatIcon, default as LucideRepeat } from './icons/repeat.web';
1417
1417
  export { default as Repeat1Icon, default as LucideRepeat1 } from './icons/repeat1.web';
1418
1418
  export { default as Repeat2Icon, default as LucideRepeat2 } from './icons/repeat2.web';
1419
+ export { default as RepeatOffIcon, default as LucideRepeatOff } from './icons/repeat-off.web';
1419
1420
  export { default as ReplaceIcon, default as LucideReplace } from './icons/replace.web';
1420
1421
  export { default as ReplaceAllIcon, default as LucideReplaceAll } from './icons/replace-all.web';
1421
1422
  export { default as ReplyIcon, default as LucideReply } from './icons/reply.web';
@@ -1895,7 +1896,9 @@ export { default as WatchIcon, default as LucideWatch } from './icons/watch.web'
1895
1896
  export { default as WavesIcon, default as LucideWaves } from './icons/waves.web';
1896
1897
  export { default as WavesArrowDownIcon, default as LucideWavesArrowDown } from './icons/waves-arrow-down.web';
1897
1898
  export { default as WavesArrowUpIcon, default as LucideWavesArrowUp } from './icons/waves-arrow-up.web';
1899
+ export { default as WavesHorizontalIcon, default as LucideWavesHorizontal } from './icons/waves-horizontal.web';
1898
1900
  export { default as WavesLadderIcon, default as LucideWavesLadder } from './icons/waves-ladder.web';
1901
+ export { default as WavesVerticalIcon, default as LucideWavesVertical } from './icons/waves-vertical.web';
1899
1902
  export { default as WaypointsIcon, default as LucideWaypoints } from './icons/waypoints.web';
1900
1903
  export { default as WebcamIcon, default as LucideWebcam } from './icons/webcam.web';
1901
1904
  export { default as WebhookIcon, default as LucideWebhook } from './icons/webhook.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.12.0",
4
+ "version": "1.14.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.12.0",
27
- "lucide-react": "1.12.0"
26
+ "lucide-react-native": "1.14.0",
27
+ "lucide-react": "1.14.0"
28
28
  },
29
29
  "main": "cjs/index.js",
30
30
  "module": "esm/index.js",
@@ -0,0 +1,5 @@
1
+ /**
2
+ * [RepeatOff on lucide.dev](https://lucide.dev/icons/repeat-off)
3
+ */
4
+ declare const _default: (props: import("../iconWithClassName").LucidePropsWithClassName) => import("react").ReactNode;
5
+ export default _default;
@@ -0,0 +1,2 @@
1
+ import { RepeatOff } from "lucide-react";
2
+ export default RepeatOff;
@@ -0,0 +1,5 @@
1
+ /**
2
+ * [WavesHorizontal on lucide.dev](https://lucide.dev/icons/waves-horizontal)
3
+ */
4
+ declare const _default: (props: import("../iconWithClassName").LucidePropsWithClassName) => import("react").ReactNode;
5
+ export default _default;
@@ -0,0 +1,2 @@
1
+ import { WavesHorizontal } from "lucide-react";
2
+ export default WavesHorizontal;
@@ -0,0 +1,5 @@
1
+ /**
2
+ * [WavesVertical on lucide.dev](https://lucide.dev/icons/waves-vertical)
3
+ */
4
+ declare const _default: (props: import("../iconWithClassName").LucidePropsWithClassName) => import("react").ReactNode;
5
+ export default _default;
@@ -0,0 +1,2 @@
1
+ import { WavesVertical } from "lucide-react";
2
+ export default WavesVertical;
package/types/index.d.ts CHANGED
@@ -1416,6 +1416,7 @@ export { default as RemoveFormattingIcon, default as LucideRemoveFormatting } fr
1416
1416
  export { default as RepeatIcon, default as LucideRepeat } from './icons/repeat';
1417
1417
  export { default as Repeat1Icon, default as LucideRepeat1 } from './icons/repeat1';
1418
1418
  export { default as Repeat2Icon, default as LucideRepeat2 } from './icons/repeat2';
1419
+ export { default as RepeatOffIcon, default as LucideRepeatOff } from './icons/repeat-off';
1419
1420
  export { default as ReplaceIcon, default as LucideReplace } from './icons/replace';
1420
1421
  export { default as ReplaceAllIcon, default as LucideReplaceAll } from './icons/replace-all';
1421
1422
  export { default as ReplyIcon, default as LucideReply } from './icons/reply';
@@ -1895,7 +1896,9 @@ export { default as WatchIcon, default as LucideWatch } from './icons/watch';
1895
1896
  export { default as WavesIcon, default as LucideWaves } from './icons/waves';
1896
1897
  export { default as WavesArrowDownIcon, default as LucideWavesArrowDown } from './icons/waves-arrow-down';
1897
1898
  export { default as WavesArrowUpIcon, default as LucideWavesArrowUp } from './icons/waves-arrow-up';
1899
+ export { default as WavesHorizontalIcon, default as LucideWavesHorizontal } from './icons/waves-horizontal';
1898
1900
  export { default as WavesLadderIcon, default as LucideWavesLadder } from './icons/waves-ladder';
1901
+ export { default as WavesVerticalIcon, default as LucideWavesVertical } from './icons/waves-vertical';
1899
1902
  export { default as WaypointsIcon, default as LucideWaypoints } from './icons/waypoints';
1900
1903
  export { default as WebcamIcon, default as LucideWebcam } from './icons/webcam';
1901
1904
  export { default as WebhookIcon, default as LucideWebhook } from './icons/webhook';
@@ -1416,6 +1416,7 @@ export { default as RemoveFormattingIcon, default as LucideRemoveFormatting } fr
1416
1416
  export { default as RepeatIcon, default as LucideRepeat } from './icons/repeat.web';
1417
1417
  export { default as Repeat1Icon, default as LucideRepeat1 } from './icons/repeat1.web';
1418
1418
  export { default as Repeat2Icon, default as LucideRepeat2 } from './icons/repeat2.web';
1419
+ export { default as RepeatOffIcon, default as LucideRepeatOff } from './icons/repeat-off.web';
1419
1420
  export { default as ReplaceIcon, default as LucideReplace } from './icons/replace.web';
1420
1421
  export { default as ReplaceAllIcon, default as LucideReplaceAll } from './icons/replace-all.web';
1421
1422
  export { default as ReplyIcon, default as LucideReply } from './icons/reply.web';
@@ -1895,7 +1896,9 @@ export { default as WatchIcon, default as LucideWatch } from './icons/watch.web'
1895
1896
  export { default as WavesIcon, default as LucideWaves } from './icons/waves.web';
1896
1897
  export { default as WavesArrowDownIcon, default as LucideWavesArrowDown } from './icons/waves-arrow-down.web';
1897
1898
  export { default as WavesArrowUpIcon, default as LucideWavesArrowUp } from './icons/waves-arrow-up.web';
1899
+ export { default as WavesHorizontalIcon, default as LucideWavesHorizontal } from './icons/waves-horizontal.web';
1898
1900
  export { default as WavesLadderIcon, default as LucideWavesLadder } from './icons/waves-ladder.web';
1901
+ export { default as WavesVerticalIcon, default as LucideWavesVertical } from './icons/waves-vertical.web';
1899
1902
  export { default as WaypointsIcon, default as LucideWaypoints } from './icons/waypoints.web';
1900
1903
  export { default as WebcamIcon, default as LucideWebcam } from './icons/webcam.web';
1901
1904
  export { default as WebhookIcon, default as LucideWebhook } from './icons/webhook.web';