lucide-preact 0.71.0 → 0.72.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 +17 -1
- package/dist/cjs/lucide-preact.js.map +1 -1
- package/dist/esm/icons/index.js +1 -0
- package/dist/esm/icons/newspaper.js +15 -0
- package/dist/lucide-preact.d.ts +1 -0
- package/dist/umd/lucide-preact.js +17 -1
- 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.72.0 - ISC
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
'use strict';
|
|
@@ -9231,6 +9231,21 @@ var Network = createPreactComponent('Network', [['rect', {
|
|
|
9231
9231
|
}]]);
|
|
9232
9232
|
var Network$1 = Network;
|
|
9233
9233
|
|
|
9234
|
+
var Newspaper = createPreactComponent('Newspaper', [['path', {
|
|
9235
|
+
d: 'M4 22h16a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v16a2 2 0 0 1-2 2Zm0 0a2 2 0 0 1-2-2v-9c0-1.1.9-2 2-2h2',
|
|
9236
|
+
key: '7pis2x'
|
|
9237
|
+
}], ['path', {
|
|
9238
|
+
d: 'M18 14h-8',
|
|
9239
|
+
key: 'sponae'
|
|
9240
|
+
}], ['path', {
|
|
9241
|
+
d: 'M15 18h-5',
|
|
9242
|
+
key: '95g1m2'
|
|
9243
|
+
}], ['path', {
|
|
9244
|
+
d: 'M10 6h8v4h-8V6Z',
|
|
9245
|
+
key: 'smlsk5'
|
|
9246
|
+
}]]);
|
|
9247
|
+
var Newspaper$1 = Newspaper;
|
|
9248
|
+
|
|
9234
9249
|
var Octagon = createPreactComponent('Octagon', [['polygon', {
|
|
9235
9250
|
points: '7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2',
|
|
9236
9251
|
key: 'h1p8hx'
|
|
@@ -13959,6 +13974,7 @@ exports.Navigation2 = Navigation2$1;
|
|
|
13959
13974
|
exports.Navigation2Off = Navigation2Off$1;
|
|
13960
13975
|
exports.NavigationOff = NavigationOff$1;
|
|
13961
13976
|
exports.Network = Network$1;
|
|
13977
|
+
exports.Newspaper = Newspaper$1;
|
|
13962
13978
|
exports.Octagon = Octagon$1;
|
|
13963
13979
|
exports.Option = Option$1;
|
|
13964
13980
|
exports.Outdent = Outdent$1;
|