lucide-angular 0.427.0 → 0.429.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/folder-search.mjs +4 -4
- package/esm2020/icons/lucide-icons.mjs +2 -1
- package/esm2020/icons/message-square-dashed.mjs +11 -10
- package/esm2020/icons/stethoscope.mjs +6 -10
- package/esm2020/icons/tickets-plane.mjs +22 -0
- package/esm2020/src/icons/aliases.mjs +4 -1
- package/esm2020/src/icons/icons/folder-search.mjs +4 -4
- package/esm2020/src/icons/icons/lucide-icons.mjs +2 -1
- package/esm2020/src/icons/icons/message-square-dashed.mjs +11 -10
- package/esm2020/src/icons/icons/stethoscope.mjs +6 -10
- package/esm2020/src/icons/icons/tickets-plane.mjs +22 -0
- package/fesm2015/lucide-angular-src-icons.mjs +41 -22
- package/fesm2015/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2015/lucide-angular.mjs +41 -22
- package/fesm2015/lucide-angular.mjs.map +1 -1
- package/fesm2020/lucide-angular-src-icons.mjs +41 -22
- package/fesm2020/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2020/lucide-angular.mjs +41 -22
- package/fesm2020/lucide-angular.mjs.map +1 -1
- package/icons/folder-search.d.ts +1 -1
- package/icons/lucide-icons.d.ts +1 -0
- package/icons/message-square-dashed.d.ts +1 -1
- package/icons/stethoscope.d.ts +1 -1
- package/icons/tickets-plane.d.ts +14 -0
- package/package.json +1 -1
- package/src/icons/aliases.d.ts +2 -0
- package/src/icons/icons/folder-search.d.ts +1 -1
- package/src/icons/icons/lucide-icons.d.ts +1 -0
- package/src/icons/icons/message-square-dashed.d.ts +1 -1
- package/src/icons/icons/stethoscope.d.ts +1 -1
- package/src/icons/icons/tickets-plane.d.ts +14 -0
package/aliases.d.ts
CHANGED
|
@@ -2422,6 +2422,8 @@ export { default as TicketXIcon } from './icons/ticket-x';
|
|
|
2422
2422
|
export { default as LucideTicketX } from './icons/ticket-x';
|
|
2423
2423
|
export { default as TicketIcon } from './icons/ticket';
|
|
2424
2424
|
export { default as LucideTicket } from './icons/ticket';
|
|
2425
|
+
export { default as TicketsPlaneIcon } from './icons/tickets-plane';
|
|
2426
|
+
export { default as LucideTicketsPlane } from './icons/tickets-plane';
|
|
2425
2427
|
export { default as TicketsIcon } from './icons/tickets';
|
|
2426
2428
|
export { default as LucideTickets } from './icons/tickets';
|
|
2427
2429
|
export { default as TimerOffIcon } from './icons/timer-off';
|