lucide-angular 0.425.0 → 0.427.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 +12 -0
- package/esm2020/aliases.mjs +19 -1
- package/esm2020/icons/bandage.mjs +22 -0
- package/esm2020/icons/binoculars.mjs +33 -0
- package/esm2020/icons/chevrons-left-right-ellipsis.mjs +20 -0
- package/esm2020/icons/cigarette-off.mjs +6 -7
- package/esm2020/icons/cigarette.mjs +5 -5
- package/esm2020/icons/ethernet-port.mjs +26 -0
- package/esm2020/icons/lucide-icons.mjs +7 -1
- package/esm2020/icons/table-of-contents.mjs +21 -0
- package/esm2020/icons/tickets.mjs +20 -0
- package/esm2020/src/icons/aliases.mjs +19 -1
- package/esm2020/src/icons/icons/bandage.mjs +22 -0
- package/esm2020/src/icons/icons/binoculars.mjs +33 -0
- package/esm2020/src/icons/icons/chevrons-left-right-ellipsis.mjs +20 -0
- package/esm2020/src/icons/icons/cigarette-off.mjs +6 -7
- package/esm2020/src/icons/icons/cigarette.mjs +5 -5
- package/esm2020/src/icons/icons/ethernet-port.mjs +26 -0
- package/esm2020/src/icons/icons/lucide-icons.mjs +7 -1
- package/esm2020/src/icons/icons/table-of-contents.mjs +21 -0
- package/esm2020/src/icons/icons/tickets.mjs +20 -0
- package/fesm2015/lucide-angular-src-icons.mjs +152 -11
- package/fesm2015/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2015/lucide-angular.mjs +152 -11
- package/fesm2015/lucide-angular.mjs.map +1 -1
- package/fesm2020/lucide-angular-src-icons.mjs +152 -11
- package/fesm2020/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2020/lucide-angular.mjs +152 -11
- package/fesm2020/lucide-angular.mjs.map +1 -1
- package/icons/bandage.d.ts +14 -0
- package/icons/binoculars.d.ts +14 -0
- package/icons/chevrons-left-right-ellipsis.d.ts +14 -0
- package/icons/cigarette-off.d.ts +1 -1
- package/icons/cigarette.d.ts +1 -1
- package/icons/ethernet-port.d.ts +14 -0
- package/icons/lucide-icons.d.ts +6 -0
- package/icons/table-of-contents.d.ts +14 -0
- package/icons/tickets.d.ts +14 -0
- package/package.json +1 -1
- package/src/icons/aliases.d.ts +12 -0
- package/src/icons/icons/bandage.d.ts +14 -0
- package/src/icons/icons/binoculars.d.ts +14 -0
- package/src/icons/icons/chevrons-left-right-ellipsis.d.ts +14 -0
- package/src/icons/icons/cigarette-off.d.ts +1 -1
- package/src/icons/icons/cigarette.d.ts +1 -1
- package/src/icons/icons/ethernet-port.d.ts +14 -0
- package/src/icons/icons/lucide-icons.d.ts +6 -0
- package/src/icons/icons/table-of-contents.d.ts +14 -0
- package/src/icons/icons/tickets.d.ts +14 -0
package/aliases.d.ts
CHANGED
|
@@ -228,6 +228,8 @@ export { default as BanIcon } from './icons/ban';
|
|
|
228
228
|
export { default as LucideBan } from './icons/ban';
|
|
229
229
|
export { default as BananaIcon } from './icons/banana';
|
|
230
230
|
export { default as LucideBanana } from './icons/banana';
|
|
231
|
+
export { default as BandageIcon } from './icons/bandage';
|
|
232
|
+
export { default as LucideBandage } from './icons/bandage';
|
|
231
233
|
export { default as BanknoteIcon } from './icons/banknote';
|
|
232
234
|
export { default as LucideBanknote } from './icons/banknote';
|
|
233
235
|
export { default as BarcodeIcon } from './icons/barcode';
|
|
@@ -290,6 +292,8 @@ export { default as BikeIcon } from './icons/bike';
|
|
|
290
292
|
export { default as LucideBike } from './icons/bike';
|
|
291
293
|
export { default as BinaryIcon } from './icons/binary';
|
|
292
294
|
export { default as LucideBinary } from './icons/binary';
|
|
295
|
+
export { default as BinocularsIcon } from './icons/binoculars';
|
|
296
|
+
export { default as LucideBinoculars } from './icons/binoculars';
|
|
293
297
|
export { default as BiohazardIcon } from './icons/biohazard';
|
|
294
298
|
export { default as LucideBiohazard } from './icons/biohazard';
|
|
295
299
|
export { default as BirdIcon } from './icons/bird';
|
|
@@ -552,6 +556,8 @@ export { default as ChevronsDownUpIcon } from './icons/chevrons-down-up';
|
|
|
552
556
|
export { default as LucideChevronsDownUp } from './icons/chevrons-down-up';
|
|
553
557
|
export { default as ChevronsDownIcon } from './icons/chevrons-down';
|
|
554
558
|
export { default as LucideChevronsDown } from './icons/chevrons-down';
|
|
559
|
+
export { default as ChevronsLeftRightEllipsisIcon } from './icons/chevrons-left-right-ellipsis';
|
|
560
|
+
export { default as LucideChevronsLeftRightEllipsis } from './icons/chevrons-left-right-ellipsis';
|
|
555
561
|
export { default as ChevronsLeftRightIcon } from './icons/chevrons-left-right';
|
|
556
562
|
export { default as LucideChevronsLeftRight } from './icons/chevrons-left-right';
|
|
557
563
|
export { default as ChevronsLeftIcon } from './icons/chevrons-left';
|
|
@@ -882,6 +888,8 @@ export { default as EqualIcon } from './icons/equal';
|
|
|
882
888
|
export { default as LucideEqual } from './icons/equal';
|
|
883
889
|
export { default as EraserIcon } from './icons/eraser';
|
|
884
890
|
export { default as LucideEraser } from './icons/eraser';
|
|
891
|
+
export { default as EthernetPortIcon } from './icons/ethernet-port';
|
|
892
|
+
export { default as LucideEthernetPort } from './icons/ethernet-port';
|
|
885
893
|
export { default as EuroIcon } from './icons/euro';
|
|
886
894
|
export { default as LucideEuro } from './icons/euro';
|
|
887
895
|
export { default as ExpandIcon } from './icons/expand';
|
|
@@ -2334,6 +2342,8 @@ export { default as TableCellsSplitIcon } from './icons/table-cells-split';
|
|
|
2334
2342
|
export { default as LucideTableCellsSplit } from './icons/table-cells-split';
|
|
2335
2343
|
export { default as TableColumnsSplitIcon } from './icons/table-columns-split';
|
|
2336
2344
|
export { default as LucideTableColumnsSplit } from './icons/table-columns-split';
|
|
2345
|
+
export { default as TableOfContentsIcon } from './icons/table-of-contents';
|
|
2346
|
+
export { default as LucideTableOfContents } from './icons/table-of-contents';
|
|
2337
2347
|
export { default as TablePropertiesIcon } from './icons/table-properties';
|
|
2338
2348
|
export { default as LucideTableProperties } from './icons/table-properties';
|
|
2339
2349
|
export { default as TableRowsSplitIcon } from './icons/table-rows-split';
|
|
@@ -2412,6 +2422,8 @@ export { default as TicketXIcon } from './icons/ticket-x';
|
|
|
2412
2422
|
export { default as LucideTicketX } from './icons/ticket-x';
|
|
2413
2423
|
export { default as TicketIcon } from './icons/ticket';
|
|
2414
2424
|
export { default as LucideTicket } from './icons/ticket';
|
|
2425
|
+
export { default as TicketsIcon } from './icons/tickets';
|
|
2426
|
+
export { default as LucideTickets } from './icons/tickets';
|
|
2415
2427
|
export { default as TimerOffIcon } from './icons/timer-off';
|
|
2416
2428
|
export { default as LucideTimerOff } from './icons/timer-off';
|
|
2417
2429
|
export { default as TimerResetIcon } from './icons/timer-reset';
|