lucide-angular 0.413.0 → 0.415.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.
Files changed (169) hide show
  1. package/aliases.d.ts +225 -43
  2. package/esm2020/aliases.mjs +256 -64
  3. package/esm2020/icons/chart-area.mjs +23 -0
  4. package/esm2020/icons/chart-bar-big.mjs +18 -0
  5. package/esm2020/icons/chart-bar-decreasing.mjs +19 -0
  6. package/esm2020/icons/chart-bar-increasing.mjs +19 -0
  7. package/esm2020/icons/chart-bar-stacked.mjs +20 -0
  8. package/esm2020/icons/chart-bar.mjs +19 -0
  9. package/esm2020/icons/chart-candlestick.mjs +22 -0
  10. package/esm2020/icons/chart-column-big.mjs +18 -0
  11. package/esm2020/icons/chart-column-decreasing.mjs +19 -0
  12. package/esm2020/icons/chart-column-increasing.mjs +19 -0
  13. package/esm2020/icons/chart-column-stacked.mjs +20 -0
  14. package/esm2020/icons/chart-column.mjs +19 -0
  15. package/esm2020/icons/chart-line.mjs +17 -0
  16. package/esm2020/icons/chart-network.mjs +22 -0
  17. package/esm2020/icons/chart-no-axes-column-decreasing.mjs +18 -0
  18. package/esm2020/icons/chart-no-axes-column-increasing.mjs +18 -0
  19. package/esm2020/icons/chart-no-axes-column.mjs +18 -0
  20. package/esm2020/icons/chart-no-axes-combined.mjs +24 -0
  21. package/esm2020/icons/chart-no-axes-gantt.mjs +18 -0
  22. package/esm2020/icons/chart-pie.mjs +23 -0
  23. package/esm2020/icons/chart-scatter.mjs +21 -0
  24. package/esm2020/icons/chart-spline.mjs +17 -0
  25. package/esm2020/icons/file-chart-column-increasing.mjs +20 -0
  26. package/esm2020/icons/file-chart-column.mjs +20 -0
  27. package/esm2020/icons/{file-line-chart.mjs → file-chart-line.mjs} +5 -5
  28. package/esm2020/icons/{file-pie-chart.mjs → file-chart-pie.mjs} +12 -6
  29. package/esm2020/icons/lucide-icons.mjs +29 -19
  30. package/esm2020/icons/{square-gantt-chart.mjs → square-chart-gantt.mjs} +5 -5
  31. package/esm2020/icons/square-square.mjs +17 -0
  32. package/esm2020/src/icons/aliases.mjs +256 -64
  33. package/esm2020/src/icons/icons/chart-area.mjs +23 -0
  34. package/esm2020/src/icons/icons/chart-bar-big.mjs +18 -0
  35. package/esm2020/src/icons/icons/chart-bar-decreasing.mjs +19 -0
  36. package/esm2020/src/icons/icons/chart-bar-increasing.mjs +19 -0
  37. package/esm2020/src/icons/icons/chart-bar-stacked.mjs +20 -0
  38. package/esm2020/src/icons/icons/chart-bar.mjs +19 -0
  39. package/esm2020/src/icons/icons/chart-candlestick.mjs +22 -0
  40. package/esm2020/src/icons/icons/chart-column-big.mjs +18 -0
  41. package/esm2020/src/icons/icons/chart-column-decreasing.mjs +19 -0
  42. package/esm2020/src/icons/icons/chart-column-increasing.mjs +19 -0
  43. package/esm2020/src/icons/icons/chart-column-stacked.mjs +20 -0
  44. package/esm2020/src/icons/icons/chart-column.mjs +19 -0
  45. package/esm2020/src/icons/icons/chart-line.mjs +17 -0
  46. package/esm2020/src/icons/icons/chart-network.mjs +22 -0
  47. package/esm2020/src/icons/icons/chart-no-axes-column-decreasing.mjs +18 -0
  48. package/esm2020/src/icons/icons/chart-no-axes-column-increasing.mjs +18 -0
  49. package/esm2020/src/icons/icons/chart-no-axes-column.mjs +18 -0
  50. package/esm2020/src/icons/icons/chart-no-axes-combined.mjs +24 -0
  51. package/esm2020/src/icons/icons/chart-no-axes-gantt.mjs +18 -0
  52. package/esm2020/src/icons/icons/chart-pie.mjs +23 -0
  53. package/esm2020/src/icons/icons/chart-scatter.mjs +21 -0
  54. package/esm2020/src/icons/icons/chart-spline.mjs +17 -0
  55. package/esm2020/src/icons/icons/file-chart-column-increasing.mjs +20 -0
  56. package/esm2020/src/icons/icons/file-chart-column.mjs +20 -0
  57. package/esm2020/src/icons/icons/{file-line-chart.mjs → file-chart-line.mjs} +5 -5
  58. package/esm2020/src/icons/icons/{file-pie-chart.mjs → file-chart-pie.mjs} +12 -6
  59. package/esm2020/src/icons/icons/lucide-icons.mjs +29 -19
  60. package/esm2020/src/icons/icons/{square-gantt-chart.mjs → square-chart-gantt.mjs} +5 -5
  61. package/esm2020/src/icons/icons/square-square.mjs +17 -0
  62. package/fesm2015/lucide-angular-src-icons.mjs +590 -377
  63. package/fesm2015/lucide-angular-src-icons.mjs.map +1 -1
  64. package/fesm2015/lucide-angular.mjs +590 -377
  65. package/fesm2015/lucide-angular.mjs.map +1 -1
  66. package/fesm2020/lucide-angular-src-icons.mjs +590 -377
  67. package/fesm2020/lucide-angular-src-icons.mjs.map +1 -1
  68. package/fesm2020/lucide-angular.mjs +590 -377
  69. package/fesm2020/lucide-angular.mjs.map +1 -1
  70. package/icons/chart-area.d.ts +14 -0
  71. package/icons/chart-bar-big.d.ts +14 -0
  72. package/icons/{bar-chart-big.d.ts → chart-bar-decreasing.d.ts} +4 -4
  73. package/icons/chart-bar-increasing.d.ts +14 -0
  74. package/icons/chart-bar-stacked.d.ts +14 -0
  75. package/icons/{bar-chart-3.d.ts → chart-bar.d.ts} +4 -4
  76. package/icons/{candlestick-chart.d.ts → chart-candlestick.d.ts} +4 -4
  77. package/icons/chart-column-big.d.ts +14 -0
  78. package/icons/chart-column-decreasing.d.ts +14 -0
  79. package/icons/chart-column-increasing.d.ts +14 -0
  80. package/icons/chart-column-stacked.d.ts +14 -0
  81. package/icons/chart-column.d.ts +14 -0
  82. package/icons/{area-chart.d.ts → chart-line.d.ts} +4 -4
  83. package/icons/chart-network.d.ts +14 -0
  84. package/icons/{bar-chart-horizontal.d.ts → chart-no-axes-column-decreasing.d.ts} +4 -4
  85. package/icons/{bar-chart.d.ts → chart-no-axes-column-increasing.d.ts} +4 -4
  86. package/icons/{bar-chart-2.d.ts → chart-no-axes-column.d.ts} +4 -4
  87. package/icons/chart-no-axes-combined.d.ts +14 -0
  88. package/{src/icons/icons/gantt-chart.d.ts → icons/chart-no-axes-gantt.d.ts} +4 -4
  89. package/icons/chart-pie.d.ts +14 -0
  90. package/icons/{scatter-chart.d.ts → chart-scatter.d.ts} +4 -4
  91. package/icons/chart-spline.d.ts +14 -0
  92. package/{src/icons/icons/file-bar-chart.d.ts → icons/file-chart-column-increasing.d.ts} +4 -4
  93. package/icons/{file-bar-chart-2.d.ts → file-chart-column.d.ts} +4 -4
  94. package/icons/{file-line-chart.d.ts → file-chart-line.d.ts} +4 -4
  95. package/icons/{file-pie-chart.d.ts → file-chart-pie.d.ts} +4 -4
  96. package/icons/lucide-icons.d.ts +28 -18
  97. package/icons/{square-gantt-chart.d.ts → square-chart-gantt.d.ts} +4 -4
  98. package/icons/square-square.d.ts +14 -0
  99. package/package.json +1 -1
  100. package/src/icons/aliases.d.ts +225 -43
  101. package/src/icons/icons/chart-area.d.ts +14 -0
  102. package/src/icons/icons/chart-bar-big.d.ts +14 -0
  103. package/src/icons/icons/chart-bar-decreasing.d.ts +14 -0
  104. package/src/icons/icons/chart-bar-increasing.d.ts +14 -0
  105. package/src/icons/icons/chart-bar-stacked.d.ts +14 -0
  106. package/{icons/bar-chart-4.d.ts → src/icons/icons/chart-bar.d.ts} +4 -4
  107. package/src/icons/icons/{candlestick-chart.d.ts → chart-candlestick.d.ts} +4 -4
  108. package/src/icons/icons/chart-column-big.d.ts +14 -0
  109. package/src/icons/icons/chart-column-decreasing.d.ts +14 -0
  110. package/src/icons/icons/chart-column-increasing.d.ts +14 -0
  111. package/src/icons/icons/chart-column-stacked.d.ts +14 -0
  112. package/src/icons/icons/chart-column.d.ts +14 -0
  113. package/{icons/line-chart.d.ts → src/icons/icons/chart-line.d.ts} +4 -4
  114. package/src/icons/icons/chart-network.d.ts +14 -0
  115. package/src/icons/icons/chart-no-axes-column-decreasing.d.ts +14 -0
  116. package/src/icons/icons/{bar-chart.d.ts → chart-no-axes-column-increasing.d.ts} +4 -4
  117. package/src/icons/icons/{bar-chart-2.d.ts → chart-no-axes-column.d.ts} +4 -4
  118. package/src/icons/icons/chart-no-axes-combined.d.ts +14 -0
  119. package/{icons/gantt-chart.d.ts → src/icons/icons/chart-no-axes-gantt.d.ts} +4 -4
  120. package/src/icons/icons/chart-pie.d.ts +14 -0
  121. package/src/icons/icons/{scatter-chart.d.ts → chart-scatter.d.ts} +4 -4
  122. package/src/icons/icons/chart-spline.d.ts +14 -0
  123. package/{icons/file-bar-chart.d.ts → src/icons/icons/file-chart-column-increasing.d.ts} +4 -4
  124. package/src/icons/icons/{file-bar-chart-2.d.ts → file-chart-column.d.ts} +4 -4
  125. package/src/icons/icons/{file-line-chart.d.ts → file-chart-line.d.ts} +4 -4
  126. package/src/icons/icons/{file-pie-chart.d.ts → file-chart-pie.d.ts} +4 -4
  127. package/src/icons/icons/lucide-icons.d.ts +28 -18
  128. package/src/icons/icons/{square-gantt-chart.d.ts → square-chart-gantt.d.ts} +4 -4
  129. package/src/icons/icons/square-square.d.ts +14 -0
  130. package/esm2020/icons/area-chart.mjs +0 -17
  131. package/esm2020/icons/bar-chart-2.mjs +0 -18
  132. package/esm2020/icons/bar-chart-3.mjs +0 -19
  133. package/esm2020/icons/bar-chart-4.mjs +0 -19
  134. package/esm2020/icons/bar-chart-big.mjs +0 -18
  135. package/esm2020/icons/bar-chart-horizontal-big.mjs +0 -18
  136. package/esm2020/icons/bar-chart-horizontal.mjs +0 -19
  137. package/esm2020/icons/bar-chart.mjs +0 -18
  138. package/esm2020/icons/candlestick-chart.mjs +0 -22
  139. package/esm2020/icons/file-bar-chart-2.mjs +0 -20
  140. package/esm2020/icons/file-bar-chart.mjs +0 -20
  141. package/esm2020/icons/gantt-chart.mjs +0 -18
  142. package/esm2020/icons/line-chart.mjs +0 -17
  143. package/esm2020/icons/pie-chart.mjs +0 -17
  144. package/esm2020/icons/scatter-chart.mjs +0 -21
  145. package/esm2020/src/icons/icons/area-chart.mjs +0 -17
  146. package/esm2020/src/icons/icons/bar-chart-2.mjs +0 -18
  147. package/esm2020/src/icons/icons/bar-chart-3.mjs +0 -19
  148. package/esm2020/src/icons/icons/bar-chart-4.mjs +0 -19
  149. package/esm2020/src/icons/icons/bar-chart-big.mjs +0 -18
  150. package/esm2020/src/icons/icons/bar-chart-horizontal-big.mjs +0 -18
  151. package/esm2020/src/icons/icons/bar-chart-horizontal.mjs +0 -19
  152. package/esm2020/src/icons/icons/bar-chart.mjs +0 -18
  153. package/esm2020/src/icons/icons/candlestick-chart.mjs +0 -22
  154. package/esm2020/src/icons/icons/file-bar-chart-2.mjs +0 -20
  155. package/esm2020/src/icons/icons/file-bar-chart.mjs +0 -20
  156. package/esm2020/src/icons/icons/gantt-chart.mjs +0 -18
  157. package/esm2020/src/icons/icons/line-chart.mjs +0 -17
  158. package/esm2020/src/icons/icons/pie-chart.mjs +0 -17
  159. package/esm2020/src/icons/icons/scatter-chart.mjs +0 -21
  160. package/icons/bar-chart-horizontal-big.d.ts +0 -14
  161. package/icons/pie-chart.d.ts +0 -14
  162. package/src/icons/icons/area-chart.d.ts +0 -14
  163. package/src/icons/icons/bar-chart-3.d.ts +0 -14
  164. package/src/icons/icons/bar-chart-4.d.ts +0 -14
  165. package/src/icons/icons/bar-chart-big.d.ts +0 -14
  166. package/src/icons/icons/bar-chart-horizontal-big.d.ts +0 -14
  167. package/src/icons/icons/bar-chart-horizontal.d.ts +0 -14
  168. package/src/icons/icons/line-chart.d.ts +0 -14
  169. package/src/icons/icons/pie-chart.d.ts +0 -14
