lucide-nativewind 1.6.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/map-pin-search.js +13 -0
- package/cjs/icons/map-pin-search.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 +39 -0
- package/cjs/index.web.js +39 -0
- package/esm/icons/bookmark-off.js +7 -0
- package/esm/icons/bookmark-off.web.js +2 -0
- package/esm/icons/map-pin-search.js +7 -0
- package/esm/icons/map-pin-search.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 +3 -0
- package/esm/index.web.js +3 -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/map-pin-search.d.ts +5 -0
- package/types/icons/map-pin-search.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 +3 -0
- package/types/index.web.d.ts +3 -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
|
+
* [MapPinSearch on lucide.dev](https://lucide.dev/icons/map-pin-search)
|
|
12
|
+
*/
|
|
13
|
+
var _default = exports["default"] = (0, _iconWithClassName["default"])(_lucideReactNative.MapPinSearch);
|
|
@@ -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() {
|
|
@@ -12993,6 +13005,12 @@ Object.defineProperty(exports, "LucideMapPinPlusInside", {
|
|
|
12993
13005
|
return _mapPinPlusInside["default"];
|
|
12994
13006
|
}
|
|
12995
13007
|
});
|
|
13008
|
+
Object.defineProperty(exports, "LucideMapPinSearch", {
|
|
13009
|
+
enumerable: true,
|
|
13010
|
+
get: function get() {
|
|
13011
|
+
return _mapPinSearch["default"];
|
|
13012
|
+
}
|
|
13013
|
+
});
|
|
12996
13014
|
Object.defineProperty(exports, "LucideMapPinX", {
|
|
12997
13015
|
enumerable: true,
|
|
12998
13016
|
get: function get() {
|
|
@@ -16107,6 +16125,12 @@ Object.defineProperty(exports, "LucideSquareDashedMousePointer", {
|
|
|
16107
16125
|
return _squareDashedMousePointer["default"];
|
|
16108
16126
|
}
|
|
16109
16127
|
});
|
|
16128
|
+
Object.defineProperty(exports, "LucideSquareDashedText", {
|
|
16129
|
+
enumerable: true,
|
|
16130
|
+
get: function get() {
|
|
16131
|
+
return _squareDashedText["default"];
|
|
16132
|
+
}
|
|
16133
|
+
});
|
|
16110
16134
|
Object.defineProperty(exports, "LucideSquareDashedTopSolid", {
|
|
16111
16135
|
enumerable: true,
|
|
16112
16136
|
get: function get() {
|
|
@@ -18195,6 +18219,12 @@ Object.defineProperty(exports, "MapPinPlusInsideIcon", {
|
|
|
18195
18219
|
return _mapPinPlusInside["default"];
|
|
18196
18220
|
}
|
|
18197
18221
|
});
|
|
18222
|
+
Object.defineProperty(exports, "MapPinSearchIcon", {
|
|
18223
|
+
enumerable: true,
|
|
18224
|
+
get: function get() {
|
|
18225
|
+
return _mapPinSearch["default"];
|
|
18226
|
+
}
|
|
18227
|
+
});
|
|
18198
18228
|
Object.defineProperty(exports, "MapPinXIcon", {
|
|
18199
18229
|
enumerable: true,
|
|
18200
18230
|
get: function get() {
|
|
@@ -21303,6 +21333,12 @@ Object.defineProperty(exports, "SquareDashedMousePointerIcon", {
|
|
|
21303
21333
|
return _squareDashedMousePointer["default"];
|
|
21304
21334
|
}
|
|
21305
21335
|
});
|
|
21336
|
+
Object.defineProperty(exports, "SquareDashedTextIcon", {
|
|
21337
|
+
enumerable: true,
|
|
21338
|
+
get: function get() {
|
|
21339
|
+
return _squareDashedText["default"];
|
|
21340
|
+
}
|
|
21341
|
+
});
|
|
21306
21342
|
Object.defineProperty(exports, "SquareDashedTopSolidIcon", {
|
|
21307
21343
|
enumerable: true,
|
|
21308
21344
|
get: function get() {
|
|
@@ -23499,6 +23535,7 @@ var _bookX = _interopRequireDefault(require("./icons/book-x"));
|
|
|
23499
23535
|
var _bookmark = _interopRequireDefault(require("./icons/bookmark"));
|
|
23500
23536
|
var _bookmarkCheck = _interopRequireDefault(require("./icons/bookmark-check"));
|
|
23501
23537
|
var _bookmarkMinus = _interopRequireDefault(require("./icons/bookmark-minus"));
|
|
23538
|
+
var _bookmarkOff = _interopRequireDefault(require("./icons/bookmark-off"));
|
|
23502
23539
|
var _bookmarkPlus = _interopRequireDefault(require("./icons/bookmark-plus"));
|
|
23503
23540
|
var _bookmarkX = _interopRequireDefault(require("./icons/bookmark-x"));
|
|
23504
23541
|
var _boomBox = _interopRequireDefault(require("./icons/boom-box"));
|
|
@@ -24333,6 +24370,7 @@ var _mapPinOff = _interopRequireDefault(require("./icons/map-pin-off"));
|
|
|
24333
24370
|
var _mapPinPen = _interopRequireDefault(require("./icons/map-pin-pen"));
|
|
24334
24371
|
var _mapPinPlus = _interopRequireDefault(require("./icons/map-pin-plus"));
|
|
24335
24372
|
var _mapPinPlusInside = _interopRequireDefault(require("./icons/map-pin-plus-inside"));
|
|
24373
|
+
var _mapPinSearch = _interopRequireDefault(require("./icons/map-pin-search"));
|
|
24336
24374
|
var _mapPinX = _interopRequireDefault(require("./icons/map-pin-x"));
|
|
24337
24375
|
var _mapPinXinside = _interopRequireDefault(require("./icons/map-pin-xinside"));
|
|
24338
24376
|
var _mapPinned = _interopRequireDefault(require("./icons/map-pinned"));
|
|
@@ -24852,6 +24890,7 @@ var _squareDashedBottom = _interopRequireDefault(require("./icons/square-dashed-
|
|
|
24852
24890
|
var _squareDashedBottomCode = _interopRequireDefault(require("./icons/square-dashed-bottom-code"));
|
|
24853
24891
|
var _squareDashedKanban = _interopRequireDefault(require("./icons/square-dashed-kanban"));
|
|
24854
24892
|
var _squareDashedMousePointer = _interopRequireDefault(require("./icons/square-dashed-mouse-pointer"));
|
|
24893
|
+
var _squareDashedText = _interopRequireDefault(require("./icons/square-dashed-text"));
|
|
24855
24894
|
var _squareDashedTopSolid = _interopRequireDefault(require("./icons/square-dashed-top-solid"));
|
|
24856
24895
|
var _squareDivide = _interopRequireDefault(require("./icons/square-divide"));
|
|
24857
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() {
|
|
@@ -12993,6 +13005,12 @@ Object.defineProperty(exports, "LucideMapPinPlusInside", {
|
|
|
12993
13005
|
return _mapPinPlusInside["default"];
|
|
12994
13006
|
}
|
|
12995
13007
|
});
|
|
13008
|
+
Object.defineProperty(exports, "LucideMapPinSearch", {
|
|
13009
|
+
enumerable: true,
|
|
13010
|
+
get: function get() {
|
|
13011
|
+
return _mapPinSearch["default"];
|
|
13012
|
+
}
|
|
13013
|
+
});
|
|
12996
13014
|
Object.defineProperty(exports, "LucideMapPinX", {
|
|
12997
13015
|
enumerable: true,
|
|
12998
13016
|
get: function get() {
|
|
@@ -16107,6 +16125,12 @@ Object.defineProperty(exports, "LucideSquareDashedMousePointer", {
|
|
|
16107
16125
|
return _squareDashedMousePointer["default"];
|
|
16108
16126
|
}
|
|
16109
16127
|
});
|
|
16128
|
+
Object.defineProperty(exports, "LucideSquareDashedText", {
|
|
16129
|
+
enumerable: true,
|
|
16130
|
+
get: function get() {
|
|
16131
|
+
return _squareDashedText["default"];
|
|
16132
|
+
}
|
|
16133
|
+
});
|
|
16110
16134
|
Object.defineProperty(exports, "LucideSquareDashedTopSolid", {
|
|
16111
16135
|
enumerable: true,
|
|
16112
16136
|
get: function get() {
|
|
@@ -18195,6 +18219,12 @@ Object.defineProperty(exports, "MapPinPlusInsideIcon", {
|
|
|
18195
18219
|
return _mapPinPlusInside["default"];
|
|
18196
18220
|
}
|
|
18197
18221
|
});
|
|
18222
|
+
Object.defineProperty(exports, "MapPinSearchIcon", {
|
|
18223
|
+
enumerable: true,
|
|
18224
|
+
get: function get() {
|
|
18225
|
+
return _mapPinSearch["default"];
|
|
18226
|
+
}
|
|
18227
|
+
});
|
|
18198
18228
|
Object.defineProperty(exports, "MapPinXIcon", {
|
|
18199
18229
|
enumerable: true,
|
|
18200
18230
|
get: function get() {
|
|
@@ -21303,6 +21333,12 @@ Object.defineProperty(exports, "SquareDashedMousePointerIcon", {
|
|
|
21303
21333
|
return _squareDashedMousePointer["default"];
|
|
21304
21334
|
}
|
|
21305
21335
|
});
|
|
21336
|
+
Object.defineProperty(exports, "SquareDashedTextIcon", {
|
|
21337
|
+
enumerable: true,
|
|
21338
|
+
get: function get() {
|
|
21339
|
+
return _squareDashedText["default"];
|
|
21340
|
+
}
|
|
21341
|
+
});
|
|
21306
21342
|
Object.defineProperty(exports, "SquareDashedTopSolidIcon", {
|
|
21307
21343
|
enumerable: true,
|
|
21308
21344
|
get: function get() {
|
|
@@ -23493,6 +23529,7 @@ var _bookX = _interopRequireDefault(require("./icons/book-x.web"));
|
|
|
23493
23529
|
var _bookmark = _interopRequireDefault(require("./icons/bookmark.web"));
|
|
23494
23530
|
var _bookmarkCheck = _interopRequireDefault(require("./icons/bookmark-check.web"));
|
|
23495
23531
|
var _bookmarkMinus = _interopRequireDefault(require("./icons/bookmark-minus.web"));
|
|
23532
|
+
var _bookmarkOff = _interopRequireDefault(require("./icons/bookmark-off.web"));
|
|
23496
23533
|
var _bookmarkPlus = _interopRequireDefault(require("./icons/bookmark-plus.web"));
|
|
23497
23534
|
var _bookmarkX = _interopRequireDefault(require("./icons/bookmark-x.web"));
|
|
23498
23535
|
var _boomBox = _interopRequireDefault(require("./icons/boom-box.web"));
|
|
@@ -24327,6 +24364,7 @@ var _mapPinOff = _interopRequireDefault(require("./icons/map-pin-off.web"));
|
|
|
24327
24364
|
var _mapPinPen = _interopRequireDefault(require("./icons/map-pin-pen.web"));
|
|
24328
24365
|
var _mapPinPlus = _interopRequireDefault(require("./icons/map-pin-plus.web"));
|
|
24329
24366
|
var _mapPinPlusInside = _interopRequireDefault(require("./icons/map-pin-plus-inside.web"));
|
|
24367
|
+
var _mapPinSearch = _interopRequireDefault(require("./icons/map-pin-search.web"));
|
|
24330
24368
|
var _mapPinX = _interopRequireDefault(require("./icons/map-pin-x.web"));
|
|
24331
24369
|
var _mapPinXinside = _interopRequireDefault(require("./icons/map-pin-xinside.web"));
|
|
24332
24370
|
var _mapPinned = _interopRequireDefault(require("./icons/map-pinned.web"));
|
|
@@ -24846,6 +24884,7 @@ var _squareDashedBottom = _interopRequireDefault(require("./icons/square-dashed-
|
|
|
24846
24884
|
var _squareDashedBottomCode = _interopRequireDefault(require("./icons/square-dashed-bottom-code.web"));
|
|
24847
24885
|
var _squareDashedKanban = _interopRequireDefault(require("./icons/square-dashed-kanban.web"));
|
|
24848
24886
|
var _squareDashedMousePointer = _interopRequireDefault(require("./icons/square-dashed-mouse-pointer.web"));
|
|
24887
|
+
var _squareDashedText = _interopRequireDefault(require("./icons/square-dashed-text.web"));
|
|
24849
24888
|
var _squareDashedTopSolid = _interopRequireDefault(require("./icons/square-dashed-top-solid.web"));
|
|
24850
24889
|
var _squareDivide = _interopRequireDefault(require("./icons/square-divide.web"));
|
|
24851
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';
|
|
@@ -1094,6 +1095,7 @@ export { default as MapPinOffIcon, default as LucideMapPinOff } from './icons/ma
|
|
|
1094
1095
|
export { default as MapPinPenIcon, default as LucideMapPinPen } from './icons/map-pin-pen';
|
|
1095
1096
|
export { default as MapPinPlusIcon, default as LucideMapPinPlus } from './icons/map-pin-plus';
|
|
1096
1097
|
export { default as MapPinPlusInsideIcon, default as LucideMapPinPlusInside } from './icons/map-pin-plus-inside';
|
|
1098
|
+
export { default as MapPinSearchIcon, default as LucideMapPinSearch } from './icons/map-pin-search';
|
|
1097
1099
|
export { default as MapPinXIcon, default as LucideMapPinX } from './icons/map-pin-x';
|
|
1098
1100
|
export { default as MapPinXInsideIcon, default as LucideMapPinXInside } from './icons/map-pin-xinside';
|
|
1099
1101
|
export { default as MapPinnedIcon, default as LucideMapPinned } from './icons/map-pinned';
|
|
@@ -1613,6 +1615,7 @@ export { default as SquareDashedBottomIcon, default as LucideSquareDashedBottom
|
|
|
1613
1615
|
export { default as SquareDashedBottomCodeIcon, default as LucideSquareDashedBottomCode } from './icons/square-dashed-bottom-code';
|
|
1614
1616
|
export { default as SquareDashedKanbanIcon, default as LucideSquareDashedKanban } from './icons/square-dashed-kanban';
|
|
1615
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';
|
|
1616
1619
|
export { default as SquareDashedTopSolidIcon, default as LucideSquareDashedTopSolid } from './icons/square-dashed-top-solid';
|
|
1617
1620
|
export { default as SquareDivideIcon, default as LucideSquareDivide } from './icons/square-divide';
|
|
1618
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';
|
|
@@ -1094,6 +1095,7 @@ export { default as MapPinOffIcon, default as LucideMapPinOff } from './icons/ma
|
|
|
1094
1095
|
export { default as MapPinPenIcon, default as LucideMapPinPen } from './icons/map-pin-pen.web';
|
|
1095
1096
|
export { default as MapPinPlusIcon, default as LucideMapPinPlus } from './icons/map-pin-plus.web';
|
|
1096
1097
|
export { default as MapPinPlusInsideIcon, default as LucideMapPinPlusInside } from './icons/map-pin-plus-inside.web';
|
|
1098
|
+
export { default as MapPinSearchIcon, default as LucideMapPinSearch } from './icons/map-pin-search.web';
|
|
1097
1099
|
export { default as MapPinXIcon, default as LucideMapPinX } from './icons/map-pin-x.web';
|
|
1098
1100
|
export { default as MapPinXInsideIcon, default as LucideMapPinXInside } from './icons/map-pin-xinside.web';
|
|
1099
1101
|
export { default as MapPinnedIcon, default as LucideMapPinned } from './icons/map-pinned.web';
|
|
@@ -1613,6 +1615,7 @@ export { default as SquareDashedBottomIcon, default as LucideSquareDashedBottom
|
|
|
1613
1615
|
export { default as SquareDashedBottomCodeIcon, default as LucideSquareDashedBottomCode } from './icons/square-dashed-bottom-code.web';
|
|
1614
1616
|
export { default as SquareDashedKanbanIcon, default as LucideSquareDashedKanban } from './icons/square-dashed-kanban.web';
|
|
1615
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';
|
|
1616
1619
|
export { default as SquareDashedTopSolidIcon, default as LucideSquareDashedTopSolid } from './icons/square-dashed-top-solid.web';
|
|
1617
1620
|
export { default as SquareDivideIcon, default as LucideSquareDivide } from './icons/square-divide.web';
|
|
1618
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';
|
|
@@ -1094,6 +1095,7 @@ export { default as MapPinOffIcon, default as LucideMapPinOff } from './icons/ma
|
|
|
1094
1095
|
export { default as MapPinPenIcon, default as LucideMapPinPen } from './icons/map-pin-pen';
|
|
1095
1096
|
export { default as MapPinPlusIcon, default as LucideMapPinPlus } from './icons/map-pin-plus';
|
|
1096
1097
|
export { default as MapPinPlusInsideIcon, default as LucideMapPinPlusInside } from './icons/map-pin-plus-inside';
|
|
1098
|
+
export { default as MapPinSearchIcon, default as LucideMapPinSearch } from './icons/map-pin-search';
|
|
1097
1099
|
export { default as MapPinXIcon, default as LucideMapPinX } from './icons/map-pin-x';
|
|
1098
1100
|
export { default as MapPinXInsideIcon, default as LucideMapPinXInside } from './icons/map-pin-xinside';
|
|
1099
1101
|
export { default as MapPinnedIcon, default as LucideMapPinned } from './icons/map-pinned';
|
|
@@ -1613,6 +1615,7 @@ export { default as SquareDashedBottomIcon, default as LucideSquareDashedBottom
|
|
|
1613
1615
|
export { default as SquareDashedBottomCodeIcon, default as LucideSquareDashedBottomCode } from './icons/square-dashed-bottom-code';
|
|
1614
1616
|
export { default as SquareDashedKanbanIcon, default as LucideSquareDashedKanban } from './icons/square-dashed-kanban';
|
|
1615
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';
|
|
1616
1619
|
export { default as SquareDashedTopSolidIcon, default as LucideSquareDashedTopSolid } from './icons/square-dashed-top-solid';
|
|
1617
1620
|
export { default as SquareDivideIcon, default as LucideSquareDivide } from './icons/square-divide';
|
|
1618
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';
|
|
@@ -1094,6 +1095,7 @@ export { default as MapPinOffIcon, default as LucideMapPinOff } from './icons/ma
|
|
|
1094
1095
|
export { default as MapPinPenIcon, default as LucideMapPinPen } from './icons/map-pin-pen.web';
|
|
1095
1096
|
export { default as MapPinPlusIcon, default as LucideMapPinPlus } from './icons/map-pin-plus.web';
|
|
1096
1097
|
export { default as MapPinPlusInsideIcon, default as LucideMapPinPlusInside } from './icons/map-pin-plus-inside.web';
|
|
1098
|
+
export { default as MapPinSearchIcon, default as LucideMapPinSearch } from './icons/map-pin-search.web';
|
|
1097
1099
|
export { default as MapPinXIcon, default as LucideMapPinX } from './icons/map-pin-x.web';
|
|
1098
1100
|
export { default as MapPinXInsideIcon, default as LucideMapPinXInside } from './icons/map-pin-xinside.web';
|
|
1099
1101
|
export { default as MapPinnedIcon, default as LucideMapPinned } from './icons/map-pinned.web';
|
|
@@ -1613,6 +1615,7 @@ export { default as SquareDashedBottomIcon, default as LucideSquareDashedBottom
|
|
|
1613
1615
|
export { default as SquareDashedBottomCodeIcon, default as LucideSquareDashedBottomCode } from './icons/square-dashed-bottom-code.web';
|
|
1614
1616
|
export { default as SquareDashedKanbanIcon, default as LucideSquareDashedKanban } from './icons/square-dashed-kanban.web';
|
|
1615
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';
|
|
1616
1619
|
export { default as SquareDashedTopSolidIcon, default as LucideSquareDashedTopSolid } from './icons/square-dashed-top-solid.web';
|
|
1617
1620
|
export { default as SquareDivideIcon, default as LucideSquareDivide } from './icons/square-divide.web';
|
|
1618
1621
|
export { default as SquareDotIcon, default as LucideSquareDot } from './icons/square-dot.web';
|