lucide-nativewind 1.22.0 → 1.23.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/paper-bag.js +13 -0
- package/cjs/icons/paper-bag.web.js +8 -0
- package/cjs/index.js +13 -0
- package/cjs/index.web.js +13 -0
- package/esm/icons/paper-bag.js +7 -0
- package/esm/icons/paper-bag.web.js +2 -0
- package/esm/index.js +1 -0
- package/esm/index.web.js +1 -0
- package/package.json +3 -3
- package/types/icons/paper-bag.d.ts +5 -0
- package/types/icons/paper-bag.web.d.ts +2 -0
- package/types/index.d.ts +1 -0
- package/types/index.web.d.ts +1 -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
|
+
* [PaperBag on lucide.dev](https://lucide.dev/icons/paper-bag)
|
|
12
|
+
*/
|
|
13
|
+
var _default = exports["default"] = (0, _iconWithClassName["default"])(_lucideReactNative.PaperBag);
|
package/cjs/index.js
CHANGED
|
@@ -14385,6 +14385,12 @@ Object.defineProperty(exports, "LucidePanelsTopLeft", {
|
|
|
14385
14385
|
return _panelsTopLeft["default"];
|
|
14386
14386
|
}
|
|
14387
14387
|
});
|
|
14388
|
+
Object.defineProperty(exports, "LucidePaperBag", {
|
|
14389
|
+
enumerable: true,
|
|
14390
|
+
get: function get() {
|
|
14391
|
+
return _paperBag["default"];
|
|
14392
|
+
}
|
|
14393
|
+
});
|
|
14388
14394
|
Object.defineProperty(exports, "LucidePaperclip", {
|
|
14389
14395
|
enumerable: true,
|
|
14390
14396
|
get: function get() {
|
|
@@ -19767,6 +19773,12 @@ Object.defineProperty(exports, "PanelsTopLeftIcon", {
|
|
|
19767
19773
|
return _panelsTopLeft["default"];
|
|
19768
19774
|
}
|
|
19769
19775
|
});
|
|
19776
|
+
Object.defineProperty(exports, "PaperBagIcon", {
|
|
19777
|
+
enumerable: true,
|
|
19778
|
+
get: function get() {
|
|
19779
|
+
return _paperBag["default"];
|
|
19780
|
+
}
|
|
19781
|
+
});
|
|
19770
19782
|
Object.defineProperty(exports, "PaperclipIcon", {
|
|
19771
19783
|
enumerable: true,
|
|
19772
19784
|
get: function get() {
|
|
@@ -25178,6 +25190,7 @@ var _panelsLeftRight = _interopRequireDefault(require("./icons/panels-left-right
|
|
|
25178
25190
|
var _panelsRightBottom = _interopRequireDefault(require("./icons/panels-right-bottom"));
|
|
25179
25191
|
var _panelsTopBottom = _interopRequireDefault(require("./icons/panels-top-bottom"));
|
|
25180
25192
|
var _panelsTopLeft = _interopRequireDefault(require("./icons/panels-top-left"));
|
|
25193
|
+
var _paperBag = _interopRequireDefault(require("./icons/paper-bag"));
|
|
25181
25194
|
var _paperclip = _interopRequireDefault(require("./icons/paperclip"));
|
|
25182
25195
|
var _parasol = _interopRequireDefault(require("./icons/parasol"));
|
|
25183
25196
|
var _parentheses = _interopRequireDefault(require("./icons/parentheses"));
|
package/cjs/index.web.js
CHANGED
|
@@ -14385,6 +14385,12 @@ Object.defineProperty(exports, "LucidePanelsTopLeft", {
|
|
|
14385
14385
|
return _panelsTopLeft["default"];
|
|
14386
14386
|
}
|
|
14387
14387
|
});
|
|
14388
|
+
Object.defineProperty(exports, "LucidePaperBag", {
|
|
14389
|
+
enumerable: true,
|
|
14390
|
+
get: function get() {
|
|
14391
|
+
return _paperBag["default"];
|
|
14392
|
+
}
|
|
14393
|
+
});
|
|
14388
14394
|
Object.defineProperty(exports, "LucidePaperclip", {
|
|
14389
14395
|
enumerable: true,
|
|
14390
14396
|
get: function get() {
|
|
@@ -19767,6 +19773,12 @@ Object.defineProperty(exports, "PanelsTopLeftIcon", {
|
|
|
19767
19773
|
return _panelsTopLeft["default"];
|
|
19768
19774
|
}
|
|
19769
19775
|
});
|
|
19776
|
+
Object.defineProperty(exports, "PaperBagIcon", {
|
|
19777
|
+
enumerable: true,
|
|
19778
|
+
get: function get() {
|
|
19779
|
+
return _paperBag["default"];
|
|
19780
|
+
}
|
|
19781
|
+
});
|
|
19770
19782
|
Object.defineProperty(exports, "PaperclipIcon", {
|
|
19771
19783
|
enumerable: true,
|
|
19772
19784
|
get: function get() {
|
|
@@ -25172,6 +25184,7 @@ var _panelsLeftRight = _interopRequireDefault(require("./icons/panels-left-right
|
|
|
25172
25184
|
var _panelsRightBottom = _interopRequireDefault(require("./icons/panels-right-bottom.web"));
|
|
25173
25185
|
var _panelsTopBottom = _interopRequireDefault(require("./icons/panels-top-bottom.web"));
|
|
25174
25186
|
var _panelsTopLeft = _interopRequireDefault(require("./icons/panels-top-left.web"));
|
|
25187
|
+
var _paperBag = _interopRequireDefault(require("./icons/paper-bag.web"));
|
|
25175
25188
|
var _paperclip = _interopRequireDefault(require("./icons/paperclip.web"));
|
|
25176
25189
|
var _parasol = _interopRequireDefault(require("./icons/parasol.web"));
|
|
25177
25190
|
var _parentheses = _interopRequireDefault(require("./icons/parentheses.web"));
|
package/esm/index.js
CHANGED
|
@@ -1303,6 +1303,7 @@ export { default as PanelsLeftRightIcon, default as LucidePanelsLeftRight } from
|
|
|
1303
1303
|
export { default as PanelsRightBottomIcon, default as LucidePanelsRightBottom } from './icons/panels-right-bottom';
|
|
1304
1304
|
export { default as PanelsTopBottomIcon, default as LucidePanelsTopBottom } from './icons/panels-top-bottom';
|
|
1305
1305
|
export { default as PanelsTopLeftIcon, default as LucidePanelsTopLeft } from './icons/panels-top-left';
|
|
1306
|
+
export { default as PaperBagIcon, default as LucidePaperBag } from './icons/paper-bag';
|
|
1306
1307
|
export { default as PaperclipIcon, default as LucidePaperclip } from './icons/paperclip';
|
|
1307
1308
|
export { default as ParasolIcon, default as LucideParasol } from './icons/parasol';
|
|
1308
1309
|
export { default as ParenthesesIcon, default as LucideParentheses } from './icons/parentheses';
|
package/esm/index.web.js
CHANGED
|
@@ -1303,6 +1303,7 @@ export { default as PanelsLeftRightIcon, default as LucidePanelsLeftRight } from
|
|
|
1303
1303
|
export { default as PanelsRightBottomIcon, default as LucidePanelsRightBottom } from './icons/panels-right-bottom.web';
|
|
1304
1304
|
export { default as PanelsTopBottomIcon, default as LucidePanelsTopBottom } from './icons/panels-top-bottom.web';
|
|
1305
1305
|
export { default as PanelsTopLeftIcon, default as LucidePanelsTopLeft } from './icons/panels-top-left.web';
|
|
1306
|
+
export { default as PaperBagIcon, default as LucidePaperBag } from './icons/paper-bag.web';
|
|
1306
1307
|
export { default as PaperclipIcon, default as LucidePaperclip } from './icons/paperclip.web';
|
|
1307
1308
|
export { default as ParasolIcon, default as LucideParasol } from './icons/parasol.web';
|
|
1308
1309
|
export { default as ParenthesesIcon, default as LucideParentheses } from './icons/parentheses.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.23.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.23.0",
|
|
27
|
+
"lucide-react": "1.23.0"
|
|
28
28
|
},
|
|
29
29
|
"main": "cjs/index.js",
|
|
30
30
|
"module": "esm/index.js",
|
package/types/index.d.ts
CHANGED
|
@@ -1303,6 +1303,7 @@ export { default as PanelsLeftRightIcon, default as LucidePanelsLeftRight } from
|
|
|
1303
1303
|
export { default as PanelsRightBottomIcon, default as LucidePanelsRightBottom } from './icons/panels-right-bottom';
|
|
1304
1304
|
export { default as PanelsTopBottomIcon, default as LucidePanelsTopBottom } from './icons/panels-top-bottom';
|
|
1305
1305
|
export { default as PanelsTopLeftIcon, default as LucidePanelsTopLeft } from './icons/panels-top-left';
|
|
1306
|
+
export { default as PaperBagIcon, default as LucidePaperBag } from './icons/paper-bag';
|
|
1306
1307
|
export { default as PaperclipIcon, default as LucidePaperclip } from './icons/paperclip';
|
|
1307
1308
|
export { default as ParasolIcon, default as LucideParasol } from './icons/parasol';
|
|
1308
1309
|
export { default as ParenthesesIcon, default as LucideParentheses } from './icons/parentheses';
|
package/types/index.web.d.ts
CHANGED
|
@@ -1303,6 +1303,7 @@ export { default as PanelsLeftRightIcon, default as LucidePanelsLeftRight } from
|
|
|
1303
1303
|
export { default as PanelsRightBottomIcon, default as LucidePanelsRightBottom } from './icons/panels-right-bottom.web';
|
|
1304
1304
|
export { default as PanelsTopBottomIcon, default as LucidePanelsTopBottom } from './icons/panels-top-bottom.web';
|
|
1305
1305
|
export { default as PanelsTopLeftIcon, default as LucidePanelsTopLeft } from './icons/panels-top-left.web';
|
|
1306
|
+
export { default as PaperBagIcon, default as LucidePaperBag } from './icons/paper-bag.web';
|
|
1306
1307
|
export { default as PaperclipIcon, default as LucidePaperclip } from './icons/paperclip.web';
|
|
1307
1308
|
export { default as ParasolIcon, default as LucideParasol } from './icons/parasol.web';
|
|
1308
1309
|
export { default as ParenthesesIcon, default as LucideParentheses } from './icons/parentheses.web';
|