@@ -53,7 +53,6 @@ export { default as Apple } from './apple';
53
53
  export { default as ArchiveRestore } from './archive-restore';
54
54
  export { default as ArchiveX } from './archive-x';
55
55
  export { default as Archive } from './archive';
56
- export { default as AreaChart } from './area-chart';
57
56
  export { default as Armchair } from './armchair';
58
57
  export { default as ArrowBigDownDash } from './arrow-big-down-dash';
59
58
  export { default as ArrowBigDown } from './arrow-big-down';
@@ -129,13 +128,6 @@ export { default as BaggageClaim } from './baggage-claim';
129
128
  export { default as Ban } from './ban';
130
129
  export { default as Banana } from './banana';
131
130
  export { default as Banknote } from './banknote';
132
- export { default as BarChart2 } from './bar-chart-2';
133
- export { default as BarChart3 } from './bar-chart-3';
134
- export { default as BarChart4 } from './bar-chart-4';
135
- export { default as BarChartBig } from './bar-chart-big';
136
- export { default as BarChartHorizontalBig } from './bar-chart-horizontal-big';
137
- export { default as BarChartHorizontal } from './bar-chart-horizontal';
138
- export { default as BarChart } from './bar-chart';
139
131
  export { default as Barcode } from './barcode';
140
132
  export { default as Baseline } from './baseline';
