lucide-react 0.62.0 → 0.63.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 +8 -1
- package/dist/cjs/lucide-react.js.map +1 -1
- package/dist/esm/icons/index.js +1 -0
- package/dist/esm/icons/table-2.js +6 -0
- package/dist/lucide-react.d.ts +1 -0
- package/dist/umd/lucide-react.js +8 -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
|
@@ -603,6 +603,7 @@ export { default as SwitchCamera } from './switch-camera';
|
|
|
603
603
|
export { default as Sword } from './sword';
|
|
604
604
|
export { default as Swords } from './swords';
|
|
605
605
|
export { default as Syringe } from './syringe';
|
|
606
|
+
export { default as Table2 } from './table-2';
|
|
606
607
|
export { default as Table } from './table';
|
|
607
608
|
export { default as Tablet } from './tablet';
|
|
608
609
|
export { default as Tag } from './tag';
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var Table2 = createReactComponent('Table2', [['path', {
|
|
3
|
+
d: 'M9 3H5a2 2 0 0 0-2 2v4m6-6h10a2 2 0 0 1 2 2v4M9 3v18m0 0h10a2 2 0 0 0 2-2V9M9 21H5a2 2 0 0 1-2-2V9m0 0h18',
|
|
4
|
+
key: 'gugj83'
|
|
5
|
+
}]]);
|
|
6
|
+
export default Table2;
|
package/dist/lucide-react.d.ts
CHANGED
|
@@ -618,6 +618,7 @@ export declare const SwitchCamera: (props: LucideProps) => JSX.Element;
|
|
|
618
618
|
export declare const Sword: (props: LucideProps) => JSX.Element;
|
|
619
619
|
export declare const Swords: (props: LucideProps) => JSX.Element;
|
|
620
620
|
export declare const Syringe: (props: LucideProps) => JSX.Element;
|
|
621
|
+
export declare const Table2: (props: LucideProps) => JSX.Element;
|
|
621
622
|
export declare const Table: (props: LucideProps) => JSX.Element;
|
|
622
623
|
export declare const Tablet: (props: LucideProps) => JSX.Element;
|
|
623
624
|
export declare const Tag: (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.63.0 - ISC
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
(function (global, factory) {
|
|
@@ -10589,6 +10589,12 @@
|
|
|
10589
10589
|
}]]);
|
|
10590
10590
|
var Syringe$1 = Syringe;
|
|
10591
10591
|
|
|
10592
|
+
var Table2 = createReactComponent('Table2', [['path', {
|
|
10593
|
+
d: 'M9 3H5a2 2 0 0 0-2 2v4m6-6h10a2 2 0 0 1 2 2v4M9 3v18m0 0h10a2 2 0 0 0 2-2V9M9 21H5a2 2 0 0 1-2-2V9m0 0h18',
|
|
10594
|
+
key: 'gugj83'
|
|
10595
|
+
}]]);
|
|
10596
|
+
var Table2$1 = Table2;
|
|
10597
|
+
|
|
10592
10598
|
var Table = createReactComponent('Table', [['rect', {
|
|
10593
10599
|
x: '3',
|
|
10594
10600
|
y: '3',
|
|
@@ -12519,6 +12525,7 @@
|
|
|
12519
12525
|
exports.Swords = Swords$1;
|
|
12520
12526
|
exports.Syringe = Syringe$1;
|
|
12521
12527
|
exports.Table = Table$1;
|
|
12528
|
+
exports.Table2 = Table2$1;
|
|
12522
12529
|
exports.Tablet = Tablet$1;
|
|
12523
12530
|
exports.Tag = Tag$1;
|
|
12524
12531
|
exports.Target = Target$1;
|