lucide-nativewind 1.7.0 → 1.9.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/icons/timeline.js +13 -0
- package/cjs/icons/timeline.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/square-dashed-text.js +7 -0
- package/esm/icons/square-dashed-text.web.js +2 -0
- package/esm/icons/timeline.js +7 -0
- package/esm/icons/timeline.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/square-dashed-text.d.ts +5 -0
- package/types/icons/square-dashed-text.web.d.ts +2 -0
- package/types/icons/timeline.d.ts +5 -0
- package/types/icons/timeline.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
|
+
* [SquareDashedText on lucide.dev](https://lucide.dev/icons/square-dashed-text)
|
|
12
|
+
*/
|
|
13
|
+
var _default = exports["default"] = (0, _iconWithClassName["default"])(_lucideReactNative.SquareDashedText);
|
|
@@ -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
|
+
* [Timeline on lucide.dev](https://lucide.dev/icons/timeline)
|
|
12
|
+
*/
|
|
13
|
+
var _default = exports["default"] = (0, _iconWithClassName["default"])(_lucideReactNative.Timeline);
|
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() {
|
|
@@ -16917,6 +16935,12 @@ Object.defineProperty(exports, "LucideTicketsPlane", {
|
|
|
16917
16935
|
return _ticketsPlane["default"];
|
|
16918
16936
|
}
|
|
16919
16937
|
});
|
|
16938
|
+
Object.defineProperty(exports, "LucideTimeline", {
|
|
16939
|
+
enumerable: true,
|
|
16940
|
+
get: function get() {
|
|
16941
|
+
return _timeline["default"];
|
|
16942
|
+
}
|
|
16943
|
+
});
|
|
16920
16944
|
Object.defineProperty(exports, "LucideTimer", {
|
|
16921
16945
|
enumerable: true,
|
|
16922
16946
|
get: function get() {
|
|
@@ -21315,6 +21339,12 @@ Object.defineProperty(exports, "SquareDashedMousePointerIcon", {
|
|
|
21315
21339
|
return _squareDashedMousePointer["default"];
|
|
21316
21340
|
}
|
|
21317
21341
|
});
|
|
21342
|
+
Object.defineProperty(exports, "SquareDashedTextIcon", {
|
|
21343
|
+
enumerable: true,
|
|
21344
|
+
get: function get() {
|
|
21345
|
+
return _squareDashedText["default"];
|
|
21346
|
+
}
|
|
21347
|
+
});
|
|
21318
21348
|
Object.defineProperty(exports, "SquareDashedTopSolidIcon", {
|
|
21319
21349
|
enumerable: true,
|
|
21320
21350
|
get: function get() {
|
|
@@ -22125,6 +22155,12 @@ Object.defineProperty(exports, "TicketsPlaneIcon", {
|
|
|
22125
22155
|
return _ticketsPlane["default"];
|
|
22126
22156
|
}
|
|
22127
22157
|
});
|
|
22158
|
+
Object.defineProperty(exports, "TimelineIcon", {
|
|
22159
|
+
enumerable: true,
|
|
22160
|
+
get: function get() {
|
|
22161
|
+
return _timeline["default"];
|
|
22162
|
+
}
|
|
22163
|
+
});
|
|
22128
22164
|
Object.defineProperty(exports, "TimerIcon", {
|
|
22129
22165
|
enumerable: true,
|
|
22130
22166
|
get: function get() {
|
|
@@ -23511,6 +23547,7 @@ var _bookX = _interopRequireDefault(require("./icons/book-x"));
|
|
|
23511
23547
|
var _bookmark = _interopRequireDefault(require("./icons/bookmark"));
|
|
23512
23548
|
var _bookmarkCheck = _interopRequireDefault(require("./icons/bookmark-check"));
|
|
23513
23549
|
var _bookmarkMinus = _interopRequireDefault(require("./icons/bookmark-minus"));
|
|
23550
|
+
var _bookmarkOff = _interopRequireDefault(require("./icons/bookmark-off"));
|
|
23514
23551
|
var _bookmarkPlus = _interopRequireDefault(require("./icons/bookmark-plus"));
|
|
23515
23552
|
var _bookmarkX = _interopRequireDefault(require("./icons/bookmark-x"));
|
|
23516
23553
|
var _boomBox = _interopRequireDefault(require("./icons/boom-box"));
|
|
@@ -24865,6 +24902,7 @@ var _squareDashedBottom = _interopRequireDefault(require("./icons/square-dashed-
|
|
|
24865
24902
|
var _squareDashedBottomCode = _interopRequireDefault(require("./icons/square-dashed-bottom-code"));
|
|
24866
24903
|
var _squareDashedKanban = _interopRequireDefault(require("./icons/square-dashed-kanban"));
|
|
24867
24904
|
var _squareDashedMousePointer = _interopRequireDefault(require("./icons/square-dashed-mouse-pointer"));
|
|
24905
|
+
var _squareDashedText = _interopRequireDefault(require("./icons/square-dashed-text"));
|
|
24868
24906
|
var _squareDashedTopSolid = _interopRequireDefault(require("./icons/square-dashed-top-solid"));
|
|
24869
24907
|
var _squareDivide = _interopRequireDefault(require("./icons/square-divide"));
|
|
24870
24908
|
var _squareDot = _interopRequireDefault(require("./icons/square-dot"));
|
|
@@ -24999,6 +25037,7 @@ var _ticketSlash = _interopRequireDefault(require("./icons/ticket-slash"));
|
|
|
24999
25037
|
var _ticketX = _interopRequireDefault(require("./icons/ticket-x"));
|
|
25000
25038
|
var _tickets = _interopRequireDefault(require("./icons/tickets"));
|
|
25001
25039
|
var _ticketsPlane = _interopRequireDefault(require("./icons/tickets-plane"));
|
|
25040
|
+
var _timeline = _interopRequireDefault(require("./icons/timeline"));
|
|
25002
25041
|
var _timer = _interopRequireDefault(require("./icons/timer"));
|
|
25003
25042
|
var _timerOff = _interopRequireDefault(require("./icons/timer-off"));
|
|
25004
25043
|
var _timerReset = _interopRequireDefault(require("./icons/timer-reset"));
|
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() {
|
|
@@ -16917,6 +16935,12 @@ Object.defineProperty(exports, "LucideTicketsPlane", {
|
|
|
16917
16935
|
return _ticketsPlane["default"];
|
|
16918
16936
|
}
|
|
16919
16937
|
});
|
|
16938
|
+
Object.defineProperty(exports, "LucideTimeline", {
|
|
16939
|
+
enumerable: true,
|
|
16940
|
+
get: function get() {
|
|
16941
|
+
return _timeline["default"];
|
|
16942
|
+
}
|
|
16943
|
+
});
|
|
16920
16944
|
Object.defineProperty(exports, "LucideTimer", {
|
|
16921
16945
|
enumerable: true,
|
|
16922
16946
|
get: function get() {
|
|
@@ -21315,6 +21339,12 @@ Object.defineProperty(exports, "SquareDashedMousePointerIcon", {
|
|
|
21315
21339
|
return _squareDashedMousePointer["default"];
|
|
21316
21340
|
}
|
|
21317
21341
|
});
|
|
21342
|
+
Object.defineProperty(exports, "SquareDashedTextIcon", {
|
|
21343
|
+
enumerable: true,
|
|
21344
|
+
get: function get() {
|
|
21345
|
+
return _squareDashedText["default"];
|
|
21346
|
+
}
|
|
21347
|
+
});
|
|
21318
21348
|
Object.defineProperty(exports, "SquareDashedTopSolidIcon", {
|
|
21319
21349
|
enumerable: true,
|
|
21320
21350
|
get: function get() {
|
|
@@ -22125,6 +22155,12 @@ Object.defineProperty(exports, "TicketsPlaneIcon", {
|
|
|
22125
22155
|
return _ticketsPlane["default"];
|
|
22126
22156
|
}
|
|
22127
22157
|
});
|
|
22158
|
+
Object.defineProperty(exports, "TimelineIcon", {
|
|
22159
|
+
enumerable: true,
|
|
22160
|
+
get: function get() {
|
|
22161
|
+
return _timeline["default"];
|
|
22162
|
+
}
|
|
22163
|
+
});
|
|
22128
22164
|
Object.defineProperty(exports, "TimerIcon", {
|
|
22129
22165
|
enumerable: true,
|
|
22130
22166
|
get: function get() {
|
|
@@ -23505,6 +23541,7 @@ var _bookX = _interopRequireDefault(require("./icons/book-x.web"));
|
|
|
23505
23541
|
var _bookmark = _interopRequireDefault(require("./icons/bookmark.web"));
|
|
23506
23542
|
var _bookmarkCheck = _interopRequireDefault(require("./icons/bookmark-check.web"));
|
|
23507
23543
|
var _bookmarkMinus = _interopRequireDefault(require("./icons/bookmark-minus.web"));
|
|
23544
|
+
var _bookmarkOff = _interopRequireDefault(require("./icons/bookmark-off.web"));
|
|
23508
23545
|
var _bookmarkPlus = _interopRequireDefault(require("./icons/bookmark-plus.web"));
|
|
23509
23546
|
var _bookmarkX = _interopRequireDefault(require("./icons/bookmark-x.web"));
|
|
23510
23547
|
var _boomBox = _interopRequireDefault(require("./icons/boom-box.web"));
|
|
@@ -24859,6 +24896,7 @@ var _squareDashedBottom = _interopRequireDefault(require("./icons/square-dashed-
|
|
|
24859
24896
|
var _squareDashedBottomCode = _interopRequireDefault(require("./icons/square-dashed-bottom-code.web"));
|
|
24860
24897
|
var _squareDashedKanban = _interopRequireDefault(require("./icons/square-dashed-kanban.web"));
|
|
24861
24898
|
var _squareDashedMousePointer = _interopRequireDefault(require("./icons/square-dashed-mouse-pointer.web"));
|
|
24899
|
+
var _squareDashedText = _interopRequireDefault(require("./icons/square-dashed-text.web"));
|
|
24862
24900
|
var _squareDashedTopSolid = _interopRequireDefault(require("./icons/square-dashed-top-solid.web"));
|
|
24863
24901
|
var _squareDivide = _interopRequireDefault(require("./icons/square-divide.web"));
|
|
24864
24902
|
var _squareDot = _interopRequireDefault(require("./icons/square-dot.web"));
|
|
@@ -24993,6 +25031,7 @@ var _ticketSlash = _interopRequireDefault(require("./icons/ticket-slash.web"));
|
|
|
24993
25031
|
var _ticketX = _interopRequireDefault(require("./icons/ticket-x.web"));
|
|
24994
25032
|
var _tickets = _interopRequireDefault(require("./icons/tickets.web"));
|
|
24995
25033
|
var _ticketsPlane = _interopRequireDefault(require("./icons/tickets-plane.web"));
|
|
25034
|
+
var _timeline = _interopRequireDefault(require("./icons/timeline.web"));
|
|
24996
25035
|
var _timer = _interopRequireDefault(require("./icons/timer.web"));
|
|
24997
25036
|
var _timerOff = _interopRequireDefault(require("./icons/timer-off.web"));
|
|
24998
25037
|
var _timerReset = _interopRequireDefault(require("./icons/timer-reset.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';
|
|
@@ -1748,6 +1750,7 @@ export { default as TicketSlashIcon, default as LucideTicketSlash } from './icon
|
|
|
1748
1750
|
export { default as TicketXIcon, default as LucideTicketX } from './icons/ticket-x';
|
|
1749
1751
|
export { default as TicketsIcon, default as LucideTickets } from './icons/tickets';
|
|
1750
1752
|
export { default as TicketsPlaneIcon, default as LucideTicketsPlane } from './icons/tickets-plane';
|
|
1753
|
+
export { default as TimelineIcon, default as LucideTimeline } from './icons/timeline';
|
|
1751
1754
|
export { default as TimerIcon, default as LucideTimer } from './icons/timer';
|
|
1752
1755
|
export { default as TimerOffIcon, default as LucideTimerOff } from './icons/timer-off';
|
|
1753
1756
|
export { default as TimerResetIcon, default as LucideTimerReset } from './icons/timer-reset';
|
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';
|
|
@@ -1748,6 +1750,7 @@ export { default as TicketSlashIcon, default as LucideTicketSlash } from './icon
|
|
|
1748
1750
|
export { default as TicketXIcon, default as LucideTicketX } from './icons/ticket-x.web';
|
|
1749
1751
|
export { default as TicketsIcon, default as LucideTickets } from './icons/tickets.web';
|
|
1750
1752
|
export { default as TicketsPlaneIcon, default as LucideTicketsPlane } from './icons/tickets-plane.web';
|
|
1753
|
+
export { default as TimelineIcon, default as LucideTimeline } from './icons/timeline.web';
|
|
1751
1754
|
export { default as TimerIcon, default as LucideTimer } from './icons/timer.web';
|
|
1752
1755
|
export { default as TimerOffIcon, default as LucideTimerOff } from './icons/timer-off.web';
|
|
1753
1756
|
export { default as TimerResetIcon, default as LucideTimerReset } from './icons/timer-reset.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.9.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.9.0",
|
|
27
|
+
"lucide-react": "1.9.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';
|
|
@@ -1748,6 +1750,7 @@ export { default as TicketSlashIcon, default as LucideTicketSlash } from './icon
|
|
|
1748
1750
|
export { default as TicketXIcon, default as LucideTicketX } from './icons/ticket-x';
|
|
1749
1751
|
export { default as TicketsIcon, default as LucideTickets } from './icons/tickets';
|
|
1750
1752
|
export { default as TicketsPlaneIcon, default as LucideTicketsPlane } from './icons/tickets-plane';
|
|
1753
|
+
export { default as TimelineIcon, default as LucideTimeline } from './icons/timeline';
|
|
1751
1754
|
export { default as TimerIcon, default as LucideTimer } from './icons/timer';
|
|
1752
1755
|
export { default as TimerOffIcon, default as LucideTimerOff } from './icons/timer-off';
|
|
1753
1756
|
export { default as TimerResetIcon, default as LucideTimerReset } from './icons/timer-reset';
|
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';
|
|
@@ -1748,6 +1750,7 @@ export { default as TicketSlashIcon, default as LucideTicketSlash } from './icon
|
|
|
1748
1750
|
export { default as TicketXIcon, default as LucideTicketX } from './icons/ticket-x.web';
|
|
1749
1751
|
export { default as TicketsIcon, default as LucideTickets } from './icons/tickets.web';
|
|
1750
1752
|
export { default as TicketsPlaneIcon, default as LucideTicketsPlane } from './icons/tickets-plane.web';
|
|
1753
|
+
export { default as TimelineIcon, default as LucideTimeline } from './icons/timeline.web';
|
|
1751
1754
|
export { default as TimerIcon, default as LucideTimer } from './icons/timer.web';
|
|
1752
1755
|
export { default as TimerOffIcon, default as LucideTimerOff } from './icons/timer-off.web';
|
|
1753
1756
|
export { default as TimerResetIcon, default as LucideTimerReset } from './icons/timer-reset.web';
|