141
133
  export { default as Bath } from './bath';
@@ -262,7 +254,6 @@ export { default as CalendarX } from './calendar-x';
262
254
  export { default as Calendar } from './calendar';
263
255
  export { default as CameraOff } from './camera-off';
264
256
  export { default as Camera } from './camera';
265
- export { default as CandlestickChart } from './candlestick-chart';
266
257
  export { default as CandyCane } from './candy-cane';
267
258
  export { default as CandyOff } from './candy-off';
268
259
  export { default as Candy } from './candy';
@@ -282,6 +273,28 @@ export { default as Cast } from './cast';
282
273
  export { default as Castle } from './castle';
283
274
  export { default as Cat } from './cat';
284
275
  export { default as Cctv } from './cctv';
276
+ export { default as ChartArea } from './chart-area';
277
+ export { default as ChartBarBig } from './chart-bar-big';
278
+ export { default as ChartBarDecreasing } from './chart-bar-decreasing';
279
+ export { default as ChartBarIncreasing } from './chart-bar-increasing';
280
+ export { default as ChartBarStacked } from './chart-bar-stacked';
281
+ export { default as ChartBar } from './chart-bar';
282
+ export { default as ChartCandlestick } from './chart-candlestick';
283
+ export { default as ChartColumnBig } from './chart-column-big';
284
+ export { default as ChartColumnDecreasing } from './chart-column-decreasing';
285
+ export { default as ChartColumnIncreasing } from './chart-column-increasing';
286
+ export { default as ChartColumnStacked } from './chart-column-stacked';
287
+ export { default as ChartColumn } from './chart-column';
288
+ export { default as ChartLine } from './chart-line';
289
+ export { default as ChartNetwork } from './chart-network';
290
+ export { default as ChartNoAxesColumnDecreasing } from './chart-no-axes-column-decreasing';
291
+ export { default as ChartNoAxesColumnIncreasing } from './chart-no-axes-column-increasing';
292
+ export { default as ChartNoAxesColumn } from './chart-no-axes-column';
293
+ export { default as ChartNoAxesCombined } from './chart-no-axes-combined';
294
+ export { default as ChartNoAxesGantt } from './chart-no-axes-gantt';
295
+ export { default as ChartPie } from './chart-pie';
296
+ export { default as ChartScatter } from './chart-scatter';
297
+ export { default as ChartSpline } from './chart-spline';
285
298
  export { default as CheckCheck } from './check-check';
286
299
  export { default as Check } from './check';
287
300
  export { default as ChefHat } from './chef-hat';
@@ -520,9 +533,11 @@ export { default as FileAudio } from './file-audio';
520
533
  export { default as FileAxis3d } from './file-axis-3d';
521
534
  export { default as FileBadge2 } from './file-badge-2';
522
535
  export { default as FileBadge } from './file-badge';
523
- export { default as FileBarChart2 } from './file-bar-chart-2';
524
- export { default as FileBarChart } from './file-bar-chart';
525
536
  export { default as FileBox } from './file-box';
537
+ export { default as FileChartColumnIncreasing } from './file-chart-column-increasing';
538
+ export { default as FileChartColumn } from './file-chart-column';
539
+ export { default as FileChartLine } from './file-chart-line';
540
+ export { default as FileChartPie } from './file-chart-pie';
526
541
  export { default as FileCheck2 } from './file-check-2';
527
542
  export { default as FileCheck } from './file-check';
528
543
  export { default as FileClock } from './file-clock';
@@ -539,7 +554,6 @@ export { default as FileJson2 } from './file-json-2';
539
554
  export { default as FileJson } from './file-json';
540
555
  export { default as FileKey2 } from './file-key-2';
541
556
  export { default as FileKey } from './file-key';
542
- export { default as FileLineChart } from './file-line-chart';
543
557
  export { default as FileLock2 } from './file-lock-2';
544
558
  export { default as FileLock } from './file-lock';
545
559
  export { default as FileMinus2 } from './file-minus-2';
@@ -548,7 +562,6 @@ export { default as FileMusic } from './file-music';
548
562
  export { default as FileOutput } from './file-output';
549
563
  export { default as FilePenLine } from './file-pen-line';
550
564
  export { default as FilePen } from './file-pen';
551
- export { default as FilePieChart } from './file-pie-chart';
552
565
  export { default as FilePlus2 } from './file-plus-2';
553
566
  export { default as FilePlus } from './file-plus';
554
567
  export { default as FileQuestion } from './file-question';
@@ -647,7 +660,6 @@ export { default as GalleryVerticalEnd } from './gallery-vertical-end';
647
660
  export { default as GalleryVertical } from './gallery-vertical';
648
661
  export { default as Gamepad2 } from './gamepad-2';
649
662
  export { default as Gamepad } from './gamepad';
650
- export { default as GanttChart } from './gantt-chart';
651
663
  export { default as Gauge } from './gauge';
652
664
  export { default as Gavel } from './gavel';
653
665
  export { default as Gem } from './gem';
@@ -793,7 +805,6 @@ export { default as LifeBuoy } from './life-buoy';
793
805
  export { default as Ligature } from './ligature';
794
806
  export { default as LightbulbOff } from './lightbulb-off';
795
807
  export { default as Lightbulb } from './lightbulb';
796
- export { default as LineChart } from './line-chart';
797
808
  export { default as Link2Off } from './link-2-off';
798
809
  export { default as Link2 } from './link-2';
799
810
  export { default as Link } from './link';
@@ -1019,7 +1030,6 @@ export { default as Piano } from './piano';
1019
1030
  export { default as Pickaxe } from './pickaxe';
1020
1031
  export { default as PictureInPicture2 } from './picture-in-picture-2';
1021
1032
  export { default as PictureInPicture } from './picture-in-picture';
1022
- export { default as PieChart } from './pie-chart';
1023
1033
  export { default as PiggyBank } from './piggy-bank';
1024
1034
  export { default as PilcrowLeft } from './pilcrow-left';
1025
1035
  export { default as PilcrowRight } from './pilcrow-right';
@@ -1137,7 +1147,6 @@ export { default as ScanQrCode } from './scan-qr-code';
1137
1147
  export { default as ScanSearch } from './scan-search';
1138
1148
  export { default as ScanText } from './scan-text';
1139
1149
  export { default as Scan } from './scan';
1140
- export { default as ScatterChart } from './scatter-chart';
1141
1150
  export { default as School } from './school';
1142
1151
  export { default as ScissorsLineDashed } from './scissors-line-dashed';
1143
1152
  export { default as Scissors } from './scissors';
@@ -1243,6 +1252,7 @@ export { default as SquareArrowUpRight } from './square-arrow-up-right';
1243
1252
  export { default as SquareArrowUp } from './square-arrow-up';
1244
1253
  export { default as SquareAsterisk } from './square-asterisk';
1245
1254
  export { default as SquareBottomDashedScissors } from './square-bottom-dashed-scissors';
1255
+ export { default as SquareChartGantt } from './square-chart-gantt';
1246
1256
  export { default as SquareCheckBig } from './square-check-big';
1247
1257
  export { default as SquareCheck } from './square-check';
1248
1258
  export { default as SquareChevronDown } from './square-chevron-down';
@@ -1258,7 +1268,6 @@ export { default as SquareDivide } from './square-divide';
1258
1268
  export { default as SquareDot } from './square-dot';
1259
1269
  export { default as SquareEqual } from './square-equal';
1260
1270
  export { default as SquareFunction } from './square-function';
1261
- export { default as SquareGanttChart } from './square-gantt-chart';
1262
1271
  export { default as SquareKanban } from './square-kanban';
1263
1272
  export { default as SquareLibrary } from './square-library';
