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/esm/icons/index.js
CHANGED
|
@@ -523,6 +523,7 @@ export { default as Navigation2 } from './navigation-2';
|
|
|
523
523
|
export { default as NavigationOff } from './navigation-off';
|
|
524
524
|
export { default as Navigation } from './navigation';
|
|
525
525
|
export { default as Network } from './network';
|
|
526
|
+
export { default as Newspaper } from './newspaper';
|
|
526
527
|
export { default as Octagon } from './octagon';
|
|
527
528
|
export { default as Option } from './option';
|
|
528
529
|
export { default as Outdent } from './outdent';
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var Newspaper = createReactComponent('Newspaper', [['path', {
|
|
3
|
+
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',
|
|
4
|
+
key: '7pis2x'
|
|
5
|
+
}], ['path', {
|
|
6
|
+
d: 'M18 14h-8',
|
|
7
|
+
key: 'sponae'
|
|
8
|
+
}], ['path', {
|
|
9
|
+
d: 'M15 18h-5',
|
|
10
|
+
key: '95g1m2'
|
|
11
|
+
}], ['path', {
|
|
12
|
+
d: 'M10 6h8v4h-8V6Z',
|
|
13
|
+
key: 'smlsk5'
|
|
14
|
+
}]]);
|
|
15
|
+
export default Newspaper;
|
package/dist/lucide-react.d.ts
CHANGED
|
@@ -538,6 +538,7 @@ export declare const Navigation2: (props: LucideProps) => JSX.Element;
|
|
|
538
538
|
export declare const NavigationOff: (props: LucideProps) => JSX.Element;
|
|
539
539
|
export declare const Navigation: (props: LucideProps) => JSX.Element;
|
|
540
540
|
export declare const Network: (props: LucideProps) => JSX.Element;
|
|
541
|
+
export declare const Newspaper: (props: LucideProps) => JSX.Element;
|
|
541
542
|
export declare const Octagon: (props: LucideProps) => JSX.Element;
|
|
542
543
|
export declare const Option: (props: LucideProps) => JSX.Element;
|
|
543
544
|
export declare const Outdent: (props: LucideProps) => JSX.Element;
|
package/dist/umd/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
|
(function (global, factory) {
|
|
@@ -9241,6 +9241,21 @@
|
|
|
9241
9241
|
}]]);
|
|
9242
9242
|
var Network$1 = Network;
|
|
9243
9243
|
|
|
9244
|
+
var Newspaper = createReactComponent('Newspaper', [['path', {
|
|
9245
|
+
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',
|
|
9246
|
+
key: '7pis2x'
|
|
9247
|
+
}], ['path', {
|
|
9248
|
+
d: 'M18 14h-8',
|
|
9249
|
+
key: 'sponae'
|
|
9250
|
+
}], ['path', {
|
|
9251
|
+
d: 'M15 18h-5',
|
|
9252
|
+
key: '95g1m2'
|
|
9253
|
+
}], ['path', {
|
|
9254
|
+
d: 'M10 6h8v4h-8V6Z',
|
|
9255
|
+
key: 'smlsk5'
|
|
9256
|
+
}]]);
|
|
9257
|
+
var Newspaper$1 = Newspaper;
|
|
9258
|
+
|
|
9244
9259
|
var Octagon = createReactComponent('Octagon', [['polygon', {
|
|
9245
9260
|
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',
|
|
9246
9261
|
key: 'h1p8hx'
|
|
@@ -13969,6 +13984,7 @@
|
|
|
13969
13984
|
exports.Navigation2Off = Navigation2Off$1;
|
|
13970
13985
|
exports.NavigationOff = NavigationOff$1;
|
|
13971
13986
|
exports.Network = Network$1;
|
|
13987
|
+
exports.Newspaper = Newspaper$1;
|
|
13972
13988
|
exports.Octagon = Octagon$1;
|
|
13973
13989
|
exports.Option = Option$1;
|
|
13974
13990
|
exports.Outdent = Outdent$1;
|