lucide-angular 0.214.0 → 0.215.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/lucide-icons.mjs +3 -1
- package/esm2020/icons/pi.mjs +13 -0
- package/esm2020/icons/variable.mjs +14 -0
- package/esm2020/src/icons/aliases.mjs +7 -1
- package/esm2020/src/icons/icons/lucide-icons.mjs +3 -1
- package/esm2020/src/icons/icons/pi.mjs +13 -0
- package/esm2020/src/icons/icons/variable.mjs +14 -0
- package/fesm2015/lucide-angular-src-icons.mjs +26 -1
- package/fesm2015/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2015/lucide-angular.mjs +26 -1
- package/fesm2015/lucide-angular.mjs.map +1 -1
- package/fesm2020/lucide-angular-src-icons.mjs +26 -1
- package/fesm2020/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2020/lucide-angular.mjs +26 -1
- package/fesm2020/lucide-angular.mjs.map +1 -1
- package/icons/lucide-icons.d.ts +2 -0
- package/icons/pi.d.ts +3 -0
- package/icons/variable.d.ts +3 -0
- package/package.json +1 -1
- package/src/icons/aliases.d.ts +4 -0
- package/src/icons/icons/lucide-icons.d.ts +2 -0
- package/src/icons/icons/pi.d.ts +3 -0
- package/src/icons/icons/variable.d.ts +3 -0
package/aliases.d.ts
CHANGED
|
@@ -1577,6 +1577,8 @@ export { default as PhoneOutgoingIcon } from './icons/phone-outgoing';
|
|
|
1577
1577
|
export { default as LucidePhoneOutgoing } from './icons/phone-outgoing';
|
|
1578
1578
|
export { default as PhoneIcon } from './icons/phone';
|
|
1579
1579
|
export { default as LucidePhone } from './icons/phone';
|
|
1580
|
+
export { default as PiIcon } from './icons/pi';
|
|
1581
|
+
export { default as LucidePi } from './icons/pi';
|
|
1580
1582
|
export { default as PictureInPicture2Icon } from './icons/picture-in-picture-2';
|
|
1581
1583
|
export { default as LucidePictureInPicture2 } from './icons/picture-in-picture-2';
|
|
1582
1584
|
export { default as PictureInPictureIcon } from './icons/picture-in-picture';
|
|
@@ -2113,6 +2115,8 @@ export { default as UtensilsIcon } from './icons/utensils';
|
|
|
2113
2115
|
export { default as LucideUtensils } from './icons/utensils';
|
|
2114
2116
|
export { default as UtilityPoleIcon } from './icons/utility-pole';
|
|
2115
2117
|
export { default as LucideUtilityPole } from './icons/utility-pole';
|
|
2118
|
+
export { default as VariableIcon } from './icons/variable';
|
|
2119
|
+
export { default as LucideVariable } from './icons/variable';
|
|
2116
2120
|
export { default as VeganIcon } from './icons/vegan';
|
|
2117
2121
|
export { default as LucideVegan } from './icons/vegan';
|
|
2118
2122
|
export { default as VenetianMaskIcon } from './icons/venetian-mask';
|