1264
1273
  export { default as SquareM } from './square-m';
@@ -1280,6 +1289,7 @@ export { default as SquareSigma } from './square-sigma';
1280
1289
  export { default as SquareSlash } from './square-slash';
1281
1290
  export { default as SquareSplitHorizontal } from './square-split-horizontal';
1282
1291
  export { default as SquareSplitVertical } from './square-split-vertical';
1292
+ export { default as SquareSquare } from './square-square';
1283
1293
  export { default as SquareStack } from './square-stack';
1284
1294
  export { default as SquareTerminal } from './square-terminal';
1285
1295
  export { default as SquareUserRound } from './square-user-round';
@@ -1,14 +1,14 @@
1
1
  import { LucideIconData } from './types';
2
2
  /**
3
- * @component @name SquareGanttChart
3
+ * @component @name SquareChartGantt
4
4
  * @description Lucide SVG icon component, renders SVG Element with children.
5
5
  *
6
- * @preview ![img](data:image/svg+xml;base64,PHN2ZyAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogIHdpZHRoPSIyNCIKICBoZWlnaHQ9IjI0IgogIHZpZXdCb3g9IjAgMCAyNCAyNCIKICBmaWxsPSJub25lIgogIHN0cm9rZT0iIzAwMCIgc3R5bGU9ImJhY2tncm91bmQtY29sb3I6ICNmZmY7IGJvcmRlci1yYWRpdXM6IDJweCIKICBzdHJva2Utd2lkdGg9IjIiCiAgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIgogIHN0cm9rZS1saW5lam9pbj0icm91bmQiCj4KICA8cmVjdCB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHg9IjMiIHk9IjMiIHJ4PSIyIiAvPgogIDxwYXRoIGQ9Ik05IDhoNyIgLz4KICA8cGF0aCBkPSJNOCAxMmg2IiAvPgogIDxwYXRoIGQ9Ik0xMSAxNmg1IiAvPgo8L3N2Zz4K) - https://lucide.dev/icons/square-gantt-chart
6
+ * @preview ![img](data:image/svg+xml;base64,PHN2ZyAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogIHdpZHRoPSIyNCIKICBoZWlnaHQ9IjI0IgogIHZpZXdCb3g9IjAgMCAyNCAyNCIKICBmaWxsPSJub25lIgogIHN0cm9rZT0iIzAwMCIgc3R5bGU9ImJhY2tncm91bmQtY29sb3I6ICNmZmY7IGJvcmRlci1yYWRpdXM6IDJweCIKICBzdHJva2Utd2lkdGg9IjIiCiAgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIgogIHN0cm9rZS1saW5lam9pbj0icm91bmQiCj4KICA8cmVjdCB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHg9IjMiIHk9IjMiIHJ4PSIyIiAvPgogIDxwYXRoIGQ9Ik05IDhoNyIgLz4KICA8cGF0aCBkPSJNOCAxMmg2IiAvPgogIDxwYXRoIGQ9Ik0xMSAxNmg1IiAvPgo8L3N2Zz4K) - https://lucide.dev/icons/square-chart-gantt
7
7
  * @see https://lucide.dev/guide/packages/lucide-vue-next - Documentation
8
8
  *
9
9
  * @param {Object} props - Lucide icons props and any valid SVG attribute
10
10
  * @returns {FunctionalComponent} Vue component
11
11
  *
12
12
  */
13
- declare const SquareGanttChart: LucideIconData;
14
- export default SquareGanttChart;
13
+ declare const SquareChartGantt: LucideIconData;
14
+ export default SquareChartGantt;
@@ -0,0 +1,14 @@
1
+ import { LucideIconData } from './types';
2
+ /**
3
+ * @component @name SquareSquare
4
+ * @description Lucide SVG icon component, renders SVG Element with children.
5
+ *
6
+ * @preview ![img](data:image/svg+xml;base64,PHN2ZyAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogIHdpZHRoPSIyNCIKICBoZWlnaHQ9IjI0IgogIHZpZXdCb3g9IjAgMCAyNCAyNCIKICBmaWxsPSJub25lIgogIHN0cm9rZT0iIzAwMCIgc3R5bGU9ImJhY2tncm91bmQtY29sb3I6ICNmZmY7IGJvcmRlci1yYWRpdXM6IDJweCIKICBzdHJva2Utd2lkdGg9IjIiCiAgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIgogIHN0cm9rZS1saW5lam9pbj0icm91bmQiCj4KICA8cmVjdCB4PSIzIiB5PSIzIiB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHJ4PSIyIiAvPgogIDxyZWN0IHg9IjgiIHk9IjgiIHdpZHRoPSI4IiBoZWlnaHQ9IjgiIHJ4PSIxIiAvPgo8L3N2Zz4K) - https://lucide.dev/icons/square-square
7
+ * @see https://lucide.dev/guide/packages/lucide-vue-next - Documentation
8
+ *
9
+ * @param {Object} props - Lucide icons props and any valid SVG attribute
10
+ * @returns {FunctionalComponent} Vue component
11
+ *
12
+ */
13
+ declare const SquareSquare: LucideIconData;
14
+ export default SquareSquare;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "lucide-angular",
3
3
  "description": "A Lucide icon library package for Angular applications",
4
- "version": "0.413.0",
4
+ "version": "0.415.0",
5
5
  "author": "SMAH1",
6
6
  "license": "ISC",
7
7
  "homepage": "https://lucide.dev",
@@ -102,8 +102,6 @@ export { default as ArchiveXIcon } from './icons/archive-x';
102
102
  export { default as LucideArchiveX } from './icons/archive-x';
103
103
  export { default as ArchiveIcon } from './icons/archive';
104
104
  export { default as LucideArchive } from './icons/archive';
105
- export { default as AreaChartIcon } from './icons/area-chart';
106
- export { default as LucideAreaChart } from './icons/area-chart';
107
105
  export { default as ArmchairIcon } from './icons/armchair';
108
106
  export { default as LucideArmchair } from './icons/armchair';
109
107
  export { default as ArrowBigDownDashIcon } from './icons/arrow-big-down-dash';
@@ -230,20 +228,6 @@ export { default as BananaIcon } from './icons/banana';
230
228
  export { default as LucideBanana } from './icons/banana';
231
229
  export { default as BanknoteIcon } from './icons/banknote';
232
230
  export { default as LucideBanknote } from './icons/banknote';
233
- export { default as BarChart2Icon } from './icons/bar-chart-2';
234
- export { default as LucideBarChart2 } from './icons/bar-chart-2';
235
- export { default as BarChart3Icon } from './icons/bar-chart-3';
236
- export { default as LucideBarChart3 } from './icons/bar-chart-3';
237
- export { default as BarChart4Icon } from './icons/bar-chart-4';
238
- export { default as LucideBarChart4 } from './icons/bar-chart-4';
239
- export { default as BarChartBigIcon } from './icons/bar-chart-big';
240
- export { default as LucideBarChartBig } from './icons/bar-chart-big';
241
- export { default as BarChartHorizontalBigIcon } from './icons/bar-chart-horizontal-big';
242
- export { default as LucideBarChartHorizontalBig } from './icons/bar-chart-horizontal-big';
243
- export { default as BarChartHorizontalIcon } from './icons/bar-chart-horizontal';
244
- export { default as LucideBarChartHorizontal } from './icons/bar-chart-horizontal';
245
- export { default as BarChartIcon } from './icons/bar-chart';
246
- export { default as LucideBarChart } from './icons/bar-chart';
247
231
  export { default as BarcodeIcon } from './icons/barcode';
248
232
  export { default as LucideBarcode } from './icons/barcode';
249
233
  export { default as BaselineIcon } from './icons/baseline';
