lucide-nativewind 1.7.0 → 1.8.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.
- package/cjs/icons/bookmark-off.js +13 -0
- package/cjs/icons/bookmark-off.web.js +8 -0
- package/cjs/icons/square-dashed-text.js +13 -0
- package/cjs/icons/square-dashed-text.web.js +8 -0
- package/cjs/index.js +26 -0
- package/cjs/index.web.js +26 -0
- package/esm/icons/bookmark-off.js +7 -0
- package/esm/icons/bookmark-off.web.js +2 -0
- package/esm/icons/square-dashed-text.js +7 -0
- package/esm/icons/square-dashed-text.web.js +2 -0
- package/esm/index.js +2 -0
- package/esm/index.web.js +2 -0
- package/package.json +3 -3
- package/types/icons/bookmark-off.d.ts +5 -0
- package/types/icons/bookmark-off.web.d.ts +2 -0
- package/types/icons/square-dashed-text.d.ts +5 -0
- package/types/icons/square-dashed-text.web.d.ts +2 -0
- package/types/index.d.ts +2 -0
- package/types/index.web.d.ts +2 -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
|
+
* [BookmarkOff on lucide.dev](https://lucide.dev/icons/bookmark-off)
|
|
12
|
+
*/
|
|
13
|
+
var _default = exports["default"] = (0, _iconWithClassName["default"])(_lucideReactNative.BookmarkOff);
|
|
@@ -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
|
+
* [SquareDashedText on lucide.dev](https://lucide.dev/icons/square-dashed-text)
|
|
12
|
+
*/
|
|
13
|
+
var _default = exports["default"] = (0, _iconWithClassName["default"])(_lucideReactNative.SquareDashedText);
|
package/cjs/index.js
CHANGED
|
@@ -1575,6 +1575,12 @@ Object.defineProperty(exports, "BookmarkMinusIcon", {
|
|
|
1575
1575
|
return _bookmarkMinus["default"];
|
|
1576
1576
|
}
|
|
1577
1577
|
});
|
|
1578
|
+
Object.defineProperty(exports, "BookmarkOffIcon", {
|
|
1579
|
+
enumerable: true,
|
|
1580
|
+
get: function get() {
|
|
1581
|
+
return _bookmarkOff["default"];
|
|
1582
|
+
}
|
|
1583
|
+
});
|
|
1578
1584
|
Object.defineProperty(exports, "BookmarkPlusIcon", {
|
|
1579
1585
|
enumerable: true,
|
|
1580
1586
|
get: function get() {
|
|
@@ -7989,6 +7995,12 @@ Object.defineProperty(exports, "LucideBookmarkMinus", {
|
|
|
7989
7995
|
return _bookmarkMinus["default"];
|
|
7990
7996
|
}
|
|
7991
7997
|
});
|
|
7998
|
+
Object.defineProperty(exports, "LucideBookmarkOff", {
|
|
7999
|
+
enumerable: true,
|
|
8000
|
+
get: function get() {
|
|
8001
|
+
return _bookmarkOff["default"];
|
|
8002
|
+
}
|
|
8003
|
+
});
|
|
7992
8004
|
Object.defineProperty(exports, "LucideBookmarkPlus", {
|
|
7993
8005
|
enumerable: true,
|
|
7994
8006
|
get: function get() {
|
|
@@ -16113,6 +16125,12 @@ Object.defineProperty(exports, "LucideSquareDashedMousePointer", {
|
|
|
16113
16125
|
return _squareDashedMousePointer["default"];
|
|
16114
16126
|
}
|
|
16115
16127
|
});
|
|
16128
|
+
Object.defineProperty(exports, "LucideSquareDashedText", {
|
|
16129
|
+
enumerable: true,
|
|
16130
|
+
get: function get() {
|
|
16131
|
+
return _squareDashedText["default"];
|
|
16132
|
+
}
|
|
16133
|
+
});
|
|
16116
16134
|
Object.defineProperty(exports, "LucideSquareDashedTopSolid", {
|
|
16117
16135
|
enumerable: true,
|
|
16118
16136
|
get: function get() {
|
|
@@ -21315,6 +21333,12 @@ Object.defineProperty(exports, "SquareDashedMousePointerIcon", {
|
|
|
21315
21333
|
return _squareDashedMousePointer["default"];
|
|
21316
21334
|
}
|
|
21317
21335
|
});
|
|
21336
|
+
Object.defineProperty(exports, "SquareDashedTextIcon", {
|
|
21337
|
+
enumerable: true,
|
|
21338
|
+
get: function get() {
|
|
21339
|
+
return _squareDashedText["default"];
|
|
21340
|
+
}
|
|
21341
|
+
});
|
|
21318
21342
|
Object.defineProperty(exports, "SquareDashedTopSolidIcon", {
|
|
21319
21343
|
enumerable: true,
|
|
21320
21344
|
get: function get() {
|
|
@@ -23511,6 +23535,7 @@ var _bookX = _interopRequireDefault(require("./icons/book-x"));
|
|
|
23511
23535
|
var _bookmark = _interopRequireDefault(require("./icons/bookmark"));
|
|
23512
23536
|
var _bookmarkCheck = _interopRequireDefault(require("./icons/bookmark-check"));
|
|
23513
23537
|
var _bookmarkMinus = _interopRequireDefault(require("./icons/bookmark-minus"));
|
|
23538
|
+
var _bookmarkOff = _interopRequireDefault(require("./icons/bookmark-off"));
|
|
23514
23539
|
var _bookmarkPlus = _interopRequireDefault(require("./icons/bookmark-plus"));
|
|
23515
23540
|
var _bookmarkX = _interopRequireDefault(require("./icons/bookmark-x"));
|
|
23516
23541
|
var _boomBox = _interopRequireDefault(require("./icons/boom-box"));
|
|
@@ -24865,6 +24890,7 @@ var _squareDashedBottom = _interopRequireDefault(require("./icons/square-dashed-
|
|
|
24865
24890
|
var _squareDashedBottomCode = _interopRequireDefault(require("./icons/square-dashed-bottom-code"));
|
|
24866
24891
|
var _squareDashedKanban = _interopRequireDefault(require("./icons/square-dashed-kanban"));
|
|
24867
24892
|
var _squareDashedMousePointer = _interopRequireDefault(require("./icons/square-dashed-mouse-pointer"));
|
|
24893
|
+
var _squareDashedText = _interopRequireDefault(require("./icons/square-dashed-text"));
|
|
24868
24894
|
var _squareDashedTopSolid = _interopRequireDefault(require("./icons/square-dashed-top-solid"));
|
|
24869
24895
|
var _squareDivide = _interopRequireDefault(require("./icons/square-divide"));
|
|
24870
24896
|
var _squareDot = _interopRequireDefault(require("./icons/square-dot"));
|
package/cjs/index.web.js
CHANGED
|
@@ -1575,6 +1575,12 @@ Object.defineProperty(exports, "BookmarkMinusIcon", {
|
|
|
1575
1575
|
return _bookmarkMinus["default"];
|
|
1576
1576
|
}
|
|
1577
1577
|
});
|
|
1578
|
+
Object.defineProperty(exports, "BookmarkOffIcon", {
|
|
1579
|
+
enumerable: true,
|
|
1580
|
+
get: function get() {
|
|
1581
|
+
return _bookmarkOff["default"];
|
|
1582
|
+
}
|
|
1583
|
+
});
|
|
1578
1584
|
Object.defineProperty(exports, "BookmarkPlusIcon", {
|
|
1579
1585
|
enumerable: true,
|
|
1580
1586
|
get: function get() {
|
|
@@ -7989,6 +7995,12 @@ Object.defineProperty(exports, "LucideBookmarkMinus", {
|
|
|
7989
7995
|
return _bookmarkMinus["default"];
|
|
7990
7996
|
}
|
|
7991
7997
|
});
|
|
7998
|
+
Object.defineProperty(exports, "LucideBookmarkOff", {
|
|
7999
|
+
enumerable: true,
|
|
8000
|
+
get: function get() {
|
|
8001
|
+
return _bookmarkOff["default"];
|
|
8002
|
+
}
|
|
8003
|
+
});
|
|
7992
8004
|
Object.defineProperty(exports, "LucideBookmarkPlus", {
|
|
7993
8005
|
enumerable: true,
|
|
7994
8006
|
get: function get() {
|
|
@@ -16113,6 +16125,12 @@ Object.defineProperty(exports, "LucideSquareDashedMousePointer", {
|
|
|
16113
16125
|
return _squareDashedMousePointer["default"];
|
|
16114
16126
|
}
|
|
16115
16127
|
});
|
|
16128
|
+
Object.defineProperty(exports, "LucideSquareDashedText", {
|
|
16129
|
+
enumerable: true,
|
|
16130
|
+
get: function get() {
|
|
16131
|
+
return _squareDashedText["default"];
|
|
16132
|
+
}
|
|
16133
|
+
});
|
|
16116
16134
|
Object.defineProperty(exports, "LucideSquareDashedTopSolid", {
|
|
16117
16135
|
enumerable: true,
|
|
16118
16136
|
get: function get() {
|
|
@@ -21315,6 +21333,12 @@ Object.defineProperty(exports, "SquareDashedMousePointerIcon", {
|
|
|
21315
21333
|
return _squareDashedMousePointer["default"];
|
|
21316
21334
|
}
|
|
21317
21335
|
});
|
|
21336
|
+
Object.defineProperty(exports, "SquareDashedTextIcon", {
|
|
21337
|
+
enumerable: true,
|
|
21338
|
+
get: function get() {
|
|
21339
|
+
return _squareDashedText["default"];
|
|
21340
|
+
}
|
|
21341
|
+
});
|
|
21318
21342
|
Object.defineProperty(exports, "SquareDashedTopSolidIcon", {
|
|
21319
21343
|
enumerable: true,
|
|
21320
21344
|
get: function get() {
|
|
@@ -23505,6 +23529,7 @@ var _bookX = _interopRequireDefault(require("./icons/book-x.web"));
|
|
|
23505
23529
|
var _bookmark = _interopRequireDefault(require("./icons/bookmark.web"));
|
|
23506
23530
|
var _bookmarkCheck = _interopRequireDefault(require("./icons/bookmark-check.web"));
|
|
23507
23531
|
var _bookmarkMinus = _interopRequireDefault(require("./icons/bookmark-minus.web"));
|
|
23532
|
+
var _bookmarkOff = _interopRequireDefault(require("./icons/bookmark-off.web"));
|
|
23508
23533
|
var _bookmarkPlus = _interopRequireDefault(require("./icons/bookmark-plus.web"));
|
|
23509
23534
|
var _bookmarkX = _interopRequireDefault(require("./icons/bookmark-x.web"));
|
|
23510
23535
|
var _boomBox = _interopRequireDefault(require("./icons/boom-box.web"));
|
|
@@ -24859,6 +24884,7 @@ var _squareDashedBottom = _interopRequireDefault(require("./icons/square-dashed-
|
|
|
24859
24884
|
var _squareDashedBottomCode = _interopRequireDefault(require("./icons/square-dashed-bottom-code.web"));
|
|
24860
24885
|
var _squareDashedKanban = _interopRequireDefault(require("./icons/square-dashed-kanban.web"));
|
|
24861
24886
|
var _squareDashedMousePointer = _interopRequireDefault(require("./icons/square-dashed-mouse-pointer.web"));
|
|
24887
|
+
var _squareDashedText = _interopRequireDefault(require("./icons/square-dashed-text.web"));
|
|
24862
24888
|
var _squareDashedTopSolid = _interopRequireDefault(require("./icons/square-dashed-top-solid.web"));
|
|
24863
24889
|
var _squareDivide = _interopRequireDefault(require("./icons/square-divide.web"));
|
|
24864
24890
|
var _squareDot = _interopRequireDefault(require("./icons/square-dot.web"));
|
package/esm/index.js
CHANGED
|
@@ -260,6 +260,7 @@ export { default as BookXIcon, default as LucideBookX } from './icons/book-x';
|
|
|
260
260
|
export { default as BookmarkIcon, default as LucideBookmark } from './icons/bookmark';
|
|
261
261
|
export { default as BookmarkCheckIcon, default as LucideBookmarkCheck } from './icons/bookmark-check';
|
|
262
262
|
export { default as BookmarkMinusIcon, default as LucideBookmarkMinus } from './icons/bookmark-minus';
|
|
263
|
+
export { default as BookmarkOffIcon, default as LucideBookmarkOff } from './icons/bookmark-off';
|
|
263
264
|
export { default as BookmarkPlusIcon, default as LucideBookmarkPlus } from './icons/bookmark-plus';
|
|
264
265
|
export { default as BookmarkXIcon, default as LucideBookmarkX } from './icons/bookmark-x';
|
|
265
266
|
export { default as BoomBoxIcon, default as LucideBoomBox } from './icons/boom-box';
|
|
@@ -1614,6 +1615,7 @@ export { default as SquareDashedBottomIcon, default as LucideSquareDashedBottom
|
|
|
1614
1615
|
export { default as SquareDashedBottomCodeIcon, default as LucideSquareDashedBottomCode } from './icons/square-dashed-bottom-code';
|
|
1615
1616
|
export { default as SquareDashedKanbanIcon, default as LucideSquareDashedKanban } from './icons/square-dashed-kanban';
|
|
1616
1617
|
export { default as SquareDashedMousePointerIcon, default as LucideSquareDashedMousePointer } from './icons/square-dashed-mouse-pointer';
|
|
1618
|
+
export { default as SquareDashedTextIcon, default as LucideSquareDashedText } from './icons/square-dashed-text';
|
|
1617
1619
|
export { default as SquareDashedTopSolidIcon, default as LucideSquareDashedTopSolid } from './icons/square-dashed-top-solid';
|
|
1618
1620
|
export { default as SquareDivideIcon, default as LucideSquareDivide } from './icons/square-divide';
|
|
1619
1621
|
export { default as SquareDotIcon, default as LucideSquareDot } from './icons/square-dot';
|
package/esm/index.web.js
CHANGED
|
@@ -260,6 +260,7 @@ export { default as BookXIcon, default as LucideBookX } from './icons/book-x.web
|
|
|
260
260
|
export { default as BookmarkIcon, default as LucideBookmark } from './icons/bookmark.web';
|
|
261
261
|
export { default as BookmarkCheckIcon, default as LucideBookmarkCheck } from './icons/bookmark-check.web';
|
|
262
262
|
export { default as BookmarkMinusIcon, default as LucideBookmarkMinus } from './icons/bookmark-minus.web';
|
|
263
|
+
export { default as BookmarkOffIcon, default as LucideBookmarkOff } from './icons/bookmark-off.web';
|
|
263
264
|
export { default as BookmarkPlusIcon, default as LucideBookmarkPlus } from './icons/bookmark-plus.web';
|
|
264
265
|
export { default as BookmarkXIcon, default as LucideBookmarkX } from './icons/bookmark-x.web';
|
|
265
266
|
export { default as BoomBoxIcon, default as LucideBoomBox } from './icons/boom-box.web';
|
|
@@ -1614,6 +1615,7 @@ export { default as SquareDashedBottomIcon, default as LucideSquareDashedBottom
|
|
|
1614
1615
|
export { default as SquareDashedBottomCodeIcon, default as LucideSquareDashedBottomCode } from './icons/square-dashed-bottom-code.web';
|
|
1615
1616
|
export { default as SquareDashedKanbanIcon, default as LucideSquareDashedKanban } from './icons/square-dashed-kanban.web';
|
|
1616
1617
|
export { default as SquareDashedMousePointerIcon, default as LucideSquareDashedMousePointer } from './icons/square-dashed-mouse-pointer.web';
|
|
1618
|
+
export { default as SquareDashedTextIcon, default as LucideSquareDashedText } from './icons/square-dashed-text.web';
|
|
1617
1619
|
export { default as SquareDashedTopSolidIcon, default as LucideSquareDashedTopSolid } from './icons/square-dashed-top-solid.web';
|
|
1618
1620
|
export { default as SquareDivideIcon, default as LucideSquareDivide } from './icons/square-divide.web';
|
|
1619
1621
|
export { default as SquareDotIcon, default as LucideSquareDot } from './icons/square-dot.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.
|
|
4
|
+
"version": "1.8.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.
|
|
27
|
-
"lucide-react": "1.
|
|
26
|
+
"lucide-react-native": "1.8.0",
|
|
27
|
+
"lucide-react": "1.8.0"
|
|
28
28
|
},
|
|
29
29
|
"main": "cjs/index.js",
|
|
30
30
|
"module": "esm/index.js",
|
package/types/index.d.ts
CHANGED
|
@@ -260,6 +260,7 @@ export { default as BookXIcon, default as LucideBookX } from './icons/book-x';
|
|
|
260
260
|
export { default as BookmarkIcon, default as LucideBookmark } from './icons/bookmark';
|
|
261
261
|
export { default as BookmarkCheckIcon, default as LucideBookmarkCheck } from './icons/bookmark-check';
|
|
262
262
|
export { default as BookmarkMinusIcon, default as LucideBookmarkMinus } from './icons/bookmark-minus';
|
|
263
|
+
export { default as BookmarkOffIcon, default as LucideBookmarkOff } from './icons/bookmark-off';
|
|
263
264
|
export { default as BookmarkPlusIcon, default as LucideBookmarkPlus } from './icons/bookmark-plus';
|
|
264
265
|
export { default as BookmarkXIcon, default as LucideBookmarkX } from './icons/bookmark-x';
|
|
265
266
|
export { default as BoomBoxIcon, default as LucideBoomBox } from './icons/boom-box';
|
|
@@ -1614,6 +1615,7 @@ export { default as SquareDashedBottomIcon, default as LucideSquareDashedBottom
|
|
|
1614
1615
|
export { default as SquareDashedBottomCodeIcon, default as LucideSquareDashedBottomCode } from './icons/square-dashed-bottom-code';
|
|
1615
1616
|
export { default as SquareDashedKanbanIcon, default as LucideSquareDashedKanban } from './icons/square-dashed-kanban';
|
|
1616
1617
|
export { default as SquareDashedMousePointerIcon, default as LucideSquareDashedMousePointer } from './icons/square-dashed-mouse-pointer';
|
|
1618
|
+
export { default as SquareDashedTextIcon, default as LucideSquareDashedText } from './icons/square-dashed-text';
|
|
1617
1619
|
export { default as SquareDashedTopSolidIcon, default as LucideSquareDashedTopSolid } from './icons/square-dashed-top-solid';
|
|
1618
1620
|
export { default as SquareDivideIcon, default as LucideSquareDivide } from './icons/square-divide';
|
|
1619
1621
|
export { default as SquareDotIcon, default as LucideSquareDot } from './icons/square-dot';
|
package/types/index.web.d.ts
CHANGED
|
@@ -260,6 +260,7 @@ export { default as BookXIcon, default as LucideBookX } from './icons/book-x.web
|
|
|
260
260
|
export { default as BookmarkIcon, default as LucideBookmark } from './icons/bookmark.web';
|
|
261
261
|
export { default as BookmarkCheckIcon, default as LucideBookmarkCheck } from './icons/bookmark-check.web';
|
|
262
262
|
export { default as BookmarkMinusIcon, default as LucideBookmarkMinus } from './icons/bookmark-minus.web';
|
|
263
|
+
export { default as BookmarkOffIcon, default as LucideBookmarkOff } from './icons/bookmark-off.web';
|
|
263
264
|
export { default as BookmarkPlusIcon, default as LucideBookmarkPlus } from './icons/bookmark-plus.web';
|
|
264
265
|
export { default as BookmarkXIcon, default as LucideBookmarkX } from './icons/bookmark-x.web';
|
|
265
266
|
export { default as BoomBoxIcon, default as LucideBoomBox } from './icons/boom-box.web';
|
|
@@ -1614,6 +1615,7 @@ export { default as SquareDashedBottomIcon, default as LucideSquareDashedBottom
|
|
|
1614
1615
|
export { default as SquareDashedBottomCodeIcon, default as LucideSquareDashedBottomCode } from './icons/square-dashed-bottom-code.web';
|
|
1615
1616
|
export { default as SquareDashedKanbanIcon, default as LucideSquareDashedKanban } from './icons/square-dashed-kanban.web';
|
|
1616
1617
|
export { default as SquareDashedMousePointerIcon, default as LucideSquareDashedMousePointer } from './icons/square-dashed-mouse-pointer.web';
|
|
1618
|
+
export { default as SquareDashedTextIcon, default as LucideSquareDashedText } from './icons/square-dashed-text.web';
|
|
1617
1619
|
export { default as SquareDashedTopSolidIcon, default as LucideSquareDashedTopSolid } from './icons/square-dashed-top-solid.web';
|
|
1618
1620
|
export { default as SquareDivideIcon, default as LucideSquareDivide } from './icons/square-divide.web';
|
|
1619
1621
|
export { default as SquareDotIcon, default as LucideSquareDot } from './icons/square-dot.web';
|