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/esm/icons/map.js
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import createReactComponent from '../createReactComponent';
|
|
2
2
|
var Map = createReactComponent('Map', [['polygon', {
|
|
3
|
-
points: '
|
|
4
|
-
key: '
|
|
3
|
+
points: '3 6 9 3 15 6 21 3 21 18 15 21 9 18 3 21',
|
|
4
|
+
key: 'ok2ie8'
|
|
5
5
|
}], ['line', {
|
|
6
|
-
x1: '
|
|
7
|
-
y1: '
|
|
8
|
-
x2: '
|
|
6
|
+
x1: '9',
|
|
7
|
+
y1: '3',
|
|
8
|
+
x2: '9',
|
|
9
9
|
y2: '18',
|
|
10
|
-
key: '
|
|
10
|
+
key: '3zqglt'
|
|
11
11
|
}], ['line', {
|
|
12
|
-
x1: '
|
|
12
|
+
x1: '15',
|
|
13
13
|
y1: '6',
|
|
14
|
-
x2: '
|
|
15
|
-
y2: '
|
|
16
|
-
key: '
|
|
14
|
+
x2: '15',
|
|
15
|
+
y2: '21',
|
|
16
|
+
key: '1c9xoo'
|
|
17
17
|
}]]);
|
|
18
18
|
export default Map;
|
package/dist/umd/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
|
(function (global, factory) {
|
|
@@ -6045,20 +6045,20 @@
|
|
|
6045
6045
|
var MapPin$1 = MapPin;
|
|
6046
6046
|
|
|
6047
6047
|
var Map = createReactComponent('Map', [['polygon', {
|
|
6048
|
-
points: '
|
|
6049
|
-
key: '
|
|
6048
|
+
points: '3 6 9 3 15 6 21 3 21 18 15 21 9 18 3 21',
|
|
6049
|
+
key: 'ok2ie8'
|
|
6050
6050
|
}], ['line', {
|
|
6051
|
-
x1: '
|
|
6052
|
-
y1: '
|
|
6053
|
-
x2: '
|
|
6051
|
+
x1: '9',
|
|
6052
|
+
y1: '3',
|
|
6053
|
+
x2: '9',
|
|
6054
6054
|
y2: '18',
|
|
6055
|
-
key: '
|
|
6055
|
+
key: '3zqglt'
|
|
6056
6056
|
}], ['line', {
|
|
6057
|
-
x1: '
|
|
6057
|
+
x1: '15',
|
|
6058
6058
|
y1: '6',
|
|
6059
|
-
x2: '
|
|
6060
|
-
y2: '
|
|
6061
|
-
key: '
|
|
6059
|
+
x2: '15',
|
|
6060
|
+
y2: '21',
|
|
6061
|
+
key: '1c9xoo'
|
|
6062
6062
|
}]]);
|
|
6063
6063
|
var Map$1 = Map;
|
|
6064
6064
|
|