@@ -488,8 +472,6 @@ export { default as CameraOffIcon } from './icons/camera-off';
488
472
  export { default as LucideCameraOff } from './icons/camera-off';
489
473
  export { default as CameraIcon } from './icons/camera';
490
474
  export { default as LucideCamera } from './icons/camera';
491
- export { default as CandlestickChartIcon } from './icons/candlestick-chart';
492
- export { default as LucideCandlestickChart } from './icons/candlestick-chart';
493
475
  export { default as CandyCaneIcon } from './icons/candy-cane';
494
476
  export { default as LucideCandyCane } from './icons/candy-cane';
495
477
  export { default as CandyOffIcon } from './icons/candy-off';
@@ -526,6 +508,24 @@ export { default as CatIcon } from './icons/cat';
526
508
  export { default as LucideCat } from './icons/cat';
527
509
  export { default as CctvIcon } from './icons/cctv';
528
510
  export { default as LucideCctv } from './icons/cctv';
511
+ export { default as ChartBarDecreasingIcon } from './icons/chart-bar-decreasing';
512
+ export { default as LucideChartBarDecreasing } from './icons/chart-bar-decreasing';
513
+ export { default as ChartBarIncreasingIcon } from './icons/chart-bar-increasing';
514
+ export { default as LucideChartBarIncreasing } from './icons/chart-bar-increasing';
515
+ export { default as ChartBarStackedIcon } from './icons/chart-bar-stacked';
516
+ export { default as LucideChartBarStacked } from './icons/chart-bar-stacked';
517
+ export { default as ChartColumnDecreasingIcon } from './icons/chart-column-decreasing';
518
+ export { default as LucideChartColumnDecreasing } from './icons/chart-column-decreasing';
519
+ export { default as ChartColumnStackedIcon } from './icons/chart-column-stacked';
520
+ export { default as LucideChartColumnStacked } from './icons/chart-column-stacked';
521
+ export { default as ChartNetworkIcon } from './icons/chart-network';
522
+ export { default as LucideChartNetwork } from './icons/chart-network';
523
+ export { default as ChartNoAxesColumnDecreasingIcon } from './icons/chart-no-axes-column-decreasing';
524
+ export { default as LucideChartNoAxesColumnDecreasing } from './icons/chart-no-axes-column-decreasing';
525
+ export { default as ChartNoAxesCombinedIcon } from './icons/chart-no-axes-combined';
526
+ export { default as LucideChartNoAxesCombined } from './icons/chart-no-axes-combined';
527
+ export { default as ChartSplineIcon } from './icons/chart-spline';
528
+ export { default as LucideChartSpline } from './icons/chart-spline';
529
529
  export { default as CheckCheckIcon } from './icons/check-check';
530
530
  export { default as LucideCheckCheck } from './icons/check-check';
531
531
  export { default as CheckIcon } from './icons/check';
@@ -914,10 +914,6 @@ export { default as FileBadge2Icon } from './icons/file-badge-2';
914
914
  export { default as LucideFileBadge2 } from './icons/file-badge-2';
915
915
  export { default as FileBadgeIcon } from './icons/file-badge';
916
916
  export { default as LucideFileBadge } from './icons/file-badge';
917
- export { default as FileBarChart2Icon } from './icons/file-bar-chart-2';
918
- export { default as LucideFileBarChart2 } from './icons/file-bar-chart-2';
919
- export { default as FileBarChartIcon } from './icons/file-bar-chart';
920
- export { default as LucideFileBarChart } from './icons/file-bar-chart';
921
917
  export { default as FileBoxIcon } from './icons/file-box';
922
918
  export { default as LucideFileBox } from './icons/file-box';
923
919
  export { default as FileCheck2Icon } from './icons/file-check-2';
@@ -950,8 +946,6 @@ export { default as FileKey2Icon } from './icons/file-key-2';
950
946
  export { default as LucideFileKey2 } from './icons/file-key-2';
951
947
  export { default as FileKeyIcon } from './icons/file-key';
952
948
  export { default as LucideFileKey } from './icons/file-key';
953
- export { default as FileLineChartIcon } from './icons/file-line-chart';
954
- export { default as LucideFileLineChart } from './icons/file-line-chart';
955
949
  export { default as FileLock2Icon } from './icons/file-lock-2';
956
950
  export { default as LucideFileLock2 } from './icons/file-lock-2';
957
951
  export { default as FileLockIcon } from './icons/file-lock';
@@ -964,8 +958,6 @@ export { default as FileMusicIcon } from './icons/file-music';
964
958
  export { default as LucideFileMusic } from './icons/file-music';
965
959
  export { default as FileOutputIcon } from './icons/file-output';
966
960
  export { default as LucideFileOutput } from './icons/file-output';
967
- export { default as FilePieChartIcon } from './icons/file-pie-chart';
968
- export { default as LucideFilePieChart } from './icons/file-pie-chart';
969
961
  export { default as FilePlus2Icon } from './icons/file-plus-2';
970
962
  export { default as LucideFilePlus2 } from './icons/file-plus-2';
971
963
  export { default as FilePlusIcon } from './icons/file-plus';
@@ -1158,8 +1150,6 @@ export { default as Gamepad2Icon } from './icons/gamepad-2';
1158
1150
  export { default as LucideGamepad2 } from './icons/gamepad-2';
1159
1151
  export { default as GamepadIcon } from './icons/gamepad';
1160
1152
  export { default as LucideGamepad } from './icons/gamepad';
1161
- export { default as GanttChartIcon } from './icons/gantt-chart';
1162
- export { default as LucideGanttChart } from './icons/gantt-chart';
1163
1153
  export { default as GaugeIcon } from './icons/gauge';
1164
1154
  export { default as LucideGauge } from './icons/gauge';
1165
1155
  export { default as GavelIcon } from './icons/gavel';
@@ -1430,8 +1420,6 @@ export { default as LightbulbOffIcon } from './icons/lightbulb-off';
1430
1420
  export { default as LucideLightbulbOff } from './icons/lightbulb-off';
1431
1421
  export { default as LightbulbIcon } from './icons/lightbulb';
1432
1422
  export { default as LucideLightbulb } from './icons/lightbulb';
1433
- export { default as LineChartIcon } from './icons/line-chart';
1434
- export { default as LucideLineChart } from './icons/line-chart';
1435
1423
  export { default as Link2OffIcon } from './icons/link-2-off';
1436
1424
  export { default as LucideLink2Off } from './icons/link-2-off';
1437
1425
  export { default as Link2Icon } from './icons/link-2';
@@ -1844,8 +1832,6 @@ export { default as PictureInPicture2Icon } from './icons/picture-in-picture-2';
1844
1832
  export { default as LucidePictureInPicture2 } from './icons/picture-in-picture-2';
1845
1833
  export { default as PictureInPictureIcon } from './icons/picture-in-picture';
1846
1834
  export { default as LucidePictureInPicture } from './icons/picture-in-picture';
1847
- export { default as PieChartIcon } from './icons/pie-chart';
1848
- export { default as LucidePieChart } from './icons/pie-chart';
1849
1835
  export { default as PiggyBankIcon } from './icons/piggy-bank';
1850
1836
  export { default as LucidePiggyBank } from './icons/piggy-bank';
1851
1837
  export { default as PilcrowLeftIcon } from './icons/pilcrow-left';
@@ -2068,8 +2054,6 @@ export { default as ScanTextIcon } from './icons/scan-text';
2068
2054
  export { default as LucideScanText } from './icons/scan-text';
2069
2055
  export { default as ScanIcon } from './icons/scan';
2070
2056
  export { default as LucideScan } from './icons/scan';
2071
- export { default as ScatterChartIcon } from './icons/scatter-chart';
2072
- export { default as LucideScatterChart } from './icons/scatter-chart';
2073
2057
  export { default as SchoolIcon } from './icons/school';
