lucide-angular 0.247.0 → 0.249.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/aliases.d.ts +4 -0
- package/esm2020/aliases.mjs +7 -1
- package/esm2020/icons/layout-list.mjs +7 -7
- package/esm2020/icons/list-checks.mjs +6 -7
- package/esm2020/icons/list-todo.mjs +18 -0
- package/esm2020/icons/lucide-icons.mjs +3 -1
- package/esm2020/icons/rainbow.mjs +13 -0
- package/esm2020/src/icons/aliases.mjs +7 -1
- package/esm2020/src/icons/icons/layout-list.mjs +7 -7
- package/esm2020/src/icons/icons/list-checks.mjs +6 -7
- package/esm2020/src/icons/icons/list-todo.mjs +18 -0
- package/esm2020/src/icons/icons/lucide-icons.mjs +3 -1
- package/esm2020/src/icons/icons/rainbow.mjs +13 -0
- package/fesm2015/lucide-angular-src-icons.mjs +41 -13
- package/fesm2015/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2015/lucide-angular.mjs +41 -13
- package/fesm2015/lucide-angular.mjs.map +1 -1
- package/fesm2020/lucide-angular-src-icons.mjs +41 -13
- package/fesm2020/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2020/lucide-angular.mjs +41 -13
- package/fesm2020/lucide-angular.mjs.map +1 -1
- package/icons/list-todo.d.ts +3 -0
- package/icons/lucide-icons.d.ts +2 -0
- package/icons/rainbow.d.ts +3 -0
- package/package.json +1 -1
- package/src/icons/aliases.d.ts +4 -0
- package/src/icons/icons/list-todo.d.ts +3 -0
- package/src/icons/icons/lucide-icons.d.ts +2 -0
- package/src/icons/icons/rainbow.d.ts +3 -0
package/aliases.d.ts
CHANGED
|
@@ -1347,6 +1347,8 @@ export { default as ListRestartIcon } from './icons/list-restart';
|
|
|
1347
1347
|
export { default as LucideListRestart } from './icons/list-restart';
|
|
1348
1348
|
export { default as ListStartIcon } from './icons/list-start';
|
|
1349
1349
|
export { default as LucideListStart } from './icons/list-start';
|
|
1350
|
+
export { default as ListTodoIcon } from './icons/list-todo';
|
|
1351
|
+
export { default as LucideListTodo } from './icons/list-todo';
|
|
1350
1352
|
export { default as ListTreeIcon } from './icons/list-tree';
|
|
1351
1353
|
export { default as LucideListTree } from './icons/list-tree';
|
|
1352
1354
|
export { default as ListVideoIcon } from './icons/list-video';
|
|
@@ -1772,6 +1774,8 @@ export { default as RadioTowerIcon } from './icons/radio-tower';
|
|
|
1772
1774
|
export { default as LucideRadioTower } from './icons/radio-tower';
|
|
1773
1775
|
export { default as RadioIcon } from './icons/radio';
|
|
1774
1776
|
export { default as LucideRadio } from './icons/radio';
|
|
1777
|
+
export { default as RainbowIcon } from './icons/rainbow';
|
|
1778
|
+
export { default as LucideRainbow } from './icons/rainbow';
|
|
1775
1779
|
export { default as RatIcon } from './icons/rat';
|
|
1776
1780
|
export { default as LucideRat } from './icons/rat';
|
|
1777
1781
|
export { default as ReceiptIcon } from './icons/receipt';
|