lucide-preact 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-preact.js +11 -11
- package/dist/cjs/lucide-preact.js.map +1 -1
- package/dist/esm/icons/map.js +10 -10
- package/dist/umd/lucide-preact.js +11 -11
- package/dist/umd/lucide-preact.js.map +1 -1
- package/dist/umd/lucide-preact.min.js +2 -2
- package/dist/umd/lucide-preact.min.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* lucide-preact v0.
|
|
2
|
+
* lucide-preact v0.35.0 - ISC
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
'use strict';
|
|
@@ -6035,20 +6035,20 @@ var MapPin = createPreactComponent('MapPin', [['path', {
|
|
|
6035
6035
|
var MapPin$1 = MapPin;
|
|
6036
6036
|
|
|
6037
6037
|
var Map = createPreactComponent('Map', [['polygon', {
|
|
6038
|
-
points: '
|
|
6039
|
-
key: '
|
|
6038
|
+
points: '3 6 9 3 15 6 21 3 21 18 15 21 9 18 3 21',
|
|
6039
|
+
key: 'ok2ie8'
|
|
6040
6040
|
}], ['line', {
|
|
6041
|
-
x1: '
|
|
6042
|
-
y1: '
|
|
6043
|
-
x2: '
|
|
6041
|
+
x1: '9',
|
|
6042
|
+
y1: '3',
|
|
6043
|
+
x2: '9',
|
|
6044
6044
|
y2: '18',
|
|
6045
|
-
key: '
|
|
6045
|
+
key: '3zqglt'
|
|
6046
6046
|
}], ['line', {
|
|
6047
|
-
x1: '
|
|
6047
|
+
x1: '15',
|
|
6048
6048
|
y1: '6',
|
|
6049
|
-
x2: '
|
|
6050
|
-
y2: '
|
|
6051
|
-
key: '
|
|
6049
|
+
x2: '15',
|
|
6050
|
+
y2: '21',
|
|
6051
|
+
key: '1c9xoo'
|
|
6052
6052
|
}]]);
|
|
6053
6053
|
var Map$1 = Map;
|
|
6054
6054
|
|