2074
2058
  export { default as LucideSchool } from './icons/school';
2075
2059
  export { default as ScissorsLineDashedIcon } from './icons/scissors-line-dashed';
@@ -2248,6 +2232,8 @@ export { default as SquareDashedBottomIcon } from './icons/square-dashed-bottom'
2248
2232
  export { default as LucideSquareDashedBottom } from './icons/square-dashed-bottom';
2249
2233
  export { default as SquareRadicalIcon } from './icons/square-radical';
2250
2234
  export { default as LucideSquareRadical } from './icons/square-radical';
2235
+ export { default as SquareSquareIcon } from './icons/square-square';
2236
+ export { default as LucideSquareSquare } from './icons/square-square';
2251
2237
  export { default as SquareStackIcon } from './icons/square-stack';
2252
2238
  export { default as LucideSquareStack } from './icons/square-stack';
2253
2239
  export { default as SquareIcon } from './icons/square';
@@ -2518,10 +2504,6 @@ export { default as UserIcon } from './icons/user';
2518
2504
  export { default as LucideUser } from './icons/user';
2519
2505
  export { default as UsersIcon } from './icons/users';
2520
2506
  export { default as LucideUsers } from './icons/users';
2521
- export { default as UtensilsCrossedIcon } from './icons/utensils-crossed';
2522
- export { default as LucideUtensilsCrossed } from './icons/utensils-crossed';
2523
- export { default as UtensilsIcon } from './icons/utensils';
2524
- export { default as LucideUtensils } from './icons/utensils';
2525
2507
  export { default as UtilityPoleIcon } from './icons/utility-pole';
2526
2508
  export { default as LucideUtilityPole } from './icons/utility-pole';
2527
2509
  export { default as VariableIcon } from './icons/variable';
@@ -2724,6 +2706,149 @@ export { default as LucideCaptions } from './icons/captions';
2724
2706
  export { default as Subtitles } from './icons/captions';
2725
2707
  export { default as SubtitlesIcon } from './icons/captions';
2726
2708
  export { default as LucideSubtitles } from './icons/captions';
2709
+ export { default as ChartAreaIcon } from './icons/chart-area';
2710
+ export { default as LucideChartArea } from './icons/chart-area';
2711
+ export {
2712
+ /** @deprecated */
2713
+ default as AreaChart } from './icons/chart-area';
2714
+ export {
2715
+ /** @deprecated */
2716
+ default as AreaChartIcon } from './icons/chart-area';
2717
+ export {
2718
+ /** @deprecated */
2719
+ default as LucideAreaChart } from './icons/chart-area';
2720
+ export { default as ChartBarBigIcon } from './icons/chart-bar-big';
2721
+ export { default as LucideChartBarBig } from './icons/chart-bar-big';
2722
+ export {
2723
+ /** @deprecated */
2724
+ default as BarChartHorizontalBig } from './icons/chart-bar-big';
2725
+ export {
2726
+ /** @deprecated */
2727
+ default as BarChartHorizontalBigIcon } from './icons/chart-bar-big';
2728
+ export {
2729
+ /** @deprecated */
2730
+ default as LucideBarChartHorizontalBig } from './icons/chart-bar-big';
2731
+ export { default as ChartBarIcon } from './icons/chart-bar';
2732
+ export { default as LucideChartBar } from './icons/chart-bar';
2733
+ export {
2734
+ /** @deprecated */
2735
+ default as BarChartHorizontal } from './icons/chart-bar';
2736
+ export {
2737
+ /** @deprecated */
2738
+ default as BarChartHorizontalIcon } from './icons/chart-bar';
2739
+ export {
2740
+ /** @deprecated */
2741
+ default as LucideBarChartHorizontal } from './icons/chart-bar';
2742
+ export { default as ChartCandlestickIcon } from './icons/chart-candlestick';
2743
+ export { default as LucideChartCandlestick } from './icons/chart-candlestick';
2744
+ export {
2745
+ /** @deprecated */
2746
+ default as CandlestickChart } from './icons/chart-candlestick';
2747
+ export {
2748
+ /** @deprecated */
2749
+ default as CandlestickChartIcon } from './icons/chart-candlestick';
2750
+ export {
2751
+ /** @deprecated */
2752
+ default as LucideCandlestickChart } from './icons/chart-candlestick';
2753
+ export { default as ChartColumnBigIcon } from './icons/chart-column-big';
2754
+ export { default as LucideChartColumnBig } from './icons/chart-column-big';
2755
+ export {
2756
+ /** @deprecated */
2757
+ default as BarChartBig } from './icons/chart-column-big';
2758
+ export {
2759
+ /** @deprecated */
2760
+ default as BarChartBigIcon } from './icons/chart-column-big';
2761
+ export {
2762
+ /** @deprecated */
2763
+ default as LucideBarChartBig } from './icons/chart-column-big';
2764
+ export { default as ChartColumnIncreasingIcon } from './icons/chart-column-increasing';
2765
+ export { default as LucideChartColumnIncreasing } from './icons/chart-column-increasing';
2766
+ export {
2767
+ /** @deprecated */
2768
+ default as BarChart4 } from './icons/chart-column-increasing';
2769
+ export {
2770
+ /** @deprecated */
2771
+ default as BarChart4Icon } from './icons/chart-column-increasing';
2772
+ export {
2773
+ /** @deprecated */
2774
+ default as LucideBarChart4 } from './icons/chart-column-increasing';
2775
+ export { default as ChartColumnIcon } from './icons/chart-column';
2776
+ export { default as LucideChartColumn } from './icons/chart-column';
2777
+ export {
2778
+ /** @deprecated */
2779
+ default as BarChart3 } from './icons/chart-column';
2780
+ export {
2781
+ /** @deprecated */
2782
+ default as BarChart3Icon } from './icons/chart-column';
2783
+ export {
2784
+ /** @deprecated */
2785
+ default as LucideBarChart3 } from './icons/chart-column';
2786
+ export { default as ChartLineIcon } from './icons/chart-line';
2787
+ export { default as LucideChartLine } from './icons/chart-line';
2788
+ export {
2789
+ /** @deprecated */
2790
+ default as LineChart } from './icons/chart-line';
2791
+ export {
2792
+ /** @deprecated */
2793
+ default as LineChartIcon } from './icons/chart-line';
2794
+ export {
2795
+ /** @deprecated */
2796
+ default as LucideLineChart } from './icons/chart-line';
2797
+ export { default as ChartNoAxesColumnIncreasingIcon } from './icons/chart-no-axes-column-increasing';
2798
+ export { default as LucideChartNoAxesColumnIncreasing } from './icons/chart-no-axes-column-increasing';
2799
+ export {
2800
+ /** @deprecated */
2801
+ default as BarChart } from './icons/chart-no-axes-column-increasing';
2802
+ export {
2803
+ /** @deprecated */
2804
+ default as BarChartIcon } from './icons/chart-no-axes-column-increasing';
2805
+ export {
2806
+ /** @deprecated */
2807
+ default as LucideBarChart } from './icons/chart-no-axes-column-increasing';
2808
+ export { default as ChartNoAxesColumnIcon } from './icons/chart-no-axes-column';
2809
+ export { default as LucideChartNoAxesColumn } from './icons/chart-no-axes-column';
2810
+ export {
2811
+ /** @deprecated */
2812
+ default as BarChart2 } from './icons/chart-no-axes-column';
2813
+ export {
2814
+ /** @deprecated */
2815
+ default as BarChart2Icon } from './icons/chart-no-axes-column';
2816
+ export {
2817
+ /** @deprecated */
2818
+ default as LucideBarChart2 } from './icons/chart-no-axes-column';
2819
+ export { default as ChartNoAxesGanttIcon } from './icons/chart-no-axes-gantt';
2820
+ export { default as LucideChartNoAxesGantt } from './icons/chart-no-axes-gantt';
2821
+ export {
2822
+ /** @deprecated */
2823
+ default as GanttChart } from './icons/chart-no-axes-gantt';
2824
+ export {
2825
+ /** @deprecated */
2826
+ default as GanttChartIcon } from './icons/chart-no-axes-gantt';
2827
+ export {
2828
+ /** @deprecated */
2829
+ default as LucideGanttChart } from './icons/chart-no-axes-gantt';
2830
+ export { default as ChartPieIcon } from './icons/chart-pie';
2831
+ export { default as LucideChartPie } from './icons/chart-pie';
2832
+ export {
2833
+ /** @deprecated */
2834
+ default as PieChart } from './icons/chart-pie';
2835
+ export {
2836
+ /** @deprecated */
2837
+ default as PieChartIcon } from './icons/chart-pie';
2838
+ export {
2839
+ /** @deprecated */
2840
+ default as LucidePieChart } from './icons/chart-pie';
2841
+ export { default as ChartScatterIcon } from './icons/chart-scatter';
2842
+ export { default as LucideChartScatter } from './icons/chart-scatter';
2843
+ export {
2844
+ /** @deprecated */
2845
+ default as ScatterChart } from './icons/chart-scatter';
2846
+ export {
2847
+ /** @deprecated */
2848
+ default as ScatterChartIcon } from './icons/chart-scatter';
2849
+ export {
2850
+ /** @deprecated */
2851
+ default as LucideScatterChart } from './icons/chart-scatter';
2727
2852
  export { default as CircleAlertIcon } from './icons/circle-alert';
