lucide-react 0.78.0 → 0.79.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 +98 -3
- package/dist/cjs/lucide-react.js.map +1 -1
- package/dist/esm/icons/bone.js +6 -0
- package/dist/esm/icons/git-compare.js +19 -0
- package/dist/esm/icons/git-pull-request-closed.js +28 -0
- package/dist/esm/icons/git-pull-request-draft.js +25 -0
- package/dist/esm/icons/index.js +5 -0
- package/dist/esm/icons/tag.js +2 -2
- package/dist/esm/icons/tags.js +12 -0
- package/dist/lucide-react.d.ts +5 -0
- package/dist/umd/lucide-react.js +98 -3
- 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
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var Bone = createReactComponent('Bone', [['path', {
|
|
3
|
+
d: 'M18.6 9.82c-.52-.21-1.15-.25-1.54.15l-7.07 7.06c-.39.39-.36 1.03-.15 1.54.12.3.16.6.16.93a2.5 2.5 0 0 1-5 0c0-.26-.24-.5-.5-.5a2.5 2.5 0 1 1 .96-4.82c.5.21 1.14.25 1.53-.15l7.07-7.06c.39-.39.36-1.03.15-1.54-.12-.3-.21-.6-.21-.93a2.5 2.5 0 0 1 5 0c.01.26.24.49.5.5a2.5 2.5 0 1 1-.9 4.82Z',
|
|
4
|
+
key: '134x1i'
|
|
5
|
+
}]]);
|
|
6
|
+
export default Bone;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var GitCompare = createReactComponent('GitCompare', [['circle', {
|
|
3
|
+
cx: '18',
|
|
4
|
+
cy: '18',
|
|
5
|
+
r: '3',
|
|
6
|
+
key: '1xkwt0'
|
|
7
|
+
}], ['circle', {
|
|
8
|
+
cx: '6',
|
|
9
|
+
cy: '6',
|
|
10
|
+
r: '3',
|
|
11
|
+
key: '1lh9wr'
|
|
12
|
+
}], ['path', {
|
|
13
|
+
d: 'M13 6h3a2 2 0 0 1 2 2v7',
|
|
14
|
+
key: '1yeb86'
|
|
15
|
+
}], ['path', {
|
|
16
|
+
d: 'M11 18H8a2 2 0 0 1-2-2V9',
|
|
17
|
+
key: '19pyzm'
|
|
18
|
+
}]]);
|
|
19
|
+
export default GitCompare;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var GitPullRequestClosed = createReactComponent('GitPullRequestClosed', [['circle', {
|
|
3
|
+
cx: '18',
|
|
4
|
+
cy: '18',
|
|
5
|
+
r: '3',
|
|
6
|
+
key: '1xkwt0'
|
|
7
|
+
}], ['circle', {
|
|
8
|
+
cx: '6',
|
|
9
|
+
cy: '6',
|
|
10
|
+
r: '3',
|
|
11
|
+
key: '1lh9wr'
|
|
12
|
+
}], ['path', {
|
|
13
|
+
d: 'M18 11.5V15',
|
|
14
|
+
key: '65xf6f'
|
|
15
|
+
}], ['path', {
|
|
16
|
+
d: 'm21 3-6 6',
|
|
17
|
+
key: '16nqsk'
|
|
18
|
+
}], ['path', {
|
|
19
|
+
d: 'm21 9-6-6',
|
|
20
|
+
key: '9j17rh'
|
|
21
|
+
}], ['line', {
|
|
22
|
+
x1: '6',
|
|
23
|
+
y1: '9',
|
|
24
|
+
x2: '6',
|
|
25
|
+
y2: '21',
|
|
26
|
+
key: '79th4h'
|
|
27
|
+
}]]);
|
|
28
|
+
export default GitPullRequestClosed;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var GitPullRequestDraft = createReactComponent('GitPullRequestDraft', [['circle', {
|
|
3
|
+
cx: '18',
|
|
4
|
+
cy: '18',
|
|
5
|
+
r: '3',
|
|
6
|
+
key: '1xkwt0'
|
|
7
|
+
}], ['circle', {
|
|
8
|
+
cx: '6',
|
|
9
|
+
cy: '6',
|
|
10
|
+
r: '3',
|
|
11
|
+
key: '1lh9wr'
|
|
12
|
+
}], ['path', {
|
|
13
|
+
d: 'M18 6V5',
|
|
14
|
+
key: '1oao2s'
|
|
15
|
+
}], ['path', {
|
|
16
|
+
d: 'M18 11v-1',
|
|
17
|
+
key: '11c8tz'
|
|
18
|
+
}], ['line', {
|
|
19
|
+
x1: '6',
|
|
20
|
+
y1: '9',
|
|
21
|
+
x2: '6',
|
|
22
|
+
y2: '21',
|
|
23
|
+
key: '79th4h'
|
|
24
|
+
}]]);
|
|
25
|
+
export default GitPullRequestDraft;
|
package/dist/esm/icons/index.js
CHANGED
|
@@ -103,6 +103,7 @@ export { default as BluetoothSearching } from './bluetooth-searching';
|
|
|
103
103
|
export { default as Bluetooth } from './bluetooth';
|
|
104
104
|
export { default as Bold } from './bold';
|
|
105
105
|
export { default as Bomb } from './bomb';
|
|
106
|
+
export { default as Bone } from './bone';
|
|
106
107
|
export { default as BookOpen } from './book-open';
|
|
107
108
|
export { default as Book } from './book';
|
|
108
109
|
export { default as BookmarkMinus } from './bookmark-minus';
|
|
@@ -386,8 +387,11 @@ export { default as Gift } from './gift';
|
|
|
386
387
|
export { default as GitBranchPlus } from './git-branch-plus';
|
|
387
388
|
export { default as GitBranch } from './git-branch';
|
|
388
389
|
export { default as GitCommit } from './git-commit';
|
|
390
|
+
export { default as GitCompare } from './git-compare';
|
|
389
391
|
export { default as GitFork } from './git-fork';
|
|
390
392
|
export { default as GitMerge } from './git-merge';
|
|
393
|
+
export { default as GitPullRequestClosed } from './git-pull-request-closed';
|
|
394
|
+
export { default as GitPullRequestDraft } from './git-pull-request-draft';
|
|
391
395
|
export { default as GitPullRequest } from './git-pull-request';
|
|
392
396
|
export { default as Github } from './github';
|
|
393
397
|
export { default as Gitlab } from './gitlab';
|
|
@@ -703,6 +707,7 @@ export { default as Table2 } from './table-2';
|
|
|
703
707
|
export { default as Table } from './table';
|
|
704
708
|
export { default as Tablet } from './tablet';
|
|
705
709
|
export { default as Tag } from './tag';
|
|
710
|
+
export { default as Tags } from './tags';
|
|
706
711
|
export { default as Target } from './target';
|
|
707
712
|
export { default as Tent } from './tent';
|
|
708
713
|
export { default as TerminalSquare } from './terminal-square';
|
package/dist/esm/icons/tag.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import createReactComponent from '../createReactComponent';
|
|
2
2
|
var Tag = createReactComponent('Tag', [['path', {
|
|
3
|
-
d: '
|
|
4
|
-
key: '
|
|
3
|
+
d: 'M12 2H2v10l9.29 9.29c.94.94 2.48.94 3.42 0l6.58-6.58c.94-.94.94-2.48 0-3.42L12 2Z',
|
|
4
|
+
key: '14b2ls'
|
|
5
5
|
}], ['path', {
|
|
6
6
|
d: 'M7 7h.01',
|
|
7
7
|
key: '7u93v4'
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var Tags = createReactComponent('Tags', [['path', {
|
|
3
|
+
d: 'M9 5H2v7l6.29 6.29c.94.94 2.48.94 3.42 0l3.58-3.58c.94-.94.94-2.48 0-3.42L9 5Z',
|
|
4
|
+
key: 'gt587u'
|
|
5
|
+
}], ['path', {
|
|
6
|
+
d: 'M6 9.01V9',
|
|
7
|
+
key: '1flxpt'
|
|
8
|
+
}], ['path', {
|
|
9
|
+
d: 'm15 5 6.3 6.3a2.4 2.4 0 0 1 0 3.4L17 19',
|
|
10
|
+
key: '1cbfv1'
|
|
11
|
+
}]]);
|
|
12
|
+
export default Tags;
|
package/dist/lucide-react.d.ts
CHANGED
|
@@ -118,6 +118,7 @@ export declare const BluetoothSearching: (props: LucideProps) => JSX.Element;
|
|
|
118
118
|
export declare const Bluetooth: (props: LucideProps) => JSX.Element;
|
|
119
119
|
export declare const Bold: (props: LucideProps) => JSX.Element;
|
|
120
120
|
export declare const Bomb: (props: LucideProps) => JSX.Element;
|
|
121
|
+
export declare const Bone: (props: LucideProps) => JSX.Element;
|
|
121
122
|
export declare const BookOpen: (props: LucideProps) => JSX.Element;
|
|
122
123
|
export declare const Book: (props: LucideProps) => JSX.Element;
|
|
123
124
|
export declare const BookmarkMinus: (props: LucideProps) => JSX.Element;
|
|
@@ -401,8 +402,11 @@ export declare const Gift: (props: LucideProps) => JSX.Element;
|
|
|
401
402
|
export declare const GitBranchPlus: (props: LucideProps) => JSX.Element;
|
|
402
403
|
export declare const GitBranch: (props: LucideProps) => JSX.Element;
|
|
403
404
|
export declare const GitCommit: (props: LucideProps) => JSX.Element;
|
|
405
|
+
export declare const GitCompare: (props: LucideProps) => JSX.Element;
|
|
404
406
|
export declare const GitFork: (props: LucideProps) => JSX.Element;
|
|
405
407
|
export declare const GitMerge: (props: LucideProps) => JSX.Element;
|
|
408
|
+
export declare const GitPullRequestClosed: (props: LucideProps) => JSX.Element;
|
|
409
|
+
export declare const GitPullRequestDraft: (props: LucideProps) => JSX.Element;
|
|
406
410
|
export declare const GitPullRequest: (props: LucideProps) => JSX.Element;
|
|
407
411
|
export declare const Github: (props: LucideProps) => JSX.Element;
|
|
408
412
|
export declare const Gitlab: (props: LucideProps) => JSX.Element;
|
|
@@ -718,6 +722,7 @@ export declare const Table2: (props: LucideProps) => JSX.Element;
|
|
|
718
722
|
export declare const Table: (props: LucideProps) => JSX.Element;
|
|
719
723
|
export declare const Tablet: (props: LucideProps) => JSX.Element;
|
|
720
724
|
export declare const Tag: (props: LucideProps) => JSX.Element;
|
|
725
|
+
export declare const Tags: (props: LucideProps) => JSX.Element;
|
|
721
726
|
export declare const Target: (props: LucideProps) => JSX.Element;
|
|
722
727
|
export declare const Tent: (props: LucideProps) => JSX.Element;
|
|
723
728
|
export declare const TerminalSquare: (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.79.0 - ISC
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
(function (global, factory) {
|
|
@@ -2037,6 +2037,12 @@
|
|
|
2037
2037
|
}]]);
|
|
2038
2038
|
var Bomb$1 = Bomb;
|
|
2039
2039
|
|
|
2040
|
+
var Bone = createReactComponent('Bone', [['path', {
|
|
2041
|
+
d: 'M18.6 9.82c-.52-.21-1.15-.25-1.54.15l-7.07 7.06c-.39.39-.36 1.03-.15 1.54.12.3.16.6.16.93a2.5 2.5 0 0 1-5 0c0-.26-.24-.5-.5-.5a2.5 2.5 0 1 1 .96-4.82c.5.21 1.14.25 1.53-.15l7.07-7.06c.39-.39.36-1.03.15-1.54-.12-.3-.21-.6-.21-.93a2.5 2.5 0 0 1 5 0c.01.26.24.49.5.5a2.5 2.5 0 1 1-.9 4.82Z',
|
|
2042
|
+
key: '134x1i'
|
|
2043
|
+
}]]);
|
|
2044
|
+
var Bone$1 = Bone;
|
|
2045
|
+
|
|
2040
2046
|
var BookOpen = createReactComponent('BookOpen', [['path', {
|
|
2041
2047
|
d: 'M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z',
|
|
2042
2048
|
key: 'vv98re'
|
|
@@ -6827,6 +6833,25 @@
|
|
|
6827
6833
|
}]]);
|
|
6828
6834
|
var GitCommit$1 = GitCommit;
|
|
6829
6835
|
|
|
6836
|
+
var GitCompare = createReactComponent('GitCompare', [['circle', {
|
|
6837
|
+
cx: '18',
|
|
6838
|
+
cy: '18',
|
|
6839
|
+
r: '3',
|
|
6840
|
+
key: '1xkwt0'
|
|
6841
|
+
}], ['circle', {
|
|
6842
|
+
cx: '6',
|
|
6843
|
+
cy: '6',
|
|
6844
|
+
r: '3',
|
|
6845
|
+
key: '1lh9wr'
|
|
6846
|
+
}], ['path', {
|
|
6847
|
+
d: 'M13 6h3a2 2 0 0 1 2 2v7',
|
|
6848
|
+
key: '1yeb86'
|
|
6849
|
+
}], ['path', {
|
|
6850
|
+
d: 'M11 18H8a2 2 0 0 1-2-2V9',
|
|
6851
|
+
key: '19pyzm'
|
|
6852
|
+
}]]);
|
|
6853
|
+
var GitCompare$1 = GitCompare;
|
|
6854
|
+
|
|
6830
6855
|
var GitFork = createReactComponent('GitFork', [['circle', {
|
|
6831
6856
|
cx: '12',
|
|
6832
6857
|
cy: '18',
|
|
@@ -6867,6 +6892,59 @@
|
|
|
6867
6892
|
}]]);
|
|
6868
6893
|
var GitMerge$1 = GitMerge;
|
|
6869
6894
|
|
|
6895
|
+
var GitPullRequestClosed = createReactComponent('GitPullRequestClosed', [['circle', {
|
|
6896
|
+
cx: '18',
|
|
6897
|
+
cy: '18',
|
|
6898
|
+
r: '3',
|
|
6899
|
+
key: '1xkwt0'
|
|
6900
|
+
}], ['circle', {
|
|
6901
|
+
cx: '6',
|
|
6902
|
+
cy: '6',
|
|
6903
|
+
r: '3',
|
|
6904
|
+
key: '1lh9wr'
|
|
6905
|
+
}], ['path', {
|
|
6906
|
+
d: 'M18 11.5V15',
|
|
6907
|
+
key: '65xf6f'
|
|
6908
|
+
}], ['path', {
|
|
6909
|
+
d: 'm21 3-6 6',
|
|
6910
|
+
key: '16nqsk'
|
|
6911
|
+
}], ['path', {
|
|
6912
|
+
d: 'm21 9-6-6',
|
|
6913
|
+
key: '9j17rh'
|
|
6914
|
+
}], ['line', {
|
|
6915
|
+
x1: '6',
|
|
6916
|
+
y1: '9',
|
|
6917
|
+
x2: '6',
|
|
6918
|
+
y2: '21',
|
|
6919
|
+
key: '79th4h'
|
|
6920
|
+
}]]);
|
|
6921
|
+
var GitPullRequestClosed$1 = GitPullRequestClosed;
|
|
6922
|
+
|
|
6923
|
+
var GitPullRequestDraft = createReactComponent('GitPullRequestDraft', [['circle', {
|
|
6924
|
+
cx: '18',
|
|
6925
|
+
cy: '18',
|
|
6926
|
+
r: '3',
|
|
6927
|
+
key: '1xkwt0'
|
|
6928
|
+
}], ['circle', {
|
|
6929
|
+
cx: '6',
|
|
6930
|
+
cy: '6',
|
|
6931
|
+
r: '3',
|
|
6932
|
+
key: '1lh9wr'
|
|
6933
|
+
}], ['path', {
|
|
6934
|
+
d: 'M18 6V5',
|
|
6935
|
+
key: '1oao2s'
|
|
6936
|
+
}], ['path', {
|
|
6937
|
+
d: 'M18 11v-1',
|
|
6938
|
+
key: '11c8tz'
|
|
6939
|
+
}], ['line', {
|
|
6940
|
+
x1: '6',
|
|
6941
|
+
y1: '9',
|
|
6942
|
+
x2: '6',
|
|
6943
|
+
y2: '21',
|
|
6944
|
+
key: '79th4h'
|
|
6945
|
+
}]]);
|
|
6946
|
+
var GitPullRequestDraft$1 = GitPullRequestDraft;
|
|
6947
|
+
|
|
6870
6948
|
var GitPullRequest = createReactComponent('GitPullRequest', [['circle', {
|
|
6871
6949
|
cx: '18',
|
|
6872
6950
|
cy: '18',
|
|
@@ -12336,14 +12414,26 @@
|
|
|
12336
12414
|
var Tablet$1 = Tablet;
|
|
12337
12415
|
|
|
12338
12416
|
var Tag = createReactComponent('Tag', [['path', {
|
|
12339
|
-
d: '
|
|
12340
|
-
key: '
|
|
12417
|
+
d: 'M12 2H2v10l9.29 9.29c.94.94 2.48.94 3.42 0l6.58-6.58c.94-.94.94-2.48 0-3.42L12 2Z',
|
|
12418
|
+
key: '14b2ls'
|
|
12341
12419
|
}], ['path', {
|
|
12342
12420
|
d: 'M7 7h.01',
|
|
12343
12421
|
key: '7u93v4'
|
|
12344
12422
|
}]]);
|
|
12345
12423
|
var Tag$1 = Tag;
|
|
12346
12424
|
|
|
12425
|
+
var Tags = createReactComponent('Tags', [['path', {
|
|
12426
|
+
d: 'M9 5H2v7l6.29 6.29c.94.94 2.48.94 3.42 0l3.58-3.58c.94-.94.94-2.48 0-3.42L9 5Z',
|
|
12427
|
+
key: 'gt587u'
|
|
12428
|
+
}], ['path', {
|
|
12429
|
+
d: 'M6 9.01V9',
|
|
12430
|
+
key: '1flxpt'
|
|
12431
|
+
}], ['path', {
|
|
12432
|
+
d: 'm15 5 6.3 6.3a2.4 2.4 0 0 1 0 3.4L17 19',
|
|
12433
|
+
key: '1cbfv1'
|
|
12434
|
+
}]]);
|
|
12435
|
+
var Tags$1 = Tags;
|
|
12436
|
+
|
|
12347
12437
|
var Target = createReactComponent('Target', [['circle', {
|
|
12348
12438
|
cx: '12',
|
|
12349
12439
|
cy: '12',
|
|
@@ -13823,6 +13913,7 @@
|
|
|
13823
13913
|
exports.BluetoothSearching = BluetoothSearching$1;
|
|
13824
13914
|
exports.Bold = Bold$1;
|
|
13825
13915
|
exports.Bomb = Bomb$1;
|
|
13916
|
+
exports.Bone = Bone$1;
|
|
13826
13917
|
exports.Book = Book$1;
|
|
13827
13918
|
exports.BookOpen = BookOpen$1;
|
|
13828
13919
|
exports.Bookmark = Bookmark$1;
|
|
@@ -14106,9 +14197,12 @@
|
|
|
14106
14197
|
exports.GitBranch = GitBranch$1;
|
|
14107
14198
|
exports.GitBranchPlus = GitBranchPlus$1;
|
|
14108
14199
|
exports.GitCommit = GitCommit$1;
|
|
14200
|
+
exports.GitCompare = GitCompare$1;
|
|
14109
14201
|
exports.GitFork = GitFork$1;
|
|
14110
14202
|
exports.GitMerge = GitMerge$1;
|
|
14111
14203
|
exports.GitPullRequest = GitPullRequest$1;
|
|
14204
|
+
exports.GitPullRequestClosed = GitPullRequestClosed$1;
|
|
14205
|
+
exports.GitPullRequestDraft = GitPullRequestDraft$1;
|
|
14112
14206
|
exports.Github = Github$1;
|
|
14113
14207
|
exports.Gitlab = Gitlab$1;
|
|
14114
14208
|
exports.GlassWater = GlassWater$1;
|
|
@@ -14423,6 +14517,7 @@
|
|
|
14423
14517
|
exports.Table2 = Table2$1;
|
|
14424
14518
|
exports.Tablet = Tablet$1;
|
|
14425
14519
|
exports.Tag = Tag$1;
|
|
14520
|
+
exports.Tags = Tags$1;
|
|
14426
14521
|
exports.Target = Target$1;
|
|
14427
14522
|
exports.Tent = Tent$1;
|
|
14428
14523
|
exports.Terminal = Terminal$1;
|