lucide-angular 0.165.0 → 0.167.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/esm2020/icons/flask-round.mjs +2 -2
- package/esm2020/icons/index.mjs +5 -1
- package/esm2020/icons/list-tree.mjs +14 -0
- package/esm2020/icons/test-tube-2.mjs +17 -0
- package/esm2020/icons/test-tube.mjs +15 -0
- package/esm2020/icons/test-tubes.mjs +18 -0
- package/fesm2015/lucide-angular.mjs +62 -2
- package/fesm2015/lucide-angular.mjs.map +1 -1
- package/fesm2020/lucide-angular.mjs +62 -2
- package/fesm2020/lucide-angular.mjs.map +1 -1
- package/icons/index.d.ts +4 -0
- package/icons/list-tree.d.ts +3 -0
- package/icons/test-tube-2.d.ts +3 -0
- package/icons/test-tube.d.ts +3 -0
- package/icons/test-tubes.d.ts +3 -0
- package/package.json +1 -1
package/icons/index.d.ts
CHANGED
|
@@ -571,6 +571,7 @@ export { default as ListMusic } from './list-music';
|
|
|
571
571
|
export { default as ListOrdered } from './list-ordered';
|
|
572
572
|
export { default as ListPlus } from './list-plus';
|
|
573
573
|
export { default as ListStart } from './list-start';
|
|
574
|
+
export { default as ListTree } from './list-tree';
|
|
574
575
|
export { default as ListVideo } from './list-video';
|
|
575
576
|
export { default as ListX } from './list-x';
|
|
576
577
|
export { default as List } from './list';
|
|
@@ -868,6 +869,9 @@ export { default as Target } from './target';
|
|
|
868
869
|
export { default as Tent } from './tent';
|
|
869
870
|
export { default as TerminalSquare } from './terminal-square';
|
|
870
871
|
export { default as Terminal } from './terminal';
|
|
872
|
+
export { default as TestTube2 } from './test-tube-2';
|
|
873
|
+
export { default as TestTube } from './test-tube';
|
|
874
|
+
export { default as TestTubes } from './test-tubes';
|
|
871
875
|
export { default as TextCursorInput } from './text-cursor-input';
|
|
872
876
|
export { default as TextCursor } from './text-cursor';
|
|
873
877
|
export { default as TextSelection } from './text-selection';
|