2728
2853
  export { default as LucideCircleAlert } from './icons/circle-alert';
2729
2854
  export { default as AlertCircle } from './icons/circle-alert';
@@ -2968,6 +3093,50 @@ export { default as LucideFileAxis3d } from './icons/file-axis-3d';
2968
3093
  export { default as FileAxis3D } from './icons/file-axis-3d';
2969
3094
  export { default as FileAxis3DIcon } from './icons/file-axis-3d';
2970
3095
  export { default as LucideFileAxis3D } from './icons/file-axis-3d';
3096
+ export { default as FileChartColumnIncreasingIcon } from './icons/file-chart-column-increasing';
3097
+ export { default as LucideFileChartColumnIncreasing } from './icons/file-chart-column-increasing';
3098
+ export {
3099
+ /** @deprecated */
3100
+ default as FileBarChart } from './icons/file-chart-column-increasing';
3101
+ export {
3102
+ /** @deprecated */
3103
+ default as FileBarChartIcon } from './icons/file-chart-column-increasing';
3104
+ export {
3105
+ /** @deprecated */
3106
+ default as LucideFileBarChart } from './icons/file-chart-column-increasing';
3107
+ export { default as FileChartColumnIcon } from './icons/file-chart-column';
3108
+ export { default as LucideFileChartColumn } from './icons/file-chart-column';
3109
+ export {
3110
+ /** @deprecated */
3111
+ default as FileBarChart2 } from './icons/file-chart-column';
3112
+ export {
3113
+ /** @deprecated */
3114
+ default as FileBarChart2Icon } from './icons/file-chart-column';
3115
+ export {
3116
+ /** @deprecated */
3117
+ default as LucideFileBarChart2 } from './icons/file-chart-column';
3118
+ export { default as FileChartLineIcon } from './icons/file-chart-line';
3119
+ export { default as LucideFileChartLine } from './icons/file-chart-line';
3120
+ export {
3121
+ /** @deprecated */
3122
+ default as FileLineChart } from './icons/file-chart-line';
3123
+ export {
3124
+ /** @deprecated */
3125
+ default as FileLineChartIcon } from './icons/file-chart-line';
3126
+ export {
3127
+ /** @deprecated */
3128
+ default as LucideFileLineChart } from './icons/file-chart-line';
3129
+ export { default as FileChartPieIcon } from './icons/file-chart-pie';
3130
+ export { default as LucideFileChartPie } from './icons/file-chart-pie';
3131
+ export {
3132
+ /** @deprecated */
3133
+ default as FilePieChart } from './icons/file-chart-pie';
3134
+ export {
3135
+ /** @deprecated */
3136
+ default as FilePieChartIcon } from './icons/file-chart-pie';
3137
+ export {
3138
+ /** @deprecated */
3139
+ default as LucideFilePieChart } from './icons/file-chart-pie';
2971
3140
  export { default as FileCogIcon } from './icons/file-cog';
2972
3141
  export { default as LucideFileCog } from './icons/file-cog';
2973
3142
  export {
@@ -3314,6 +3483,14 @@ export { default as LucideSquareBottomDashedScissors } from './icons/square-bott
3314
3483
  export { default as ScissorsSquareDashedBottom } from './icons/square-bottom-dashed-scissors';
3315
3484
  export { default as ScissorsSquareDashedBottomIcon } from './icons/square-bottom-dashed-scissors';
3316
3485
  export { default as LucideScissorsSquareDashedBottom } from './icons/square-bottom-dashed-scissors';
3486
+ export { default as SquareChartGanttIcon } from './icons/square-chart-gantt';
3487
+ export { default as LucideSquareChartGantt } from './icons/square-chart-gantt';
3488
+ export { default as GanttChartSquare } from './icons/square-chart-gantt';
3489
+ export { default as GanttChartSquareIcon } from './icons/square-chart-gantt';
3490
+ export { default as LucideGanttChartSquare } from './icons/square-chart-gantt';
3491
+ export { default as SquareGanttChart } from './icons/square-chart-gantt';
3492
+ export { default as SquareGanttChartIcon } from './icons/square-chart-gantt';
3493
+ export { default as LucideSquareGanttChart } from './icons/square-chart-gantt';
3317
3494
  export { default as SquareCheckBigIcon } from './icons/square-check-big';
3318
3495
  export { default as LucideSquareCheckBig } from './icons/square-check-big';
3319
3496
  export { default as CheckSquare } from './icons/square-check-big';
@@ -3379,11 +3556,6 @@ export { default as LucideSquareFunction } from './icons/square-function';
3379
3556
  export { default as FunctionSquare } from './icons/square-function';
3380
3557
  export { default as FunctionSquareIcon } from './icons/square-function';
3381
3558
  export { default as LucideFunctionSquare } from './icons/square-function';
3382
- export { default as SquareGanttChartIcon } from './icons/square-gantt-chart';
3383
- export { default as LucideSquareGanttChart } from './icons/square-gantt-chart';
3384
- export { default as GanttChartSquare } from './icons/square-gantt-chart';
3385
- export { default as GanttChartSquareIcon } from './icons/square-gantt-chart';
3386
- export { default as LucideGanttChartSquare } from './icons/square-gantt-chart';
3387
3559
  export { default as SquareKanbanIcon } from './icons/square-kanban';
3388
3560
  export { default as LucideSquareKanban } from './icons/square-kanban';
3389
3561
  export { default as KanbanSquare } from './icons/square-kanban';
@@ -3640,6 +3812,16 @@ default as Users2Icon } from './icons/users-round';
3640
3812
  export {
3641
3813
  /** @deprecated */
3642
3814
  default as LucideUsers2 } from './icons/users-round';
