lucide-angular 0.205.0 → 0.207.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/list-filter.mjs +13 -0
- package/esm2020/icons/lucide-icons.mjs +2 -1
- package/esm2020/icons/shuffle.mjs +12 -6
- package/esm2020/src/icons/aliases.mjs +4 -1
- package/esm2020/src/icons/icons/list-filter.mjs +13 -0
- package/esm2020/src/icons/icons/lucide-icons.mjs +2 -1
- package/esm2020/src/icons/icons/shuffle.mjs +12 -6
- package/fesm2015/lucide-angular-src-icons.mjs +24 -6
- package/fesm2015/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2015/lucide-angular.mjs +24 -6
- package/fesm2015/lucide-angular.mjs.map +1 -1
- package/fesm2020/lucide-angular-src-icons.mjs +24 -6
- package/fesm2020/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2020/lucide-angular.mjs +24 -6
- package/fesm2020/lucide-angular.mjs.map +1 -1
- package/icons/list-filter.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-filter.d.ts +3 -0
- package/src/icons/icons/lucide-icons.d.ts +1 -0
package/aliases.d.ts
CHANGED
|
@@ -1250,6 +1250,8 @@ export { default as ListChecksIcon } from './icons/list-checks';
|
|
|
1250
1250
|
export { default as LucideListChecks } from './icons/list-checks';
|
|
1251
1251
|
export { default as ListEndIcon } from './icons/list-end';
|
|
1252
1252
|
export { default as LucideListEnd } from './icons/list-end';
|
|
1253
|
+
export { default as ListFilterIcon } from './icons/list-filter';
|
|
1254
|
+
export { default as LucideListFilter } from './icons/list-filter';
|
|
1253
1255
|
export { default as ListMinusIcon } from './icons/list-minus';
|
|
1254
1256
|
export { default as LucideListMinus } from './icons/list-minus';
|
|
1255
1257
|
export { default as ListMusicIcon } from './icons/list-music';
|