lucide-nativewind 1.14.0 → 1.17.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/blender.js +13 -0
- package/cjs/icons/blender.web.js +8 -0
- package/cjs/icons/broccoli.js +13 -0
- package/cjs/icons/broccoli.web.js +8 -0
- package/cjs/icons/globe-check.js +13 -0
- package/cjs/icons/globe-check.web.js +8 -0
- package/cjs/icons/parasol.js +13 -0
- package/cjs/icons/parasol.web.js +8 -0
- package/cjs/icons/sticky-note-check.js +13 -0
- package/cjs/icons/sticky-note-check.web.js +8 -0
- package/cjs/icons/sticky-note-minus.js +13 -0
- package/cjs/icons/sticky-note-minus.web.js +8 -0
- package/cjs/icons/sticky-note-off.js +13 -0
- package/cjs/icons/sticky-note-off.web.js +8 -0
- package/cjs/icons/sticky-note-plus.js +13 -0
- package/cjs/icons/sticky-note-plus.web.js +8 -0
- package/cjs/icons/sticky-note-x.js +13 -0
- package/cjs/icons/sticky-note-x.web.js +8 -0
- package/cjs/icons/sticky-notes.js +13 -0
- package/cjs/icons/sticky-notes.web.js +8 -0
- package/cjs/index.js +130 -0
- package/cjs/index.web.js +130 -0
- package/esm/icons/blender.js +7 -0
- package/esm/icons/blender.web.js +2 -0
- package/esm/icons/broccoli.js +7 -0
- package/esm/icons/broccoli.web.js +2 -0
- package/esm/icons/globe-check.js +7 -0
- package/esm/icons/globe-check.web.js +2 -0
- package/esm/icons/parasol.js +7 -0
- package/esm/icons/parasol.web.js +2 -0
- package/esm/icons/sticky-note-check.js +7 -0
- package/esm/icons/sticky-note-check.web.js +2 -0
- package/esm/icons/sticky-note-minus.js +7 -0
- package/esm/icons/sticky-note-minus.web.js +2 -0
- package/esm/icons/sticky-note-off.js +7 -0
- package/esm/icons/sticky-note-off.web.js +2 -0
- package/esm/icons/sticky-note-plus.js +7 -0
- package/esm/icons/sticky-note-plus.web.js +2 -0
- package/esm/icons/sticky-note-x.js +7 -0
- package/esm/icons/sticky-note-x.web.js +2 -0
- package/esm/icons/sticky-notes.js +7 -0
- package/esm/icons/sticky-notes.web.js +2 -0
- package/esm/index.js +10 -0
- package/esm/index.web.js +10 -0
- package/package.json +3 -3
- package/types/icons/blender.d.ts +5 -0
- package/types/icons/blender.web.d.ts +2 -0
- package/types/icons/broccoli.d.ts +5 -0
- package/types/icons/broccoli.web.d.ts +2 -0
- package/types/icons/globe-check.d.ts +5 -0
- package/types/icons/globe-check.web.d.ts +2 -0
- package/types/icons/parasol.d.ts +5 -0
- package/types/icons/parasol.web.d.ts +2 -0
- package/types/icons/sticky-note-check.d.ts +5 -0
- package/types/icons/sticky-note-check.web.d.ts +2 -0
- package/types/icons/sticky-note-minus.d.ts +5 -0
- package/types/icons/sticky-note-minus.web.d.ts +2 -0
- package/types/icons/sticky-note-off.d.ts +5 -0
- package/types/icons/sticky-note-off.web.d.ts +2 -0
- package/types/icons/sticky-note-plus.d.ts +5 -0
- package/types/icons/sticky-note-plus.web.d.ts +2 -0
- package/types/icons/sticky-note-x.d.ts +5 -0
- package/types/icons/sticky-note-x.web.d.ts +2 -0
- package/types/icons/sticky-notes.d.ts +5 -0
- package/types/icons/sticky-notes.web.d.ts +2 -0
- package/types/index.d.ts +10 -0
- package/types/index.web.d.ts +10 -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
|
+
* [Blender on lucide.dev](https://lucide.dev/icons/blender)
|
|
12
|
+
*/
|
|
13
|
+
var _default = exports["default"] = (0, _iconWithClassName["default"])(_lucideReactNative.Blender);
|
|
@@ -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
|
+
* [Broccoli on lucide.dev](https://lucide.dev/icons/broccoli)
|
|
12
|
+
*/
|
|
13
|
+
var _default = exports["default"] = (0, _iconWithClassName["default"])(_lucideReactNative.Broccoli);
|
|
@@ -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
|
+
* [GlobeCheck on lucide.dev](https://lucide.dev/icons/globe-check)
|
|
12
|
+
*/
|
|
13
|
+
var _default = exports["default"] = (0, _iconWithClassName["default"])(_lucideReactNative.GlobeCheck);
|
|
@@ -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
|
+
* [Parasol on lucide.dev](https://lucide.dev/icons/parasol)
|
|
12
|
+
*/
|
|
13
|
+
var _default = exports["default"] = (0, _iconWithClassName["default"])(_lucideReactNative.Parasol);
|
|
@@ -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
|
+
* [StickyNoteCheck on lucide.dev](https://lucide.dev/icons/sticky-note-check)
|
|
12
|
+
*/
|
|
13
|
+
var _default = exports["default"] = (0, _iconWithClassName["default"])(_lucideReactNative.StickyNoteCheck);
|
|
@@ -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
|
+
* [StickyNoteMinus on lucide.dev](https://lucide.dev/icons/sticky-note-minus)
|
|
12
|
+
*/
|
|
13
|
+
var _default = exports["default"] = (0, _iconWithClassName["default"])(_lucideReactNative.StickyNoteMinus);
|
|
@@ -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
|
+
* [StickyNoteOff on lucide.dev](https://lucide.dev/icons/sticky-note-off)
|
|
12
|
+
*/
|
|
13
|
+
var _default = exports["default"] = (0, _iconWithClassName["default"])(_lucideReactNative.StickyNoteOff);
|
|
@@ -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
|
+
* [StickyNotePlus on lucide.dev](https://lucide.dev/icons/sticky-note-plus)
|
|
12
|
+
*/
|
|
13
|
+
var _default = exports["default"] = (0, _iconWithClassName["default"])(_lucideReactNative.StickyNotePlus);
|
|
@@ -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
|
+
* [StickyNoteX on lucide.dev](https://lucide.dev/icons/sticky-note-x)
|
|
12
|
+
*/
|
|
13
|
+
var _default = exports["default"] = (0, _iconWithClassName["default"])(_lucideReactNative.StickyNoteX);
|
|
@@ -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
|
+
* [StickyNotes on lucide.dev](https://lucide.dev/icons/sticky-notes)
|
|
12
|
+
*/
|
|
13
|
+
var _default = exports["default"] = (0, _iconWithClassName["default"])(_lucideReactNative.StickyNotes);
|
package/cjs/index.js
CHANGED
|
@@ -1347,6 +1347,12 @@ Object.defineProperty(exports, "BlendIcon", {
|
|
|
1347
1347
|
return _blend["default"];
|
|
1348
1348
|
}
|
|
1349
1349
|
});
|
|
1350
|
+
Object.defineProperty(exports, "BlenderIcon", {
|
|
1351
|
+
enumerable: true,
|
|
1352
|
+
get: function get() {
|
|
1353
|
+
return _blender["default"];
|
|
1354
|
+
}
|
|
1355
|
+
});
|
|
1350
1356
|
Object.defineProperty(exports, "BlindsIcon", {
|
|
1351
1357
|
enumerable: true,
|
|
1352
1358
|
get: function get() {
|
|
@@ -1737,6 +1743,12 @@ Object.defineProperty(exports, "BringToFrontIcon", {
|
|
|
1737
1743
|
return _bringToFront["default"];
|
|
1738
1744
|
}
|
|
1739
1745
|
});
|
|
1746
|
+
Object.defineProperty(exports, "BroccoliIcon", {
|
|
1747
|
+
enumerable: true,
|
|
1748
|
+
get: function get() {
|
|
1749
|
+
return _broccoli["default"];
|
|
1750
|
+
}
|
|
1751
|
+
});
|
|
1740
1752
|
Object.defineProperty(exports, "BrushCleaningIcon", {
|
|
1741
1753
|
enumerable: true,
|
|
1742
1754
|
get: function get() {
|
|
@@ -5199,6 +5211,12 @@ Object.defineProperty(exports, "Globe2Icon", {
|
|
|
5199
5211
|
return _globe2["default"];
|
|
5200
5212
|
}
|
|
5201
5213
|
});
|
|
5214
|
+
Object.defineProperty(exports, "GlobeCheckIcon", {
|
|
5215
|
+
enumerable: true,
|
|
5216
|
+
get: function get() {
|
|
5217
|
+
return _globeCheck["default"];
|
|
5218
|
+
}
|
|
5219
|
+
});
|
|
5202
5220
|
Object.defineProperty(exports, "GlobeIcon", {
|
|
5203
5221
|
enumerable: true,
|
|
5204
5222
|
get: function get() {
|
|
@@ -7797,6 +7815,12 @@ Object.defineProperty(exports, "LucideBlend", {
|
|
|
7797
7815
|
return _blend["default"];
|
|
7798
7816
|
}
|
|
7799
7817
|
});
|
|
7818
|
+
Object.defineProperty(exports, "LucideBlender", {
|
|
7819
|
+
enumerable: true,
|
|
7820
|
+
get: function get() {
|
|
7821
|
+
return _blender["default"];
|
|
7822
|
+
}
|
|
7823
|
+
});
|
|
7800
7824
|
Object.defineProperty(exports, "LucideBlinds", {
|
|
7801
7825
|
enumerable: true,
|
|
7802
7826
|
get: function get() {
|
|
@@ -8187,6 +8211,12 @@ Object.defineProperty(exports, "LucideBringToFront", {
|
|
|
8187
8211
|
return _bringToFront["default"];
|
|
8188
8212
|
}
|
|
8189
8213
|
});
|
|
8214
|
+
Object.defineProperty(exports, "LucideBroccoli", {
|
|
8215
|
+
enumerable: true,
|
|
8216
|
+
get: function get() {
|
|
8217
|
+
return _broccoli["default"];
|
|
8218
|
+
}
|
|
8219
|
+
});
|
|
8190
8220
|
Object.defineProperty(exports, "LucideBrush", {
|
|
8191
8221
|
enumerable: true,
|
|
8192
8222
|
get: function get() {
|
|
@@ -11655,6 +11685,12 @@ Object.defineProperty(exports, "LucideGlobe2", {
|
|
|
11655
11685
|
return _globe2["default"];
|
|
11656
11686
|
}
|
|
11657
11687
|
});
|
|
11688
|
+
Object.defineProperty(exports, "LucideGlobeCheck", {
|
|
11689
|
+
enumerable: true,
|
|
11690
|
+
get: function get() {
|
|
11691
|
+
return _globeCheck["default"];
|
|
11692
|
+
}
|
|
11693
|
+
});
|
|
11658
11694
|
Object.defineProperty(exports, "LucideGlobeLock", {
|
|
11659
11695
|
enumerable: true,
|
|
11660
11696
|
get: function get() {
|
|
@@ -14187,6 +14223,12 @@ Object.defineProperty(exports, "LucidePaperclip", {
|
|
|
14187
14223
|
return _paperclip["default"];
|
|
14188
14224
|
}
|
|
14189
14225
|
});
|
|
14226
|
+
Object.defineProperty(exports, "LucideParasol", {
|
|
14227
|
+
enumerable: true,
|
|
14228
|
+
get: function get() {
|
|
14229
|
+
return _parasol["default"];
|
|
14230
|
+
}
|
|
14231
|
+
});
|
|
14190
14232
|
Object.defineProperty(exports, "LucideParentheses", {
|
|
14191
14233
|
enumerable: true,
|
|
14192
14234
|
get: function get() {
|
|
@@ -16521,6 +16563,42 @@ Object.defineProperty(exports, "LucideStickyNote", {
|
|
|
16521
16563
|
return _stickyNote["default"];
|
|
16522
16564
|
}
|
|
16523
16565
|
});
|
|
16566
|
+
Object.defineProperty(exports, "LucideStickyNoteCheck", {
|
|
16567
|
+
enumerable: true,
|
|
16568
|
+
get: function get() {
|
|
16569
|
+
return _stickyNoteCheck["default"];
|
|
16570
|
+
}
|
|
16571
|
+
});
|
|
16572
|
+
Object.defineProperty(exports, "LucideStickyNoteMinus", {
|
|
16573
|
+
enumerable: true,
|
|
16574
|
+
get: function get() {
|
|
16575
|
+
return _stickyNoteMinus["default"];
|
|
16576
|
+
}
|
|
16577
|
+
});
|
|
16578
|
+
Object.defineProperty(exports, "LucideStickyNoteOff", {
|
|
16579
|
+
enumerable: true,
|
|
16580
|
+
get: function get() {
|
|
16581
|
+
return _stickyNoteOff["default"];
|
|
16582
|
+
}
|
|
16583
|
+
});
|
|
16584
|
+
Object.defineProperty(exports, "LucideStickyNotePlus", {
|
|
16585
|
+
enumerable: true,
|
|
16586
|
+
get: function get() {
|
|
16587
|
+
return _stickyNotePlus["default"];
|
|
16588
|
+
}
|
|
16589
|
+
});
|
|
16590
|
+
Object.defineProperty(exports, "LucideStickyNoteX", {
|
|
16591
|
+
enumerable: true,
|
|
16592
|
+
get: function get() {
|
|
16593
|
+
return _stickyNoteX["default"];
|
|
16594
|
+
}
|
|
16595
|
+
});
|
|
16596
|
+
Object.defineProperty(exports, "LucideStickyNotes", {
|
|
16597
|
+
enumerable: true,
|
|
16598
|
+
get: function get() {
|
|
16599
|
+
return _stickyNotes["default"];
|
|
16600
|
+
}
|
|
16601
|
+
});
|
|
16524
16602
|
Object.defineProperty(exports, "LucideStone", {
|
|
16525
16603
|
enumerable: true,
|
|
16526
16604
|
get: function get() {
|
|
@@ -19425,6 +19503,12 @@ Object.defineProperty(exports, "PaperclipIcon", {
|
|
|
19425
19503
|
return _paperclip["default"];
|
|
19426
19504
|
}
|
|
19427
19505
|
});
|
|
19506
|
+
Object.defineProperty(exports, "ParasolIcon", {
|
|
19507
|
+
enumerable: true,
|
|
19508
|
+
get: function get() {
|
|
19509
|
+
return _parasol["default"];
|
|
19510
|
+
}
|
|
19511
|
+
});
|
|
19428
19512
|
Object.defineProperty(exports, "ParenthesesIcon", {
|
|
19429
19513
|
enumerable: true,
|
|
19430
19514
|
get: function get() {
|
|
@@ -21753,12 +21837,48 @@ Object.defineProperty(exports, "StickerIcon", {
|
|
|
21753
21837
|
return _sticker["default"];
|
|
21754
21838
|
}
|
|
21755
21839
|
});
|
|
21840
|
+
Object.defineProperty(exports, "StickyNoteCheckIcon", {
|
|
21841
|
+
enumerable: true,
|
|
21842
|
+
get: function get() {
|
|
21843
|
+
return _stickyNoteCheck["default"];
|
|
21844
|
+
}
|
|
21845
|
+
});
|
|
21756
21846
|
Object.defineProperty(exports, "StickyNoteIcon", {
|
|
21757
21847
|
enumerable: true,
|
|
21758
21848
|
get: function get() {
|
|
21759
21849
|
return _stickyNote["default"];
|
|
21760
21850
|
}
|
|
21761
21851
|
});
|
|
21852
|
+
Object.defineProperty(exports, "StickyNoteMinusIcon", {
|
|
21853
|
+
enumerable: true,
|
|
21854
|
+
get: function get() {
|
|
21855
|
+
return _stickyNoteMinus["default"];
|
|
21856
|
+
}
|
|
21857
|
+
});
|
|
21858
|
+
Object.defineProperty(exports, "StickyNoteOffIcon", {
|
|
21859
|
+
enumerable: true,
|
|
21860
|
+
get: function get() {
|
|
21861
|
+
return _stickyNoteOff["default"];
|
|
21862
|
+
}
|
|
21863
|
+
});
|
|
21864
|
+
Object.defineProperty(exports, "StickyNotePlusIcon", {
|
|
21865
|
+
enumerable: true,
|
|
21866
|
+
get: function get() {
|
|
21867
|
+
return _stickyNotePlus["default"];
|
|
21868
|
+
}
|
|
21869
|
+
});
|
|
21870
|
+
Object.defineProperty(exports, "StickyNoteXIcon", {
|
|
21871
|
+
enumerable: true,
|
|
21872
|
+
get: function get() {
|
|
21873
|
+
return _stickyNoteX["default"];
|
|
21874
|
+
}
|
|
21875
|
+
});
|
|
21876
|
+
Object.defineProperty(exports, "StickyNotesIcon", {
|
|
21877
|
+
enumerable: true,
|
|
21878
|
+
get: function get() {
|
|
21879
|
+
return _stickyNotes["default"];
|
|
21880
|
+
}
|
|
21881
|
+
});
|
|
21762
21882
|
Object.defineProperty(exports, "StoneIcon", {
|
|
21763
21883
|
enumerable: true,
|
|
21764
21884
|
get: function get() {
|
|
@@ -23605,6 +23725,7 @@ var _bird = _interopRequireDefault(require("./icons/bird"));
|
|
|
23605
23725
|
var _birdhouse = _interopRequireDefault(require("./icons/birdhouse"));
|
|
23606
23726
|
var _bitcoin = _interopRequireDefault(require("./icons/bitcoin"));
|
|
23607
23727
|
var _blend = _interopRequireDefault(require("./icons/blend"));
|
|
23728
|
+
var _blender = _interopRequireDefault(require("./icons/blender"));
|
|
23608
23729
|
var _blinds = _interopRequireDefault(require("./icons/blinds"));
|
|
23609
23730
|
var _blocks = _interopRequireDefault(require("./icons/blocks"));
|
|
23610
23731
|
var _bluetooth = _interopRequireDefault(require("./icons/bluetooth"));
|
|
@@ -23670,6 +23791,7 @@ var _briefcaseBusiness = _interopRequireDefault(require("./icons/briefcase-busin
|
|
|
23670
23791
|
var _briefcaseConveyorBelt = _interopRequireDefault(require("./icons/briefcase-conveyor-belt"));
|
|
23671
23792
|
var _briefcaseMedical = _interopRequireDefault(require("./icons/briefcase-medical"));
|
|
23672
23793
|
var _bringToFront = _interopRequireDefault(require("./icons/bring-to-front"));
|
|
23794
|
+
var _broccoli = _interopRequireDefault(require("./icons/broccoli"));
|
|
23673
23795
|
var _brush = _interopRequireDefault(require("./icons/brush"));
|
|
23674
23796
|
var _brushCleaning = _interopRequireDefault(require("./icons/brush-cleaning"));
|
|
23675
23797
|
var _bubbles = _interopRequireDefault(require("./icons/bubbles"));
|
|
@@ -24248,6 +24370,7 @@ var _glassWater = _interopRequireDefault(require("./icons/glass-water"));
|
|
|
24248
24370
|
var _glasses = _interopRequireDefault(require("./icons/glasses"));
|
|
24249
24371
|
var _globe = _interopRequireDefault(require("./icons/globe"));
|
|
24250
24372
|
var _globe2 = _interopRequireDefault(require("./icons/globe2"));
|
|
24373
|
+
var _globeCheck = _interopRequireDefault(require("./icons/globe-check"));
|
|
24251
24374
|
var _globeLock = _interopRequireDefault(require("./icons/globe-lock"));
|
|
24252
24375
|
var _globeOff = _interopRequireDefault(require("./icons/globe-off"));
|
|
24253
24376
|
var _globeX = _interopRequireDefault(require("./icons/globe-x"));
|
|
@@ -24670,6 +24793,7 @@ var _panelsRightBottom = _interopRequireDefault(require("./icons/panels-right-bo
|
|
|
24670
24793
|
var _panelsTopBottom = _interopRequireDefault(require("./icons/panels-top-bottom"));
|
|
24671
24794
|
var _panelsTopLeft = _interopRequireDefault(require("./icons/panels-top-left"));
|
|
24672
24795
|
var _paperclip = _interopRequireDefault(require("./icons/paperclip"));
|
|
24796
|
+
var _parasol = _interopRequireDefault(require("./icons/parasol"));
|
|
24673
24797
|
var _parentheses = _interopRequireDefault(require("./icons/parentheses"));
|
|
24674
24798
|
var _parkingCircle = _interopRequireDefault(require("./icons/parking-circle"));
|
|
24675
24799
|
var _parkingCircleOff = _interopRequireDefault(require("./icons/parking-circle-off"));
|
|
@@ -25059,6 +25183,12 @@ var _stepForward = _interopRequireDefault(require("./icons/step-forward"));
|
|
|
25059
25183
|
var _stethoscope = _interopRequireDefault(require("./icons/stethoscope"));
|
|
25060
25184
|
var _sticker = _interopRequireDefault(require("./icons/sticker"));
|
|
25061
25185
|
var _stickyNote = _interopRequireDefault(require("./icons/sticky-note"));
|
|
25186
|
+
var _stickyNoteCheck = _interopRequireDefault(require("./icons/sticky-note-check"));
|
|
25187
|
+
var _stickyNoteMinus = _interopRequireDefault(require("./icons/sticky-note-minus"));
|
|
25188
|
+
var _stickyNoteOff = _interopRequireDefault(require("./icons/sticky-note-off"));
|
|
25189
|
+
var _stickyNotePlus = _interopRequireDefault(require("./icons/sticky-note-plus"));
|
|
25190
|
+
var _stickyNoteX = _interopRequireDefault(require("./icons/sticky-note-x"));
|
|
25191
|
+
var _stickyNotes = _interopRequireDefault(require("./icons/sticky-notes"));
|
|
25062
25192
|
var _stone = _interopRequireDefault(require("./icons/stone"));
|
|
25063
25193
|
var _stopCircle = _interopRequireDefault(require("./icons/stop-circle"));
|
|
25064
25194
|
var _store = _interopRequireDefault(require("./icons/store"));
|
package/cjs/index.web.js
CHANGED
|
@@ -1347,6 +1347,12 @@ Object.defineProperty(exports, "BlendIcon", {
|
|
|
1347
1347
|
return _blend["default"];
|
|
1348
1348
|
}
|
|
1349
1349
|
});
|
|
1350
|
+
Object.defineProperty(exports, "BlenderIcon", {
|
|
1351
|
+
enumerable: true,
|
|
1352
|
+
get: function get() {
|
|
1353
|
+
return _blender["default"];
|
|
1354
|
+
}
|
|
1355
|
+
});
|
|
1350
1356
|
Object.defineProperty(exports, "BlindsIcon", {
|
|
1351
1357
|
enumerable: true,
|
|
1352
1358
|
get: function get() {
|
|
@@ -1737,6 +1743,12 @@ Object.defineProperty(exports, "BringToFrontIcon", {
|
|
|
1737
1743
|
return _bringToFront["default"];
|
|
1738
1744
|
}
|
|
1739
1745
|
});
|
|
1746
|
+
Object.defineProperty(exports, "BroccoliIcon", {
|
|
1747
|
+
enumerable: true,
|
|
1748
|
+
get: function get() {
|
|
1749
|
+
return _broccoli["default"];
|
|
1750
|
+
}
|
|
1751
|
+
});
|
|
1740
1752
|
Object.defineProperty(exports, "BrushCleaningIcon", {
|
|
1741
1753
|
enumerable: true,
|
|
1742
1754
|
get: function get() {
|
|
@@ -5199,6 +5211,12 @@ Object.defineProperty(exports, "Globe2Icon", {
|
|
|
5199
5211
|
return _globe2["default"];
|
|
5200
5212
|
}
|
|
5201
5213
|
});
|
|
5214
|
+
Object.defineProperty(exports, "GlobeCheckIcon", {
|
|
5215
|
+
enumerable: true,
|
|
5216
|
+
get: function get() {
|
|
5217
|
+
return _globeCheck["default"];
|
|
5218
|
+
}
|
|
5219
|
+
});
|
|
5202
5220
|
Object.defineProperty(exports, "GlobeIcon", {
|
|
5203
5221
|
enumerable: true,
|
|
5204
5222
|
get: function get() {
|
|
@@ -7797,6 +7815,12 @@ Object.defineProperty(exports, "LucideBlend", {
|
|
|
7797
7815
|
return _blend["default"];
|
|
7798
7816
|
}
|
|
7799
7817
|
});
|
|
7818
|
+
Object.defineProperty(exports, "LucideBlender", {
|
|
7819
|
+
enumerable: true,
|
|
7820
|
+
get: function get() {
|
|
7821
|
+
return _blender["default"];
|
|
7822
|
+
}
|
|
7823
|
+
});
|
|
7800
7824
|
Object.defineProperty(exports, "LucideBlinds", {
|
|
7801
7825
|
enumerable: true,
|
|
7802
7826
|
get: function get() {
|
|
@@ -8187,6 +8211,12 @@ Object.defineProperty(exports, "LucideBringToFront", {
|
|
|
8187
8211
|
return _bringToFront["default"];
|
|
8188
8212
|
}
|
|
8189
8213
|
});
|
|
8214
|
+
Object.defineProperty(exports, "LucideBroccoli", {
|
|
8215
|
+
enumerable: true,
|
|
8216
|
+
get: function get() {
|
|
8217
|
+
return _broccoli["default"];
|
|
8218
|
+
}
|
|
8219
|
+
});
|
|
8190
8220
|
Object.defineProperty(exports, "LucideBrush", {
|
|
8191
8221
|
enumerable: true,
|
|
8192
8222
|
get: function get() {
|
|
@@ -11655,6 +11685,12 @@ Object.defineProperty(exports, "LucideGlobe2", {
|
|
|
11655
11685
|
return _globe2["default"];
|
|
11656
11686
|
}
|
|
11657
11687
|
});
|
|
11688
|
+
Object.defineProperty(exports, "LucideGlobeCheck", {
|
|
11689
|
+
enumerable: true,
|
|
11690
|
+
get: function get() {
|
|
11691
|
+
return _globeCheck["default"];
|
|
11692
|
+
}
|
|
11693
|
+
});
|
|
11658
11694
|
Object.defineProperty(exports, "LucideGlobeLock", {
|
|
11659
11695
|
enumerable: true,
|
|
11660
11696
|
get: function get() {
|
|
@@ -14187,6 +14223,12 @@ Object.defineProperty(exports, "LucidePaperclip", {
|
|
|
14187
14223
|
return _paperclip["default"];
|
|
14188
14224
|
}
|
|
14189
14225
|
});
|
|
14226
|
+
Object.defineProperty(exports, "LucideParasol", {
|
|
14227
|
+
enumerable: true,
|
|
14228
|
+
get: function get() {
|
|
14229
|
+
return _parasol["default"];
|
|
14230
|
+
}
|
|
14231
|
+
});
|
|
14190
14232
|
Object.defineProperty(exports, "LucideParentheses", {
|
|
14191
14233
|
enumerable: true,
|
|
14192
14234
|
get: function get() {
|
|
@@ -16521,6 +16563,42 @@ Object.defineProperty(exports, "LucideStickyNote", {
|
|
|
16521
16563
|
return _stickyNote["default"];
|
|
16522
16564
|
}
|
|
16523
16565
|
});
|
|
16566
|
+
Object.defineProperty(exports, "LucideStickyNoteCheck", {
|
|
16567
|
+
enumerable: true,
|
|
16568
|
+
get: function get() {
|
|
16569
|
+
return _stickyNoteCheck["default"];
|
|
16570
|
+
}
|
|
16571
|
+
});
|
|
16572
|
+
Object.defineProperty(exports, "LucideStickyNoteMinus", {
|
|
16573
|
+
enumerable: true,
|
|
16574
|
+
get: function get() {
|
|
16575
|
+
return _stickyNoteMinus["default"];
|
|
16576
|
+
}
|
|
16577
|
+
});
|
|
16578
|
+
Object.defineProperty(exports, "LucideStickyNoteOff", {
|
|
16579
|
+
enumerable: true,
|
|
16580
|
+
get: function get() {
|
|
16581
|
+
return _stickyNoteOff["default"];
|
|
16582
|
+
}
|
|
16583
|
+
});
|
|
16584
|
+
Object.defineProperty(exports, "LucideStickyNotePlus", {
|
|
16585
|
+
enumerable: true,
|
|
16586
|
+
get: function get() {
|
|
16587
|
+
return _stickyNotePlus["default"];
|
|
16588
|
+
}
|
|
16589
|
+
});
|
|
16590
|
+
Object.defineProperty(exports, "LucideStickyNoteX", {
|
|
16591
|
+
enumerable: true,
|
|
16592
|
+
get: function get() {
|
|
16593
|
+
return _stickyNoteX["default"];
|
|
16594
|
+
}
|
|
16595
|
+
});
|
|
16596
|
+
Object.defineProperty(exports, "LucideStickyNotes", {
|
|
16597
|
+
enumerable: true,
|
|
16598
|
+
get: function get() {
|
|
16599
|
+
return _stickyNotes["default"];
|
|
16600
|
+
}
|
|
16601
|
+
});
|
|
16524
16602
|
Object.defineProperty(exports, "LucideStone", {
|
|
16525
16603
|
enumerable: true,
|
|
16526
16604
|
get: function get() {
|
|
@@ -19425,6 +19503,12 @@ Object.defineProperty(exports, "PaperclipIcon", {
|
|
|
19425
19503
|
return _paperclip["default"];
|
|
19426
19504
|
}
|
|
19427
19505
|
});
|
|
19506
|
+
Object.defineProperty(exports, "ParasolIcon", {
|
|
19507
|
+
enumerable: true,
|
|
19508
|
+
get: function get() {
|
|
19509
|
+
return _parasol["default"];
|
|
19510
|
+
}
|
|
19511
|
+
});
|
|
19428
19512
|
Object.defineProperty(exports, "ParenthesesIcon", {
|
|
19429
19513
|
enumerable: true,
|
|
19430
19514
|
get: function get() {
|
|
@@ -21753,12 +21837,48 @@ Object.defineProperty(exports, "StickerIcon", {
|
|
|
21753
21837
|
return _sticker["default"];
|
|
21754
21838
|
}
|
|
21755
21839
|
});
|
|
21840
|
+
Object.defineProperty(exports, "StickyNoteCheckIcon", {
|
|
21841
|
+
enumerable: true,
|
|
21842
|
+
get: function get() {
|
|
21843
|
+
return _stickyNoteCheck["default"];
|
|
21844
|
+
}
|
|
21845
|
+
});
|
|
21756
21846
|
Object.defineProperty(exports, "StickyNoteIcon", {
|
|
21757
21847
|
enumerable: true,
|
|
21758
21848
|
get: function get() {
|
|
21759
21849
|
return _stickyNote["default"];
|
|
21760
21850
|
}
|
|
21761
21851
|
});
|
|
21852
|
+
Object.defineProperty(exports, "StickyNoteMinusIcon", {
|
|
21853
|
+
enumerable: true,
|
|
21854
|
+
get: function get() {
|
|
21855
|
+
return _stickyNoteMinus["default"];
|
|
21856
|
+
}
|
|
21857
|
+
});
|
|
21858
|
+
Object.defineProperty(exports, "StickyNoteOffIcon", {
|
|
21859
|
+
enumerable: true,
|
|
21860
|
+
get: function get() {
|
|
21861
|
+
return _stickyNoteOff["default"];
|
|
21862
|
+
}
|
|
21863
|
+
});
|
|
21864
|
+
Object.defineProperty(exports, "StickyNotePlusIcon", {
|
|
21865
|
+
enumerable: true,
|
|
21866
|
+
get: function get() {
|
|
21867
|
+
return _stickyNotePlus["default"];
|
|
21868
|
+
}
|
|
21869
|
+
});
|
|
21870
|
+
Object.defineProperty(exports, "StickyNoteXIcon", {
|
|
21871
|
+
enumerable: true,
|
|
21872
|
+
get: function get() {
|
|
21873
|
+
return _stickyNoteX["default"];
|
|
21874
|
+
}
|
|
21875
|
+
});
|
|
21876
|
+
Object.defineProperty(exports, "StickyNotesIcon", {
|
|
21877
|
+
enumerable: true,
|
|
21878
|
+
get: function get() {
|
|
21879
|
+
return _stickyNotes["default"];
|
|
21880
|
+
}
|
|
21881
|
+
});
|
|
21762
21882
|
Object.defineProperty(exports, "StoneIcon", {
|
|
21763
21883
|
enumerable: true,
|
|
21764
21884
|
get: function get() {
|
|
@@ -23599,6 +23719,7 @@ var _bird = _interopRequireDefault(require("./icons/bird.web"));
|
|
|
23599
23719
|
var _birdhouse = _interopRequireDefault(require("./icons/birdhouse.web"));
|
|
23600
23720
|
var _bitcoin = _interopRequireDefault(require("./icons/bitcoin.web"));
|
|
23601
23721
|
var _blend = _interopRequireDefault(require("./icons/blend.web"));
|
|
23722
|
+
var _blender = _interopRequireDefault(require("./icons/blender.web"));
|
|
23602
23723
|
var _blinds = _interopRequireDefault(require("./icons/blinds.web"));
|
|
23603
23724
|
var _blocks = _interopRequireDefault(require("./icons/blocks.web"));
|
|
23604
23725
|
var _bluetooth = _interopRequireDefault(require("./icons/bluetooth.web"));
|
|
@@ -23664,6 +23785,7 @@ var _briefcaseBusiness = _interopRequireDefault(require("./icons/briefcase-busin
|
|
|
23664
23785
|
var _briefcaseConveyorBelt = _interopRequireDefault(require("./icons/briefcase-conveyor-belt.web"));
|
|
23665
23786
|
var _briefcaseMedical = _interopRequireDefault(require("./icons/briefcase-medical.web"));
|
|
23666
23787
|
var _bringToFront = _interopRequireDefault(require("./icons/bring-to-front.web"));
|
|
23788
|
+
var _broccoli = _interopRequireDefault(require("./icons/broccoli.web"));
|
|
23667
23789
|
var _brush = _interopRequireDefault(require("./icons/brush.web"));
|
|
23668
23790
|
var _brushCleaning = _interopRequireDefault(require("./icons/brush-cleaning.web"));
|
|
23669
23791
|
var _bubbles = _interopRequireDefault(require("./icons/bubbles.web"));
|
|
@@ -24242,6 +24364,7 @@ var _glassWater = _interopRequireDefault(require("./icons/glass-water.web"));
|
|
|
24242
24364
|
var _glasses = _interopRequireDefault(require("./icons/glasses.web"));
|
|
24243
24365
|
var _globe = _interopRequireDefault(require("./icons/globe.web"));
|
|
24244
24366
|
var _globe2 = _interopRequireDefault(require("./icons/globe2.web"));
|
|
24367
|
+
var _globeCheck = _interopRequireDefault(require("./icons/globe-check.web"));
|
|
24245
24368
|
var _globeLock = _interopRequireDefault(require("./icons/globe-lock.web"));
|
|
24246
24369
|
var _globeOff = _interopRequireDefault(require("./icons/globe-off.web"));
|
|
24247
24370
|
var _globeX = _interopRequireDefault(require("./icons/globe-x.web"));
|
|
@@ -24664,6 +24787,7 @@ var _panelsRightBottom = _interopRequireDefault(require("./icons/panels-right-bo
|
|
|
24664
24787
|
var _panelsTopBottom = _interopRequireDefault(require("./icons/panels-top-bottom.web"));
|
|
24665
24788
|
var _panelsTopLeft = _interopRequireDefault(require("./icons/panels-top-left.web"));
|
|
24666
24789
|
var _paperclip = _interopRequireDefault(require("./icons/paperclip.web"));
|
|
24790
|
+
var _parasol = _interopRequireDefault(require("./icons/parasol.web"));
|
|
24667
24791
|
var _parentheses = _interopRequireDefault(require("./icons/parentheses.web"));
|
|
24668
24792
|
var _parkingCircle = _interopRequireDefault(require("./icons/parking-circle.web"));
|
|
24669
24793
|
var _parkingCircleOff = _interopRequireDefault(require("./icons/parking-circle-off.web"));
|
|
@@ -25053,6 +25177,12 @@ var _stepForward = _interopRequireDefault(require("./icons/step-forward.web"));
|
|
|
25053
25177
|
var _stethoscope = _interopRequireDefault(require("./icons/stethoscope.web"));
|
|
25054
25178
|
var _sticker = _interopRequireDefault(require("./icons/sticker.web"));
|
|
25055
25179
|
var _stickyNote = _interopRequireDefault(require("./icons/sticky-note.web"));
|
|
25180
|
+
var _stickyNoteCheck = _interopRequireDefault(require("./icons/sticky-note-check.web"));
|
|
25181
|
+
var _stickyNoteMinus = _interopRequireDefault(require("./icons/sticky-note-minus.web"));
|
|
25182
|
+
var _stickyNoteOff = _interopRequireDefault(require("./icons/sticky-note-off.web"));
|
|
25183
|
+
var _stickyNotePlus = _interopRequireDefault(require("./icons/sticky-note-plus.web"));
|
|
25184
|
+
var _stickyNoteX = _interopRequireDefault(require("./icons/sticky-note-x.web"));
|
|
25185
|
+
var _stickyNotes = _interopRequireDefault(require("./icons/sticky-notes.web"));
|
|
25056
25186
|
var _stone = _interopRequireDefault(require("./icons/stone.web"));
|
|
25057
25187
|
var _stopCircle = _interopRequireDefault(require("./icons/stop-circle.web"));
|
|
25058
25188
|
var _store = _interopRequireDefault(require("./icons/store.web"));
|
package/esm/index.js
CHANGED
|
@@ -222,6 +222,7 @@ export { default as BirdIcon, default as LucideBird } from './icons/bird';
|
|
|
222
222
|
export { default as BirdhouseIcon, default as LucideBirdhouse } from './icons/birdhouse';
|
|
223
223
|
export { default as BitcoinIcon, default as LucideBitcoin } from './icons/bitcoin';
|
|
224
224
|
export { default as BlendIcon, default as LucideBlend } from './icons/blend';
|
|
225
|
+
export { default as BlenderIcon, default as LucideBlender } from './icons/blender';
|
|
225
226
|
export { default as BlindsIcon, default as LucideBlinds } from './icons/blinds';
|
|
226
227
|
export { default as BlocksIcon, default as LucideBlocks } from './icons/blocks';
|
|
227
228
|
export { default as BluetoothIcon, default as LucideBluetooth } from './icons/bluetooth';
|
|
@@ -287,6 +288,7 @@ export { default as BriefcaseBusinessIcon, default as LucideBriefcaseBusiness }
|
|
|
287
288
|
export { default as BriefcaseConveyorBeltIcon, default as LucideBriefcaseConveyorBelt } from './icons/briefcase-conveyor-belt';
|
|
288
289
|
export { default as BriefcaseMedicalIcon, default as LucideBriefcaseMedical } from './icons/briefcase-medical';
|
|
289
290
|
export { default as BringToFrontIcon, default as LucideBringToFront } from './icons/bring-to-front';
|
|
291
|
+
export { default as BroccoliIcon, default as LucideBroccoli } from './icons/broccoli';
|
|
290
292
|
export { default as BrushIcon, default as LucideBrush } from './icons/brush';
|
|
291
293
|
export { default as BrushCleaningIcon, default as LucideBrushCleaning } from './icons/brush-cleaning';
|
|
292
294
|
export { default as BubblesIcon, default as LucideBubbles } from './icons/bubbles';
|
|
@@ -865,6 +867,7 @@ export { default as GlassWaterIcon, default as LucideGlassWater } from './icons/
|
|
|
865
867
|
export { default as GlassesIcon, default as LucideGlasses } from './icons/glasses';
|
|
866
868
|
export { default as GlobeIcon, default as LucideGlobe } from './icons/globe';
|
|
867
869
|
export { default as Globe2Icon, default as LucideGlobe2 } from './icons/globe2';
|
|
870
|
+
export { default as GlobeCheckIcon, default as LucideGlobeCheck } from './icons/globe-check';
|
|
868
871
|
export { default as GlobeLockIcon, default as LucideGlobeLock } from './icons/globe-lock';
|
|
869
872
|
export { default as GlobeOffIcon, default as LucideGlobeOff } from './icons/globe-off';
|
|
870
873
|
export { default as GlobeXIcon, default as LucideGlobeX } from './icons/globe-x';
|
|
@@ -1287,6 +1290,7 @@ export { default as PanelsRightBottomIcon, default as LucidePanelsRightBottom }
|
|
|
1287
1290
|
export { default as PanelsTopBottomIcon, default as LucidePanelsTopBottom } from './icons/panels-top-bottom';
|
|
1288
1291
|
export { default as PanelsTopLeftIcon, default as LucidePanelsTopLeft } from './icons/panels-top-left';
|
|
1289
1292
|
export { default as PaperclipIcon, default as LucidePaperclip } from './icons/paperclip';
|
|
1293
|
+
export { default as ParasolIcon, default as LucideParasol } from './icons/parasol';
|
|
1290
1294
|
export { default as ParenthesesIcon, default as LucideParentheses } from './icons/parentheses';
|
|
1291
1295
|
export { default as ParkingCircleIcon, default as LucideParkingCircle } from './icons/parking-circle';
|
|
1292
1296
|
export { default as ParkingCircleOffIcon, default as LucideParkingCircleOff } from './icons/parking-circle-off';
|
|
@@ -1676,6 +1680,12 @@ export { default as StepForwardIcon, default as LucideStepForward } from './icon
|
|
|
1676
1680
|
export { default as StethoscopeIcon, default as LucideStethoscope } from './icons/stethoscope';
|
|
1677
1681
|
export { default as StickerIcon, default as LucideSticker } from './icons/sticker';
|
|
1678
1682
|
export { default as StickyNoteIcon, default as LucideStickyNote } from './icons/sticky-note';
|
|
1683
|
+
export { default as StickyNoteCheckIcon, default as LucideStickyNoteCheck } from './icons/sticky-note-check';
|
|
1684
|
+
export { default as StickyNoteMinusIcon, default as LucideStickyNoteMinus } from './icons/sticky-note-minus';
|
|
1685
|
+
export { default as StickyNoteOffIcon, default as LucideStickyNoteOff } from './icons/sticky-note-off';
|
|
1686
|
+
export { default as StickyNotePlusIcon, default as LucideStickyNotePlus } from './icons/sticky-note-plus';
|
|
1687
|
+
export { default as StickyNoteXIcon, default as LucideStickyNoteX } from './icons/sticky-note-x';
|
|
1688
|
+
export { default as StickyNotesIcon, default as LucideStickyNotes } from './icons/sticky-notes';
|
|
1679
1689
|
export { default as StoneIcon, default as LucideStone } from './icons/stone';
|
|
1680
1690
|
export { default as StopCircleIcon, default as LucideStopCircle } from './icons/stop-circle';
|
|
1681
1691
|
export { default as StoreIcon, default as LucideStore } from './icons/store';
|
package/esm/index.web.js
CHANGED
|
@@ -222,6 +222,7 @@ export { default as BirdIcon, default as LucideBird } from './icons/bird.web';
|
|
|
222
222
|
export { default as BirdhouseIcon, default as LucideBirdhouse } from './icons/birdhouse.web';
|
|
223
223
|
export { default as BitcoinIcon, default as LucideBitcoin } from './icons/bitcoin.web';
|
|
224
224
|
export { default as BlendIcon, default as LucideBlend } from './icons/blend.web';
|
|
225
|
+
export { default as BlenderIcon, default as LucideBlender } from './icons/blender.web';
|
|
225
226
|
export { default as BlindsIcon, default as LucideBlinds } from './icons/blinds.web';
|
|
226
227
|
export { default as BlocksIcon, default as LucideBlocks } from './icons/blocks.web';
|
|
227
228
|
export { default as BluetoothIcon, default as LucideBluetooth } from './icons/bluetooth.web';
|
|
@@ -287,6 +288,7 @@ export { default as BriefcaseBusinessIcon, default as LucideBriefcaseBusiness }
|
|
|
287
288
|
export { default as BriefcaseConveyorBeltIcon, default as LucideBriefcaseConveyorBelt } from './icons/briefcase-conveyor-belt.web';
|
|
288
289
|
export { default as BriefcaseMedicalIcon, default as LucideBriefcaseMedical } from './icons/briefcase-medical.web';
|
|
289
290
|
export { default as BringToFrontIcon, default as LucideBringToFront } from './icons/bring-to-front.web';
|
|
291
|
+
export { default as BroccoliIcon, default as LucideBroccoli } from './icons/broccoli.web';
|
|
290
292
|
export { default as BrushIcon, default as LucideBrush } from './icons/brush.web';
|
|
291
293
|
export { default as BrushCleaningIcon, default as LucideBrushCleaning } from './icons/brush-cleaning.web';
|
|
292
294
|
export { default as BubblesIcon, default as LucideBubbles } from './icons/bubbles.web';
|
|
@@ -865,6 +867,7 @@ export { default as GlassWaterIcon, default as LucideGlassWater } from './icons/
|
|
|
865
867
|
export { default as GlassesIcon, default as LucideGlasses } from './icons/glasses.web';
|
|
866
868
|
export { default as GlobeIcon, default as LucideGlobe } from './icons/globe.web';
|
|
867
869
|
export { default as Globe2Icon, default as LucideGlobe2 } from './icons/globe2.web';
|
|
870
|
+
export { default as GlobeCheckIcon, default as LucideGlobeCheck } from './icons/globe-check.web';
|
|
868
871
|
export { default as GlobeLockIcon, default as LucideGlobeLock } from './icons/globe-lock.web';
|
|
869
872
|
export { default as GlobeOffIcon, default as LucideGlobeOff } from './icons/globe-off.web';
|
|
870
873
|
export { default as GlobeXIcon, default as LucideGlobeX } from './icons/globe-x.web';
|
|
@@ -1287,6 +1290,7 @@ export { default as PanelsRightBottomIcon, default as LucidePanelsRightBottom }
|
|
|
1287
1290
|
export { default as PanelsTopBottomIcon, default as LucidePanelsTopBottom } from './icons/panels-top-bottom.web';
|
|
1288
1291
|
export { default as PanelsTopLeftIcon, default as LucidePanelsTopLeft } from './icons/panels-top-left.web';
|
|
1289
1292
|
export { default as PaperclipIcon, default as LucidePaperclip } from './icons/paperclip.web';
|
|
1293
|
+
export { default as ParasolIcon, default as LucideParasol } from './icons/parasol.web';
|
|
1290
1294
|
export { default as ParenthesesIcon, default as LucideParentheses } from './icons/parentheses.web';
|
|
1291
1295
|
export { default as ParkingCircleIcon, default as LucideParkingCircle } from './icons/parking-circle.web';
|
|
1292
1296
|
export { default as ParkingCircleOffIcon, default as LucideParkingCircleOff } from './icons/parking-circle-off.web';
|
|
@@ -1676,6 +1680,12 @@ export { default as StepForwardIcon, default as LucideStepForward } from './icon
|
|
|
1676
1680
|
export { default as StethoscopeIcon, default as LucideStethoscope } from './icons/stethoscope.web';
|
|
1677
1681
|
export { default as StickerIcon, default as LucideSticker } from './icons/sticker.web';
|
|
1678
1682
|
export { default as StickyNoteIcon, default as LucideStickyNote } from './icons/sticky-note.web';
|
|
1683
|
+
export { default as StickyNoteCheckIcon, default as LucideStickyNoteCheck } from './icons/sticky-note-check.web';
|
|
1684
|
+
export { default as StickyNoteMinusIcon, default as LucideStickyNoteMinus } from './icons/sticky-note-minus.web';
|
|
1685
|
+
export { default as StickyNoteOffIcon, default as LucideStickyNoteOff } from './icons/sticky-note-off.web';
|
|
1686
|
+
export { default as StickyNotePlusIcon, default as LucideStickyNotePlus } from './icons/sticky-note-plus.web';
|
|
1687
|
+
export { default as StickyNoteXIcon, default as LucideStickyNoteX } from './icons/sticky-note-x.web';
|
|
1688
|
+
export { default as StickyNotesIcon, default as LucideStickyNotes } from './icons/sticky-notes.web';
|
|
1679
1689
|
export { default as StoneIcon, default as LucideStone } from './icons/stone.web';
|
|
1680
1690
|
export { default as StopCircleIcon, default as LucideStopCircle } from './icons/stop-circle.web';
|
|
1681
1691
|
export { default as StoreIcon, default as LucideStore } from './icons/store.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.17.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.17.0",
|
|
27
|
+
"lucide-react": "1.17.0"
|
|
28
28
|
},
|
|
29
29
|
"main": "cjs/index.js",
|
|
30
30
|
"module": "esm/index.js",
|
package/types/index.d.ts
CHANGED
|
@@ -222,6 +222,7 @@ export { default as BirdIcon, default as LucideBird } from './icons/bird';
|
|
|
222
222
|
export { default as BirdhouseIcon, default as LucideBirdhouse } from './icons/birdhouse';
|
|
223
223
|
export { default as BitcoinIcon, default as LucideBitcoin } from './icons/bitcoin';
|
|
224
224
|
export { default as BlendIcon, default as LucideBlend } from './icons/blend';
|
|
225
|
+
export { default as BlenderIcon, default as LucideBlender } from './icons/blender';
|
|
225
226
|
export { default as BlindsIcon, default as LucideBlinds } from './icons/blinds';
|
|
226
227
|
export { default as BlocksIcon, default as LucideBlocks } from './icons/blocks';
|
|
227
228
|
export { default as BluetoothIcon, default as LucideBluetooth } from './icons/bluetooth';
|
|
@@ -287,6 +288,7 @@ export { default as BriefcaseBusinessIcon, default as LucideBriefcaseBusiness }
|
|
|
287
288
|
export { default as BriefcaseConveyorBeltIcon, default as LucideBriefcaseConveyorBelt } from './icons/briefcase-conveyor-belt';
|
|
288
289
|
export { default as BriefcaseMedicalIcon, default as LucideBriefcaseMedical } from './icons/briefcase-medical';
|
|
289
290
|
export { default as BringToFrontIcon, default as LucideBringToFront } from './icons/bring-to-front';
|
|
291
|
+
export { default as BroccoliIcon, default as LucideBroccoli } from './icons/broccoli';
|
|
290
292
|
export { default as BrushIcon, default as LucideBrush } from './icons/brush';
|
|
291
293
|
export { default as BrushCleaningIcon, default as LucideBrushCleaning } from './icons/brush-cleaning';
|
|
292
294
|
export { default as BubblesIcon, default as LucideBubbles } from './icons/bubbles';
|
|
@@ -865,6 +867,7 @@ export { default as GlassWaterIcon, default as LucideGlassWater } from './icons/
|
|
|
865
867
|
export { default as GlassesIcon, default as LucideGlasses } from './icons/glasses';
|
|
866
868
|
export { default as GlobeIcon, default as LucideGlobe } from './icons/globe';
|
|
867
869
|
export { default as Globe2Icon, default as LucideGlobe2 } from './icons/globe2';
|
|
870
|
+
export { default as GlobeCheckIcon, default as LucideGlobeCheck } from './icons/globe-check';
|
|
868
871
|
export { default as GlobeLockIcon, default as LucideGlobeLock } from './icons/globe-lock';
|
|
869
872
|
export { default as GlobeOffIcon, default as LucideGlobeOff } from './icons/globe-off';
|
|
870
873
|
export { default as GlobeXIcon, default as LucideGlobeX } from './icons/globe-x';
|
|
@@ -1287,6 +1290,7 @@ export { default as PanelsRightBottomIcon, default as LucidePanelsRightBottom }
|
|
|
1287
1290
|
export { default as PanelsTopBottomIcon, default as LucidePanelsTopBottom } from './icons/panels-top-bottom';
|
|
1288
1291
|
export { default as PanelsTopLeftIcon, default as LucidePanelsTopLeft } from './icons/panels-top-left';
|
|
1289
1292
|
export { default as PaperclipIcon, default as LucidePaperclip } from './icons/paperclip';
|
|
1293
|
+
export { default as ParasolIcon, default as LucideParasol } from './icons/parasol';
|
|
1290
1294
|
export { default as ParenthesesIcon, default as LucideParentheses } from './icons/parentheses';
|
|
1291
1295
|
export { default as ParkingCircleIcon, default as LucideParkingCircle } from './icons/parking-circle';
|
|
1292
1296
|
export { default as ParkingCircleOffIcon, default as LucideParkingCircleOff } from './icons/parking-circle-off';
|
|
@@ -1676,6 +1680,12 @@ export { default as StepForwardIcon, default as LucideStepForward } from './icon
|
|
|
1676
1680
|
export { default as StethoscopeIcon, default as LucideStethoscope } from './icons/stethoscope';
|
|
1677
1681
|
export { default as StickerIcon, default as LucideSticker } from './icons/sticker';
|
|
1678
1682
|
export { default as StickyNoteIcon, default as LucideStickyNote } from './icons/sticky-note';
|
|
1683
|
+
export { default as StickyNoteCheckIcon, default as LucideStickyNoteCheck } from './icons/sticky-note-check';
|
|
1684
|
+
export { default as StickyNoteMinusIcon, default as LucideStickyNoteMinus } from './icons/sticky-note-minus';
|
|
1685
|
+
export { default as StickyNoteOffIcon, default as LucideStickyNoteOff } from './icons/sticky-note-off';
|
|
1686
|
+
export { default as StickyNotePlusIcon, default as LucideStickyNotePlus } from './icons/sticky-note-plus';
|
|
1687
|
+
export { default as StickyNoteXIcon, default as LucideStickyNoteX } from './icons/sticky-note-x';
|
|
1688
|
+
export { default as StickyNotesIcon, default as LucideStickyNotes } from './icons/sticky-notes';
|
|
1679
1689
|
export { default as StoneIcon, default as LucideStone } from './icons/stone';
|
|
1680
1690
|
export { default as StopCircleIcon, default as LucideStopCircle } from './icons/stop-circle';
|
|
1681
1691
|
export { default as StoreIcon, default as LucideStore } from './icons/store';
|
package/types/index.web.d.ts
CHANGED
|
@@ -222,6 +222,7 @@ export { default as BirdIcon, default as LucideBird } from './icons/bird.web';
|
|
|
222
222
|
export { default as BirdhouseIcon, default as LucideBirdhouse } from './icons/birdhouse.web';
|
|
223
223
|
export { default as BitcoinIcon, default as LucideBitcoin } from './icons/bitcoin.web';
|
|
224
224
|
export { default as BlendIcon, default as LucideBlend } from './icons/blend.web';
|
|
225
|
+
export { default as BlenderIcon, default as LucideBlender } from './icons/blender.web';
|
|
225
226
|
export { default as BlindsIcon, default as LucideBlinds } from './icons/blinds.web';
|
|
226
227
|
export { default as BlocksIcon, default as LucideBlocks } from './icons/blocks.web';
|
|
227
228
|
export { default as BluetoothIcon, default as LucideBluetooth } from './icons/bluetooth.web';
|
|
@@ -287,6 +288,7 @@ export { default as BriefcaseBusinessIcon, default as LucideBriefcaseBusiness }
|
|
|
287
288
|
export { default as BriefcaseConveyorBeltIcon, default as LucideBriefcaseConveyorBelt } from './icons/briefcase-conveyor-belt.web';
|
|
288
289
|
export { default as BriefcaseMedicalIcon, default as LucideBriefcaseMedical } from './icons/briefcase-medical.web';
|
|
289
290
|
export { default as BringToFrontIcon, default as LucideBringToFront } from './icons/bring-to-front.web';
|
|
291
|
+
export { default as BroccoliIcon, default as LucideBroccoli } from './icons/broccoli.web';
|
|
290
292
|
export { default as BrushIcon, default as LucideBrush } from './icons/brush.web';
|
|
291
293
|
export { default as BrushCleaningIcon, default as LucideBrushCleaning } from './icons/brush-cleaning.web';
|
|
292
294
|
export { default as BubblesIcon, default as LucideBubbles } from './icons/bubbles.web';
|
|
@@ -865,6 +867,7 @@ export { default as GlassWaterIcon, default as LucideGlassWater } from './icons/
|
|
|
865
867
|
export { default as GlassesIcon, default as LucideGlasses } from './icons/glasses.web';
|
|
866
868
|
export { default as GlobeIcon, default as LucideGlobe } from './icons/globe.web';
|
|
867
869
|
export { default as Globe2Icon, default as LucideGlobe2 } from './icons/globe2.web';
|
|
870
|
+
export { default as GlobeCheckIcon, default as LucideGlobeCheck } from './icons/globe-check.web';
|
|
868
871
|
export { default as GlobeLockIcon, default as LucideGlobeLock } from './icons/globe-lock.web';
|
|
869
872
|
export { default as GlobeOffIcon, default as LucideGlobeOff } from './icons/globe-off.web';
|
|
870
873
|
export { default as GlobeXIcon, default as LucideGlobeX } from './icons/globe-x.web';
|
|
@@ -1287,6 +1290,7 @@ export { default as PanelsRightBottomIcon, default as LucidePanelsRightBottom }
|
|
|
1287
1290
|
export { default as PanelsTopBottomIcon, default as LucidePanelsTopBottom } from './icons/panels-top-bottom.web';
|
|
1288
1291
|
export { default as PanelsTopLeftIcon, default as LucidePanelsTopLeft } from './icons/panels-top-left.web';
|
|
1289
1292
|
export { default as PaperclipIcon, default as LucidePaperclip } from './icons/paperclip.web';
|
|
1293
|
+
export { default as ParasolIcon, default as LucideParasol } from './icons/parasol.web';
|
|
1290
1294
|
export { default as ParenthesesIcon, default as LucideParentheses } from './icons/parentheses.web';
|
|
1291
1295
|
export { default as ParkingCircleIcon, default as LucideParkingCircle } from './icons/parking-circle.web';
|
|
1292
1296
|
export { default as ParkingCircleOffIcon, default as LucideParkingCircleOff } from './icons/parking-circle-off.web';
|
|
@@ -1676,6 +1680,12 @@ export { default as StepForwardIcon, default as LucideStepForward } from './icon
|
|
|
1676
1680
|
export { default as StethoscopeIcon, default as LucideStethoscope } from './icons/stethoscope.web';
|
|
1677
1681
|
export { default as StickerIcon, default as LucideSticker } from './icons/sticker.web';
|
|
1678
1682
|
export { default as StickyNoteIcon, default as LucideStickyNote } from './icons/sticky-note.web';
|
|
1683
|
+
export { default as StickyNoteCheckIcon, default as LucideStickyNoteCheck } from './icons/sticky-note-check.web';
|
|
1684
|
+
export { default as StickyNoteMinusIcon, default as LucideStickyNoteMinus } from './icons/sticky-note-minus.web';
|
|
1685
|
+
export { default as StickyNoteOffIcon, default as LucideStickyNoteOff } from './icons/sticky-note-off.web';
|
|
1686
|
+
export { default as StickyNotePlusIcon, default as LucideStickyNotePlus } from './icons/sticky-note-plus.web';
|
|
1687
|
+
export { default as StickyNoteXIcon, default as LucideStickyNoteX } from './icons/sticky-note-x.web';
|
|
1688
|
+
export { default as StickyNotesIcon, default as LucideStickyNotes } from './icons/sticky-notes.web';
|
|
1679
1689
|
export { default as StoneIcon, default as LucideStone } from './icons/stone.web';
|
|
1680
1690
|
export { default as StopCircleIcon, default as LucideStopCircle } from './icons/stop-circle.web';
|
|
1681
1691
|
export { default as StoreIcon, default as LucideStore } from './icons/store.web';
|