lucide-angular 0.198.0 → 0.199.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 +2 -0
- package/esm2020/aliases.mjs +4 -1
- package/esm2020/icons/database-backup.mjs +11 -5
- package/esm2020/icons/list-restart.mjs +21 -0
- package/esm2020/icons/lucide-icons.mjs +2 -1
- package/esm2020/src/icons/aliases.mjs +4 -1
- package/esm2020/src/icons/icons/database-backup.mjs +11 -5
- package/esm2020/src/icons/icons/list-restart.mjs +21 -0
- package/esm2020/src/icons/icons/lucide-icons.mjs +2 -1
- package/fesm2015/lucide-angular-src-icons.mjs +31 -5
- package/fesm2015/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2015/lucide-angular.mjs +31 -5
- package/fesm2015/lucide-angular.mjs.map +1 -1
- package/fesm2020/lucide-angular-src-icons.mjs +31 -5
- package/fesm2020/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2020/lucide-angular.mjs +31 -5
- package/fesm2020/lucide-angular.mjs.map +1 -1
- package/icons/list-restart.d.ts +3 -0
- package/icons/lucide-icons.d.ts +1 -0
- package/package.json +1 -1
- package/src/icons/aliases.d.ts +2 -0
- package/src/icons/icons/list-restart.d.ts +3 -0
- package/src/icons/icons/lucide-icons.d.ts +1 -0
package/aliases.d.ts
CHANGED
|
@@ -1240,6 +1240,8 @@ export { default as ListOrderedIcon } from './icons/list-ordered';
|
|
|
1240
1240
|
export { default as LucideListOrdered } from './icons/list-ordered';
|
|
1241
1241
|
export { default as ListPlusIcon } from './icons/list-plus';
|
|
1242
1242
|
export { default as LucideListPlus } from './icons/list-plus';
|
|
1243
|
+
export { default as ListRestartIcon } from './icons/list-restart';
|
|
1244
|
+
export { default as LucideListRestart } from './icons/list-restart';
|
|
1243
1245
|
export { default as ListStartIcon } from './icons/list-start';
|
|
1244
1246
|
export { default as LucideListStart } from './icons/list-start';
|
|
1245
1247
|
export { default as ListTreeIcon } from './icons/list-tree';
|