3815
+ export { default as UtensilsCrossedIcon } from './icons/utensils-crossed';
3816
+ export { default as LucideUtensilsCrossed } from './icons/utensils-crossed';
3817
+ export { default as ForkKnifeCrossed } from './icons/utensils-crossed';
3818
+ export { default as ForkKnifeCrossedIcon } from './icons/utensils-crossed';
3819
+ export { default as LucideForkKnifeCrossed } from './icons/utensils-crossed';
3820
+ export { default as UtensilsIcon } from './icons/utensils';
3821
+ export { default as LucideUtensils } from './icons/utensils';
3822
+ export { default as ForkKnife } from './icons/utensils';
3823
+ export { default as ForkKnifeIcon } from './icons/utensils';
3824
+ export { default as LucideForkKnife } from './icons/utensils';
3643
3825
  export { default as WalletMinimalIcon } from './icons/wallet-minimal';
3644
3826
  export { default as LucideWalletMinimal } from './icons/wallet-minimal';
3645
3827
  export {
@@ -0,0 +1,14 @@
1
+ import { LucideIconData } from './types';
2
+ /**
3
+ * @component @name ChartArea
4
+ * @description Lucide SVG icon component, renders SVG Element with children.
5
+ *
6
+ * @preview ![img](data:image/svg+xml;base64,PHN2ZyAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogIHdpZHRoPSIyNCIKICBoZWlnaHQ9IjI0IgogIHZpZXdCb3g9IjAgMCAyNCAyNCIKICBmaWxsPSJub25lIgogIHN0cm9rZT0iIzAwMCIgc3R5bGU9ImJhY2tncm91bmQtY29sb3I6ICNmZmY7IGJvcmRlci1yYWRpdXM6IDJweCIKICBzdHJva2Utd2lkdGg9IjIiCiAgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIgogIHN0cm9rZS1saW5lam9pbj0icm91bmQiCj4KICA8cGF0aCBkPSJNMyAzdjE2YTIgMiAwIDAgMCAyIDJoMTYiIC8+CiAgPHBhdGggZD0iTTcgMTEuMjA3YS41LjUgMCAwIDEgLjE0Ni0uMzUzbDItMmEuNS41IDAgMCAxIC43MDggMGwzLjI5MiAzLjI5MmEuNS41IDAgMCAwIC43MDggMGw0LjI5Mi00LjI5MmEuNS41IDAgMCAxIC44NTQuMzUzVjE2YTEgMSAwIDAgMS0xIDFIOGExIDEgMCAwIDEtMS0xeiIgLz4KPC9zdmc+Cg==) - https://lucide.dev/icons/chart-area
7
+ * @see https://lucide.dev/guide/packages/lucide-vue-next - Documentation
8
+ *
9
+ * @param {Object} props - Lucide icons props and any valid SVG attribute
10
+ * @returns {FunctionalComponent} Vue component
11
+ *
12
+ */
13
+ declare const ChartArea: LucideIconData;
14
+ export default ChartArea;
@@ -0,0 +1,14 @@
1
+ import { LucideIconData } from './types';
2
+ /**
3
+ * @component @name ChartBarBig
4
+ * @description Lucide SVG icon component, renders SVG Element with children.
5
+ *
6
+ * @preview ![img](data:image/svg+xml;base64,PHN2ZyAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogIHdpZHRoPSIyNCIKICBoZWlnaHQ9IjI0IgogIHZpZXdCb3g9IjAgMCAyNCAyNCIKICBmaWxsPSJub25lIgogIHN0cm9rZT0iIzAwMCIgc3R5bGU9ImJhY2tncm91bmQtY29sb3I6ICNmZmY7IGJvcmRlci1yYWRpdXM6IDJweCIKICBzdHJva2Utd2lkdGg9IjIiCiAgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIgogIHN0cm9rZS1saW5lam9pbj0icm91bmQiCj4KICA8cGF0aCBkPSJNMyAzdjE2YTIgMiAwIDAgMCAyIDJoMTYiIC8+CiAgPHJlY3QgeD0iNyIgeT0iMTMiIHdpZHRoPSI5IiBoZWlnaHQ9IjQiIHJ4PSIxIiAvPgogIDxyZWN0IHg9IjciIHk9IjUiIHdpZHRoPSIxMiIgaGVpZ2h0PSI0IiByeD0iMSIgLz4KPC9zdmc+Cg==) - https://lucide.dev/icons/chart-bar-big
7
+ * @see https://lucide.dev/guide/packages/lucide-vue-next - Documentation
8
+ *
9
+ * @param {Object} props - Lucide icons props and any valid SVG attribute
10
+ * @returns {FunctionalComponent} Vue component
11
+ *
12
+ */
13
+ declare const ChartBarBig: LucideIconData;
14
+ export default ChartBarBig;
@@ -0,0 +1,14 @@
1
+ import { LucideIconData } from './types';
2
+ /**
3
+ * @component @name ChartBarDecreasing
4
+ * @description Lucide SVG icon component, renders SVG Element with children.
5
+ *
6
+ * @preview ![img](data:image/svg+xml;base64,PHN2ZyAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogIHdpZHRoPSIyNCIKICBoZWlnaHQ9IjI0IgogIHZpZXdCb3g9IjAgMCAyNCAyNCIKICBmaWxsPSJub25lIgogIHN0cm9rZT0iIzAwMCIgc3R5bGU9ImJhY2tncm91bmQtY29sb3I6ICNmZmY7IGJvcmRlci1yYWRpdXM6IDJweCIKICBzdHJva2Utd2lkdGg9IjIiCiAgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIgogIHN0cm9rZS1saW5lam9pbj0icm91bmQiCj4KICA8cGF0aCBkPSJNMyAzdjE2YTIgMiAwIDAgMCAyIDJoMTYiIC8+CiAgPHBhdGggZD0iTTcgMTFoOCIgLz4KICA8cGF0aCBkPSJNNyAxNmgzIiAvPgogIDxwYXRoIGQ9Ik03IDZoMTIiIC8+Cjwvc3ZnPgo=) - https://lucide.dev/icons/chart-bar-decreasing
7
+ * @see https://lucide.dev/guide/packages/lucide-vue-next - Documentation
8
+ *
9
+ * @param {Object} props - Lucide icons props and any valid SVG attribute
10
+ * @returns {FunctionalComponent} Vue component
11
+ *
12
+ */
13
+ declare const ChartBarDecreasing: LucideIconData;
14
+ export default ChartBarDecreasing;
@@ -0,0 +1,14 @@
1
+ import { LucideIconData } from './types';
2
+ /**
3
+ * @component @name ChartBarIncreasing
4
+ * @description Lucide SVG icon component, renders SVG Element with children.
5
+ *
6
+ * @preview ![img](data:image/svg+xml;base64,PHN2ZyAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogIHdpZHRoPSIyNCIKICBoZWlnaHQ9IjI0IgogIHZpZXdCb3g9IjAgMCAyNCAyNCIKICBmaWxsPSJub25lIgogIHN0cm9rZT0iIzAwMCIgc3R5bGU9ImJhY2tncm91bmQtY29sb3I6ICNmZmY7IGJvcmRlci1yYWRpdXM6IDJweCIKICBzdHJva2Utd2lkdGg9IjIiCiAgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIgogIHN0cm9rZS1saW5lam9pbj0icm91bmQiCj4KICA8cGF0aCBkPSJNMyAzdjE2YTIgMiAwIDAgMCAyIDJoMTYiIC8+CiAgPHBhdGggZD0iTTcgMTFoOCIgLz4KICA8cGF0aCBkPSJNNyAxNmgxMiIgLz4KICA8cGF0aCBkPSJNNyA2aDMiIC8+Cjwvc3ZnPgo=) - https://lucide.dev/icons/chart-bar-increasing
7
+ * @see https://lucide.dev/guide/packages/lucide-vue-next - Documentation
8
+ *
9
+ * @param {Object} props - Lucide icons props and any valid SVG attribute
10
+ * @returns {FunctionalComponent} Vue component
11
+ *
12
+ */
13
+ declare const ChartBarIncreasing: LucideIconData;
14
+ export default ChartBarIncreasing;