lucide-angular 0.77.0 → 0.80.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/bundles/lucide-angular-src-icons.umd.js +147 -1
- package/bundles/lucide-angular-src-icons.umd.js.map +1 -1
- package/bundles/lucide-angular-src-icons.umd.min.js +1 -1
- package/bundles/lucide-angular-src-icons.umd.min.js.map +1 -1
- package/bundles/lucide-angular.umd.js +157 -1
- package/bundles/lucide-angular.umd.js.map +1 -1
- package/bundles/lucide-angular.umd.min.js +1 -1
- package/bundles/lucide-angular.umd.min.js.map +1 -1
- package/esm2015/icons/bone.js +15 -0
- package/esm2015/icons/flip-horizontal-2.js +15 -0
- package/esm2015/icons/flip-horizontal.js +15 -0
- package/esm2015/icons/flip-vertical-2.js +15 -0
- package/esm2015/icons/flip-vertical.js +15 -0
- package/esm2015/icons/git-compare.js +13 -0
- package/esm2015/icons/git-pull-request-closed.js +15 -0
- package/esm2015/icons/git-pull-request-draft.js +14 -0
- package/esm2015/icons/index.js +11 -1
- package/esm2015/icons/tag.js +2 -2
- package/esm2015/icons/tags.js +17 -0
- package/esm2015/icons/wand-2.js +22 -0
- package/esm2015/src/icons/bone.js +15 -0
- package/esm2015/src/icons/flip-horizontal-2.js +15 -0
- package/esm2015/src/icons/flip-horizontal.js +15 -0
- package/esm2015/src/icons/flip-vertical-2.js +15 -0
- package/esm2015/src/icons/flip-vertical.js +15 -0
- package/esm2015/src/icons/git-compare.js +13 -0
- package/esm2015/src/icons/git-pull-request-closed.js +15 -0
- package/esm2015/src/icons/git-pull-request-draft.js +14 -0
- package/esm2015/src/icons/index.js +11 -1
- package/esm2015/src/icons/tag.js +2 -2
- package/esm2015/src/icons/tags.js +17 -0
- package/esm2015/src/icons/wand-2.js +22 -0
- package/fesm2015/lucide-angular-src-icons.js +138 -2
- package/fesm2015/lucide-angular-src-icons.js.map +1 -1
- package/fesm2015/lucide-angular.js +148 -2
- package/fesm2015/lucide-angular.js.map +1 -1
- package/icons/bone.d.ts +3 -0
- package/icons/flip-horizontal-2.d.ts +3 -0
- package/icons/flip-horizontal.d.ts +3 -0
- package/icons/flip-vertical-2.d.ts +3 -0
- package/icons/flip-vertical.d.ts +3 -0
- package/icons/git-compare.d.ts +3 -0
- package/icons/git-pull-request-closed.d.ts +3 -0
- package/icons/git-pull-request-draft.d.ts +3 -0
- package/icons/index.d.ts +10 -0
- package/icons/tags.d.ts +3 -0
- package/icons/wand-2.d.ts +3 -0
- package/lucide-angular.metadata.json +1 -1
- package/package.json +1 -1
- package/src/icons/bone.d.ts +3 -0
- package/src/icons/flip-horizontal-2.d.ts +3 -0
- package/src/icons/flip-horizontal.d.ts +3 -0
- package/src/icons/flip-vertical-2.d.ts +3 -0
- package/src/icons/flip-vertical.d.ts +3 -0
- package/src/icons/git-compare.d.ts +3 -0
- package/src/icons/git-pull-request-closed.d.ts +3 -0
- package/src/icons/git-pull-request-draft.d.ts +3 -0
- package/src/icons/index.d.ts +10 -0
- package/src/icons/lucide-angular-src-icons.metadata.json +1 -1
- package/src/icons/tags.d.ts +3 -0
- package/src/icons/wand-2.d.ts +3 -0
package/icons/bone.d.ts
ADDED
package/icons/index.d.ts
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';
|
|
@@ -342,6 +343,10 @@ export { default as FlashlightOff } from './flashlight-off';
|
|
|
342
343
|
export { default as Flashlight } from './flashlight';
|
|
343
344
|
export { default as FlaskConical } from './flask-conical';
|
|
344
345
|
export { default as FlaskRound } from './flask-round';
|
|
346
|
+
export { default as FlipHorizontal2 } from './flip-horizontal-2';
|
|
347
|
+
export { default as FlipHorizontal } from './flip-horizontal';
|
|
348
|
+
export { default as FlipVertical2 } from './flip-vertical-2';
|
|
349
|
+
export { default as FlipVertical } from './flip-vertical';
|
|
345
350
|
export { default as Flower2 } from './flower-2';
|
|
346
351
|
export { default as Flower } from './flower';
|
|
347
352
|
export { default as Focus } from './focus';
|
|
@@ -386,8 +391,11 @@ export { default as Gift } from './gift';
|
|
|
386
391
|
export { default as GitBranchPlus } from './git-branch-plus';
|
|
387
392
|
export { default as GitBranch } from './git-branch';
|
|
388
393
|
export { default as GitCommit } from './git-commit';
|
|
394
|
+
export { default as GitCompare } from './git-compare';
|
|
389
395
|
export { default as GitFork } from './git-fork';
|
|
390
396
|
export { default as GitMerge } from './git-merge';
|
|
397
|
+
export { default as GitPullRequestClosed } from './git-pull-request-closed';
|
|
398
|
+
export { default as GitPullRequestDraft } from './git-pull-request-draft';
|
|
391
399
|
export { default as GitPullRequest } from './git-pull-request';
|
|
392
400
|
export { default as Github } from './github';
|
|
393
401
|
export { default as Gitlab } from './gitlab';
|
|
@@ -703,6 +711,7 @@ export { default as Table2 } from './table-2';
|
|
|
703
711
|
export { default as Table } from './table';
|
|
704
712
|
export { default as Tablet } from './tablet';
|
|
705
713
|
export { default as Tag } from './tag';
|
|
714
|
+
export { default as Tags } from './tags';
|
|
706
715
|
export { default as Target } from './target';
|
|
707
716
|
export { default as Tent } from './tent';
|
|
708
717
|
export { default as TerminalSquare } from './terminal-square';
|
|
@@ -770,6 +779,7 @@ export { default as Volume2 } from './volume-2';
|
|
|
770
779
|
export { default as VolumeX } from './volume-x';
|
|
771
780
|
export { default as Volume } from './volume';
|
|
772
781
|
export { default as Wallet } from './wallet';
|
|
782
|
+
export { default as Wand2 } from './wand-2';
|
|
773
783
|
export { default as Wand } from './wand';
|
|
774
784
|
export { default as Watch } from './watch';
|
|
775
785
|
export { default as Waves } from './waves';
|
package/icons/tags.d.ts
ADDED