lucide-angular 0.242.0 → 0.243.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/binary.mjs +9 -3
- package/esm2020/icons/file-digit.mjs +6 -3
- package/esm2020/icons/lucide-icons.mjs +2 -1
- package/esm2020/icons/shapes.mjs +22 -0
- package/esm2020/src/icons/aliases.mjs +4 -1
- package/esm2020/src/icons/icons/binary.mjs +9 -3
- package/esm2020/src/icons/icons/file-digit.mjs +6 -3
- package/esm2020/src/icons/icons/lucide-icons.mjs +2 -1
- package/esm2020/src/icons/icons/shapes.mjs +22 -0
- package/fesm2015/lucide-angular-src-icons.mjs +35 -5
- package/fesm2015/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2015/lucide-angular.mjs +35 -5
- package/fesm2015/lucide-angular.mjs.map +1 -1
- package/fesm2020/lucide-angular-src-icons.mjs +35 -5
- package/fesm2020/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2020/lucide-angular.mjs +35 -5
- package/fesm2020/lucide-angular.mjs.map +1 -1
- package/icons/lucide-icons.d.ts +1 -0
- package/icons/shapes.d.ts +3 -0
- package/package.json +1 -1
- package/src/icons/aliases.d.ts +2 -0
- package/src/icons/icons/lucide-icons.d.ts +1 -0
- package/src/icons/icons/shapes.d.ts +3 -0
package/aliases.d.ts
CHANGED
|
@@ -1886,6 +1886,8 @@ export { default as Settings2Icon } from './icons/settings-2';
|
|
|
1886
1886
|
export { default as LucideSettings2 } from './icons/settings-2';
|
|
1887
1887
|
export { default as SettingsIcon } from './icons/settings';
|
|
1888
1888
|
export { default as LucideSettings } from './icons/settings';
|
|
1889
|
+
export { default as ShapesIcon } from './icons/shapes';
|
|
1890
|
+
export { default as LucideShapes } from './icons/shapes';
|
|
1889
1891
|
export { default as Share2Icon } from './icons/share-2';
|
|
1890
1892
|
export { default as LucideShare2 } from './icons/share-2';
|
|
1891
1893
|
export { default as ShareIcon } from './icons/share';
|