lucide-nativewind 1.17.0 → 1.18.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
+ * [PlayOff on lucide.dev](https://lucide.dev/icons/play-off)
12
+ */
13
+ var _default = exports["default"] = (0, _iconWithClassName["default"])(_lucideReactNative.PlayOff);
@@ -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.PlayOff;
@@ -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
+ * [WebcamOff on lucide.dev](https://lucide.dev/icons/webcam-off)
12
+ */
13
+ var _default = exports["default"] = (0, _iconWithClassName["default"])(_lucideReactNative.WebcamOff);
@@ -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.WebcamOff;
package/cjs/index.js CHANGED
@@ -14583,6 +14583,12 @@ Object.defineProperty(exports, "LucidePlayCircle", {
14583
14583
  return _playCircle["default"];
14584
14584
  }
14585
14585
  });
14586
+ Object.defineProperty(exports, "LucidePlayOff", {
14587
+ enumerable: true,
14588
+ get: function get() {
14589
+ return _playOff["default"];
14590
+ }
14591
+ });
14586
14592
  Object.defineProperty(exports, "LucidePlaySquare", {
14587
14593
  enumerable: true,
14588
14594
  get: function get() {
@@ -17949,6 +17955,12 @@ Object.defineProperty(exports, "LucideWebcam", {
17949
17955
  return _webcam["default"];
17950
17956
  }
17951
17957
  });
17958
+ Object.defineProperty(exports, "LucideWebcamOff", {
17959
+ enumerable: true,
17960
+ get: function get() {
17961
+ return _webcamOff["default"];
17962
+ }
17963
+ });
17952
17964
  Object.defineProperty(exports, "LucideWebhook", {
17953
17965
  enumerable: true,
17954
17966
  get: function get() {
@@ -19863,6 +19875,12 @@ Object.defineProperty(exports, "PlayIcon", {
19863
19875
  return _play["default"];
19864
19876
  }
19865
19877
  });
19878
+ Object.defineProperty(exports, "PlayOffIcon", {
19879
+ enumerable: true,
19880
+ get: function get() {
19881
+ return _playOff["default"];
19882
+ }
19883
+ });
19866
19884
  Object.defineProperty(exports, "PlaySquareIcon", {
19867
19885
  enumerable: true,
19868
19886
  get: function get() {
@@ -23229,6 +23247,12 @@ Object.defineProperty(exports, "WebcamIcon", {
23229
23247
  return _webcam["default"];
23230
23248
  }
23231
23249
  });
23250
+ Object.defineProperty(exports, "WebcamOffIcon", {
23251
+ enumerable: true,
23252
+ get: function get() {
23253
+ return _webcamOff["default"];
23254
+ }
23255
+ });
23232
23256
  Object.defineProperty(exports, "WebhookIcon", {
23233
23257
  enumerable: true,
23234
23258
  get: function get() {
@@ -24853,6 +24877,7 @@ var _planeLanding = _interopRequireDefault(require("./icons/plane-landing"));
24853
24877
  var _planeTakeoff = _interopRequireDefault(require("./icons/plane-takeoff"));
24854
24878
  var _play = _interopRequireDefault(require("./icons/play"));
24855
24879
  var _playCircle = _interopRequireDefault(require("./icons/play-circle"));
24880
+ var _playOff = _interopRequireDefault(require("./icons/play-off"));
24856
24881
  var _playSquare = _interopRequireDefault(require("./icons/play-square"));
24857
24882
  var _plug = _interopRequireDefault(require("./icons/plug"));
24858
24883
  var _plug2 = _interopRequireDefault(require("./icons/plug2"));
@@ -25414,6 +25439,7 @@ var _wavesLadder = _interopRequireDefault(require("./icons/waves-ladder"));
25414
25439
  var _wavesVertical = _interopRequireDefault(require("./icons/waves-vertical"));
25415
25440
  var _waypoints = _interopRequireDefault(require("./icons/waypoints"));
25416
25441
  var _webcam = _interopRequireDefault(require("./icons/webcam"));
25442
+ var _webcamOff = _interopRequireDefault(require("./icons/webcam-off"));
25417
25443
  var _webhook = _interopRequireDefault(require("./icons/webhook"));
25418
25444
  var _webhookOff = _interopRequireDefault(require("./icons/webhook-off"));
25419
25445
  var _weight = _interopRequireDefault(require("./icons/weight"));
package/cjs/index.web.js CHANGED
@@ -14583,6 +14583,12 @@ Object.defineProperty(exports, "LucidePlayCircle", {
14583
14583
  return _playCircle["default"];
14584
14584
  }
14585
14585
  });
14586
+ Object.defineProperty(exports, "LucidePlayOff", {
14587
+ enumerable: true,
14588
+ get: function get() {
14589
+ return _playOff["default"];
14590
+ }
14591
+ });
14586
14592
  Object.defineProperty(exports, "LucidePlaySquare", {
14587
14593
  enumerable: true,
14588
14594
  get: function get() {
@@ -17949,6 +17955,12 @@ Object.defineProperty(exports, "LucideWebcam", {
17949
17955
  return _webcam["default"];
17950
17956
  }
17951
17957
  });
17958
+ Object.defineProperty(exports, "LucideWebcamOff", {
17959
+ enumerable: true,
17960
+ get: function get() {
17961
+ return _webcamOff["default"];
17962
+ }
17963
+ });
17952
17964
  Object.defineProperty(exports, "LucideWebhook", {
17953
17965
  enumerable: true,
17954
17966
  get: function get() {
@@ -19863,6 +19875,12 @@ Object.defineProperty(exports, "PlayIcon", {
19863
19875
  return _play["default"];
19864
19876
  }
19865
19877
  });
19878
+ Object.defineProperty(exports, "PlayOffIcon", {
19879
+ enumerable: true,
19880
+ get: function get() {
19881
+ return _playOff["default"];
19882
+ }
19883
+ });
19866
19884
  Object.defineProperty(exports, "PlaySquareIcon", {
19867
19885
  enumerable: true,
19868
19886
  get: function get() {
@@ -23229,6 +23247,12 @@ Object.defineProperty(exports, "WebcamIcon", {
23229
23247
  return _webcam["default"];
23230
23248
  }
23231
23249
  });
23250
+ Object.defineProperty(exports, "WebcamOffIcon", {
23251
+ enumerable: true,
23252
+ get: function get() {
23253
+ return _webcamOff["default"];
23254
+ }
23255
+ });
23232
23256
  Object.defineProperty(exports, "WebhookIcon", {
23233
23257
  enumerable: true,
23234
23258
  get: function get() {
@@ -24847,6 +24871,7 @@ var _planeLanding = _interopRequireDefault(require("./icons/plane-landing.web"))
24847
24871
  var _planeTakeoff = _interopRequireDefault(require("./icons/plane-takeoff.web"));
24848
24872
  var _play = _interopRequireDefault(require("./icons/play.web"));
24849
24873
  var _playCircle = _interopRequireDefault(require("./icons/play-circle.web"));
24874
+ var _playOff = _interopRequireDefault(require("./icons/play-off.web"));
24850
24875
  var _playSquare = _interopRequireDefault(require("./icons/play-square.web"));
24851
24876
  var _plug = _interopRequireDefault(require("./icons/plug.web"));
24852
24877
  var _plug2 = _interopRequireDefault(require("./icons/plug2.web"));
@@ -25408,6 +25433,7 @@ var _wavesLadder = _interopRequireDefault(require("./icons/waves-ladder.web"));
25408
25433
  var _wavesVertical = _interopRequireDefault(require("./icons/waves-vertical.web"));
25409
25434
  var _waypoints = _interopRequireDefault(require("./icons/waypoints.web"));
25410
25435
  var _webcam = _interopRequireDefault(require("./icons/webcam.web"));
25436
+ var _webcamOff = _interopRequireDefault(require("./icons/webcam-off.web"));
25411
25437
  var _webhook = _interopRequireDefault(require("./icons/webhook.web"));
25412
25438
  var _webhookOff = _interopRequireDefault(require("./icons/webhook-off.web"));
25413
25439
  var _weight = _interopRequireDefault(require("./icons/weight.web"));
@@ -0,0 +1,7 @@
1
+ import { PlayOff } from "lucide-react-native";
2
+ import iconWithClassName from '../iconWithClassName';
3
+ /**
4
+ * [PlayOff on lucide.dev](https://lucide.dev/icons/play-off)
5
+ */
6
+
7
+ export default iconWithClassName(PlayOff);
@@ -0,0 +1,2 @@
1
+ import { PlayOff } from "lucide-react";
2
+ export default PlayOff;
@@ -0,0 +1,7 @@
1
+ import { WebcamOff } from "lucide-react-native";
2
+ import iconWithClassName from '../iconWithClassName';
3
+ /**
4
+ * [WebcamOff on lucide.dev](https://lucide.dev/icons/webcam-off)
5
+ */
6
+
7
+ export default iconWithClassName(WebcamOff);
@@ -0,0 +1,2 @@
1
+ import { WebcamOff } from "lucide-react";
2
+ export default WebcamOff;
package/esm/index.js CHANGED
@@ -1350,6 +1350,7 @@ export { default as PlaneLandingIcon, default as LucidePlaneLanding } from './ic
1350
1350
  export { default as PlaneTakeoffIcon, default as LucidePlaneTakeoff } from './icons/plane-takeoff';
1351
1351
  export { default as PlayIcon, default as LucidePlay } from './icons/play';
1352
1352
  export { default as PlayCircleIcon, default as LucidePlayCircle } from './icons/play-circle';
1353
+ export { default as PlayOffIcon, default as LucidePlayOff } from './icons/play-off';
1353
1354
  export { default as PlaySquareIcon, default as LucidePlaySquare } from './icons/play-square';
1354
1355
  export { default as PlugIcon, default as LucidePlug } from './icons/plug';
1355
1356
  export { default as Plug2Icon, default as LucidePlug2 } from './icons/plug2';
@@ -1911,6 +1912,7 @@ export { default as WavesLadderIcon, default as LucideWavesLadder } from './icon
1911
1912
  export { default as WavesVerticalIcon, default as LucideWavesVertical } from './icons/waves-vertical';
1912
1913
  export { default as WaypointsIcon, default as LucideWaypoints } from './icons/waypoints';
1913
1914
  export { default as WebcamIcon, default as LucideWebcam } from './icons/webcam';
1915
+ export { default as WebcamOffIcon, default as LucideWebcamOff } from './icons/webcam-off';
1914
1916
  export { default as WebhookIcon, default as LucideWebhook } from './icons/webhook';
1915
1917
  export { default as WebhookOffIcon, default as LucideWebhookOff } from './icons/webhook-off';
1916
1918
  export { default as WeightIcon, default as LucideWeight } from './icons/weight';
package/esm/index.web.js CHANGED
@@ -1350,6 +1350,7 @@ export { default as PlaneLandingIcon, default as LucidePlaneLanding } from './ic
1350
1350
  export { default as PlaneTakeoffIcon, default as LucidePlaneTakeoff } from './icons/plane-takeoff.web';
1351
1351
  export { default as PlayIcon, default as LucidePlay } from './icons/play.web';
1352
1352
  export { default as PlayCircleIcon, default as LucidePlayCircle } from './icons/play-circle.web';
1353
+ export { default as PlayOffIcon, default as LucidePlayOff } from './icons/play-off.web';
1353
1354
  export { default as PlaySquareIcon, default as LucidePlaySquare } from './icons/play-square.web';
1354
1355
  export { default as PlugIcon, default as LucidePlug } from './icons/plug.web';
1355
1356
  export { default as Plug2Icon, default as LucidePlug2 } from './icons/plug2.web';
@@ -1911,6 +1912,7 @@ export { default as WavesLadderIcon, default as LucideWavesLadder } from './icon
1911
1912
  export { default as WavesVerticalIcon, default as LucideWavesVertical } from './icons/waves-vertical.web';
1912
1913
  export { default as WaypointsIcon, default as LucideWaypoints } from './icons/waypoints.web';
1913
1914
  export { default as WebcamIcon, default as LucideWebcam } from './icons/webcam.web';
1915
+ export { default as WebcamOffIcon, default as LucideWebcamOff } from './icons/webcam-off.web';
1914
1916
  export { default as WebhookIcon, default as LucideWebhook } from './icons/webhook.web';
1915
1917
  export { default as WebhookOffIcon, default as LucideWebhookOff } from './icons/webhook-off.web';
1916
1918
  export { default as WeightIcon, default as LucideWeight } from './icons/weight.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.17.0",
4
+ "version": "1.18.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.17.0",
27
- "lucide-react": "1.17.0"
26
+ "lucide-react-native": "1.18.0",
27
+ "lucide-react": "1.18.0"
28
28
  },
29
29
  "main": "cjs/index.js",
30
30
  "module": "esm/index.js",
@@ -0,0 +1,5 @@
1
+ /**
2
+ * [PlayOff on lucide.dev](https://lucide.dev/icons/play-off)
3
+ */
4
+ declare const _default: (props: import("../iconWithClassName").LucidePropsWithClassName) => import("react").ReactNode;
5
+ export default _default;
@@ -0,0 +1,2 @@
1
+ import { PlayOff } from "lucide-react";
2
+ export default PlayOff;
@@ -0,0 +1,5 @@
1
+ /**
2
+ * [WebcamOff on lucide.dev](https://lucide.dev/icons/webcam-off)
3
+ */
4
+ declare const _default: (props: import("../iconWithClassName").LucidePropsWithClassName) => import("react").ReactNode;
5
+ export default _default;
@@ -0,0 +1,2 @@
1
+ import { WebcamOff } from "lucide-react";
2
+ export default WebcamOff;
package/types/index.d.ts CHANGED
@@ -1350,6 +1350,7 @@ export { default as PlaneLandingIcon, default as LucidePlaneLanding } from './ic
1350
1350
  export { default as PlaneTakeoffIcon, default as LucidePlaneTakeoff } from './icons/plane-takeoff';
1351
1351
  export { default as PlayIcon, default as LucidePlay } from './icons/play';
1352
1352
  export { default as PlayCircleIcon, default as LucidePlayCircle } from './icons/play-circle';
1353
+ export { default as PlayOffIcon, default as LucidePlayOff } from './icons/play-off';
1353
1354
  export { default as PlaySquareIcon, default as LucidePlaySquare } from './icons/play-square';
1354
1355
  export { default as PlugIcon, default as LucidePlug } from './icons/plug';
1355
1356
  export { default as Plug2Icon, default as LucidePlug2 } from './icons/plug2';
@@ -1911,6 +1912,7 @@ export { default as WavesLadderIcon, default as LucideWavesLadder } from './icon
1911
1912
  export { default as WavesVerticalIcon, default as LucideWavesVertical } from './icons/waves-vertical';
1912
1913
  export { default as WaypointsIcon, default as LucideWaypoints } from './icons/waypoints';
1913
1914
  export { default as WebcamIcon, default as LucideWebcam } from './icons/webcam';
1915
+ export { default as WebcamOffIcon, default as LucideWebcamOff } from './icons/webcam-off';
1914
1916
  export { default as WebhookIcon, default as LucideWebhook } from './icons/webhook';
1915
1917
  export { default as WebhookOffIcon, default as LucideWebhookOff } from './icons/webhook-off';
1916
1918
  export { default as WeightIcon, default as LucideWeight } from './icons/weight';
@@ -1350,6 +1350,7 @@ export { default as PlaneLandingIcon, default as LucidePlaneLanding } from './ic
1350
1350
  export { default as PlaneTakeoffIcon, default as LucidePlaneTakeoff } from './icons/plane-takeoff.web';
1351
1351
  export { default as PlayIcon, default as LucidePlay } from './icons/play.web';
1352
1352
  export { default as PlayCircleIcon, default as LucidePlayCircle } from './icons/play-circle.web';
1353
+ export { default as PlayOffIcon, default as LucidePlayOff } from './icons/play-off.web';
1353
1354
  export { default as PlaySquareIcon, default as LucidePlaySquare } from './icons/play-square.web';
1354
1355
  export { default as PlugIcon, default as LucidePlug } from './icons/plug.web';
1355
1356
  export { default as Plug2Icon, default as LucidePlug2 } from './icons/plug2.web';
@@ -1911,6 +1912,7 @@ export { default as WavesLadderIcon, default as LucideWavesLadder } from './icon
1911
1912
  export { default as WavesVerticalIcon, default as LucideWavesVertical } from './icons/waves-vertical.web';
1912
1913
  export { default as WaypointsIcon, default as LucideWaypoints } from './icons/waypoints.web';
1913
1914
  export { default as WebcamIcon, default as LucideWebcam } from './icons/webcam.web';
1915
+ export { default as WebcamOffIcon, default as LucideWebcamOff } from './icons/webcam-off.web';
1914
1916
  export { default as WebhookIcon, default as LucideWebhook } from './icons/webhook.web';
1915
1917
  export { default as WebhookOffIcon, default as LucideWebhookOff } from './icons/webhook-off.web';
1916
1918
  export { default as WeightIcon, default as LucideWeight } from './icons/weight.web';