lucide-nativewind 1.6.0 → 1.7.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/map-pin-search.js +13 -0
- package/cjs/icons/map-pin-search.web.js +8 -0
- package/cjs/index.js +13 -0
- package/cjs/index.web.js +13 -0
- package/esm/icons/map-pin-search.js +7 -0
- package/esm/icons/map-pin-search.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/map-pin-search.d.ts +5 -0
- package/types/icons/map-pin-search.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
|
+
* [MapPinSearch on lucide.dev](https://lucide.dev/icons/map-pin-search)
|
|
12
|
+
*/
|
|
13
|
+
var _default = exports["default"] = (0, _iconWithClassName["default"])(_lucideReactNative.MapPinSearch);
|
package/cjs/index.js
CHANGED
|
@@ -12993,6 +12993,12 @@ Object.defineProperty(exports, "LucideMapPinPlusInside", {
|
|
|
12993
12993
|
return _mapPinPlusInside["default"];
|
|
12994
12994
|
}
|
|
12995
12995
|
});
|
|
12996
|
+
Object.defineProperty(exports, "LucideMapPinSearch", {
|
|
12997
|
+
enumerable: true,
|
|
12998
|
+
get: function get() {
|
|
12999
|
+
return _mapPinSearch["default"];
|
|
13000
|
+
}
|
|
13001
|
+
});
|
|
12996
13002
|
Object.defineProperty(exports, "LucideMapPinX", {
|
|
12997
13003
|
enumerable: true,
|
|
12998
13004
|
get: function get() {
|
|
@@ -18195,6 +18201,12 @@ Object.defineProperty(exports, "MapPinPlusInsideIcon", {
|
|
|
18195
18201
|
return _mapPinPlusInside["default"];
|
|
18196
18202
|
}
|
|
18197
18203
|
});
|
|
18204
|
+
Object.defineProperty(exports, "MapPinSearchIcon", {
|
|
18205
|
+
enumerable: true,
|
|
18206
|
+
get: function get() {
|
|
18207
|
+
return _mapPinSearch["default"];
|
|
18208
|
+
}
|
|
18209
|
+
});
|
|
18198
18210
|
Object.defineProperty(exports, "MapPinXIcon", {
|
|
18199
18211
|
enumerable: true,
|
|
18200
18212
|
get: function get() {
|
|
@@ -24333,6 +24345,7 @@ var _mapPinOff = _interopRequireDefault(require("./icons/map-pin-off"));
|
|
|
24333
24345
|
var _mapPinPen = _interopRequireDefault(require("./icons/map-pin-pen"));
|
|
24334
24346
|
var _mapPinPlus = _interopRequireDefault(require("./icons/map-pin-plus"));
|
|
24335
24347
|
var _mapPinPlusInside = _interopRequireDefault(require("./icons/map-pin-plus-inside"));
|
|
24348
|
+
var _mapPinSearch = _interopRequireDefault(require("./icons/map-pin-search"));
|
|
24336
24349
|
var _mapPinX = _interopRequireDefault(require("./icons/map-pin-x"));
|
|
24337
24350
|
var _mapPinXinside = _interopRequireDefault(require("./icons/map-pin-xinside"));
|
|
24338
24351
|
var _mapPinned = _interopRequireDefault(require("./icons/map-pinned"));
|
package/cjs/index.web.js
CHANGED
|
@@ -12993,6 +12993,12 @@ Object.defineProperty(exports, "LucideMapPinPlusInside", {
|
|
|
12993
12993
|
return _mapPinPlusInside["default"];
|
|
12994
12994
|
}
|
|
12995
12995
|
});
|
|
12996
|
+
Object.defineProperty(exports, "LucideMapPinSearch", {
|
|
12997
|
+
enumerable: true,
|
|
12998
|
+
get: function get() {
|
|
12999
|
+
return _mapPinSearch["default"];
|
|
13000
|
+
}
|
|
13001
|
+
});
|
|
12996
13002
|
Object.defineProperty(exports, "LucideMapPinX", {
|
|
12997
13003
|
enumerable: true,
|
|
12998
13004
|
get: function get() {
|
|
@@ -18195,6 +18201,12 @@ Object.defineProperty(exports, "MapPinPlusInsideIcon", {
|
|
|
18195
18201
|
return _mapPinPlusInside["default"];
|
|
18196
18202
|
}
|
|
18197
18203
|
});
|
|
18204
|
+
Object.defineProperty(exports, "MapPinSearchIcon", {
|
|
18205
|
+
enumerable: true,
|
|
18206
|
+
get: function get() {
|
|
18207
|
+
return _mapPinSearch["default"];
|
|
18208
|
+
}
|
|
18209
|
+
});
|
|
18198
18210
|
Object.defineProperty(exports, "MapPinXIcon", {
|
|
18199
18211
|
enumerable: true,
|
|
18200
18212
|
get: function get() {
|
|
@@ -24327,6 +24339,7 @@ var _mapPinOff = _interopRequireDefault(require("./icons/map-pin-off.web"));
|
|
|
24327
24339
|
var _mapPinPen = _interopRequireDefault(require("./icons/map-pin-pen.web"));
|
|
24328
24340
|
var _mapPinPlus = _interopRequireDefault(require("./icons/map-pin-plus.web"));
|
|
24329
24341
|
var _mapPinPlusInside = _interopRequireDefault(require("./icons/map-pin-plus-inside.web"));
|
|
24342
|
+
var _mapPinSearch = _interopRequireDefault(require("./icons/map-pin-search.web"));
|
|
24330
24343
|
var _mapPinX = _interopRequireDefault(require("./icons/map-pin-x.web"));
|
|
24331
24344
|
var _mapPinXinside = _interopRequireDefault(require("./icons/map-pin-xinside.web"));
|
|
24332
24345
|
var _mapPinned = _interopRequireDefault(require("./icons/map-pinned.web"));
|
package/esm/index.js
CHANGED
|
@@ -1094,6 +1094,7 @@ export { default as MapPinOffIcon, default as LucideMapPinOff } from './icons/ma
|
|
|
1094
1094
|
export { default as MapPinPenIcon, default as LucideMapPinPen } from './icons/map-pin-pen';
|
|
1095
1095
|
export { default as MapPinPlusIcon, default as LucideMapPinPlus } from './icons/map-pin-plus';
|
|
1096
1096
|
export { default as MapPinPlusInsideIcon, default as LucideMapPinPlusInside } from './icons/map-pin-plus-inside';
|
|
1097
|
+
export { default as MapPinSearchIcon, default as LucideMapPinSearch } from './icons/map-pin-search';
|
|
1097
1098
|
export { default as MapPinXIcon, default as LucideMapPinX } from './icons/map-pin-x';
|
|
1098
1099
|
export { default as MapPinXInsideIcon, default as LucideMapPinXInside } from './icons/map-pin-xinside';
|
|
1099
1100
|
export { default as MapPinnedIcon, default as LucideMapPinned } from './icons/map-pinned';
|
package/esm/index.web.js
CHANGED
|
@@ -1094,6 +1094,7 @@ export { default as MapPinOffIcon, default as LucideMapPinOff } from './icons/ma
|
|
|
1094
1094
|
export { default as MapPinPenIcon, default as LucideMapPinPen } from './icons/map-pin-pen.web';
|
|
1095
1095
|
export { default as MapPinPlusIcon, default as LucideMapPinPlus } from './icons/map-pin-plus.web';
|
|
1096
1096
|
export { default as MapPinPlusInsideIcon, default as LucideMapPinPlusInside } from './icons/map-pin-plus-inside.web';
|
|
1097
|
+
export { default as MapPinSearchIcon, default as LucideMapPinSearch } from './icons/map-pin-search.web';
|
|
1097
1098
|
export { default as MapPinXIcon, default as LucideMapPinX } from './icons/map-pin-x.web';
|
|
1098
1099
|
export { default as MapPinXInsideIcon, default as LucideMapPinXInside } from './icons/map-pin-xinside.web';
|
|
1099
1100
|
export { default as MapPinnedIcon, default as LucideMapPinned } from './icons/map-pinned.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.7.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.7.0",
|
|
27
|
+
"lucide-react": "1.7.0"
|
|
28
28
|
},
|
|
29
29
|
"main": "cjs/index.js",
|
|
30
30
|
"module": "esm/index.js",
|
package/types/index.d.ts
CHANGED
|
@@ -1094,6 +1094,7 @@ export { default as MapPinOffIcon, default as LucideMapPinOff } from './icons/ma
|
|
|
1094
1094
|
export { default as MapPinPenIcon, default as LucideMapPinPen } from './icons/map-pin-pen';
|
|
1095
1095
|
export { default as MapPinPlusIcon, default as LucideMapPinPlus } from './icons/map-pin-plus';
|
|
1096
1096
|
export { default as MapPinPlusInsideIcon, default as LucideMapPinPlusInside } from './icons/map-pin-plus-inside';
|
|
1097
|
+
export { default as MapPinSearchIcon, default as LucideMapPinSearch } from './icons/map-pin-search';
|
|
1097
1098
|
export { default as MapPinXIcon, default as LucideMapPinX } from './icons/map-pin-x';
|
|
1098
1099
|
export { default as MapPinXInsideIcon, default as LucideMapPinXInside } from './icons/map-pin-xinside';
|
|
1099
1100
|
export { default as MapPinnedIcon, default as LucideMapPinned } from './icons/map-pinned';
|
package/types/index.web.d.ts
CHANGED
|
@@ -1094,6 +1094,7 @@ export { default as MapPinOffIcon, default as LucideMapPinOff } from './icons/ma
|
|
|
1094
1094
|
export { default as MapPinPenIcon, default as LucideMapPinPen } from './icons/map-pin-pen.web';
|
|
1095
1095
|
export { default as MapPinPlusIcon, default as LucideMapPinPlus } from './icons/map-pin-plus.web';
|
|
1096
1096
|
export { default as MapPinPlusInsideIcon, default as LucideMapPinPlusInside } from './icons/map-pin-plus-inside.web';
|
|
1097
|
+
export { default as MapPinSearchIcon, default as LucideMapPinSearch } from './icons/map-pin-search.web';
|
|
1097
1098
|
export { default as MapPinXIcon, default as LucideMapPinX } from './icons/map-pin-x.web';
|
|
1098
1099
|
export { default as MapPinXInsideIcon, default as LucideMapPinXInside } from './icons/map-pin-xinside.web';
|
|
1099
1100
|
export { default as MapPinnedIcon, default as LucideMapPinned } from './icons/map-pinned.web';
|