lucide-angular 0.209.0 → 0.211.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/at-sign.mjs +2 -5
- package/esm2020/icons/leafy-green.mjs +18 -0
- package/esm2020/icons/lucide-icons.mjs +2 -1
- package/esm2020/src/icons/aliases.mjs +4 -1
- package/esm2020/src/icons/icons/at-sign.mjs +2 -5
- package/esm2020/src/icons/icons/leafy-green.mjs +18 -0
- package/esm2020/src/icons/icons/lucide-icons.mjs +2 -1
- package/fesm2015/lucide-angular-src-icons.mjs +19 -5
- package/fesm2015/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2015/lucide-angular.mjs +19 -5
- package/fesm2015/lucide-angular.mjs.map +1 -1
- package/fesm2020/lucide-angular-src-icons.mjs +19 -5
- package/fesm2020/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2020/lucide-angular.mjs +19 -5
- package/fesm2020/lucide-angular.mjs.map +1 -1
- package/icons/leafy-green.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/leafy-green.d.ts +3 -0
- package/src/icons/icons/lucide-icons.d.ts +1 -0
package/aliases.d.ts
CHANGED
|
@@ -1230,6 +1230,8 @@ export { default as LayoutIcon } from './icons/layout';
|
|
|
1230
1230
|
export { default as LucideLayout } from './icons/layout';
|
|
1231
1231
|
export { default as LeafIcon } from './icons/leaf';
|
|
1232
1232
|
export { default as LucideLeaf } from './icons/leaf';
|
|
1233
|
+
export { default as LeafyGreenIcon } from './icons/leafy-green';
|
|
1234
|
+
export { default as LucideLeafyGreen } from './icons/leafy-green';
|
|
1233
1235
|
export { default as LibraryIcon } from './icons/library';
|
|
1234
1236
|
export { default as LucideLibrary } from './icons/library';
|
|
1235
1237
|
export { default as LifeBuoyIcon } from './icons/life-buoy';
|