lucide-react 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-react.js +17 -1
- package/dist/cjs/lucide-react.js.map +1 -1
- package/dist/esm/icons/index.js +1 -0
- package/dist/esm/icons/newspaper.js +15 -0
- package/dist/lucide-react.d.ts +1 -0
- package/dist/umd/lucide-react.js +17 -1
- 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.72.0 - ISC
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
'use strict';
|
|
@@ -9242,6 +9242,21 @@ var Network = createReactComponent('Network', [['rect', {
|
|
|
9242
9242
|
}]]);
|
|
9243
9243
|
var Network$1 = Network;
|
|
9244
9244
|
|
|
9245
|
+
var Newspaper = createReactComponent('Newspaper', [['path', {
|
|
9246
|
+
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',
|
|
9247
|
+
key: '7pis2x'
|
|
9248
|
+
}], ['path', {
|
|
9249
|
+
d: 'M18 14h-8',
|
|
9250
|
+
key: 'sponae'
|
|
9251
|
+
}], ['path', {
|
|
9252
|
+
d: 'M15 18h-5',
|
|
9253
|
+
key: '95g1m2'
|
|
9254
|
+
}], ['path', {
|
|
9255
|
+
d: 'M10 6h8v4h-8V6Z',
|
|
9256
|
+
key: 'smlsk5'
|
|
9257
|
+
}]]);
|
|
9258
|
+
var Newspaper$1 = Newspaper;
|
|
9259
|
+
|
|
9245
9260
|
var Octagon = createReactComponent('Octagon', [['polygon', {
|
|
9246
9261
|
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',
|
|
9247
9262
|
key: 'h1p8hx'
|
|
@@ -13970,6 +13985,7 @@ exports.Navigation2 = Navigation2$1;
|
|
|
13970
13985
|
exports.Navigation2Off = Navigation2Off$1;
|
|
13971
13986
|
exports.NavigationOff = NavigationOff$1;
|
|
13972
13987
|
exports.Network = Network$1;
|
|
13988
|
+
exports.Newspaper = Newspaper$1;
|
|
13973
13989
|
exports.Octagon = Octagon$1;
|
|
13974
13990
|
exports.Option = Option$1;
|
|
13975
13991
|
exports.Outdent = Outdent$1;
|