lucide-angular 0.394.0 → 0.396.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 +9 -2
- package/esm2020/aliases.mjs +13 -4
- package/esm2020/icons/armchair.mjs +4 -4
- package/esm2020/icons/guitar.mjs +13 -7
- package/esm2020/icons/house-plug.mjs +28 -0
- package/esm2020/icons/house-plus.mjs +25 -0
- package/esm2020/icons/house.mjs +23 -0
- package/esm2020/icons/lucide-icons.mjs +4 -2
- package/esm2020/icons/mic-vocal.mjs +17 -4
- package/esm2020/icons/pin-off.mjs +12 -6
- package/esm2020/icons/pin.mjs +5 -5
- package/esm2020/icons/quote.mjs +6 -6
- package/esm2020/icons/sofa.mjs +4 -4
- package/esm2020/src/icons/aliases.mjs +13 -4
- package/esm2020/src/icons/icons/armchair.mjs +4 -4
- package/esm2020/src/icons/icons/guitar.mjs +13 -7
- package/esm2020/src/icons/icons/house-plug.mjs +28 -0
- package/esm2020/src/icons/icons/house-plus.mjs +25 -0
- package/esm2020/src/icons/icons/house.mjs +23 -0
- package/esm2020/src/icons/icons/lucide-icons.mjs +4 -2
- package/esm2020/src/icons/icons/mic-vocal.mjs +17 -4
- package/esm2020/src/icons/icons/pin-off.mjs +12 -6
- package/esm2020/src/icons/icons/pin.mjs +5 -5
- package/esm2020/src/icons/icons/quote.mjs +6 -6
- package/esm2020/src/icons/icons/sofa.mjs +4 -4
- package/fesm2015/lucide-angular-src-icons.mjs +131 -47
- package/fesm2015/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2015/lucide-angular.mjs +131 -47
- package/fesm2015/lucide-angular.mjs.map +1 -1
- package/fesm2020/lucide-angular-src-icons.mjs +131 -47
- package/fesm2020/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2020/lucide-angular.mjs +131 -47
- package/fesm2020/lucide-angular.mjs.map +1 -1
- package/icons/armchair.d.ts +1 -1
- package/icons/guitar.d.ts +1 -1
- package/icons/house-plug.d.ts +14 -0
- package/icons/house-plus.d.ts +14 -0
- package/icons/{home.d.ts → house.d.ts} +4 -4
- package/icons/lucide-icons.d.ts +3 -1
- package/icons/mic-vocal.d.ts +1 -1
- package/icons/pin-off.d.ts +1 -1
- package/icons/pin.d.ts +1 -1
- package/icons/quote.d.ts +1 -1
- package/icons/sofa.d.ts +1 -1
- package/package.json +1 -1
- package/src/icons/aliases.d.ts +9 -2
- package/src/icons/icons/armchair.d.ts +1 -1
- package/src/icons/icons/guitar.d.ts +1 -1
- package/src/icons/icons/house-plug.d.ts +14 -0
- package/src/icons/icons/house-plus.d.ts +14 -0
- package/src/icons/icons/{home.d.ts → house.d.ts} +4 -4
- package/src/icons/icons/lucide-icons.d.ts +3 -1
- package/src/icons/icons/mic-vocal.d.ts +1 -1
- package/src/icons/icons/pin-off.d.ts +1 -1
- package/src/icons/icons/pin.d.ts +1 -1
- package/src/icons/icons/quote.d.ts +1 -1
- package/src/icons/icons/sofa.d.ts +1 -1
- package/esm2020/icons/home.mjs +0 -17
- package/esm2020/src/icons/icons/home.mjs +0 -17
package/aliases.d.ts
CHANGED
|
@@ -1286,8 +1286,6 @@ export { default as HighlighterIcon } from './icons/highlighter';
|
|
|
1286
1286
|
export { default as LucideHighlighter } from './icons/highlighter';
|
|
1287
1287
|
export { default as HistoryIcon } from './icons/history';
|
|
1288
1288
|
export { default as LucideHistory } from './icons/history';
|
|
1289
|
-
export { default as HomeIcon } from './icons/home';
|
|
1290
|
-
export { default as LucideHome } from './icons/home';
|
|
1291
1289
|
export { default as HopOffIcon } from './icons/hop-off';
|
|
1292
1290
|
export { default as LucideHopOff } from './icons/hop-off';
|
|
1293
1291
|
export { default as HopIcon } from './icons/hop';
|
|
@@ -1298,6 +1296,10 @@ export { default as HotelIcon } from './icons/hotel';
|
|
|
1298
1296
|
export { default as LucideHotel } from './icons/hotel';
|
|
1299
1297
|
export { default as HourglassIcon } from './icons/hourglass';
|
|
1300
1298
|
export { default as LucideHourglass } from './icons/hourglass';
|
|
1299
|
+
export { default as HousePlugIcon } from './icons/house-plug';
|
|
1300
|
+
export { default as LucideHousePlug } from './icons/house-plug';
|
|
1301
|
+
export { default as HousePlusIcon } from './icons/house-plus';
|
|
1302
|
+
export { default as LucideHousePlus } from './icons/house-plus';
|
|
1301
1303
|
export { default as ImageDownIcon } from './icons/image-down';
|
|
1302
1304
|
export { default as LucideImageDown } from './icons/image-down';
|
|
1303
1305
|
export { default as ImageMinusIcon } from './icons/image-minus';
|
|
@@ -2988,6 +2990,11 @@ export { default as LucideHandHelping } from './icons/hand-helping';
|
|
|
2988
2990
|
export { default as HelpingHand } from './icons/hand-helping';
|
|
2989
2991
|
export { default as HelpingHandIcon } from './icons/hand-helping';
|
|
2990
2992
|
export { default as LucideHelpingHand } from './icons/hand-helping';
|
|
2993
|
+
export { default as HouseIcon } from './icons/house';
|
|
2994
|
+
export { default as LucideHouse } from './icons/house';
|
|
2995
|
+
export { default as Home } from './icons/house';
|
|
2996
|
+
export { default as HomeIcon } from './icons/house';
|
|
2997
|
+
export { default as LucideHome } from './icons/house';
|
|
2991
2998
|
export { default as IceCreamBowlIcon } from './icons/ice-cream-bowl';
|
|
2992
2999
|
export { default as LucideIceCreamBowl } from './icons/ice-cream-bowl';
|
|
2993
3000
|
export {
|