lucide-react 0.34.0 → 0.35.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/dist/cjs/lucide-react.js +11 -11
- package/dist/cjs/lucide-react.js.map +1 -1
- package/dist/esm/icons/map.js +10 -10
- package/dist/umd/lucide-react.js +11 -11
- package/dist/umd/lucide-react.js.map +1 -1
- package/dist/umd/lucide-react.min.js +2 -2
- package/dist/umd/lucide-react.min.js.map +1 -1
- package/package.json +1 -1
package/dist/cjs/lucide-react.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* lucide-react v0.
|
|
2
|
+
* lucide-react v0.35.0 - ISC
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
'use strict';
|
|
@@ -6046,20 +6046,20 @@ var MapPin = createReactComponent('MapPin', [['path', {
|
|
|
6046
6046
|
var MapPin$1 = MapPin;
|
|
6047
6047
|
|
|
6048
6048
|
var Map = createReactComponent('Map', [['polygon', {
|
|
6049
|
-
points: '
|
|
6050
|
-
key: '
|
|
6049
|
+
points: '3 6 9 3 15 6 21 3 21 18 15 21 9 18 3 21',
|
|
6050
|
+
key: 'ok2ie8'
|
|
6051
6051
|
}], ['line', {
|
|
6052
|
-
x1: '
|
|
6053
|
-
y1: '
|
|
6054
|
-
x2: '
|
|
6052
|
+
x1: '9',
|
|
6053
|
+
y1: '3',
|
|
6054
|
+
x2: '9',
|
|
6055
6055
|
y2: '18',
|
|
6056
|
-
key: '
|
|
6056
|
+
key: '3zqglt'
|
|
6057
6057
|
}], ['line', {
|
|
6058
|
-
x1: '
|
|
6058
|
+
x1: '15',
|
|
6059
6059
|
y1: '6',
|
|
6060
|
-
x2: '
|
|
6061
|
-
y2: '
|
|
6062
|
-
key: '
|
|
6060
|
+
x2: '15',
|
|
6061
|
+
y2: '21',
|
|
6062
|
+
key: '1c9xoo'
|
|
6063
6063
|
}]]);
|
|
6064
6064
|
var Map$1 = Map;
|
|
6065
6065
|
|