@ycloud-web/icons-astro 0.470.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 (1760) hide show
  1. package/LICENSE +43 -0
  2. package/README.md +57 -0
  3. package/package.json +66 -0
  4. package/src/Icon.astro +31 -0
  5. package/src/aliases/aliases.ts +1471 -0
  6. package/src/aliases/index.ts +3 -0
  7. package/src/aliases/prefixed.ts +4467 -0
  8. package/src/aliases/suffixed.ts +4467 -0
  9. package/src/createYCloudIcon.ts +31 -0
  10. package/src/defaultAttributes.ts +15 -0
  11. package/src/icons/.gitkeep +1 -0
  12. package/src/icons/a-arrow-down.ts +18 -0
  13. package/src/icons/a-arrow-up.ts +18 -0
  14. package/src/icons/a-large-small.ts +18 -0
  15. package/src/icons/accessibility.ts +18 -0
  16. package/src/icons/activity.ts +18 -0
  17. package/src/icons/ad.ts +18 -0
  18. package/src/icons/air-vent.ts +18 -0
  19. package/src/icons/airplay.ts +18 -0
  20. package/src/icons/alarm-clock-check.ts +18 -0
  21. package/src/icons/alarm-clock-minus.ts +18 -0
  22. package/src/icons/alarm-clock-off.ts +18 -0
  23. package/src/icons/alarm-clock-plus.ts +18 -0
  24. package/src/icons/alarm-clock.ts +18 -0
  25. package/src/icons/alarm-smoke.ts +18 -0
  26. package/src/icons/album.ts +18 -0
  27. package/src/icons/align-center-horizontal.ts +18 -0
  28. package/src/icons/align-center-vertical.ts +18 -0
  29. package/src/icons/align-end-horizontal.ts +18 -0
  30. package/src/icons/align-end-vertical.ts +18 -0
  31. package/src/icons/align-horizontal-distribute-center.ts +18 -0
  32. package/src/icons/align-horizontal-distribute-end.ts +18 -0
  33. package/src/icons/align-horizontal-distribute-start.ts +18 -0
  34. package/src/icons/align-horizontal-justify-center.ts +18 -0
  35. package/src/icons/align-horizontal-justify-end.ts +18 -0
  36. package/src/icons/align-horizontal-justify-start.ts +18 -0
  37. package/src/icons/align-horizontal-space-around.ts +18 -0
  38. package/src/icons/align-horizontal-space-between.ts +18 -0
  39. package/src/icons/align-start-horizontal.ts +18 -0
  40. package/src/icons/align-start-vertical.ts +18 -0
  41. package/src/icons/align-vertical-distribute-center.ts +18 -0
  42. package/src/icons/align-vertical-distribute-end.ts +18 -0
  43. package/src/icons/align-vertical-distribute-start.ts +18 -0
  44. package/src/icons/align-vertical-justify-center.ts +18 -0
  45. package/src/icons/align-vertical-justify-end.ts +18 -0
  46. package/src/icons/align-vertical-justify-start.ts +18 -0
  47. package/src/icons/align-vertical-space-around.ts +18 -0
  48. package/src/icons/align-vertical-space-between.ts +18 -0
  49. package/src/icons/ambulance.ts +18 -0
  50. package/src/icons/ampersand.ts +18 -0
  51. package/src/icons/ampersands.ts +18 -0
  52. package/src/icons/amphora.ts +18 -0
  53. package/src/icons/anchor.ts +18 -0
  54. package/src/icons/angry.ts +18 -0
  55. package/src/icons/annoyed.ts +18 -0
  56. package/src/icons/antenna.ts +18 -0
  57. package/src/icons/anvil.ts +18 -0
  58. package/src/icons/aperture.ts +18 -0
  59. package/src/icons/app-window-mac.ts +18 -0
  60. package/src/icons/app-window.ts +18 -0
  61. package/src/icons/apple.ts +18 -0
  62. package/src/icons/archive-restore.ts +18 -0
  63. package/src/icons/archive-x.ts +18 -0
  64. package/src/icons/archive.ts +18 -0
  65. package/src/icons/armchair.ts +18 -0
  66. package/src/icons/arrow-big-down-dash.ts +18 -0
  67. package/src/icons/arrow-big-down.ts +18 -0
  68. package/src/icons/arrow-big-left-dash.ts +18 -0
  69. package/src/icons/arrow-big-left.ts +18 -0
  70. package/src/icons/arrow-big-right-dash.ts +18 -0
  71. package/src/icons/arrow-big-right.ts +18 -0
  72. package/src/icons/arrow-big-up-dash.ts +18 -0
  73. package/src/icons/arrow-big-up.ts +18 -0
  74. package/src/icons/arrow-down-0-1.ts +18 -0
  75. package/src/icons/arrow-down-1-0.ts +18 -0
  76. package/src/icons/arrow-down-a-z.ts +18 -0
  77. package/src/icons/arrow-down-from-line.ts +18 -0
  78. package/src/icons/arrow-down-left.ts +18 -0
  79. package/src/icons/arrow-down-narrow-wide.ts +18 -0
  80. package/src/icons/arrow-down-right.ts +18 -0
  81. package/src/icons/arrow-down-to-dot.ts +18 -0
  82. package/src/icons/arrow-down-to-line.ts +18 -0
  83. package/src/icons/arrow-down-up.ts +18 -0
  84. package/src/icons/arrow-down-wide-narrow.ts +18 -0
  85. package/src/icons/arrow-down-z-a.ts +18 -0
  86. package/src/icons/arrow-down.ts +18 -0
  87. package/src/icons/arrow-left-from-line.ts +18 -0
  88. package/src/icons/arrow-left-right.ts +18 -0
  89. package/src/icons/arrow-left-to-line.ts +18 -0
  90. package/src/icons/arrow-left.ts +18 -0
  91. package/src/icons/arrow-right-from-line.ts +18 -0
  92. package/src/icons/arrow-right-left.ts +18 -0
  93. package/src/icons/arrow-right-to-line.ts +18 -0
  94. package/src/icons/arrow-right.ts +18 -0
  95. package/src/icons/arrow-up-0-1.ts +18 -0
  96. package/src/icons/arrow-up-1-0.ts +18 -0
  97. package/src/icons/arrow-up-a-z.ts +18 -0
  98. package/src/icons/arrow-up-down.ts +18 -0
  99. package/src/icons/arrow-up-from-dot.ts +18 -0
  100. package/src/icons/arrow-up-from-line.ts +18 -0
  101. package/src/icons/arrow-up-left.ts +18 -0
  102. package/src/icons/arrow-up-narrow-wide.ts +18 -0
  103. package/src/icons/arrow-up-right.ts +18 -0
  104. package/src/icons/arrow-up-to-line.ts +18 -0
  105. package/src/icons/arrow-up-wide-narrow.ts +18 -0
  106. package/src/icons/arrow-up-z-a.ts +18 -0
  107. package/src/icons/arrow-up.ts +18 -0
  108. package/src/icons/arrows-up-from-line.ts +18 -0
  109. package/src/icons/asterisk.ts +18 -0
  110. package/src/icons/astroid.ts +18 -0
  111. package/src/icons/at-sign.ts +18 -0
  112. package/src/icons/atom.ts +18 -0
  113. package/src/icons/audio-lines.ts +18 -0
  114. package/src/icons/audio-waveform.ts +18 -0
  115. package/src/icons/award.ts +18 -0
  116. package/src/icons/axe.ts +18 -0
  117. package/src/icons/axis-3d.ts +18 -0
  118. package/src/icons/baby.ts +18 -0
  119. package/src/icons/backpack.ts +18 -0
  120. package/src/icons/badge-alert.ts +18 -0
  121. package/src/icons/badge-cent.ts +18 -0
  122. package/src/icons/badge-check.ts +18 -0
  123. package/src/icons/badge-dollar-sign.ts +18 -0
  124. package/src/icons/badge-euro.ts +18 -0
  125. package/src/icons/badge-indian-rupee.ts +18 -0
  126. package/src/icons/badge-info.ts +18 -0
  127. package/src/icons/badge-japanese-yen.ts +18 -0
  128. package/src/icons/badge-minus.ts +18 -0
  129. package/src/icons/badge-percent.ts +18 -0
  130. package/src/icons/badge-plus.ts +18 -0
  131. package/src/icons/badge-pound-sterling.ts +18 -0
  132. package/src/icons/badge-question-mark.ts +18 -0
  133. package/src/icons/badge-russian-ruble.ts +18 -0
  134. package/src/icons/badge-swiss-franc.ts +18 -0
  135. package/src/icons/badge-turkish-lira.ts +18 -0
  136. package/src/icons/badge-x.ts +18 -0
  137. package/src/icons/badge.ts +18 -0
  138. package/src/icons/baggage-claim.ts +18 -0
  139. package/src/icons/balloon.ts +18 -0
  140. package/src/icons/ban.ts +18 -0
  141. package/src/icons/banana.ts +18 -0
  142. package/src/icons/bandage.ts +18 -0
  143. package/src/icons/banknote-arrow-down.ts +18 -0
  144. package/src/icons/banknote-arrow-up.ts +18 -0
  145. package/src/icons/banknote-check.ts +18 -0
  146. package/src/icons/banknote-x.ts +18 -0
  147. package/src/icons/banknote.ts +18 -0
  148. package/src/icons/barcode.ts +18 -0
  149. package/src/icons/barrel.ts +18 -0
  150. package/src/icons/baseline.ts +18 -0
  151. package/src/icons/bath.ts +18 -0
  152. package/src/icons/battery-charging.ts +18 -0
  153. package/src/icons/battery-full.ts +18 -0
  154. package/src/icons/battery-low.ts +18 -0
  155. package/src/icons/battery-medium.ts +18 -0
  156. package/src/icons/battery-plus.ts +18 -0
  157. package/src/icons/battery-warning.ts +18 -0
  158. package/src/icons/battery.ts +18 -0
  159. package/src/icons/beaker.ts +18 -0
  160. package/src/icons/bean-off.ts +18 -0
  161. package/src/icons/bean.ts +18 -0
  162. package/src/icons/bed-double.ts +18 -0
  163. package/src/icons/bed-single.ts +18 -0
  164. package/src/icons/bed.ts +18 -0
  165. package/src/icons/beef-off.ts +18 -0
  166. package/src/icons/beef.ts +18 -0
  167. package/src/icons/beer-off.ts +18 -0
  168. package/src/icons/beer.ts +18 -0
  169. package/src/icons/bell-check.ts +18 -0
  170. package/src/icons/bell-dot.ts +18 -0
  171. package/src/icons/bell-electric.ts +18 -0
  172. package/src/icons/bell-minus.ts +18 -0
  173. package/src/icons/bell-off.ts +18 -0
  174. package/src/icons/bell-plus.ts +18 -0
  175. package/src/icons/bell-ring.ts +18 -0
  176. package/src/icons/bell.ts +18 -0
  177. package/src/icons/between-horizontal-end.ts +18 -0
  178. package/src/icons/between-horizontal-start.ts +18 -0
  179. package/src/icons/between-vertical-end.ts +18 -0
  180. package/src/icons/between-vertical-start.ts +18 -0
  181. package/src/icons/biceps-flexed.ts +18 -0
  182. package/src/icons/bike.ts +18 -0
  183. package/src/icons/binary.ts +18 -0
  184. package/src/icons/binoculars.ts +18 -0
  185. package/src/icons/biohazard.ts +18 -0
  186. package/src/icons/bird.ts +18 -0
  187. package/src/icons/birdhouse.ts +18 -0
  188. package/src/icons/bitcoin.ts +18 -0
  189. package/src/icons/blend.ts +18 -0
  190. package/src/icons/blender.ts +18 -0
  191. package/src/icons/blinds.ts +18 -0
  192. package/src/icons/blocks.ts +18 -0
  193. package/src/icons/bluetooth-connected.ts +18 -0
  194. package/src/icons/bluetooth-off.ts +18 -0
  195. package/src/icons/bluetooth-searching.ts +18 -0
  196. package/src/icons/bluetooth.ts +18 -0
  197. package/src/icons/bold.ts +18 -0
  198. package/src/icons/bolt.ts +18 -0
  199. package/src/icons/bomb.ts +18 -0
  200. package/src/icons/bone-fracture.ts +18 -0
  201. package/src/icons/bone.ts +18 -0
  202. package/src/icons/book-a.ts +18 -0
  203. package/src/icons/book-alert.ts +18 -0
  204. package/src/icons/book-audio.ts +18 -0
  205. package/src/icons/book-check.ts +18 -0
  206. package/src/icons/book-copy.ts +18 -0
  207. package/src/icons/book-dashed.ts +18 -0
  208. package/src/icons/book-down.ts +18 -0
  209. package/src/icons/book-headphones.ts +18 -0
  210. package/src/icons/book-heart.ts +18 -0
  211. package/src/icons/book-image.ts +18 -0
  212. package/src/icons/book-key.ts +18 -0
  213. package/src/icons/book-lock.ts +18 -0
  214. package/src/icons/book-marked.ts +18 -0
  215. package/src/icons/book-minus.ts +18 -0
  216. package/src/icons/book-open-check.ts +18 -0
  217. package/src/icons/book-open-text.ts +18 -0
  218. package/src/icons/book-open.ts +18 -0
  219. package/src/icons/book-plus.ts +18 -0
  220. package/src/icons/book-search.ts +18 -0
  221. package/src/icons/book-text.ts +18 -0
  222. package/src/icons/book-type.ts +18 -0
  223. package/src/icons/book-up-2.ts +18 -0
  224. package/src/icons/book-up.ts +18 -0
  225. package/src/icons/book-user.ts +18 -0
  226. package/src/icons/book-x.ts +18 -0
  227. package/src/icons/book.ts +18 -0
  228. package/src/icons/bookmark-check.ts +18 -0
  229. package/src/icons/bookmark-minus.ts +18 -0
  230. package/src/icons/bookmark-off.ts +18 -0
  231. package/src/icons/bookmark-plus.ts +18 -0
  232. package/src/icons/bookmark-x.ts +18 -0
  233. package/src/icons/bookmark.ts +18 -0
  234. package/src/icons/boom-box.ts +18 -0
  235. package/src/icons/bot-message-square.ts +18 -0
  236. package/src/icons/bot-off.ts +18 -0
  237. package/src/icons/bot.ts +18 -0
  238. package/src/icons/bottle-wine.ts +18 -0
  239. package/src/icons/bow-arrow.ts +18 -0
  240. package/src/icons/box.ts +18 -0
  241. package/src/icons/boxes.ts +18 -0
  242. package/src/icons/braces.ts +18 -0
  243. package/src/icons/brackets.ts +18 -0
  244. package/src/icons/brain-circuit.ts +18 -0
  245. package/src/icons/brain-cog.ts +18 -0
  246. package/src/icons/brain.ts +18 -0
  247. package/src/icons/brick-wall-fire.ts +18 -0
  248. package/src/icons/brick-wall-shield.ts +18 -0
  249. package/src/icons/brick-wall.ts +18 -0
  250. package/src/icons/briefcase-business.ts +18 -0
  251. package/src/icons/briefcase-conveyor-belt.ts +18 -0
  252. package/src/icons/briefcase-medical.ts +18 -0
  253. package/src/icons/briefcase.ts +18 -0
  254. package/src/icons/bring-to-front.ts +18 -0
  255. package/src/icons/broccoli.ts +18 -0
  256. package/src/icons/brush-cleaning.ts +18 -0
  257. package/src/icons/brush.ts +18 -0
  258. package/src/icons/bubbles.ts +18 -0
  259. package/src/icons/bug-off.ts +18 -0
  260. package/src/icons/bug-play.ts +18 -0
  261. package/src/icons/bug.ts +18 -0
  262. package/src/icons/building-2.ts +18 -0
  263. package/src/icons/building.ts +18 -0
  264. package/src/icons/bus-front.ts +18 -0
  265. package/src/icons/bus.ts +18 -0
  266. package/src/icons/cable-car.ts +18 -0
  267. package/src/icons/cable.ts +18 -0
  268. package/src/icons/cake-slice.ts +18 -0
  269. package/src/icons/cake.ts +18 -0
  270. package/src/icons/calculator.ts +18 -0
  271. package/src/icons/calendar-1.ts +18 -0
  272. package/src/icons/calendar-arrow-down.ts +18 -0
  273. package/src/icons/calendar-arrow-up.ts +18 -0
  274. package/src/icons/calendar-check-2.ts +18 -0
  275. package/src/icons/calendar-check.ts +18 -0
  276. package/src/icons/calendar-clock.ts +18 -0
  277. package/src/icons/calendar-cog.ts +18 -0
  278. package/src/icons/calendar-days.ts +18 -0
  279. package/src/icons/calendar-fold.ts +18 -0
  280. package/src/icons/calendar-heart.ts +18 -0
  281. package/src/icons/calendar-minus-2.ts +18 -0
  282. package/src/icons/calendar-minus.ts +18 -0
  283. package/src/icons/calendar-off.ts +18 -0
  284. package/src/icons/calendar-plus-2.ts +18 -0
  285. package/src/icons/calendar-plus.ts +18 -0
  286. package/src/icons/calendar-range.ts +18 -0
  287. package/src/icons/calendar-search.ts +18 -0
  288. package/src/icons/calendar-sync.ts +18 -0
  289. package/src/icons/calendar-x-2.ts +18 -0
  290. package/src/icons/calendar-x.ts +18 -0
  291. package/src/icons/calendar.ts +18 -0
  292. package/src/icons/calendars.ts +18 -0
  293. package/src/icons/camera-off.ts +18 -0
  294. package/src/icons/camera.ts +18 -0
  295. package/src/icons/candy-cane.ts +18 -0
  296. package/src/icons/candy-off.ts +18 -0
  297. package/src/icons/candy.ts +18 -0
  298. package/src/icons/cannabis-off.ts +18 -0
  299. package/src/icons/cannabis.ts +18 -0
  300. package/src/icons/captions-off.ts +18 -0
  301. package/src/icons/captions.ts +18 -0
  302. package/src/icons/car-front.ts +18 -0
  303. package/src/icons/car-taxi-front.ts +18 -0
  304. package/src/icons/car.ts +18 -0
  305. package/src/icons/caravan.ts +18 -0
  306. package/src/icons/card-sim.ts +18 -0
  307. package/src/icons/carrot.ts +18 -0
  308. package/src/icons/case-lower.ts +18 -0
  309. package/src/icons/case-sensitive.ts +18 -0
  310. package/src/icons/case-upper.ts +18 -0
  311. package/src/icons/cassette-tape.ts +18 -0
  312. package/src/icons/cast.ts +18 -0
  313. package/src/icons/castle.ts +18 -0
  314. package/src/icons/cat.ts +18 -0
  315. package/src/icons/cctv-off.ts +18 -0
  316. package/src/icons/cctv.ts +18 -0
  317. package/src/icons/chart-area.ts +18 -0
  318. package/src/icons/chart-bar-big.ts +18 -0
  319. package/src/icons/chart-bar-decreasing.ts +18 -0
  320. package/src/icons/chart-bar-increasing.ts +18 -0
  321. package/src/icons/chart-bar-stacked.ts +18 -0
  322. package/src/icons/chart-bar.ts +18 -0
  323. package/src/icons/chart-candlestick.ts +18 -0
  324. package/src/icons/chart-column-big.ts +18 -0
  325. package/src/icons/chart-column-decreasing.ts +18 -0
  326. package/src/icons/chart-column-increasing.ts +18 -0
  327. package/src/icons/chart-column-stacked.ts +18 -0
  328. package/src/icons/chart-column.ts +18 -0
  329. package/src/icons/chart-gantt.ts +18 -0
  330. package/src/icons/chart-line.ts +18 -0
  331. package/src/icons/chart-network.ts +18 -0
  332. package/src/icons/chart-no-axes-column-decreasing.ts +18 -0
  333. package/src/icons/chart-no-axes-column-increasing.ts +18 -0
  334. package/src/icons/chart-no-axes-column.ts +18 -0
  335. package/src/icons/chart-no-axes-combined.ts +18 -0
  336. package/src/icons/chart-no-axes-gantt.ts +18 -0
  337. package/src/icons/chart-pie.ts +18 -0
  338. package/src/icons/chart-scatter.ts +18 -0
  339. package/src/icons/chart-spline.ts +18 -0
  340. package/src/icons/check-check.ts +18 -0
  341. package/src/icons/check-line.ts +18 -0
  342. package/src/icons/check.ts +18 -0
  343. package/src/icons/chef-hat.ts +18 -0
  344. package/src/icons/cherry.ts +18 -0
  345. package/src/icons/chess-bishop.ts +18 -0
  346. package/src/icons/chess-king.ts +18 -0
  347. package/src/icons/chess-knight.ts +18 -0
  348. package/src/icons/chess-pawn.ts +18 -0
  349. package/src/icons/chess-queen.ts +18 -0
  350. package/src/icons/chess-rook.ts +18 -0
  351. package/src/icons/chevron-down.ts +18 -0
  352. package/src/icons/chevron-first.ts +18 -0
  353. package/src/icons/chevron-last.ts +18 -0
  354. package/src/icons/chevron-left.ts +18 -0
  355. package/src/icons/chevron-right.ts +18 -0
  356. package/src/icons/chevron-up.ts +18 -0
  357. package/src/icons/chevrons-down-up.ts +18 -0
  358. package/src/icons/chevrons-down.ts +18 -0
  359. package/src/icons/chevrons-left-right-ellipsis.ts +18 -0
  360. package/src/icons/chevrons-left-right.ts +18 -0
  361. package/src/icons/chevrons-left.ts +18 -0
  362. package/src/icons/chevrons-right-left.ts +18 -0
  363. package/src/icons/chevrons-right.ts +18 -0
  364. package/src/icons/chevrons-up-down.ts +18 -0
  365. package/src/icons/chevrons-up.ts +18 -0
  366. package/src/icons/church.ts +18 -0
  367. package/src/icons/cigarette-off.ts +18 -0
  368. package/src/icons/cigarette.ts +18 -0
  369. package/src/icons/circle-alert.ts +18 -0
  370. package/src/icons/circle-arrow-down.ts +18 -0
  371. package/src/icons/circle-arrow-left.ts +18 -0
  372. package/src/icons/circle-arrow-out-down-left.ts +18 -0
  373. package/src/icons/circle-arrow-out-down-right.ts +18 -0
  374. package/src/icons/circle-arrow-out-up-left.ts +18 -0
  375. package/src/icons/circle-arrow-out-up-right.ts +18 -0
  376. package/src/icons/circle-arrow-right.ts +18 -0
  377. package/src/icons/circle-arrow-up.ts +18 -0
  378. package/src/icons/circle-check-big.ts +18 -0
  379. package/src/icons/circle-check.ts +18 -0
  380. package/src/icons/circle-chevron-down.ts +18 -0
  381. package/src/icons/circle-chevron-left.ts +18 -0
  382. package/src/icons/circle-chevron-right.ts +18 -0
  383. package/src/icons/circle-chevron-up.ts +18 -0
  384. package/src/icons/circle-dashed.ts +18 -0
  385. package/src/icons/circle-divide.ts +18 -0
  386. package/src/icons/circle-dollar-sign.ts +18 -0
  387. package/src/icons/circle-dot-dashed.ts +18 -0
  388. package/src/icons/circle-dot.ts +18 -0
  389. package/src/icons/circle-ellipsis.ts +18 -0
  390. package/src/icons/circle-equal.ts +18 -0
  391. package/src/icons/circle-fading-arrow-up.ts +18 -0
  392. package/src/icons/circle-fading-plus.ts +18 -0
  393. package/src/icons/circle-gauge.ts +18 -0
  394. package/src/icons/circle-minus.ts +18 -0
  395. package/src/icons/circle-off.ts +18 -0
  396. package/src/icons/circle-parking-off.ts +18 -0
  397. package/src/icons/circle-parking.ts +18 -0
  398. package/src/icons/circle-pause.ts +18 -0
  399. package/src/icons/circle-percent.ts +18 -0
  400. package/src/icons/circle-pile.ts +18 -0
  401. package/src/icons/circle-play.ts +18 -0
  402. package/src/icons/circle-plus.ts +18 -0
  403. package/src/icons/circle-pound-sterling.ts +18 -0
  404. package/src/icons/circle-power.ts +18 -0
  405. package/src/icons/circle-question-mark.ts +18 -0
  406. package/src/icons/circle-slash-2.ts +18 -0
  407. package/src/icons/circle-slash.ts +18 -0
  408. package/src/icons/circle-small.ts +18 -0
  409. package/src/icons/circle-star.ts +18 -0
  410. package/src/icons/circle-stop.ts +18 -0
  411. package/src/icons/circle-user-round.ts +18 -0
  412. package/src/icons/circle-user.ts +18 -0
  413. package/src/icons/circle-x.ts +18 -0
  414. package/src/icons/circle.ts +18 -0
  415. package/src/icons/circuit-board.ts +18 -0
  416. package/src/icons/citrus.ts +18 -0
  417. package/src/icons/clapperboard.ts +18 -0
  418. package/src/icons/clipboard-check.ts +18 -0
  419. package/src/icons/clipboard-clock.ts +18 -0
  420. package/src/icons/clipboard-copy.ts +18 -0
  421. package/src/icons/clipboard-list.ts +18 -0
  422. package/src/icons/clipboard-minus.ts +18 -0
  423. package/src/icons/clipboard-paste.ts +18 -0
  424. package/src/icons/clipboard-pen-line.ts +18 -0
  425. package/src/icons/clipboard-pen.ts +18 -0
  426. package/src/icons/clipboard-plus.ts +18 -0
  427. package/src/icons/clipboard-type.ts +18 -0
  428. package/src/icons/clipboard-x.ts +18 -0
  429. package/src/icons/clipboard.ts +18 -0
  430. package/src/icons/clock-1.ts +18 -0
  431. package/src/icons/clock-10.ts +18 -0
  432. package/src/icons/clock-11.ts +18 -0
  433. package/src/icons/clock-12.ts +18 -0
  434. package/src/icons/clock-2.ts +18 -0
  435. package/src/icons/clock-3.ts +18 -0
  436. package/src/icons/clock-4.ts +18 -0
  437. package/src/icons/clock-5.ts +18 -0
  438. package/src/icons/clock-6.ts +18 -0
  439. package/src/icons/clock-7.ts +18 -0
  440. package/src/icons/clock-8.ts +18 -0
  441. package/src/icons/clock-9.ts +18 -0
  442. package/src/icons/clock-alert.ts +18 -0
  443. package/src/icons/clock-arrow-down.ts +18 -0
  444. package/src/icons/clock-arrow-left.ts +18 -0
  445. package/src/icons/clock-arrow-right.ts +18 -0
  446. package/src/icons/clock-arrow-up.ts +18 -0
  447. package/src/icons/clock-check.ts +18 -0
  448. package/src/icons/clock-fading.ts +18 -0
  449. package/src/icons/clock-plus.ts +18 -0
  450. package/src/icons/clock.ts +18 -0
  451. package/src/icons/closed-caption.ts +18 -0
  452. package/src/icons/cloud-alert.ts +18 -0
  453. package/src/icons/cloud-backup.ts +18 -0
  454. package/src/icons/cloud-check.ts +18 -0
  455. package/src/icons/cloud-cog.ts +18 -0
  456. package/src/icons/cloud-download.ts +18 -0
  457. package/src/icons/cloud-drizzle.ts +18 -0
  458. package/src/icons/cloud-fog.ts +18 -0
  459. package/src/icons/cloud-hail.ts +18 -0
  460. package/src/icons/cloud-lightning.ts +18 -0
  461. package/src/icons/cloud-moon-rain.ts +18 -0
  462. package/src/icons/cloud-moon.ts +18 -0
  463. package/src/icons/cloud-off.ts +18 -0
  464. package/src/icons/cloud-rain-wind.ts +18 -0
  465. package/src/icons/cloud-rain.ts +18 -0
  466. package/src/icons/cloud-snow.ts +18 -0
  467. package/src/icons/cloud-sun-rain.ts +18 -0
  468. package/src/icons/cloud-sun.ts +18 -0
  469. package/src/icons/cloud-sync.ts +18 -0
  470. package/src/icons/cloud-upload.ts +18 -0
  471. package/src/icons/cloud.ts +18 -0
  472. package/src/icons/cloudy.ts +18 -0
  473. package/src/icons/clover.ts +18 -0
  474. package/src/icons/club.ts +18 -0
  475. package/src/icons/code-xml.ts +18 -0
  476. package/src/icons/code.ts +18 -0
  477. package/src/icons/coffee.ts +18 -0
  478. package/src/icons/cog.ts +18 -0
  479. package/src/icons/coins.ts +18 -0
  480. package/src/icons/columns-2.ts +18 -0
  481. package/src/icons/columns-3-cog.ts +18 -0
  482. package/src/icons/columns-3.ts +18 -0
  483. package/src/icons/columns-4.ts +18 -0
  484. package/src/icons/combine.ts +18 -0
  485. package/src/icons/command.ts +18 -0
  486. package/src/icons/compass.ts +18 -0
  487. package/src/icons/component.ts +18 -0
  488. package/src/icons/computer.ts +18 -0
  489. package/src/icons/concierge-bell.ts +18 -0
  490. package/src/icons/cone.ts +18 -0
  491. package/src/icons/construction.ts +18 -0
  492. package/src/icons/contact-round.ts +18 -0
  493. package/src/icons/contact.ts +18 -0
  494. package/src/icons/container.ts +18 -0
  495. package/src/icons/contrast.ts +18 -0
  496. package/src/icons/cookie.ts +18 -0
  497. package/src/icons/cooking-pot.ts +18 -0
  498. package/src/icons/copy-check.ts +18 -0
  499. package/src/icons/copy-minus.ts +18 -0
  500. package/src/icons/copy-plus.ts +18 -0
  501. package/src/icons/copy-slash.ts +18 -0
  502. package/src/icons/copy-x.ts +18 -0
  503. package/src/icons/copy.ts +18 -0
  504. package/src/icons/copyleft.ts +18 -0
  505. package/src/icons/copyright.ts +18 -0
  506. package/src/icons/corner-down-left.ts +18 -0
  507. package/src/icons/corner-down-right.ts +18 -0
  508. package/src/icons/corner-left-down.ts +18 -0
  509. package/src/icons/corner-left-up.ts +18 -0
  510. package/src/icons/corner-right-down.ts +18 -0
  511. package/src/icons/corner-right-up.ts +18 -0
  512. package/src/icons/corner-up-left.ts +18 -0
  513. package/src/icons/corner-up-right.ts +18 -0
  514. package/src/icons/cpu.ts +18 -0
  515. package/src/icons/creative-commons.ts +18 -0
  516. package/src/icons/credit-card.ts +18 -0
  517. package/src/icons/croissant.ts +18 -0
  518. package/src/icons/crop.ts +18 -0
  519. package/src/icons/cross.ts +18 -0
  520. package/src/icons/crosshair.ts +18 -0
  521. package/src/icons/crown.ts +18 -0
  522. package/src/icons/cuboid.ts +18 -0
  523. package/src/icons/cup-soda.ts +18 -0
  524. package/src/icons/currency.ts +18 -0
  525. package/src/icons/cylinder.ts +18 -0
  526. package/src/icons/dam.ts +18 -0
  527. package/src/icons/database-arrow-down.ts +18 -0
  528. package/src/icons/database-arrow-up.ts +18 -0
  529. package/src/icons/database-backup.ts +18 -0
  530. package/src/icons/database-check.ts +18 -0
  531. package/src/icons/database-minus.ts +18 -0
  532. package/src/icons/database-plus.ts +18 -0
  533. package/src/icons/database-search.ts +18 -0
  534. package/src/icons/database-x.ts +18 -0
  535. package/src/icons/database-zap.ts +18 -0
  536. package/src/icons/database.ts +18 -0
  537. package/src/icons/decimals-arrow-left.ts +18 -0
  538. package/src/icons/decimals-arrow-right.ts +18 -0
  539. package/src/icons/delete.ts +18 -0
  540. package/src/icons/dessert.ts +18 -0
  541. package/src/icons/diameter.ts +18 -0
  542. package/src/icons/diamond-minus.ts +18 -0
  543. package/src/icons/diamond-percent.ts +18 -0
  544. package/src/icons/diamond-plus.ts +18 -0
  545. package/src/icons/diamond.ts +18 -0
  546. package/src/icons/dice-1.ts +18 -0
  547. package/src/icons/dice-2.ts +18 -0
  548. package/src/icons/dice-3.ts +18 -0
  549. package/src/icons/dice-4.ts +18 -0
  550. package/src/icons/dice-5.ts +18 -0
  551. package/src/icons/dice-6.ts +18 -0
  552. package/src/icons/dices.ts +18 -0
  553. package/src/icons/diff.ts +18 -0
  554. package/src/icons/disc-2.ts +18 -0
  555. package/src/icons/disc-3.ts +18 -0
  556. package/src/icons/disc-album.ts +18 -0
  557. package/src/icons/disc.ts +18 -0
  558. package/src/icons/divide.ts +18 -0
  559. package/src/icons/dna-off.ts +18 -0
  560. package/src/icons/dna.ts +18 -0
  561. package/src/icons/dock.ts +18 -0
  562. package/src/icons/dog.ts +18 -0
  563. package/src/icons/dollar-sign.ts +18 -0
  564. package/src/icons/donut.ts +18 -0
  565. package/src/icons/door-closed-locked.ts +18 -0
  566. package/src/icons/door-closed.ts +18 -0
  567. package/src/icons/door-open.ts +18 -0
  568. package/src/icons/dot.ts +18 -0
  569. package/src/icons/download.ts +18 -0
  570. package/src/icons/drafting-compass.ts +18 -0
  571. package/src/icons/drama.ts +18 -0
  572. package/src/icons/drill.ts +18 -0
  573. package/src/icons/drone.ts +18 -0
  574. package/src/icons/droplet-off.ts +18 -0
  575. package/src/icons/droplet.ts +18 -0
  576. package/src/icons/droplets.ts +18 -0
  577. package/src/icons/drum.ts +18 -0
  578. package/src/icons/drumstick.ts +18 -0
  579. package/src/icons/dumbbell.ts +18 -0
  580. package/src/icons/ear-off.ts +18 -0
  581. package/src/icons/ear.ts +18 -0
  582. package/src/icons/earth-lock.ts +18 -0
  583. package/src/icons/earth.ts +18 -0
  584. package/src/icons/eclipse.ts +18 -0
  585. package/src/icons/egg-fried.ts +18 -0
  586. package/src/icons/egg-off.ts +18 -0
  587. package/src/icons/egg.ts +18 -0
  588. package/src/icons/ellipse.ts +18 -0
  589. package/src/icons/ellipsis-vertical.ts +18 -0
  590. package/src/icons/ellipsis.ts +18 -0
  591. package/src/icons/equal-approximately.ts +18 -0
  592. package/src/icons/equal-not.ts +18 -0
  593. package/src/icons/equal.ts +18 -0
  594. package/src/icons/eraser.ts +18 -0
  595. package/src/icons/ethernet-port.ts +18 -0
  596. package/src/icons/euro.ts +18 -0
  597. package/src/icons/ev-charger.ts +18 -0
  598. package/src/icons/expand.ts +18 -0
  599. package/src/icons/external-link.ts +18 -0
  600. package/src/icons/eye-closed.ts +18 -0
  601. package/src/icons/eye-dashed.ts +18 -0
  602. package/src/icons/eye-off.ts +18 -0
  603. package/src/icons/eye.ts +18 -0
  604. package/src/icons/factory.ts +18 -0
  605. package/src/icons/fan.ts +18 -0
  606. package/src/icons/fast-forward.ts +18 -0
  607. package/src/icons/feather.ts +18 -0
  608. package/src/icons/fence.ts +18 -0
  609. package/src/icons/ferris-wheel.ts +18 -0
  610. package/src/icons/file-archive.ts +18 -0
  611. package/src/icons/file-axis-3d.ts +18 -0
  612. package/src/icons/file-badge.ts +18 -0
  613. package/src/icons/file-box.ts +18 -0
  614. package/src/icons/file-braces-corner.ts +18 -0
  615. package/src/icons/file-braces.ts +18 -0
  616. package/src/icons/file-chart-column-increasing.ts +18 -0
  617. package/src/icons/file-chart-column.ts +18 -0
  618. package/src/icons/file-chart-line.ts +18 -0
  619. package/src/icons/file-chart-pie.ts +18 -0
  620. package/src/icons/file-check-corner.ts +18 -0
  621. package/src/icons/file-check.ts +18 -0
  622. package/src/icons/file-clock.ts +18 -0
  623. package/src/icons/file-code-corner.ts +18 -0
  624. package/src/icons/file-code.ts +18 -0
  625. package/src/icons/file-cog.ts +18 -0
  626. package/src/icons/file-diff.ts +18 -0
  627. package/src/icons/file-digit.ts +18 -0
  628. package/src/icons/file-down.ts +18 -0
  629. package/src/icons/file-exclamation-point.ts +18 -0
  630. package/src/icons/file-headphone.ts +18 -0
  631. package/src/icons/file-heart.ts +18 -0
  632. package/src/icons/file-image.ts +18 -0
  633. package/src/icons/file-input.ts +18 -0
  634. package/src/icons/file-key.ts +18 -0
  635. package/src/icons/file-lock.ts +18 -0
  636. package/src/icons/file-minus-corner.ts +18 -0
  637. package/src/icons/file-minus.ts +18 -0
  638. package/src/icons/file-music.ts +18 -0
  639. package/src/icons/file-output.ts +18 -0
  640. package/src/icons/file-pen-line.ts +18 -0
  641. package/src/icons/file-pen.ts +18 -0
  642. package/src/icons/file-play.ts +18 -0
  643. package/src/icons/file-plus-corner.ts +18 -0
  644. package/src/icons/file-plus.ts +18 -0
  645. package/src/icons/file-question-mark.ts +18 -0
  646. package/src/icons/file-scan.ts +18 -0
  647. package/src/icons/file-search-corner.ts +18 -0
  648. package/src/icons/file-search.ts +18 -0
  649. package/src/icons/file-signal.ts +18 -0
  650. package/src/icons/file-sliders.ts +18 -0
  651. package/src/icons/file-spreadsheet.ts +18 -0
  652. package/src/icons/file-stack.ts +18 -0
  653. package/src/icons/file-symlink.ts +18 -0
  654. package/src/icons/file-terminal.ts +18 -0
  655. package/src/icons/file-text.ts +18 -0
  656. package/src/icons/file-type-corner.ts +18 -0
  657. package/src/icons/file-type.ts +18 -0
  658. package/src/icons/file-up.ts +18 -0
  659. package/src/icons/file-user.ts +18 -0
  660. package/src/icons/file-video-camera.ts +18 -0
  661. package/src/icons/file-volume.ts +18 -0
  662. package/src/icons/file-x-corner.ts +18 -0
  663. package/src/icons/file-x.ts +18 -0
  664. package/src/icons/file.ts +18 -0
  665. package/src/icons/files.ts +18 -0
  666. package/src/icons/film.ts +18 -0
  667. package/src/icons/fingerprint-pattern.ts +18 -0
  668. package/src/icons/fire-extinguisher.ts +18 -0
  669. package/src/icons/fish-off.ts +18 -0
  670. package/src/icons/fish-symbol.ts +18 -0
  671. package/src/icons/fish.ts +18 -0
  672. package/src/icons/fishing-hook.ts +18 -0
  673. package/src/icons/fishing-rod.ts +18 -0
  674. package/src/icons/flag-off.ts +18 -0
  675. package/src/icons/flag-triangle-left.ts +18 -0
  676. package/src/icons/flag-triangle-right.ts +18 -0
  677. package/src/icons/flag.ts +18 -0
  678. package/src/icons/flame-kindling.ts +18 -0
  679. package/src/icons/flame.ts +18 -0
  680. package/src/icons/flashlight-off.ts +18 -0
  681. package/src/icons/flashlight.ts +18 -0
  682. package/src/icons/flask-conical-off.ts +18 -0
  683. package/src/icons/flask-conical.ts +18 -0
  684. package/src/icons/flask-round.ts +18 -0
  685. package/src/icons/flip-horizontal-2.ts +18 -0
  686. package/src/icons/flip-vertical-2.ts +18 -0
  687. package/src/icons/flower-2.ts +18 -0
  688. package/src/icons/flower.ts +18 -0
  689. package/src/icons/focus.ts +18 -0
  690. package/src/icons/fold-horizontal.ts +18 -0
  691. package/src/icons/fold-vertical.ts +18 -0
  692. package/src/icons/folder-archive.ts +18 -0
  693. package/src/icons/folder-bookmark.ts +18 -0
  694. package/src/icons/folder-check.ts +18 -0
  695. package/src/icons/folder-clock.ts +18 -0
  696. package/src/icons/folder-closed.ts +18 -0
  697. package/src/icons/folder-code.ts +18 -0
  698. package/src/icons/folder-cog.ts +18 -0
  699. package/src/icons/folder-dot.ts +18 -0
  700. package/src/icons/folder-down.ts +18 -0
  701. package/src/icons/folder-git-2.ts +18 -0
  702. package/src/icons/folder-git.ts +18 -0
  703. package/src/icons/folder-heart.ts +18 -0
  704. package/src/icons/folder-input.ts +18 -0
  705. package/src/icons/folder-kanban.ts +18 -0
  706. package/src/icons/folder-key.ts +18 -0
  707. package/src/icons/folder-lock.ts +18 -0
  708. package/src/icons/folder-minus.ts +18 -0
  709. package/src/icons/folder-open-dot.ts +18 -0
  710. package/src/icons/folder-open.ts +18 -0
  711. package/src/icons/folder-output.ts +18 -0
  712. package/src/icons/folder-pen.ts +18 -0
  713. package/src/icons/folder-plus.ts +18 -0
  714. package/src/icons/folder-root.ts +18 -0
  715. package/src/icons/folder-search-2.ts +18 -0
  716. package/src/icons/folder-search.ts +18 -0
  717. package/src/icons/folder-symlink.ts +18 -0
  718. package/src/icons/folder-sync.ts +18 -0
  719. package/src/icons/folder-tree.ts +18 -0
  720. package/src/icons/folder-up.ts +18 -0
  721. package/src/icons/folder-x.ts +18 -0
  722. package/src/icons/folder.ts +18 -0
  723. package/src/icons/folders.ts +18 -0
  724. package/src/icons/footprints.ts +18 -0
  725. package/src/icons/forklift.ts +18 -0
  726. package/src/icons/form.ts +18 -0
  727. package/src/icons/forward.ts +18 -0
  728. package/src/icons/frame.ts +18 -0
  729. package/src/icons/frown.ts +18 -0
  730. package/src/icons/fuel.ts +18 -0
  731. package/src/icons/fullscreen.ts +18 -0
  732. package/src/icons/funnel-plus.ts +18 -0
  733. package/src/icons/funnel-x.ts +18 -0
  734. package/src/icons/funnel.ts +18 -0
  735. package/src/icons/gallery-horizontal-end.ts +18 -0
  736. package/src/icons/gallery-horizontal.ts +18 -0
  737. package/src/icons/gallery-thumbnails.ts +18 -0
  738. package/src/icons/gallery-vertical-end.ts +18 -0
  739. package/src/icons/gallery-vertical.ts +18 -0
  740. package/src/icons/gamepad-2.ts +18 -0
  741. package/src/icons/gamepad-directional.ts +18 -0
  742. package/src/icons/gamepad.ts +18 -0
  743. package/src/icons/gauge.ts +18 -0
  744. package/src/icons/gavel.ts +18 -0
  745. package/src/icons/gem.ts +18 -0
  746. package/src/icons/georgian-lari.ts +18 -0
  747. package/src/icons/ghost.ts +18 -0
  748. package/src/icons/gift.ts +18 -0
  749. package/src/icons/git-branch-minus.ts +18 -0
  750. package/src/icons/git-branch-plus.ts +18 -0
  751. package/src/icons/git-branch.ts +18 -0
  752. package/src/icons/git-commit-horizontal.ts +18 -0
  753. package/src/icons/git-commit-vertical.ts +18 -0
  754. package/src/icons/git-compare-arrows.ts +18 -0
  755. package/src/icons/git-compare.ts +18 -0
  756. package/src/icons/git-fork.ts +18 -0
  757. package/src/icons/git-graph.ts +18 -0
  758. package/src/icons/git-merge-conflict.ts +18 -0
  759. package/src/icons/git-merge.ts +18 -0
  760. package/src/icons/git-pull-request-arrow.ts +18 -0
  761. package/src/icons/git-pull-request-closed.ts +18 -0
  762. package/src/icons/git-pull-request-create-arrow.ts +18 -0
  763. package/src/icons/git-pull-request-create.ts +18 -0
  764. package/src/icons/git-pull-request-draft.ts +18 -0
  765. package/src/icons/git-pull-request.ts +18 -0
  766. package/src/icons/glass-water.ts +18 -0
  767. package/src/icons/glasses.ts +18 -0
  768. package/src/icons/globe-check.ts +18 -0
  769. package/src/icons/globe-lock.ts +18 -0
  770. package/src/icons/globe-off.ts +18 -0
  771. package/src/icons/globe-x.ts +18 -0
  772. package/src/icons/globe.ts +18 -0
  773. package/src/icons/goal.ts +18 -0
  774. package/src/icons/gpu.ts +18 -0
  775. package/src/icons/graduation-cap.ts +18 -0
  776. package/src/icons/grape.ts +18 -0
  777. package/src/icons/grid-2x2-check.ts +18 -0
  778. package/src/icons/grid-2x2-plus.ts +18 -0
  779. package/src/icons/grid-2x2-x.ts +18 -0
  780. package/src/icons/grid-2x2.ts +18 -0
  781. package/src/icons/grid-3x2.ts +18 -0
  782. package/src/icons/grid-3x3.ts +18 -0
  783. package/src/icons/grip-horizontal.ts +18 -0
  784. package/src/icons/grip-vertical.ts +18 -0
  785. package/src/icons/grip.ts +18 -0
  786. package/src/icons/group.ts +18 -0
  787. package/src/icons/guitar.ts +18 -0
  788. package/src/icons/ham.ts +18 -0
  789. package/src/icons/hamburger.ts +18 -0
  790. package/src/icons/hammer.ts +18 -0
  791. package/src/icons/hand-coins.ts +18 -0
  792. package/src/icons/hand-fist.ts +18 -0
  793. package/src/icons/hand-grab.ts +18 -0
  794. package/src/icons/hand-heart.ts +18 -0
  795. package/src/icons/hand-helping.ts +18 -0
  796. package/src/icons/hand-metal.ts +18 -0
  797. package/src/icons/hand-platter.ts +18 -0
  798. package/src/icons/hand.ts +18 -0
  799. package/src/icons/handbag.ts +18 -0
  800. package/src/icons/handshake.ts +18 -0
  801. package/src/icons/hard-drive-download.ts +18 -0
  802. package/src/icons/hard-drive-upload.ts +18 -0
  803. package/src/icons/hard-drive.ts +18 -0
  804. package/src/icons/hard-hat.ts +18 -0
  805. package/src/icons/hash.ts +18 -0
  806. package/src/icons/hat-glasses.ts +18 -0
  807. package/src/icons/haze.ts +18 -0
  808. package/src/icons/hd.ts +18 -0
  809. package/src/icons/hdmi-port.ts +18 -0
  810. package/src/icons/heading-1.ts +18 -0
  811. package/src/icons/heading-2.ts +18 -0
  812. package/src/icons/heading-3.ts +18 -0
  813. package/src/icons/heading-4.ts +18 -0
  814. package/src/icons/heading-5.ts +18 -0
  815. package/src/icons/heading-6.ts +18 -0
  816. package/src/icons/heading.ts +18 -0
  817. package/src/icons/headphone-off.ts +18 -0
  818. package/src/icons/headphones.ts +18 -0
  819. package/src/icons/headset.ts +18 -0
  820. package/src/icons/heart-crack.ts +18 -0
  821. package/src/icons/heart-handshake.ts +18 -0
  822. package/src/icons/heart-minus.ts +18 -0
  823. package/src/icons/heart-off.ts +18 -0
  824. package/src/icons/heart-plus.ts +18 -0
  825. package/src/icons/heart-pulse.ts +18 -0
  826. package/src/icons/heart-x.ts +18 -0
  827. package/src/icons/heart.ts +18 -0
  828. package/src/icons/heater.ts +18 -0
  829. package/src/icons/helicopter.ts +18 -0
  830. package/src/icons/hexagon.ts +18 -0
  831. package/src/icons/highlighter.ts +18 -0
  832. package/src/icons/history.ts +18 -0
  833. package/src/icons/hop-off.ts +18 -0
  834. package/src/icons/hop.ts +18 -0
  835. package/src/icons/hospital.ts +18 -0
  836. package/src/icons/hotel.ts +18 -0
  837. package/src/icons/hourglass.ts +18 -0
  838. package/src/icons/house-heart.ts +18 -0
  839. package/src/icons/house-plug.ts +18 -0
  840. package/src/icons/house-plus.ts +18 -0
  841. package/src/icons/house-wifi.ts +18 -0
  842. package/src/icons/house.ts +18 -0
  843. package/src/icons/ice-cream-bowl.ts +18 -0
  844. package/src/icons/ice-cream-cone.ts +18 -0
  845. package/src/icons/id-card-lanyard.ts +18 -0
  846. package/src/icons/id-card.ts +18 -0
  847. package/src/icons/image-down.ts +18 -0
  848. package/src/icons/image-minus.ts +18 -0
  849. package/src/icons/image-off.ts +18 -0
  850. package/src/icons/image-play.ts +18 -0
  851. package/src/icons/image-plus.ts +18 -0
  852. package/src/icons/image-up.ts +18 -0
  853. package/src/icons/image-upscale.ts +18 -0
  854. package/src/icons/image.ts +18 -0
  855. package/src/icons/images.ts +18 -0
  856. package/src/icons/import.ts +18 -0
  857. package/src/icons/inbox.ts +18 -0
  858. package/src/icons/index.ts +1744 -0
  859. package/src/icons/indian-rupee.ts +18 -0
  860. package/src/icons/infinity.ts +18 -0
  861. package/src/icons/info.ts +18 -0
  862. package/src/icons/inspection-panel.ts +18 -0
  863. package/src/icons/italic.ts +18 -0
  864. package/src/icons/iteration-ccw.ts +18 -0
  865. package/src/icons/iteration-cw.ts +18 -0
  866. package/src/icons/japanese-yen.ts +18 -0
  867. package/src/icons/joystick.ts +18 -0
  868. package/src/icons/kanban.ts +18 -0
  869. package/src/icons/kayak.ts +18 -0
  870. package/src/icons/key-round.ts +18 -0
  871. package/src/icons/key-square.ts +18 -0
  872. package/src/icons/key.ts +18 -0
  873. package/src/icons/keyboard-music.ts +18 -0
  874. package/src/icons/keyboard-off.ts +18 -0
  875. package/src/icons/keyboard.ts +18 -0
  876. package/src/icons/lamp-ceiling.ts +18 -0
  877. package/src/icons/lamp-desk.ts +18 -0
  878. package/src/icons/lamp-floor.ts +18 -0
  879. package/src/icons/lamp-wall-down.ts +18 -0
  880. package/src/icons/lamp-wall-up.ts +18 -0
  881. package/src/icons/lamp.ts +18 -0
  882. package/src/icons/land-plot.ts +18 -0
  883. package/src/icons/landmark.ts +18 -0
  884. package/src/icons/languages.ts +18 -0
  885. package/src/icons/laptop-minimal-check.ts +18 -0
  886. package/src/icons/laptop-minimal.ts +18 -0
  887. package/src/icons/laptop.ts +18 -0
  888. package/src/icons/lasso-select.ts +18 -0
  889. package/src/icons/lasso.ts +18 -0
  890. package/src/icons/laugh.ts +18 -0
  891. package/src/icons/layers-2.ts +18 -0
  892. package/src/icons/layers-minus.ts +18 -0
  893. package/src/icons/layers-plus.ts +18 -0
  894. package/src/icons/layers.ts +18 -0
  895. package/src/icons/layout-dashboard.ts +18 -0
  896. package/src/icons/layout-grid.ts +18 -0
  897. package/src/icons/layout-list.ts +18 -0
  898. package/src/icons/layout-panel-left.ts +18 -0
  899. package/src/icons/layout-panel-top.ts +18 -0
  900. package/src/icons/layout-template.ts +18 -0
  901. package/src/icons/leaf.ts +18 -0
  902. package/src/icons/leafy-green.ts +18 -0
  903. package/src/icons/lectern.ts +18 -0
  904. package/src/icons/lens-concave.ts +18 -0
  905. package/src/icons/lens-convex.ts +18 -0
  906. package/src/icons/library-big.ts +18 -0
  907. package/src/icons/library.ts +18 -0
  908. package/src/icons/life-buoy.ts +18 -0
  909. package/src/icons/ligature.ts +18 -0
  910. package/src/icons/lightbulb-off.ts +18 -0
  911. package/src/icons/lightbulb.ts +18 -0
  912. package/src/icons/line-dot-right-horizontal.ts +18 -0
  913. package/src/icons/line-squiggle.ts +18 -0
  914. package/src/icons/line-style.ts +18 -0
  915. package/src/icons/link-2-off.ts +18 -0
  916. package/src/icons/link-2.ts +18 -0
  917. package/src/icons/link.ts +18 -0
  918. package/src/icons/list-check.ts +18 -0
  919. package/src/icons/list-checks.ts +18 -0
  920. package/src/icons/list-chevrons-down-up.ts +18 -0
  921. package/src/icons/list-chevrons-up-down.ts +18 -0
  922. package/src/icons/list-collapse.ts +18 -0
  923. package/src/icons/list-end.ts +18 -0
  924. package/src/icons/list-filter-plus.ts +18 -0
  925. package/src/icons/list-filter.ts +18 -0
  926. package/src/icons/list-indent-decrease.ts +18 -0
  927. package/src/icons/list-indent-increase.ts +18 -0
  928. package/src/icons/list-minus.ts +18 -0
  929. package/src/icons/list-music.ts +18 -0
  930. package/src/icons/list-ordered.ts +18 -0
  931. package/src/icons/list-plus.ts +18 -0
  932. package/src/icons/list-restart.ts +18 -0
  933. package/src/icons/list-sort-ascending.ts +18 -0
  934. package/src/icons/list-sort-descending.ts +18 -0
  935. package/src/icons/list-start.ts +18 -0
  936. package/src/icons/list-todo.ts +18 -0
  937. package/src/icons/list-tree.ts +18 -0
  938. package/src/icons/list-video.ts +18 -0
  939. package/src/icons/list-x.ts +18 -0
  940. package/src/icons/list.ts +18 -0
  941. package/src/icons/loader-circle.ts +18 -0
  942. package/src/icons/loader-pinwheel.ts +18 -0
  943. package/src/icons/loader.ts +18 -0
  944. package/src/icons/locate-fixed.ts +18 -0
  945. package/src/icons/locate-off.ts +18 -0
  946. package/src/icons/locate.ts +18 -0
  947. package/src/icons/lock-keyhole-open.ts +18 -0
  948. package/src/icons/lock-keyhole.ts +18 -0
  949. package/src/icons/lock-open.ts +18 -0
  950. package/src/icons/lock.ts +18 -0
  951. package/src/icons/log-in.ts +18 -0
  952. package/src/icons/log-out.ts +18 -0
  953. package/src/icons/logs.ts +18 -0
  954. package/src/icons/lollipop.ts +18 -0
  955. package/src/icons/luggage.ts +18 -0
  956. package/src/icons/magnet.ts +18 -0
  957. package/src/icons/mail-check.ts +18 -0
  958. package/src/icons/mail-minus.ts +18 -0
  959. package/src/icons/mail-open.ts +18 -0
  960. package/src/icons/mail-plus.ts +18 -0
  961. package/src/icons/mail-question-mark.ts +18 -0
  962. package/src/icons/mail-search.ts +18 -0
  963. package/src/icons/mail-warning.ts +18 -0
  964. package/src/icons/mail-x.ts +18 -0
  965. package/src/icons/mail.ts +18 -0
  966. package/src/icons/mailbox.ts +18 -0
  967. package/src/icons/mails.ts +18 -0
  968. package/src/icons/map-minus.ts +18 -0
  969. package/src/icons/map-pin-check-inside.ts +18 -0
  970. package/src/icons/map-pin-check.ts +18 -0
  971. package/src/icons/map-pin-house.ts +18 -0
  972. package/src/icons/map-pin-minus-inside.ts +18 -0
  973. package/src/icons/map-pin-minus.ts +18 -0
  974. package/src/icons/map-pin-off.ts +18 -0
  975. package/src/icons/map-pin-pen.ts +18 -0
  976. package/src/icons/map-pin-plus-inside.ts +18 -0
  977. package/src/icons/map-pin-plus.ts +18 -0
  978. package/src/icons/map-pin-search.ts +18 -0
  979. package/src/icons/map-pin-x-inside.ts +18 -0
  980. package/src/icons/map-pin-x.ts +18 -0
  981. package/src/icons/map-pin.ts +18 -0
  982. package/src/icons/map-pinned.ts +18 -0
  983. package/src/icons/map-plus.ts +18 -0
  984. package/src/icons/map.ts +18 -0
  985. package/src/icons/mars-stroke.ts +18 -0
  986. package/src/icons/mars.ts +18 -0
  987. package/src/icons/martini.ts +18 -0
  988. package/src/icons/maximize-2.ts +18 -0
  989. package/src/icons/maximize.ts +18 -0
  990. package/src/icons/medal.ts +18 -0
  991. package/src/icons/megaphone-off.ts +18 -0
  992. package/src/icons/megaphone.ts +18 -0
  993. package/src/icons/meh.ts +18 -0
  994. package/src/icons/memory-stick.ts +18 -0
  995. package/src/icons/menu.ts +18 -0
  996. package/src/icons/merge.ts +18 -0
  997. package/src/icons/message-circle-check.ts +18 -0
  998. package/src/icons/message-circle-code.ts +18 -0
  999. package/src/icons/message-circle-dashed.ts +18 -0
  1000. package/src/icons/message-circle-heart.ts +18 -0
  1001. package/src/icons/message-circle-more.ts +18 -0
  1002. package/src/icons/message-circle-off.ts +18 -0
  1003. package/src/icons/message-circle-plus.ts +18 -0
  1004. package/src/icons/message-circle-question-mark.ts +18 -0
  1005. package/src/icons/message-circle-reply.ts +18 -0
  1006. package/src/icons/message-circle-warning.ts +18 -0
  1007. package/src/icons/message-circle-x.ts +18 -0
  1008. package/src/icons/message-circle.ts +18 -0
  1009. package/src/icons/message-square-check.ts +18 -0
  1010. package/src/icons/message-square-code.ts +18 -0
  1011. package/src/icons/message-square-dashed.ts +18 -0
  1012. package/src/icons/message-square-diff.ts +18 -0
  1013. package/src/icons/message-square-dot.ts +18 -0
  1014. package/src/icons/message-square-heart.ts +18 -0
  1015. package/src/icons/message-square-lock.ts +18 -0
  1016. package/src/icons/message-square-more.ts +18 -0
  1017. package/src/icons/message-square-off.ts +18 -0
  1018. package/src/icons/message-square-plus.ts +18 -0
  1019. package/src/icons/message-square-quote.ts +18 -0
  1020. package/src/icons/message-square-reply.ts +18 -0
  1021. package/src/icons/message-square-share.ts +18 -0
  1022. package/src/icons/message-square-text.ts +18 -0
  1023. package/src/icons/message-square-warning.ts +18 -0
  1024. package/src/icons/message-square-x.ts +18 -0
  1025. package/src/icons/message-square.ts +18 -0
  1026. package/src/icons/messages-square.ts +18 -0
  1027. package/src/icons/metronome.ts +18 -0
  1028. package/src/icons/mic-off.ts +18 -0
  1029. package/src/icons/mic-vocal.ts +18 -0
  1030. package/src/icons/mic.ts +18 -0
  1031. package/src/icons/microchip.ts +18 -0
  1032. package/src/icons/microscope.ts +18 -0
  1033. package/src/icons/microwave.ts +18 -0
  1034. package/src/icons/milestone.ts +18 -0
  1035. package/src/icons/milk-off.ts +18 -0
  1036. package/src/icons/milk.ts +18 -0
  1037. package/src/icons/minimize-2.ts +18 -0
  1038. package/src/icons/minimize.ts +18 -0
  1039. package/src/icons/minus.ts +18 -0
  1040. package/src/icons/mirror-rectangular.ts +18 -0
  1041. package/src/icons/mirror-round.ts +18 -0
  1042. package/src/icons/monitor-check.ts +18 -0
  1043. package/src/icons/monitor-cloud.ts +18 -0
  1044. package/src/icons/monitor-cog.ts +18 -0
  1045. package/src/icons/monitor-dot.ts +18 -0
  1046. package/src/icons/monitor-down.ts +18 -0
  1047. package/src/icons/monitor-off.ts +18 -0
  1048. package/src/icons/monitor-pause.ts +18 -0
  1049. package/src/icons/monitor-play.ts +18 -0
  1050. package/src/icons/monitor-smartphone.ts +18 -0
  1051. package/src/icons/monitor-speaker.ts +18 -0
  1052. package/src/icons/monitor-stop.ts +18 -0
  1053. package/src/icons/monitor-up.ts +18 -0
  1054. package/src/icons/monitor-x.ts +18 -0
  1055. package/src/icons/monitor.ts +18 -0
  1056. package/src/icons/moon-star.ts +18 -0
  1057. package/src/icons/moon.ts +18 -0
  1058. package/src/icons/motorbike.ts +18 -0
  1059. package/src/icons/mountain-snow.ts +18 -0
  1060. package/src/icons/mountain.ts +18 -0
  1061. package/src/icons/mouse-left.ts +18 -0
  1062. package/src/icons/mouse-off.ts +18 -0
  1063. package/src/icons/mouse-pointer-2-off.ts +18 -0
  1064. package/src/icons/mouse-pointer-2.ts +18 -0
  1065. package/src/icons/mouse-pointer-ban.ts +18 -0
  1066. package/src/icons/mouse-pointer-click.ts +18 -0
  1067. package/src/icons/mouse-pointer.ts +18 -0
  1068. package/src/icons/mouse-right.ts +18 -0
  1069. package/src/icons/mouse.ts +18 -0
  1070. package/src/icons/move-3d.ts +18 -0
  1071. package/src/icons/move-diagonal-2.ts +18 -0
  1072. package/src/icons/move-diagonal.ts +18 -0
  1073. package/src/icons/move-down-left.ts +18 -0
  1074. package/src/icons/move-down-right.ts +18 -0
  1075. package/src/icons/move-down.ts +18 -0
  1076. package/src/icons/move-horizontal.ts +18 -0
  1077. package/src/icons/move-left.ts +18 -0
  1078. package/src/icons/move-right.ts +18 -0
  1079. package/src/icons/move-up-left.ts +18 -0
  1080. package/src/icons/move-up-right.ts +18 -0
  1081. package/src/icons/move-up.ts +18 -0
  1082. package/src/icons/move-vertical.ts +18 -0
  1083. package/src/icons/move.ts +18 -0
  1084. package/src/icons/music-2.ts +18 -0
  1085. package/src/icons/music-3.ts +18 -0
  1086. package/src/icons/music-4.ts +18 -0
  1087. package/src/icons/music.ts +18 -0
  1088. package/src/icons/navigation-2-off.ts +18 -0
  1089. package/src/icons/navigation-2.ts +18 -0
  1090. package/src/icons/navigation-off.ts +18 -0
  1091. package/src/icons/navigation.ts +18 -0
  1092. package/src/icons/network.ts +18 -0
  1093. package/src/icons/newspaper.ts +18 -0
  1094. package/src/icons/nfc.ts +18 -0
  1095. package/src/icons/non-binary.ts +18 -0
  1096. package/src/icons/notebook-pen.ts +18 -0
  1097. package/src/icons/notebook-tabs.ts +18 -0
  1098. package/src/icons/notebook-text.ts +18 -0
  1099. package/src/icons/notebook.ts +18 -0
  1100. package/src/icons/notepad-text-dashed.ts +18 -0
  1101. package/src/icons/notepad-text.ts +18 -0
  1102. package/src/icons/nut-off.ts +18 -0
  1103. package/src/icons/nut.ts +18 -0
  1104. package/src/icons/octagon-alert.ts +18 -0
  1105. package/src/icons/octagon-minus.ts +18 -0
  1106. package/src/icons/octagon-pause.ts +18 -0
  1107. package/src/icons/octagon-x.ts +18 -0
  1108. package/src/icons/octagon.ts +18 -0
  1109. package/src/icons/omega.ts +18 -0
  1110. package/src/icons/option.ts +18 -0
  1111. package/src/icons/orbit.ts +18 -0
  1112. package/src/icons/origami.ts +18 -0
  1113. package/src/icons/package-2.ts +18 -0
  1114. package/src/icons/package-check.ts +18 -0
  1115. package/src/icons/package-minus.ts +18 -0
  1116. package/src/icons/package-open.ts +18 -0
  1117. package/src/icons/package-plus.ts +18 -0
  1118. package/src/icons/package-search.ts +18 -0
  1119. package/src/icons/package-x.ts +18 -0
  1120. package/src/icons/package.ts +18 -0
  1121. package/src/icons/paint-bucket.ts +18 -0
  1122. package/src/icons/paint-roller.ts +18 -0
  1123. package/src/icons/paintbrush-vertical.ts +18 -0
  1124. package/src/icons/paintbrush.ts +18 -0
  1125. package/src/icons/palette.ts +18 -0
  1126. package/src/icons/panda.ts +18 -0
  1127. package/src/icons/panel-bottom-close.ts +18 -0
  1128. package/src/icons/panel-bottom-dashed.ts +18 -0
  1129. package/src/icons/panel-bottom-open.ts +18 -0
  1130. package/src/icons/panel-bottom.ts +18 -0
  1131. package/src/icons/panel-left-close.ts +18 -0
  1132. package/src/icons/panel-left-dashed.ts +18 -0
  1133. package/src/icons/panel-left-open.ts +18 -0
  1134. package/src/icons/panel-left-right-dashed.ts +18 -0
  1135. package/src/icons/panel-left.ts +18 -0
  1136. package/src/icons/panel-right-close.ts +18 -0
  1137. package/src/icons/panel-right-dashed.ts +18 -0
  1138. package/src/icons/panel-right-open.ts +18 -0
  1139. package/src/icons/panel-right.ts +18 -0
  1140. package/src/icons/panel-top-bottom-dashed.ts +18 -0
  1141. package/src/icons/panel-top-close.ts +18 -0
  1142. package/src/icons/panel-top-dashed.ts +18 -0
  1143. package/src/icons/panel-top-open.ts +18 -0
  1144. package/src/icons/panel-top.ts +18 -0
  1145. package/src/icons/panels-left-bottom.ts +18 -0
  1146. package/src/icons/panels-right-bottom.ts +18 -0
  1147. package/src/icons/panels-top-left.ts +18 -0
  1148. package/src/icons/paperclip.ts +18 -0
  1149. package/src/icons/parasol.ts +18 -0
  1150. package/src/icons/parentheses.ts +18 -0
  1151. package/src/icons/parking-meter.ts +18 -0
  1152. package/src/icons/party-popper.ts +18 -0
  1153. package/src/icons/pause.ts +18 -0
  1154. package/src/icons/paw-print.ts +18 -0
  1155. package/src/icons/pc-case.ts +18 -0
  1156. package/src/icons/pen-line.ts +18 -0
  1157. package/src/icons/pen-off.ts +18 -0
  1158. package/src/icons/pen-tool.ts +18 -0
  1159. package/src/icons/pen.ts +18 -0
  1160. package/src/icons/pencil-line.ts +18 -0
  1161. package/src/icons/pencil-off.ts +18 -0
  1162. package/src/icons/pencil-ruler.ts +18 -0
  1163. package/src/icons/pencil-sparkles.ts +18 -0
  1164. package/src/icons/pencil.ts +18 -0
  1165. package/src/icons/pentagon.ts +18 -0
  1166. package/src/icons/percent.ts +18 -0
  1167. package/src/icons/person-standing.ts +18 -0
  1168. package/src/icons/philippine-peso.ts +18 -0
  1169. package/src/icons/phone-call.ts +18 -0
  1170. package/src/icons/phone-forwarded.ts +18 -0
  1171. package/src/icons/phone-incoming.ts +18 -0
  1172. package/src/icons/phone-missed.ts +18 -0
  1173. package/src/icons/phone-off.ts +18 -0
  1174. package/src/icons/phone-outgoing.ts +18 -0
  1175. package/src/icons/phone.ts +18 -0
  1176. package/src/icons/pi.ts +18 -0
  1177. package/src/icons/piano.ts +18 -0
  1178. package/src/icons/pickaxe.ts +18 -0
  1179. package/src/icons/picture-in-picture-2.ts +18 -0
  1180. package/src/icons/picture-in-picture.ts +18 -0
  1181. package/src/icons/piggy-bank.ts +18 -0
  1182. package/src/icons/pilcrow-left.ts +18 -0
  1183. package/src/icons/pilcrow-right.ts +18 -0
  1184. package/src/icons/pilcrow.ts +18 -0
  1185. package/src/icons/pill-bottle.ts +18 -0
  1186. package/src/icons/pill.ts +18 -0
  1187. package/src/icons/pin-off.ts +18 -0
  1188. package/src/icons/pin.ts +18 -0
  1189. package/src/icons/pipette.ts +18 -0
  1190. package/src/icons/pizza.ts +18 -0
  1191. package/src/icons/plane-landing.ts +18 -0
  1192. package/src/icons/plane-takeoff.ts +18 -0
  1193. package/src/icons/plane.ts +18 -0
  1194. package/src/icons/play-off.ts +18 -0
  1195. package/src/icons/play.ts +18 -0
  1196. package/src/icons/plug-2.ts +18 -0
  1197. package/src/icons/plug-zap.ts +18 -0
  1198. package/src/icons/plug.ts +18 -0
  1199. package/src/icons/plus.ts +18 -0
  1200. package/src/icons/pocket-knife.ts +18 -0
  1201. package/src/icons/podcast.ts +18 -0
  1202. package/src/icons/podium.ts +18 -0
  1203. package/src/icons/pointer-off.ts +18 -0
  1204. package/src/icons/pointer.ts +18 -0
  1205. package/src/icons/popcorn.ts +18 -0
  1206. package/src/icons/popsicle.ts +18 -0
  1207. package/src/icons/pound-sterling.ts +18 -0
  1208. package/src/icons/power-off.ts +18 -0
  1209. package/src/icons/power.ts +18 -0
  1210. package/src/icons/presentation.ts +18 -0
  1211. package/src/icons/printer-check.ts +18 -0
  1212. package/src/icons/printer-x.ts +18 -0
  1213. package/src/icons/printer.ts +18 -0
  1214. package/src/icons/projector.ts +18 -0
  1215. package/src/icons/proportions.ts +18 -0
  1216. package/src/icons/puzzle.ts +18 -0
  1217. package/src/icons/pyramid.ts +18 -0
  1218. package/src/icons/qr-code.ts +18 -0
  1219. package/src/icons/quote.ts +18 -0
  1220. package/src/icons/rabbit.ts +18 -0
  1221. package/src/icons/radar.ts +18 -0
  1222. package/src/icons/radiation.ts +18 -0
  1223. package/src/icons/radical.ts +18 -0
  1224. package/src/icons/radio-off.ts +18 -0
  1225. package/src/icons/radio-receiver.ts +18 -0
  1226. package/src/icons/radio-tower.ts +18 -0
  1227. package/src/icons/radio.ts +18 -0
  1228. package/src/icons/radius.ts +18 -0
  1229. package/src/icons/rainbow.ts +18 -0
  1230. package/src/icons/rat.ts +18 -0
  1231. package/src/icons/ratio.ts +18 -0
  1232. package/src/icons/receipt-cent.ts +18 -0
  1233. package/src/icons/receipt-euro.ts +18 -0
  1234. package/src/icons/receipt-indian-rupee.ts +18 -0
  1235. package/src/icons/receipt-japanese-yen.ts +18 -0
  1236. package/src/icons/receipt-pound-sterling.ts +18 -0
  1237. package/src/icons/receipt-russian-ruble.ts +18 -0
  1238. package/src/icons/receipt-swiss-franc.ts +18 -0
  1239. package/src/icons/receipt-text.ts +18 -0
  1240. package/src/icons/receipt-turkish-lira.ts +18 -0
  1241. package/src/icons/receipt.ts +18 -0
  1242. package/src/icons/rectangle-circle.ts +18 -0
  1243. package/src/icons/rectangle-ellipsis.ts +18 -0
  1244. package/src/icons/rectangle-goggles.ts +18 -0
  1245. package/src/icons/rectangle-horizontal.ts +18 -0
  1246. package/src/icons/rectangle-vertical.ts +18 -0
  1247. package/src/icons/recycle.ts +18 -0
  1248. package/src/icons/redo-2.ts +18 -0
  1249. package/src/icons/redo-dot.ts +18 -0
  1250. package/src/icons/redo.ts +18 -0
  1251. package/src/icons/refresh-ccw-dot.ts +18 -0
  1252. package/src/icons/refresh-ccw.ts +18 -0
  1253. package/src/icons/refresh-cw-off.ts +18 -0
  1254. package/src/icons/refresh-cw.ts +18 -0
  1255. package/src/icons/refrigerator.ts +18 -0
  1256. package/src/icons/regex.ts +18 -0
  1257. package/src/icons/remove-formatting.ts +18 -0
  1258. package/src/icons/repeat-1.ts +18 -0
  1259. package/src/icons/repeat-2.ts +18 -0
  1260. package/src/icons/repeat-off.ts +18 -0
  1261. package/src/icons/repeat.ts +18 -0
  1262. package/src/icons/replace-all.ts +18 -0
  1263. package/src/icons/replace.ts +18 -0
  1264. package/src/icons/reply-all.ts +18 -0
  1265. package/src/icons/reply.ts +18 -0
  1266. package/src/icons/rewind.ts +18 -0
  1267. package/src/icons/ribbon.ts +18 -0
  1268. package/src/icons/road.ts +18 -0
  1269. package/src/icons/rocket.ts +18 -0
  1270. package/src/icons/rocking-chair.ts +18 -0
  1271. package/src/icons/roller-coaster.ts +18 -0
  1272. package/src/icons/rose.ts +18 -0
  1273. package/src/icons/rotate-3d.ts +18 -0
  1274. package/src/icons/rotate-ccw-key.ts +18 -0
  1275. package/src/icons/rotate-ccw-square.ts +18 -0
  1276. package/src/icons/rotate-ccw.ts +18 -0
  1277. package/src/icons/rotate-cw-square.ts +18 -0
  1278. package/src/icons/rotate-cw.ts +18 -0
  1279. package/src/icons/route-off.ts +18 -0
  1280. package/src/icons/route.ts +18 -0
  1281. package/src/icons/router.ts +18 -0
  1282. package/src/icons/rows-2.ts +18 -0
  1283. package/src/icons/rows-3.ts +18 -0
  1284. package/src/icons/rows-4.ts +18 -0
  1285. package/src/icons/rss.ts +18 -0
  1286. package/src/icons/ruler-dimension-line.ts +18 -0
  1287. package/src/icons/ruler.ts +18 -0
  1288. package/src/icons/russian-ruble.ts +18 -0
  1289. package/src/icons/sailboat.ts +18 -0
  1290. package/src/icons/salad.ts +18 -0
  1291. package/src/icons/sandwich.ts +18 -0
  1292. package/src/icons/satellite-dish.ts +18 -0
  1293. package/src/icons/satellite.ts +18 -0
  1294. package/src/icons/saudi-riyal.ts +18 -0
  1295. package/src/icons/save-all.ts +18 -0
  1296. package/src/icons/save-check.ts +18 -0
  1297. package/src/icons/save-off.ts +18 -0
  1298. package/src/icons/save-pen.ts +18 -0
  1299. package/src/icons/save-plus.ts +18 -0
  1300. package/src/icons/save.ts +18 -0
  1301. package/src/icons/scale-3d.ts +18 -0
  1302. package/src/icons/scale.ts +18 -0
  1303. package/src/icons/scaling.ts +18 -0
  1304. package/src/icons/scan-barcode.ts +18 -0
  1305. package/src/icons/scan-eye.ts +18 -0
  1306. package/src/icons/scan-face.ts +18 -0
  1307. package/src/icons/scan-heart.ts +18 -0
  1308. package/src/icons/scan-line.ts +18 -0
  1309. package/src/icons/scan-qr-code.ts +18 -0
  1310. package/src/icons/scan-search.ts +18 -0
  1311. package/src/icons/scan-text.ts +18 -0
  1312. package/src/icons/scan.ts +18 -0
  1313. package/src/icons/school.ts +18 -0
  1314. package/src/icons/scissors-line-dashed.ts +18 -0
  1315. package/src/icons/scissors.ts +18 -0
  1316. package/src/icons/scooter.ts +18 -0
  1317. package/src/icons/screen-share-off.ts +18 -0
  1318. package/src/icons/screen-share.ts +18 -0
  1319. package/src/icons/scroll-text.ts +18 -0
  1320. package/src/icons/scroll.ts +18 -0
  1321. package/src/icons/search-alert.ts +18 -0
  1322. package/src/icons/search-check.ts +18 -0
  1323. package/src/icons/search-code.ts +18 -0
  1324. package/src/icons/search-slash.ts +18 -0
  1325. package/src/icons/search-x.ts +18 -0
  1326. package/src/icons/search.ts +18 -0
  1327. package/src/icons/section.ts +18 -0
  1328. package/src/icons/send-horizontal.ts +18 -0
  1329. package/src/icons/send-to-back.ts +18 -0
  1330. package/src/icons/send.ts +18 -0
  1331. package/src/icons/separator-horizontal.ts +18 -0
  1332. package/src/icons/separator-vertical.ts +18 -0
  1333. package/src/icons/server-cog.ts +18 -0
  1334. package/src/icons/server-crash.ts +18 -0
  1335. package/src/icons/server-off.ts +18 -0
  1336. package/src/icons/server.ts +18 -0
  1337. package/src/icons/settings-2.ts +18 -0
  1338. package/src/icons/settings.ts +18 -0
  1339. package/src/icons/shapes.ts +18 -0
  1340. package/src/icons/share-2.ts +18 -0
  1341. package/src/icons/share.ts +18 -0
  1342. package/src/icons/sheet.ts +18 -0
  1343. package/src/icons/shell.ts +18 -0
  1344. package/src/icons/shelving-unit.ts +18 -0
  1345. package/src/icons/shield-alert.ts +18 -0
  1346. package/src/icons/shield-ban.ts +18 -0
  1347. package/src/icons/shield-check.ts +18 -0
  1348. package/src/icons/shield-cog-corner.ts +18 -0
  1349. package/src/icons/shield-cog.ts +18 -0
  1350. package/src/icons/shield-ellipsis.ts +18 -0
  1351. package/src/icons/shield-half.ts +18 -0
  1352. package/src/icons/shield-minus.ts +18 -0
  1353. package/src/icons/shield-off.ts +18 -0
  1354. package/src/icons/shield-plus.ts +18 -0
  1355. package/src/icons/shield-question-mark.ts +18 -0
  1356. package/src/icons/shield-user.ts +18 -0
  1357. package/src/icons/shield-x.ts +18 -0
  1358. package/src/icons/shield.ts +18 -0
  1359. package/src/icons/ship-wheel.ts +18 -0
  1360. package/src/icons/ship.ts +18 -0
  1361. package/src/icons/shirt.ts +18 -0
  1362. package/src/icons/shopping-bag.ts +18 -0
  1363. package/src/icons/shopping-basket.ts +18 -0
  1364. package/src/icons/shopping-cart.ts +18 -0
  1365. package/src/icons/shovel.ts +18 -0
  1366. package/src/icons/shower-head.ts +18 -0
  1367. package/src/icons/shredder.ts +18 -0
  1368. package/src/icons/shrimp.ts +18 -0
  1369. package/src/icons/shrink.ts +18 -0
  1370. package/src/icons/shrub.ts +18 -0
  1371. package/src/icons/shuffle.ts +18 -0
  1372. package/src/icons/sigma.ts +18 -0
  1373. package/src/icons/signal-high.ts +18 -0
  1374. package/src/icons/signal-low.ts +18 -0
  1375. package/src/icons/signal-medium.ts +18 -0
  1376. package/src/icons/signal-zero.ts +18 -0
  1377. package/src/icons/signal.ts +18 -0
  1378. package/src/icons/signature.ts +18 -0
  1379. package/src/icons/signpost-big.ts +18 -0
  1380. package/src/icons/signpost.ts +18 -0
  1381. package/src/icons/siren.ts +18 -0
  1382. package/src/icons/skip-back.ts +18 -0
  1383. package/src/icons/skip-forward.ts +18 -0
  1384. package/src/icons/skull.ts +18 -0
  1385. package/src/icons/slash.ts +18 -0
  1386. package/src/icons/slice.ts +18 -0
  1387. package/src/icons/sliders-horizontal.ts +18 -0
  1388. package/src/icons/sliders-vertical.ts +18 -0
  1389. package/src/icons/smartphone-charging.ts +18 -0
  1390. package/src/icons/smartphone-nfc.ts +18 -0
  1391. package/src/icons/smartphone.ts +18 -0
  1392. package/src/icons/smile-plus.ts +18 -0
  1393. package/src/icons/smile.ts +18 -0
  1394. package/src/icons/snail.ts +18 -0
  1395. package/src/icons/snowflake.ts +18 -0
  1396. package/src/icons/soap-dispenser-droplet.ts +18 -0
  1397. package/src/icons/sofa.ts +18 -0
  1398. package/src/icons/solar-panel.ts +18 -0
  1399. package/src/icons/soup.ts +18 -0
  1400. package/src/icons/space.ts +18 -0
  1401. package/src/icons/spade.ts +18 -0
  1402. package/src/icons/sparkle.ts +18 -0
  1403. package/src/icons/sparkles.ts +18 -0
  1404. package/src/icons/speaker.ts +18 -0
  1405. package/src/icons/speech.ts +18 -0
  1406. package/src/icons/spell-check-2.ts +18 -0
  1407. package/src/icons/spell-check.ts +18 -0
  1408. package/src/icons/spline-pointer.ts +18 -0
  1409. package/src/icons/spline.ts +18 -0
  1410. package/src/icons/split.ts +18 -0
  1411. package/src/icons/spool.ts +18 -0
  1412. package/src/icons/sport-shoe.ts +18 -0
  1413. package/src/icons/spotlight.ts +18 -0
  1414. package/src/icons/spray-can.ts +18 -0
  1415. package/src/icons/sprout.ts +18 -0
  1416. package/src/icons/square-activity.ts +18 -0
  1417. package/src/icons/square-arrow-down-left.ts +18 -0
  1418. package/src/icons/square-arrow-down-right.ts +18 -0
  1419. package/src/icons/square-arrow-down.ts +18 -0
  1420. package/src/icons/square-arrow-left.ts +18 -0
  1421. package/src/icons/square-arrow-out-down-left.ts +18 -0
  1422. package/src/icons/square-arrow-out-down-right.ts +18 -0
  1423. package/src/icons/square-arrow-out-up-left.ts +18 -0
  1424. package/src/icons/square-arrow-out-up-right.ts +18 -0
  1425. package/src/icons/square-arrow-right-enter.ts +18 -0
  1426. package/src/icons/square-arrow-right-exit.ts +18 -0
  1427. package/src/icons/square-arrow-right.ts +18 -0
  1428. package/src/icons/square-arrow-up-left.ts +18 -0
  1429. package/src/icons/square-arrow-up-right.ts +18 -0
  1430. package/src/icons/square-arrow-up.ts +18 -0
  1431. package/src/icons/square-asterisk.ts +18 -0
  1432. package/src/icons/square-bottom-dashed-scissors.ts +18 -0
  1433. package/src/icons/square-centerline-dashed-horizontal.ts +18 -0
  1434. package/src/icons/square-centerline-dashed-vertical.ts +18 -0
  1435. package/src/icons/square-chart-gantt.ts +18 -0
  1436. package/src/icons/square-check-big.ts +18 -0
  1437. package/src/icons/square-check.ts +18 -0
  1438. package/src/icons/square-chevron-down.ts +18 -0
  1439. package/src/icons/square-chevron-left.ts +18 -0
  1440. package/src/icons/square-chevron-right.ts +18 -0
  1441. package/src/icons/square-chevron-up.ts +18 -0
  1442. package/src/icons/square-code.ts +18 -0
  1443. package/src/icons/square-dashed-bottom-code.ts +18 -0
  1444. package/src/icons/square-dashed-bottom.ts +18 -0
  1445. package/src/icons/square-dashed-kanban.ts +18 -0
  1446. package/src/icons/square-dashed-mouse-pointer.ts +18 -0
  1447. package/src/icons/square-dashed-text.ts +18 -0
  1448. package/src/icons/square-dashed-top-solid.ts +18 -0
  1449. package/src/icons/square-dashed.ts +18 -0
  1450. package/src/icons/square-divide.ts +18 -0
  1451. package/src/icons/square-dot.ts +18 -0
  1452. package/src/icons/square-equal.ts +18 -0
  1453. package/src/icons/square-function.ts +18 -0
  1454. package/src/icons/square-kanban.ts +18 -0
  1455. package/src/icons/square-library.ts +18 -0
  1456. package/src/icons/square-m.ts +18 -0
  1457. package/src/icons/square-menu.ts +18 -0
  1458. package/src/icons/square-minus.ts +18 -0
  1459. package/src/icons/square-mouse-pointer.ts +18 -0
  1460. package/src/icons/square-parking-off.ts +18 -0
  1461. package/src/icons/square-parking.ts +18 -0
  1462. package/src/icons/square-pause.ts +18 -0
  1463. package/src/icons/square-pen.ts +18 -0
  1464. package/src/icons/square-percent.ts +18 -0
  1465. package/src/icons/square-pi.ts +18 -0
  1466. package/src/icons/square-pilcrow.ts +18 -0
  1467. package/src/icons/square-play.ts +18 -0
  1468. package/src/icons/square-plus.ts +18 -0
  1469. package/src/icons/square-power.ts +18 -0
  1470. package/src/icons/square-radical.ts +18 -0
  1471. package/src/icons/square-round-corner.ts +18 -0
  1472. package/src/icons/square-scissors.ts +18 -0
  1473. package/src/icons/square-sigma.ts +18 -0
  1474. package/src/icons/square-slash.ts +18 -0
  1475. package/src/icons/square-split-horizontal.ts +18 -0
  1476. package/src/icons/square-split-vertical.ts +18 -0
  1477. package/src/icons/square-square.ts +18 -0
  1478. package/src/icons/square-stack.ts +18 -0
  1479. package/src/icons/square-star.ts +18 -0
  1480. package/src/icons/square-stop.ts +18 -0
  1481. package/src/icons/square-terminal.ts +18 -0
  1482. package/src/icons/square-user-round.ts +18 -0
  1483. package/src/icons/square-user.ts +18 -0
  1484. package/src/icons/square-x.ts +18 -0
  1485. package/src/icons/square.ts +18 -0
  1486. package/src/icons/squares-exclude.ts +18 -0
  1487. package/src/icons/squares-intersect.ts +18 -0
  1488. package/src/icons/squares-subtract.ts +18 -0
  1489. package/src/icons/squares-unite.ts +18 -0
  1490. package/src/icons/squircle-dashed.ts +18 -0
  1491. package/src/icons/squircle.ts +18 -0
  1492. package/src/icons/squirrel.ts +18 -0
  1493. package/src/icons/stamp.ts +18 -0
  1494. package/src/icons/star-check.ts +18 -0
  1495. package/src/icons/star-half.ts +18 -0
  1496. package/src/icons/star-minus.ts +18 -0
  1497. package/src/icons/star-off.ts +18 -0
  1498. package/src/icons/star-plus.ts +18 -0
  1499. package/src/icons/star-x.ts +18 -0
  1500. package/src/icons/star.ts +18 -0
  1501. package/src/icons/step-back.ts +18 -0
  1502. package/src/icons/step-forward.ts +18 -0
  1503. package/src/icons/stethoscope.ts +18 -0
  1504. package/src/icons/sticker.ts +18 -0
  1505. package/src/icons/sticky-note-check.ts +18 -0
  1506. package/src/icons/sticky-note-minus.ts +18 -0
  1507. package/src/icons/sticky-note-off.ts +18 -0
  1508. package/src/icons/sticky-note-plus.ts +18 -0
  1509. package/src/icons/sticky-note-x.ts +18 -0
  1510. package/src/icons/sticky-note.ts +18 -0
  1511. package/src/icons/sticky-notes.ts +18 -0
  1512. package/src/icons/stone.ts +18 -0
  1513. package/src/icons/store.ts +18 -0
  1514. package/src/icons/stretch-horizontal.ts +18 -0
  1515. package/src/icons/stretch-vertical.ts +18 -0
  1516. package/src/icons/strikethrough.ts +18 -0
  1517. package/src/icons/subscript.ts +18 -0
  1518. package/src/icons/summary.ts +18 -0
  1519. package/src/icons/sun-dim.ts +18 -0
  1520. package/src/icons/sun-medium.ts +18 -0
  1521. package/src/icons/sun-moon.ts +18 -0
  1522. package/src/icons/sun-snow.ts +18 -0
  1523. package/src/icons/sun.ts +18 -0
  1524. package/src/icons/sunrise.ts +18 -0
  1525. package/src/icons/sunset.ts +18 -0
  1526. package/src/icons/superscript.ts +18 -0
  1527. package/src/icons/swatch-book.ts +18 -0
  1528. package/src/icons/swiss-franc.ts +18 -0
  1529. package/src/icons/switch-camera.ts +18 -0
  1530. package/src/icons/sword.ts +18 -0
  1531. package/src/icons/swords.ts +18 -0
  1532. package/src/icons/syringe.ts +18 -0
  1533. package/src/icons/table-2.ts +18 -0
  1534. package/src/icons/table-cells-merge.ts +18 -0
  1535. package/src/icons/table-cells-split.ts +18 -0
  1536. package/src/icons/table-columns-split.ts +18 -0
  1537. package/src/icons/table-of-contents.ts +18 -0
  1538. package/src/icons/table-properties.ts +18 -0
  1539. package/src/icons/table-rows-split.ts +18 -0
  1540. package/src/icons/table.ts +18 -0
  1541. package/src/icons/tablet-smartphone.ts +18 -0
  1542. package/src/icons/tablet.ts +18 -0
  1543. package/src/icons/tablets.ts +18 -0
  1544. package/src/icons/tag-plus.ts +18 -0
  1545. package/src/icons/tag-x.ts +18 -0
  1546. package/src/icons/tag.ts +18 -0
  1547. package/src/icons/tags.ts +18 -0
  1548. package/src/icons/tally-1.ts +18 -0
  1549. package/src/icons/tally-2.ts +18 -0
  1550. package/src/icons/tally-3.ts +18 -0
  1551. package/src/icons/tally-4.ts +18 -0
  1552. package/src/icons/tally-5.ts +18 -0
  1553. package/src/icons/tangent.ts +18 -0
  1554. package/src/icons/target.ts +18 -0
  1555. package/src/icons/telescope.ts +18 -0
  1556. package/src/icons/tent-tree.ts +18 -0
  1557. package/src/icons/tent.ts +18 -0
  1558. package/src/icons/terminal.ts +18 -0
  1559. package/src/icons/test-tube-diagonal.ts +18 -0
  1560. package/src/icons/test-tube.ts +18 -0
  1561. package/src/icons/test-tubes.ts +18 -0
  1562. package/src/icons/text-align-center.ts +18 -0
  1563. package/src/icons/text-align-end.ts +18 -0
  1564. package/src/icons/text-align-justify.ts +18 -0
  1565. package/src/icons/text-align-start.ts +18 -0
  1566. package/src/icons/text-cursor-input.ts +18 -0
  1567. package/src/icons/text-cursor.ts +18 -0
  1568. package/src/icons/text-initial.ts +18 -0
  1569. package/src/icons/text-quote.ts +18 -0
  1570. package/src/icons/text-search.ts +18 -0
  1571. package/src/icons/text-wrap.ts +18 -0
  1572. package/src/icons/theater.ts +18 -0
  1573. package/src/icons/thermometer-snowflake.ts +18 -0
  1574. package/src/icons/thermometer-sun.ts +18 -0
  1575. package/src/icons/thermometer.ts +18 -0
  1576. package/src/icons/thumbs-down.ts +18 -0
  1577. package/src/icons/thumbs-up.ts +18 -0
  1578. package/src/icons/ticket-check.ts +18 -0
  1579. package/src/icons/ticket-minus.ts +18 -0
  1580. package/src/icons/ticket-percent.ts +18 -0
  1581. package/src/icons/ticket-plus.ts +18 -0
  1582. package/src/icons/ticket-slash.ts +18 -0
  1583. package/src/icons/ticket-x.ts +18 -0
  1584. package/src/icons/ticket.ts +18 -0
  1585. package/src/icons/tickets-plane.ts +18 -0
  1586. package/src/icons/tickets.ts +18 -0
  1587. package/src/icons/timeline.ts +18 -0
  1588. package/src/icons/timer-off.ts +18 -0
  1589. package/src/icons/timer-reset.ts +18 -0
  1590. package/src/icons/timer.ts +18 -0
  1591. package/src/icons/toggle-left.ts +18 -0
  1592. package/src/icons/toggle-right.ts +18 -0
  1593. package/src/icons/toilet.ts +18 -0
  1594. package/src/icons/tool-case.ts +18 -0
  1595. package/src/icons/toolbox.ts +18 -0
  1596. package/src/icons/tornado.ts +18 -0
  1597. package/src/icons/torus.ts +18 -0
  1598. package/src/icons/touchpad-off.ts +18 -0
  1599. package/src/icons/touchpad.ts +18 -0
  1600. package/src/icons/towel-rack.ts +18 -0
  1601. package/src/icons/tower-control.ts +18 -0
  1602. package/src/icons/toy-brick.ts +18 -0
  1603. package/src/icons/tractor.ts +18 -0
  1604. package/src/icons/traffic-cone.ts +18 -0
  1605. package/src/icons/train-front-tunnel.ts +18 -0
  1606. package/src/icons/train-front.ts +18 -0
  1607. package/src/icons/train-track.ts +18 -0
  1608. package/src/icons/tram-front.ts +18 -0
  1609. package/src/icons/transgender.ts +18 -0
  1610. package/src/icons/trash-2.ts +18 -0
  1611. package/src/icons/trash.ts +18 -0
  1612. package/src/icons/tree-deciduous.ts +18 -0
  1613. package/src/icons/tree-palm.ts +18 -0
  1614. package/src/icons/tree-pine.ts +18 -0
  1615. package/src/icons/trees.ts +18 -0
  1616. package/src/icons/trending-down.ts +18 -0
  1617. package/src/icons/trending-up-down.ts +18 -0
  1618. package/src/icons/trending-up.ts +18 -0
  1619. package/src/icons/triangle-alert.ts +18 -0
  1620. package/src/icons/triangle-dashed.ts +18 -0
  1621. package/src/icons/triangle-right.ts +18 -0
  1622. package/src/icons/triangle.ts +18 -0
  1623. package/src/icons/trophy.ts +18 -0
  1624. package/src/icons/truck-electric.ts +18 -0
  1625. package/src/icons/truck.ts +18 -0
  1626. package/src/icons/turkish-lira.ts +18 -0
  1627. package/src/icons/turntable.ts +18 -0
  1628. package/src/icons/turtle.ts +18 -0
  1629. package/src/icons/tv-minimal-play.ts +18 -0
  1630. package/src/icons/tv-minimal.ts +18 -0
  1631. package/src/icons/tv.ts +18 -0
  1632. package/src/icons/type-outline.ts +18 -0
  1633. package/src/icons/type.ts +18 -0
  1634. package/src/icons/umbrella-off.ts +18 -0
  1635. package/src/icons/umbrella.ts +18 -0
  1636. package/src/icons/underline.ts +18 -0
  1637. package/src/icons/undo-2.ts +18 -0
  1638. package/src/icons/undo-dot.ts +18 -0
  1639. package/src/icons/undo.ts +18 -0
  1640. package/src/icons/unfold-horizontal.ts +18 -0
  1641. package/src/icons/unfold-vertical.ts +18 -0
  1642. package/src/icons/ungroup.ts +18 -0
  1643. package/src/icons/university.ts +18 -0
  1644. package/src/icons/unlink-2.ts +18 -0
  1645. package/src/icons/unlink.ts +18 -0
  1646. package/src/icons/unplug.ts +18 -0
  1647. package/src/icons/upload.ts +18 -0
  1648. package/src/icons/usb.ts +18 -0
  1649. package/src/icons/user-check.ts +18 -0
  1650. package/src/icons/user-cog.ts +18 -0
  1651. package/src/icons/user-key.ts +18 -0
  1652. package/src/icons/user-lock.ts +18 -0
  1653. package/src/icons/user-minus.ts +18 -0
  1654. package/src/icons/user-pen.ts +18 -0
  1655. package/src/icons/user-plus.ts +18 -0
  1656. package/src/icons/user-round-arrow-left.ts +18 -0
  1657. package/src/icons/user-round-check.ts +18 -0
  1658. package/src/icons/user-round-cog.ts +18 -0
  1659. package/src/icons/user-round-key.ts +18 -0
  1660. package/src/icons/user-round-minus.ts +18 -0
  1661. package/src/icons/user-round-pen.ts +18 -0
  1662. package/src/icons/user-round-plus.ts +18 -0
  1663. package/src/icons/user-round-search.ts +18 -0
  1664. package/src/icons/user-round-x.ts +18 -0
  1665. package/src/icons/user-round.ts +18 -0
  1666. package/src/icons/user-search.ts +18 -0
  1667. package/src/icons/user-star.ts +18 -0
  1668. package/src/icons/user-x.ts +18 -0
  1669. package/src/icons/user.ts +18 -0
  1670. package/src/icons/users-round.ts +18 -0
  1671. package/src/icons/users.ts +18 -0
  1672. package/src/icons/utensils-crossed.ts +18 -0
  1673. package/src/icons/utensils.ts +18 -0
  1674. package/src/icons/utility-pole.ts +18 -0
  1675. package/src/icons/van.ts +18 -0
  1676. package/src/icons/variable.ts +18 -0
  1677. package/src/icons/vault.ts +18 -0
  1678. package/src/icons/vector-square.ts +18 -0
  1679. package/src/icons/vegan.ts +18 -0
  1680. package/src/icons/venetian-mask.ts +18 -0
  1681. package/src/icons/venus-and-mars.ts +18 -0
  1682. package/src/icons/venus.ts +18 -0
  1683. package/src/icons/vibrate-off.ts +18 -0
  1684. package/src/icons/vibrate.ts +18 -0
  1685. package/src/icons/video-off.ts +18 -0
  1686. package/src/icons/video.ts +18 -0
  1687. package/src/icons/videotape.ts +18 -0
  1688. package/src/icons/view.ts +18 -0
  1689. package/src/icons/voicemail.ts +18 -0
  1690. package/src/icons/volleyball.ts +18 -0
  1691. package/src/icons/volume-1.ts +18 -0
  1692. package/src/icons/volume-2.ts +18 -0
  1693. package/src/icons/volume-off.ts +18 -0
  1694. package/src/icons/volume-x.ts +18 -0
  1695. package/src/icons/volume.ts +18 -0
  1696. package/src/icons/vote.ts +18 -0
  1697. package/src/icons/wallet-cards.ts +18 -0
  1698. package/src/icons/wallet-minimal.ts +18 -0
  1699. package/src/icons/wallet.ts +18 -0
  1700. package/src/icons/wallpaper.ts +18 -0
  1701. package/src/icons/wand-sparkles.ts +18 -0
  1702. package/src/icons/wand.ts +18 -0
  1703. package/src/icons/warehouse.ts +18 -0
  1704. package/src/icons/washing-machine.ts +18 -0
  1705. package/src/icons/watch.ts +18 -0
  1706. package/src/icons/waves-arrow-down.ts +18 -0
  1707. package/src/icons/waves-arrow-up.ts +18 -0
  1708. package/src/icons/waves-horizontal.ts +18 -0
  1709. package/src/icons/waves-ladder.ts +18 -0
  1710. package/src/icons/waves-vertical.ts +18 -0
  1711. package/src/icons/waypoints.ts +18 -0
  1712. package/src/icons/webcam-off.ts +18 -0
  1713. package/src/icons/webcam.ts +18 -0
  1714. package/src/icons/webhook-off.ts +18 -0
  1715. package/src/icons/webhook.ts +18 -0
  1716. package/src/icons/weight-tilde.ts +18 -0
  1717. package/src/icons/weight.ts +18 -0
  1718. package/src/icons/wheat-off.ts +18 -0
  1719. package/src/icons/wheat.ts +18 -0
  1720. package/src/icons/whole-word.ts +18 -0
  1721. package/src/icons/wifi-cog.ts +18 -0
  1722. package/src/icons/wifi-high.ts +18 -0
  1723. package/src/icons/wifi-low.ts +18 -0
  1724. package/src/icons/wifi-off.ts +18 -0
  1725. package/src/icons/wifi-pen.ts +18 -0
  1726. package/src/icons/wifi-sync.ts +18 -0
  1727. package/src/icons/wifi-zero.ts +18 -0
  1728. package/src/icons/wifi.ts +18 -0
  1729. package/src/icons/wind-arrow-down.ts +18 -0
  1730. package/src/icons/wind.ts +18 -0
  1731. package/src/icons/wine-off.ts +18 -0
  1732. package/src/icons/wine.ts +18 -0
  1733. package/src/icons/workflow.ts +18 -0
  1734. package/src/icons/worm.ts +18 -0
  1735. package/src/icons/wrench-off.ts +18 -0
  1736. package/src/icons/wrench.ts +18 -0
  1737. package/src/icons/x-line-top.ts +18 -0
  1738. package/src/icons/x.ts +18 -0
  1739. package/src/icons/zap-off.ts +18 -0
  1740. package/src/icons/zap.ts +18 -0
  1741. package/src/icons/zodiac-aquarius.ts +18 -0
  1742. package/src/icons/zodiac-aries.ts +18 -0
  1743. package/src/icons/zodiac-cancer.ts +18 -0
  1744. package/src/icons/zodiac-capricorn.ts +18 -0
  1745. package/src/icons/zodiac-gemini.ts +18 -0
  1746. package/src/icons/zodiac-leo.ts +18 -0
  1747. package/src/icons/zodiac-libra.ts +18 -0
  1748. package/src/icons/zodiac-ophiuchus.ts +18 -0
  1749. package/src/icons/zodiac-pisces.ts +18 -0
  1750. package/src/icons/zodiac-sagittarius.ts +18 -0
  1751. package/src/icons/zodiac-scorpio.ts +18 -0
  1752. package/src/icons/zodiac-taurus.ts +18 -0
  1753. package/src/icons/zodiac-virgo.ts +18 -0
  1754. package/src/icons/zoom-in.ts +18 -0
  1755. package/src/icons/zoom-out.ts +18 -0
  1756. package/src/types.ts +77 -0
  1757. package/src/utils/hasA11yProp.ts +15 -0
  1758. package/src/utils/mergeClasses.ts +17 -0
  1759. package/src/utils/toKebabCase.ts +8 -0
  1760. package/src/ycloud-astro.ts +8 -0
@@ -0,0 +1,1471 @@
1
+
2
+ // AlarmClockCheck aliases
3
+ export {
4
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockCheck} instead. This alias will be removed in v1.0 */
5
+ default as AlarmCheck
6
+ } from '../icons/alarm-clock-check';
7
+
8
+ // AlarmClockMinus aliases
9
+ export {
10
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockMinus} instead. This alias will be removed in v1.0 */
11
+ default as AlarmMinus
12
+ } from '../icons/alarm-clock-minus';
13
+
14
+ // AlarmClockPlus aliases
15
+ export {
16
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockPlus} instead. This alias will be removed in v1.0 */
17
+ default as AlarmPlus
18
+ } from '../icons/alarm-clock-plus';
19
+
20
+ // ArrowDownAZ aliases
21
+ export {
22
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownAZ} instead. This alias will be removed in v1.0 */
23
+ default as ArrowDownAz
24
+ } from '../icons/arrow-down-a-z';
25
+
26
+ // ArrowDownWideNarrow aliases
27
+ export {
28
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownWideNarrow} instead. This alias will be removed in v1.0 */
29
+ default as SortDesc
30
+ } from '../icons/arrow-down-wide-narrow';
31
+
32
+ // ArrowDownZA aliases
33
+ export {
34
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownZA} instead. This alias will be removed in v1.0 */
35
+ default as ArrowDownZa
36
+ } from '../icons/arrow-down-z-a';
37
+
38
+ // ArrowUpAZ aliases
39
+ export {
40
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpAZ} instead. This alias will be removed in v1.0 */
41
+ default as ArrowUpAz
42
+ } from '../icons/arrow-up-a-z';
43
+
44
+ // ArrowUpNarrowWide aliases
45
+ export {
46
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpNarrowWide} instead. This alias will be removed in v1.0 */
47
+ default as SortAsc
48
+ } from '../icons/arrow-up-narrow-wide';
49
+
50
+ // ArrowUpZA aliases
51
+ export {
52
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpZA} instead. This alias will be removed in v1.0 */
53
+ default as ArrowUpZa
54
+ } from '../icons/arrow-up-z-a';
55
+
56
+ // Axis3d aliases
57
+ export {
58
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Axis3d} instead. This alias will be removed in v1.0 */
59
+ default as Axis3D
60
+ } from '../icons/axis-3d';
61
+
62
+ // BadgeCheck aliases
63
+ export {
64
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} instead. This alias will be removed in v1.0 */
65
+ default as Verified
66
+ } from '../icons/badge-check';
67
+
68
+ // BadgeQuestionMark aliases
69
+ export {
70
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. This alias will be removed in v1.0 */
71
+ default as BadgeHelp
72
+ } from '../icons/badge-question-mark';
73
+
74
+ // BetweenHorizontalEnd aliases
75
+ export {
76
+ /** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
77
+ default as BetweenHorizonalEnd
78
+ } from '../icons/between-horizontal-end';
79
+
80
+ // BetweenHorizontalStart aliases
81
+ export {
82
+ /** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
83
+ default as BetweenHorizonalStart
84
+ } from '../icons/between-horizontal-start';
85
+
86
+ // BookDashed aliases
87
+ export {
88
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BookDashed} instead. This alias will be removed in v1.0.0 */
89
+ default as BookTemplate
90
+ } from '../icons/book-dashed';
91
+
92
+ // Braces aliases
93
+ export {
94
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Braces} instead. This alias will be removed in v1.0 */
95
+ default as CurlyBraces
96
+ } from '../icons/braces';
97
+
98
+ // Captions aliases
99
+ export {
100
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. This alias will be removed in v1.0 */
101
+ default as Subtitles
102
+ } from '../icons/captions';
103
+
104
+ // ChartArea aliases
105
+ export {
106
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartArea} instead. This alias will be removed in v1.0 */
107
+ default as AreaChart
108
+ } from '../icons/chart-area';
109
+
110
+ // ChartBarBig aliases
111
+ export {
112
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBarBig} instead. This alias will be removed in v1.0 */
113
+ default as BarChartHorizontalBig
114
+ } from '../icons/chart-bar-big';
115
+
116
+ // ChartBar aliases
117
+ export {
118
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. This alias will be removed in v1.0 */
119
+ default as BarChartHorizontal
120
+ } from '../icons/chart-bar';
121
+
122
+ // ChartCandlestick aliases
123
+ export {
124
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. This alias will be removed in v1.0 */
125
+ default as CandlestickChart
126
+ } from '../icons/chart-candlestick';
127
+
128
+ // ChartColumnBig aliases
129
+ export {
130
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead. This alias will be removed in v1.0 */
131
+ default as BarChartBig
132
+ } from '../icons/chart-column-big';
133
+
134
+ // ChartColumnIncreasing aliases
135
+ export {
136
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnIncreasing} instead. This alias will be removed in v1.0 */
137
+ default as BarChart4
138
+ } from '../icons/chart-column-increasing';
139
+
140
+ // ChartColumn aliases
141
+ export {
142
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumn} instead. This alias will be removed in v1.0 */
143
+ default as BarChart3
144
+ } from '../icons/chart-column';
145
+
146
+ // ChartLine aliases
147
+ export {
148
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. This alias will be removed in v1.0 */
149
+ default as LineChart
150
+ } from '../icons/chart-line';
151
+
152
+ // ChartNoAxesColumnIncreasing aliases
153
+ export {
154
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumnIncreasing} instead. This alias will be removed in v1.0 */
155
+ default as BarChart
156
+ } from '../icons/chart-no-axes-column-increasing';
157
+
158
+ // ChartNoAxesColumn aliases
159
+ export {
160
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumn} instead. This alias will be removed in v1.0 */
161
+ default as BarChart2
162
+ } from '../icons/chart-no-axes-column';
163
+
164
+ // ChartNoAxesGantt aliases
165
+ export {
166
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. This alias will be removed in v1.0 */
167
+ default as GanttChart
168
+ } from '../icons/chart-no-axes-gantt';
169
+
170
+ // ChartPie aliases
171
+ export {
172
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartPie} instead. This alias will be removed in v1.0 */
173
+ default as PieChart
174
+ } from '../icons/chart-pie';
175
+
176
+ // ChartScatter aliases
177
+ export {
178
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartScatter} instead. This alias will be removed in v1.0 */
179
+ default as ScatterChart
180
+ } from '../icons/chart-scatter';
181
+
182
+ // CircleAlert aliases
183
+ export {
184
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleAlert} instead. This alias will be removed in v1.0 */
185
+ default as AlertCircle
186
+ } from '../icons/circle-alert';
187
+
188
+ // CircleArrowDown aliases
189
+ export {
190
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowDown} instead. This alias will be removed in v1.0 */
191
+ default as ArrowDownCircle
192
+ } from '../icons/circle-arrow-down';
193
+
194
+ // CircleArrowLeft aliases
195
+ export {
196
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowLeft} instead. This alias will be removed in v1.0 */
197
+ default as ArrowLeftCircle
198
+ } from '../icons/circle-arrow-left';
199
+
200
+ // CircleArrowOutDownLeft aliases
201
+ export {
202
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownLeft} instead. This alias will be removed in v1.0 */
203
+ default as ArrowDownLeftFromCircle
204
+ } from '../icons/circle-arrow-out-down-left';
205
+
206
+ // CircleArrowOutDownRight aliases
207
+ export {
208
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownRight} instead. This alias will be removed in v1.0 */
209
+ default as ArrowDownRightFromCircle
210
+ } from '../icons/circle-arrow-out-down-right';
211
+
212
+ // CircleArrowOutUpLeft aliases
213
+ export {
214
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpLeft} instead. This alias will be removed in v1.0 */
215
+ default as ArrowUpLeftFromCircle
216
+ } from '../icons/circle-arrow-out-up-left';
217
+
218
+ // CircleArrowOutUpRight aliases
219
+ export {
220
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. This alias will be removed in v1.0 */
221
+ default as ArrowUpRightFromCircle
222
+ } from '../icons/circle-arrow-out-up-right';
223
+
224
+ // CircleArrowRight aliases
225
+ export {
226
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. This alias will be removed in v1.0 */
227
+ default as ArrowRightCircle
228
+ } from '../icons/circle-arrow-right';
229
+
230
+ // CircleArrowUp aliases
231
+ export {
232
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. This alias will be removed in v1.0 */
233
+ default as ArrowUpCircle
234
+ } from '../icons/circle-arrow-up';
235
+
236
+ // CircleCheckBig aliases
237
+ export {
238
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. This alias will be removed in v1.0 */
239
+ default as CheckCircle
240
+ } from '../icons/circle-check-big';
241
+
242
+ // CircleCheck aliases
243
+ export {
244
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheck} instead. This alias will be removed in v1.0 */
245
+ default as CheckCircle2
246
+ } from '../icons/circle-check';
247
+
248
+ // CircleChevronDown aliases
249
+ export {
250
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. This alias will be removed in v1.0 */
251
+ default as ChevronDownCircle
252
+ } from '../icons/circle-chevron-down';
253
+
254
+ // CircleChevronLeft aliases
255
+ export {
256
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. This alias will be removed in v1.0 */
257
+ default as ChevronLeftCircle
258
+ } from '../icons/circle-chevron-left';
259
+
260
+ // CircleChevronRight aliases
261
+ export {
262
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronRight} instead. This alias will be removed in v1.0 */
263
+ default as ChevronRightCircle
264
+ } from '../icons/circle-chevron-right';
265
+
266
+ // CircleChevronUp aliases
267
+ export {
268
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronUp} instead. This alias will be removed in v1.0 */
269
+ default as ChevronUpCircle
270
+ } from '../icons/circle-chevron-up';
271
+
272
+ // CircleDivide aliases
273
+ export {
274
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleDivide} instead. This alias will be removed in v1.0 */
275
+ default as DivideCircle
276
+ } from '../icons/circle-divide';
277
+
278
+ // CircleGauge aliases
279
+ export {
280
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleGauge} instead. This alias will be removed in v1.0 */
281
+ default as GaugeCircle
282
+ } from '../icons/circle-gauge';
283
+
284
+ // CircleMinus aliases
285
+ export {
286
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleMinus} instead. This alias will be removed in v1.0 */
287
+ default as MinusCircle
288
+ } from '../icons/circle-minus';
289
+
290
+ // CircleParkingOff aliases
291
+ export {
292
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParkingOff} instead. This alias will be removed in v1.0 */
293
+ default as ParkingCircleOff
294
+ } from '../icons/circle-parking-off';
295
+
296
+ // CircleParking aliases
297
+ export {
298
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. This alias will be removed in v1.0 */
299
+ default as ParkingCircle
300
+ } from '../icons/circle-parking';
301
+
302
+ // CirclePause aliases
303
+ export {
304
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePause} instead. This alias will be removed in v1.0 */
305
+ default as PauseCircle
306
+ } from '../icons/circle-pause';
307
+
308
+ // CirclePercent aliases
309
+ export {
310
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePercent} instead. This alias will be removed in v1.0 */
311
+ default as PercentCircle
312
+ } from '../icons/circle-percent';
313
+
314
+ // CirclePlay aliases
315
+ export {
316
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlay} instead. This alias will be removed in v1.0 */
317
+ default as PlayCircle
318
+ } from '../icons/circle-play';
319
+
320
+ // CirclePlus aliases
321
+ export {
322
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlus} instead. This alias will be removed in v1.0 */
323
+ default as PlusCircle
324
+ } from '../icons/circle-plus';
325
+
326
+ // CirclePower aliases
327
+ export {
328
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePower} instead. This alias will be removed in v1.0 */
329
+ default as PowerCircle
330
+ } from '../icons/circle-power';
331
+
332
+ // CircleQuestionMark aliases
333
+ export {
334
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleQuestionMark} instead. This alias will be removed in v1.0 */
335
+ default as HelpCircle
336
+ } from '../icons/circle-question-mark';
337
+
338
+ // CircleQuestionMark aliases
339
+ export {
340
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleQuestionMark} instead. This alias will be removed in v1.0 */
341
+ default as CircleHelp
342
+ } from '../icons/circle-question-mark';
343
+
344
+ // CircleSlash2 aliases
345
+ export {
346
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleSlash2} instead. This alias will be removed in v1.0 */
347
+ default as CircleSlashed
348
+ } from '../icons/circle-slash-2';
349
+
350
+ // CircleStop aliases
351
+ export {
352
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleStop} instead. This alias will be removed in v1.0 */
353
+ default as StopCircle
354
+ } from '../icons/circle-stop';
355
+
356
+ // CircleUserRound aliases
357
+ export {
358
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. This alias will be removed in v1.0 */
359
+ default as UserCircle2
360
+ } from '../icons/circle-user-round';
361
+
362
+ // CircleUser aliases
363
+ export {
364
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUser} instead. This alias will be removed in v1.0 */
365
+ default as UserCircle
366
+ } from '../icons/circle-user';
367
+
368
+ // CircleX aliases
369
+ export {
370
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. This alias will be removed in v1.0 */
371
+ default as XCircle
372
+ } from '../icons/circle-x';
373
+
374
+ // ClipboardPenLine aliases
375
+ export {
376
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPenLine} instead. This alias will be removed in v1.0 */
377
+ default as ClipboardSignature
378
+ } from '../icons/clipboard-pen-line';
379
+
380
+ // ClipboardPen aliases
381
+ export {
382
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPen} instead. This alias will be removed in v1.0 */
383
+ default as ClipboardEdit
384
+ } from '../icons/clipboard-pen';
385
+
386
+ // CloudDownload aliases
387
+ export {
388
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudDownload} instead. This alias will be removed in v1.0 */
389
+ default as DownloadCloud
390
+ } from '../icons/cloud-download';
391
+
392
+ // CloudUpload aliases
393
+ export {
394
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudUpload} instead. This alias will be removed in v1.0 */
395
+ default as UploadCloud
396
+ } from '../icons/cloud-upload';
397
+
398
+ // CodeXml aliases
399
+ export {
400
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CodeXml} instead. This alias will be removed in v1.0 */
401
+ default as Code2
402
+ } from '../icons/code-xml';
403
+
404
+ // Columns2 aliases
405
+ export {
406
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns2} instead. This alias will be removed in v1.0 */
407
+ default as Columns
408
+ } from '../icons/columns-2';
409
+
410
+ // Columns3Cog aliases
411
+ export {
412
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead. This alias will be removed in v1.0 */
413
+ default as ColumnsSettings
414
+ } from '../icons/columns-3-cog';
415
+
416
+ // Columns3Cog aliases
417
+ export {
418
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead. This alias will be removed in v1.0 */
419
+ default as TableConfig
420
+ } from '../icons/columns-3-cog';
421
+
422
+ // Columns3 aliases
423
+ export {
424
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3} instead. This alias will be removed in v1.0 */
425
+ default as PanelsLeftRight
426
+ } from '../icons/columns-3';
427
+
428
+ // ContactRound aliases
429
+ export {
430
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead. This alias will be removed in v1.0 */
431
+ default as Contact2
432
+ } from '../icons/contact-round';
433
+
434
+ // DiamondPercent aliases
435
+ export {
436
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link DiamondPercent} instead. This alias will be removed in v1.0 */
437
+ default as PercentDiamond
438
+ } from '../icons/diamond-percent';
439
+
440
+ // Earth aliases
441
+ export {
442
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Earth} instead. This alias will be removed in v1.0 */
443
+ default as Globe2
444
+ } from '../icons/earth';
445
+
446
+ // EllipsisVertical aliases
447
+ export {
448
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link EllipsisVertical} instead. This alias will be removed in v1.0 */
449
+ default as MoreVertical
450
+ } from '../icons/ellipsis-vertical';
451
+
452
+ // Ellipsis aliases
453
+ export {
454
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Ellipsis} instead. This alias will be removed in v1.0 */
455
+ default as MoreHorizontal
456
+ } from '../icons/ellipsis';
457
+
458
+ // FileAxis3d aliases
459
+ export {
460
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. This alias will be removed in v1.0 */
461
+ default as FileAxis3D
462
+ } from '../icons/file-axis-3d';
463
+
464
+ // FileBadge aliases
465
+ export {
466
+ /** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileBadge} instead. This alias will be removed in v1.0 */
467
+ default as FileBadge2
468
+ } from '../icons/file-badge';
469
+
470
+ // FileBracesCorner aliases
471
+ export {
472
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBracesCorner} instead. This alias will be removed in v1.0 */
473
+ default as FileJson2
474
+ } from '../icons/file-braces-corner';
475
+
476
+ // FileBraces aliases
477
+ export {
478
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBraces} instead. This alias will be removed in v1.0 */
479
+ default as FileJson
480
+ } from '../icons/file-braces';
481
+
482
+ // FileChartColumnIncreasing aliases
483
+ export {
484
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. This alias will be removed in v1.0 */
485
+ default as FileBarChart
486
+ } from '../icons/file-chart-column-increasing';
487
+
488
+ // FileChartColumn aliases
489
+ export {
490
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. This alias will be removed in v1.0 */
491
+ default as FileBarChart2
492
+ } from '../icons/file-chart-column';
493
+
494
+ // FileChartLine aliases
495
+ export {
496
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartLine} instead. This alias will be removed in v1.0 */
497
+ default as FileLineChart
498
+ } from '../icons/file-chart-line';
499
+
500
+ // FileChartPie aliases
501
+ export {
502
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartPie} instead. This alias will be removed in v1.0 */
503
+ default as FilePieChart
504
+ } from '../icons/file-chart-pie';
505
+
506
+ // FileCheckCorner aliases
507
+ export {
508
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCheckCorner} instead. This alias will be removed in v1.0 */
509
+ default as FileCheck2
510
+ } from '../icons/file-check-corner';
511
+
512
+ // FileCodeCorner aliases
513
+ export {
514
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCodeCorner} instead. This alias will be removed in v1.0 */
515
+ default as FileCode2
516
+ } from '../icons/file-code-corner';
517
+
518
+ // FileCog aliases
519
+ export {
520
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead. This alias will be removed in v1.0 */
521
+ default as FileCog2
522
+ } from '../icons/file-cog';
523
+
524
+ // FileExclamationPoint aliases
525
+ export {
526
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileExclamationPoint} instead. This alias will be removed in v1.0 */
527
+ default as FileWarning
528
+ } from '../icons/file-exclamation-point';
529
+
530
+ // FileHeadphone aliases
531
+ export {
532
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileHeadphone} instead. This alias will be removed in v1.0 */
533
+ default as FileAudio
534
+ } from '../icons/file-headphone';
535
+
536
+ // FileHeadphone aliases
537
+ export {
538
+ /** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileHeadphone} instead. This alias will be removed in v1.0 */
539
+ default as FileAudio2
540
+ } from '../icons/file-headphone';
541
+
542
+ // FileKey aliases
543
+ export {
544
+ /** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. This alias will be removed in v1.0 */
545
+ default as FileKey2
546
+ } from '../icons/file-key';
547
+
548
+ // FileLock aliases
549
+ export {
550
+ /** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead. This alias will be removed in v1.0 */
551
+ default as FileLock2
552
+ } from '../icons/file-lock';
553
+
554
+ // FileMinusCorner aliases
555
+ export {
556
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. This alias will be removed in v1.0 */
557
+ default as FileMinus2
558
+ } from '../icons/file-minus-corner';
559
+
560
+ // FilePenLine aliases
561
+ export {
562
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePenLine} instead. This alias will be removed in v1.0 */
563
+ default as FileSignature
564
+ } from '../icons/file-pen-line';
565
+
566
+ // FilePen aliases
567
+ export {
568
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. This alias will be removed in v1.0 */
569
+ default as FileEdit
570
+ } from '../icons/file-pen';
571
+
572
+ // FilePlay aliases
573
+ export {
574
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. This alias will be removed in v1.0 */
575
+ default as FileVideo
576
+ } from '../icons/file-play';
577
+
578
+ // FilePlusCorner aliases
579
+ export {
580
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead. This alias will be removed in v1.0 */
581
+ default as FilePlus2
582
+ } from '../icons/file-plus-corner';
583
+
584
+ // FileQuestionMark aliases
585
+ export {
586
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileQuestionMark} instead. This alias will be removed in v1.0 */
587
+ default as FileQuestion
588
+ } from '../icons/file-question-mark';
589
+
590
+ // FileSearchCorner aliases
591
+ export {
592
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSearchCorner} instead. This alias will be removed in v1.0 */
593
+ default as FileSearch2
594
+ } from '../icons/file-search-corner';
595
+
596
+ // FileSignal aliases
597
+ export {
598
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSignal} instead. This alias will be removed in v1.0 */
599
+ default as FileVolume2
600
+ } from '../icons/file-signal';
601
+
602
+ // FileTypeCorner aliases
603
+ export {
604
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. This alias will be removed in v1.0 */
605
+ default as FileType2
606
+ } from '../icons/file-type-corner';
607
+
608
+ // FileVideoCamera aliases
609
+ export {
610
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. This alias will be removed in v1.0 */
611
+ default as FileVideo2
612
+ } from '../icons/file-video-camera';
613
+
614
+ // FileXCorner aliases
615
+ export {
616
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileXCorner} instead. This alias will be removed in v1.0 */
617
+ default as FileX2
618
+ } from '../icons/file-x-corner';
619
+
620
+ // FingerprintPattern aliases
621
+ export {
622
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FingerprintPattern} instead. This alias will be removed in v1.0 */
623
+ default as Fingerprint
624
+ } from '../icons/fingerprint-pattern';
625
+
626
+ // FolderCog aliases
627
+ export {
628
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead. This alias will be removed in v1.0 */
629
+ default as FolderCog2
630
+ } from '../icons/folder-cog';
631
+
632
+ // FolderPen aliases
633
+ export {
634
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderPen} instead. This alias will be removed in v1.0 */
635
+ default as FolderEdit
636
+ } from '../icons/folder-pen';
637
+
638
+ // FunnelX aliases
639
+ export {
640
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. This alias will be removed in v1.0 */
641
+ default as FilterX
642
+ } from '../icons/funnel-x';
643
+
644
+ // Funnel aliases
645
+ export {
646
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. This alias will be removed in v1.0 */
647
+ default as Filter
648
+ } from '../icons/funnel';
649
+
650
+ // GitCommitHorizontal aliases
651
+ export {
652
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. This alias will be removed in v1.0 */
653
+ default as GitCommit
654
+ } from '../icons/git-commit-horizontal';
655
+
656
+ // Grid2x2Check aliases
657
+ export {
658
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Check} instead. This alias will be removed in v1.0 */
659
+ default as Grid2X2Check
660
+ } from '../icons/grid-2x2-check';
661
+
662
+ // Grid2x2Plus aliases
663
+ export {
664
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Plus} instead. This alias will be removed in v1.0 */
665
+ default as Grid2X2Plus
666
+ } from '../icons/grid-2x2-plus';
667
+
668
+ // Grid2x2X aliases
669
+ export {
670
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2X} instead. This alias will be removed in v1.0 */
671
+ default as Grid2X2X
672
+ } from '../icons/grid-2x2-x';
673
+
674
+ // Grid2x2 aliases
675
+ export {
676
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead. This alias will be removed in v1.0 */
677
+ default as Grid2X2
678
+ } from '../icons/grid-2x2';
679
+
680
+ // Grid3x3 aliases
681
+ export {
682
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid3x3} instead. This alias will be removed in v1.0 */
683
+ default as Grid
684
+ } from '../icons/grid-3x3';
685
+
686
+ // Grid3x3 aliases
687
+ export {
688
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid3x3} instead. This alias will be removed in v1.0 */
689
+ default as Grid3X3
690
+ } from '../icons/grid-3x3';
691
+
692
+ // HandGrab aliases
693
+ export {
694
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. This alias will be removed in v1.0 */
695
+ default as Grab
696
+ } from '../icons/hand-grab';
697
+
698
+ // HandHelping aliases
699
+ export {
700
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. This alias will be removed in v1.0 */
701
+ default as HelpingHand
702
+ } from '../icons/hand-helping';
703
+
704
+ // House aliases
705
+ export {
706
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link House} instead. This alias will be removed in v1.0 */
707
+ default as Home
708
+ } from '../icons/house';
709
+
710
+ // IceCreamBowl aliases
711
+ export {
712
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamBowl} instead. This alias will be removed in v1.0 */
713
+ default as IceCream2
714
+ } from '../icons/ice-cream-bowl';
715
+
716
+ // IceCreamCone aliases
717
+ export {
718
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamCone} instead. This alias will be removed in v1.0 */
719
+ default as IceCream
720
+ } from '../icons/ice-cream-cone';
721
+
722
+ // LaptopMinimal aliases
723
+ export {
724
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LaptopMinimal} instead. This alias will be removed in v1.0 */
725
+ default as Laptop2
726
+ } from '../icons/laptop-minimal';
727
+
728
+ // Layers aliases
729
+ export {
730
+ /** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. This alias will be removed in v1.0 */
731
+ default as Layers3
732
+ } from '../icons/layers';
733
+
734
+ // ListIndentDecrease aliases
735
+ export {
736
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentDecrease} instead. This alias will be removed in v1.0 */
737
+ default as Outdent
738
+ } from '../icons/list-indent-decrease';
739
+
740
+ // ListIndentDecrease aliases
741
+ export {
742
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentDecrease} instead. This alias will be removed in v1.0 */
743
+ default as IndentDecrease
744
+ } from '../icons/list-indent-decrease';
745
+
746
+ // ListIndentIncrease aliases
747
+ export {
748
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. This alias will be removed in v1.0 */
749
+ default as Indent
750
+ } from '../icons/list-indent-increase';
751
+
752
+ // ListIndentIncrease aliases
753
+ export {
754
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. This alias will be removed in v1.0 */
755
+ default as IndentIncrease
756
+ } from '../icons/list-indent-increase';
757
+
758
+ // LoaderCircle aliases
759
+ export {
760
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. This alias will be removed in v1.0 */
761
+ default as Loader2
762
+ } from '../icons/loader-circle';
763
+
764
+ // LockKeyholeOpen aliases
765
+ export {
766
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockKeyholeOpen} instead. This alias will be removed in v1.0 */
767
+ default as UnlockKeyhole
768
+ } from '../icons/lock-keyhole-open';
769
+
770
+ // LockOpen aliases
771
+ export {
772
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockOpen} instead. This alias will be removed in v1.0 */
773
+ default as Unlock
774
+ } from '../icons/lock-open';
775
+
776
+ // MailQuestionMark aliases
777
+ export {
778
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MailQuestionMark} instead. This alias will be removed in v1.0 */
779
+ default as MailQuestion
780
+ } from '../icons/mail-question-mark';
781
+
782
+ // MapPinPen aliases
783
+ export {
784
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MapPinPen} instead. This alias will be removed in v1.0 */
785
+ default as LocationEdit
786
+ } from '../icons/map-pin-pen';
787
+
788
+ // MessageCircleQuestionMark aliases
789
+ export {
790
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MessageCircleQuestionMark} instead. This alias will be removed in v1.0 */
791
+ default as MessageCircleQuestion
792
+ } from '../icons/message-circle-question-mark';
793
+
794
+ // MicVocal aliases
795
+ export {
796
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. This alias will be removed in v1.0 */
797
+ default as Mic2
798
+ } from '../icons/mic-vocal';
799
+
800
+ // Move3d aliases
801
+ export {
802
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Move3d} instead. This alias will be removed in v1.0 */
803
+ default as Move3D
804
+ } from '../icons/move-3d';
805
+
806
+ // OctagonAlert aliases
807
+ export {
808
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. This alias will be removed in v1.0 */
809
+ default as AlertOctagon
810
+ } from '../icons/octagon-alert';
811
+
812
+ // OctagonPause aliases
813
+ export {
814
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. This alias will be removed in v1.0 */
815
+ default as PauseOctagon
816
+ } from '../icons/octagon-pause';
817
+
818
+ // OctagonX aliases
819
+ export {
820
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonX} instead. This alias will be removed in v1.0 */
821
+ default as XOctagon
822
+ } from '../icons/octagon-x';
823
+
824
+ // PaintbrushVertical aliases
825
+ export {
826
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PaintbrushVertical} instead. This alias will be removed in v1.0 */
827
+ default as Paintbrush2
828
+ } from '../icons/paintbrush-vertical';
829
+
830
+ // PanelBottomDashed aliases
831
+ export {
832
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelBottomDashed} instead. This alias will be removed in v1.0 */
833
+ default as PanelBottomInactive
834
+ } from '../icons/panel-bottom-dashed';
835
+
836
+ // PanelLeftClose aliases
837
+ export {
838
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. This alias will be removed in v1.0 */
839
+ default as SidebarClose
840
+ } from '../icons/panel-left-close';
841
+
842
+ // PanelLeftDashed aliases
843
+ export {
844
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftDashed} instead. This alias will be removed in v1.0 */
845
+ default as PanelLeftInactive
846
+ } from '../icons/panel-left-dashed';
847
+
848
+ // PanelLeftOpen aliases
849
+ export {
850
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftOpen} instead. This alias will be removed in v1.0 */
851
+ default as SidebarOpen
852
+ } from '../icons/panel-left-open';
853
+
854
+ // PanelLeft aliases
855
+ export {
856
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. This alias will be removed in v1.0 */
857
+ default as Sidebar
858
+ } from '../icons/panel-left';
859
+
860
+ // PanelRightDashed aliases
861
+ export {
862
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelRightDashed} instead. This alias will be removed in v1.0 */
863
+ default as PanelRightInactive
864
+ } from '../icons/panel-right-dashed';
865
+
866
+ // PanelTopDashed aliases
867
+ export {
868
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelTopDashed} instead. This alias will be removed in v1.0 */
869
+ default as PanelTopInactive
870
+ } from '../icons/panel-top-dashed';
871
+
872
+ // PanelsTopLeft aliases
873
+ export {
874
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelsTopLeft} instead. This alias will be removed in v1.0 */
875
+ default as Layout
876
+ } from '../icons/panels-top-left';
877
+
878
+ // PenLine aliases
879
+ export {
880
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. This alias will be removed in v1.0 */
881
+ default as Edit3
882
+ } from '../icons/pen-line';
883
+
884
+ // Pen aliases
885
+ export {
886
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead. This alias will be removed in v1.0 */
887
+ default as Edit2
888
+ } from '../icons/pen';
889
+
890
+ // PlugZap aliases
891
+ export {
892
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. This alias will be removed in v1.0 */
893
+ default as PlugZap2
894
+ } from '../icons/plug-zap';
895
+
896
+ // RectangleEllipsis aliases
897
+ export {
898
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. This alias will be removed in v1.0 */
899
+ default as FormInput
900
+ } from '../icons/rectangle-ellipsis';
901
+
902
+ // Rotate3d aliases
903
+ export {
904
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rotate3d} instead. This alias will be removed in v1.0 */
905
+ default as Rotate3D
906
+ } from '../icons/rotate-3d';
907
+
908
+ // Rows2 aliases
909
+ export {
910
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows2} instead. This alias will be removed in v1.0 */
911
+ default as Rows
912
+ } from '../icons/rows-2';
913
+
914
+ // Rows3 aliases
915
+ export {
916
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows3} instead. This alias will be removed in v1.0 */
917
+ default as PanelsTopBottom
918
+ } from '../icons/rows-3';
919
+
920
+ // Scale3d aliases
921
+ export {
922
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Scale3d} instead. This alias will be removed in v1.0 */
923
+ default as Scale3D
924
+ } from '../icons/scale-3d';
925
+
926
+ // SendHorizontal aliases
927
+ export {
928
+ /** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
929
+ default as SendHorizonal
930
+ } from '../icons/send-horizontal';
931
+
932
+ // ShieldQuestionMark aliases
933
+ export {
934
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldQuestionMark} instead. This alias will be removed in v1.0 */
935
+ default as ShieldQuestion
936
+ } from '../icons/shield-question-mark';
937
+
938
+ // ShieldX aliases
939
+ export {
940
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. This alias will be removed in v1.0 */
941
+ default as ShieldClose
942
+ } from '../icons/shield-x';
943
+
944
+ // SlidersVertical aliases
945
+ export {
946
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. This alias will be removed in v1.0 */
947
+ default as Sliders
948
+ } from '../icons/sliders-vertical';
949
+
950
+ // Sparkles aliases
951
+ export {
952
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. This alias will be removed in v1.0 */
953
+ default as Stars
954
+ } from '../icons/sparkles';
955
+
956
+ // SquareActivity aliases
957
+ export {
958
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareActivity} instead. This alias will be removed in v1.0 */
959
+ default as ActivitySquare
960
+ } from '../icons/square-activity';
961
+
962
+ // SquareArrowDownLeft aliases
963
+ export {
964
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownLeft} instead. This alias will be removed in v1.0 */
965
+ default as ArrowDownLeftSquare
966
+ } from '../icons/square-arrow-down-left';
967
+
968
+ // SquareArrowDownRight aliases
969
+ export {
970
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownRight} instead. This alias will be removed in v1.0 */
971
+ default as ArrowDownRightSquare
972
+ } from '../icons/square-arrow-down-right';
973
+
974
+ // SquareArrowDown aliases
975
+ export {
976
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead. This alias will be removed in v1.0 */
977
+ default as ArrowDownSquare
978
+ } from '../icons/square-arrow-down';
979
+
980
+ // SquareArrowLeft aliases
981
+ export {
982
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowLeft} instead. This alias will be removed in v1.0 */
983
+ default as ArrowLeftSquare
984
+ } from '../icons/square-arrow-left';
985
+
986
+ // SquareArrowOutDownLeft aliases
987
+ export {
988
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. This alias will be removed in v1.0 */
989
+ default as ArrowDownLeftFromSquare
990
+ } from '../icons/square-arrow-out-down-left';
991
+
992
+ // SquareArrowOutDownRight aliases
993
+ export {
994
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownRight} instead. This alias will be removed in v1.0 */
995
+ default as ArrowDownRightFromSquare
996
+ } from '../icons/square-arrow-out-down-right';
997
+
998
+ // SquareArrowOutUpLeft aliases
999
+ export {
1000
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. This alias will be removed in v1.0 */
1001
+ default as ArrowUpLeftFromSquare
1002
+ } from '../icons/square-arrow-out-up-left';
1003
+
1004
+ // SquareArrowOutUpRight aliases
1005
+ export {
1006
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. This alias will be removed in v1.0 */
1007
+ default as ArrowUpRightFromSquare
1008
+ } from '../icons/square-arrow-out-up-right';
1009
+
1010
+ // SquareArrowRight aliases
1011
+ export {
1012
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. This alias will be removed in v1.0 */
1013
+ default as ArrowRightSquare
1014
+ } from '../icons/square-arrow-right';
1015
+
1016
+ // SquareArrowUpLeft aliases
1017
+ export {
1018
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. This alias will be removed in v1.0 */
1019
+ default as ArrowUpLeftSquare
1020
+ } from '../icons/square-arrow-up-left';
1021
+
1022
+ // SquareArrowUpRight aliases
1023
+ export {
1024
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpRight} instead. This alias will be removed in v1.0 */
1025
+ default as ArrowUpRightSquare
1026
+ } from '../icons/square-arrow-up-right';
1027
+
1028
+ // SquareArrowUp aliases
1029
+ export {
1030
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. This alias will be removed in v1.0 */
1031
+ default as ArrowUpSquare
1032
+ } from '../icons/square-arrow-up';
1033
+
1034
+ // SquareAsterisk aliases
1035
+ export {
1036
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareAsterisk} instead. This alias will be removed in v1.0 */
1037
+ default as AsteriskSquare
1038
+ } from '../icons/square-asterisk';
1039
+
1040
+ // SquareBottomDashedScissors aliases
1041
+ export {
1042
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBottomDashedScissors} instead. This alias will be removed in v1.0 */
1043
+ default as ScissorsSquareDashedBottom
1044
+ } from '../icons/square-bottom-dashed-scissors';
1045
+
1046
+ // SquareCenterlineDashedHorizontal aliases
1047
+ export {
1048
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedHorizontal} instead. This alias will be removed in v1.0 */
1049
+ default as FlipHorizontal
1050
+ } from '../icons/square-centerline-dashed-horizontal';
1051
+
1052
+ // SquareCenterlineDashedVertical aliases
1053
+ export {
1054
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedVertical} instead. This alias will be removed in v1.0 */
1055
+ default as FlipVertical
1056
+ } from '../icons/square-centerline-dashed-vertical';
1057
+
1058
+ // SquareChartGantt aliases
1059
+ export {
1060
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. This alias will be removed in v1.0 */
1061
+ default as GanttChartSquare
1062
+ } from '../icons/square-chart-gantt';
1063
+
1064
+ // SquareChartGantt aliases
1065
+ export {
1066
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. This alias will be removed in v1.0 */
1067
+ default as SquareGanttChart
1068
+ } from '../icons/square-chart-gantt';
1069
+
1070
+ // SquareCheckBig aliases
1071
+ export {
1072
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. This alias will be removed in v1.0 */
1073
+ default as CheckSquare
1074
+ } from '../icons/square-check-big';
1075
+
1076
+ // SquareCheck aliases
1077
+ export {
1078
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. This alias will be removed in v1.0 */
1079
+ default as CheckSquare2
1080
+ } from '../icons/square-check';
1081
+
1082
+ // SquareChevronDown aliases
1083
+ export {
1084
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. This alias will be removed in v1.0 */
1085
+ default as ChevronDownSquare
1086
+ } from '../icons/square-chevron-down';
1087
+
1088
+ // SquareChevronLeft aliases
1089
+ export {
1090
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronLeft} instead. This alias will be removed in v1.0 */
1091
+ default as ChevronLeftSquare
1092
+ } from '../icons/square-chevron-left';
1093
+
1094
+ // SquareChevronRight aliases
1095
+ export {
1096
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronRight} instead. This alias will be removed in v1.0 */
1097
+ default as ChevronRightSquare
1098
+ } from '../icons/square-chevron-right';
1099
+
1100
+ // SquareChevronUp aliases
1101
+ export {
1102
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. This alias will be removed in v1.0 */
1103
+ default as ChevronUpSquare
1104
+ } from '../icons/square-chevron-up';
1105
+
1106
+ // SquareCode aliases
1107
+ export {
1108
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCode} instead. This alias will be removed in v1.0 */
1109
+ default as CodeSquare
1110
+ } from '../icons/square-code';
1111
+
1112
+ // SquareDashedKanban aliases
1113
+ export {
1114
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. This alias will be removed in v1.0 */
1115
+ default as KanbanSquareDashed
1116
+ } from '../icons/square-dashed-kanban';
1117
+
1118
+ // SquareDashedMousePointer aliases
1119
+ export {
1120
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedMousePointer} instead. This alias will be removed in v1.0 */
1121
+ default as MousePointerSquareDashed
1122
+ } from '../icons/square-dashed-mouse-pointer';
1123
+
1124
+ // SquareDashedText aliases
1125
+ export {
1126
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedText} instead. This alias will be removed in v1.0 */
1127
+ default as TextSelection
1128
+ } from '../icons/square-dashed-text';
1129
+
1130
+ // SquareDashedText aliases
1131
+ export {
1132
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedText} instead. This alias will be removed in v1.0 */
1133
+ default as TextSelect
1134
+ } from '../icons/square-dashed-text';
1135
+
1136
+ // SquareDashed aliases
1137
+ export {
1138
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. This alias will be removed in v1.0 */
1139
+ default as BoxSelect
1140
+ } from '../icons/square-dashed';
1141
+
1142
+ // SquareDivide aliases
1143
+ export {
1144
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. This alias will be removed in v1.0 */
1145
+ default as DivideSquare
1146
+ } from '../icons/square-divide';
1147
+
1148
+ // SquareDot aliases
1149
+ export {
1150
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. This alias will be removed in v1.0 */
1151
+ default as DotSquare
1152
+ } from '../icons/square-dot';
1153
+
1154
+ // SquareEqual aliases
1155
+ export {
1156
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. This alias will be removed in v1.0 */
1157
+ default as EqualSquare
1158
+ } from '../icons/square-equal';
1159
+
1160
+ // SquareFunction aliases
1161
+ export {
1162
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead. This alias will be removed in v1.0 */
1163
+ default as FunctionSquare
1164
+ } from '../icons/square-function';
1165
+
1166
+ // SquareKanban aliases
1167
+ export {
1168
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. This alias will be removed in v1.0 */
1169
+ default as KanbanSquare
1170
+ } from '../icons/square-kanban';
1171
+
1172
+ // SquareLibrary aliases
1173
+ export {
1174
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareLibrary} instead. This alias will be removed in v1.0 */
1175
+ default as LibrarySquare
1176
+ } from '../icons/square-library';
1177
+
1178
+ // SquareM aliases
1179
+ export {
1180
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareM} instead. This alias will be removed in v1.0 */
1181
+ default as MSquare
1182
+ } from '../icons/square-m';
1183
+
1184
+ // SquareMenu aliases
1185
+ export {
1186
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMenu} instead. This alias will be removed in v1.0 */
1187
+ default as MenuSquare
1188
+ } from '../icons/square-menu';
1189
+
1190
+ // SquareMinus aliases
1191
+ export {
1192
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMinus} instead. This alias will be removed in v1.0 */
1193
+ default as MinusSquare
1194
+ } from '../icons/square-minus';
1195
+
1196
+ // SquareMousePointer aliases
1197
+ export {
1198
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMousePointer} instead. This alias will be removed in v1.0 */
1199
+ default as Inspect
1200
+ } from '../icons/square-mouse-pointer';
1201
+
1202
+ // SquareParkingOff aliases
1203
+ export {
1204
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. This alias will be removed in v1.0 */
1205
+ default as ParkingSquareOff
1206
+ } from '../icons/square-parking-off';
1207
+
1208
+ // SquareParking aliases
1209
+ export {
1210
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParking} instead. This alias will be removed in v1.0 */
1211
+ default as ParkingSquare
1212
+ } from '../icons/square-parking';
1213
+
1214
+ // SquarePen aliases
1215
+ export {
1216
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead. This alias will be removed in v1.0 */
1217
+ default as PenBox
1218
+ } from '../icons/square-pen';
1219
+
1220
+ // SquarePen aliases
1221
+ export {
1222
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead. This alias will be removed in v1.0 */
1223
+ default as Edit
1224
+ } from '../icons/square-pen';
1225
+
1226
+ // SquarePen aliases
1227
+ export {
1228
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead. This alias will be removed in v1.0 */
1229
+ default as PenSquare
1230
+ } from '../icons/square-pen';
1231
+
1232
+ // SquarePercent aliases
1233
+ export {
1234
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. This alias will be removed in v1.0 */
1235
+ default as PercentSquare
1236
+ } from '../icons/square-percent';
1237
+
1238
+ // SquarePi aliases
1239
+ export {
1240
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. This alias will be removed in v1.0 */
1241
+ default as PiSquare
1242
+ } from '../icons/square-pi';
1243
+
1244
+ // SquarePilcrow aliases
1245
+ export {
1246
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. This alias will be removed in v1.0 */
1247
+ default as PilcrowSquare
1248
+ } from '../icons/square-pilcrow';
1249
+
1250
+ // SquarePlay aliases
1251
+ export {
1252
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlay} instead. This alias will be removed in v1.0 */
1253
+ default as PlaySquare
1254
+ } from '../icons/square-play';
1255
+
1256
+ // SquarePlus aliases
1257
+ export {
1258
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead. This alias will be removed in v1.0 */
1259
+ default as PlusSquare
1260
+ } from '../icons/square-plus';
1261
+
1262
+ // SquarePower aliases
1263
+ export {
1264
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePower} instead. This alias will be removed in v1.0 */
1265
+ default as PowerSquare
1266
+ } from '../icons/square-power';
1267
+
1268
+ // SquareScissors aliases
1269
+ export {
1270
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead. This alias will be removed in v1.0 */
1271
+ default as ScissorsSquare
1272
+ } from '../icons/square-scissors';
1273
+
1274
+ // SquareSigma aliases
1275
+ export {
1276
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSigma} instead. This alias will be removed in v1.0 */
1277
+ default as SigmaSquare
1278
+ } from '../icons/square-sigma';
1279
+
1280
+ // SquareSlash aliases
1281
+ export {
1282
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. This alias will be removed in v1.0 */
1283
+ default as SlashSquare
1284
+ } from '../icons/square-slash';
1285
+
1286
+ // SquareSplitHorizontal aliases
1287
+ export {
1288
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. This alias will be removed in v1.0 */
1289
+ default as SplitSquareHorizontal
1290
+ } from '../icons/square-split-horizontal';
1291
+
1292
+ // SquareSplitVertical aliases
1293
+ export {
1294
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitVertical} instead. This alias will be removed in v1.0 */
1295
+ default as SplitSquareVertical
1296
+ } from '../icons/square-split-vertical';
1297
+
1298
+ // SquareTerminal aliases
1299
+ export {
1300
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareTerminal} instead. This alias will be removed in v1.0 */
1301
+ default as TerminalSquare
1302
+ } from '../icons/square-terminal';
1303
+
1304
+ // SquareUserRound aliases
1305
+ export {
1306
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUserRound} instead. This alias will be removed in v1.0 */
1307
+ default as UserSquare2
1308
+ } from '../icons/square-user-round';
1309
+
1310
+ // SquareUser aliases
1311
+ export {
1312
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. This alias will be removed in v1.0 */
1313
+ default as UserSquare
1314
+ } from '../icons/square-user';
1315
+
1316
+ // SquareX aliases
1317
+ export {
1318
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareX} instead. This alias will be removed in v1.0 */
1319
+ default as XSquare
1320
+ } from '../icons/square-x';
1321
+
1322
+ // TestTubeDiagonal aliases
1323
+ export {
1324
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TestTubeDiagonal} instead. This alias will be removed in v1.0 */
1325
+ default as TestTube2
1326
+ } from '../icons/test-tube-diagonal';
1327
+
1328
+ // TextAlignCenter aliases
1329
+ export {
1330
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignCenter} instead. This alias will be removed in v1.0 */
1331
+ default as AlignCenter
1332
+ } from '../icons/text-align-center';
1333
+
1334
+ // TextAlignEnd aliases
1335
+ export {
1336
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. This alias will be removed in v1.0 */
1337
+ default as AlignRight
1338
+ } from '../icons/text-align-end';
1339
+
1340
+ // TextAlignJustify aliases
1341
+ export {
1342
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignJustify} instead. This alias will be removed in v1.0 */
1343
+ default as AlignJustify
1344
+ } from '../icons/text-align-justify';
1345
+
1346
+ // TextAlignStart aliases
1347
+ export {
1348
+ /** @deprecated The icon was combined with another icon that shares the same use case, use {@link TextAlignStart} instead. This alias will be removed in v1.0 */
1349
+ default as Text
1350
+ } from '../icons/text-align-start';
1351
+
1352
+ // TextAlignStart aliases
1353
+ export {
1354
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignStart} instead. This alias will be removed in v1.0 */
1355
+ default as AlignLeft
1356
+ } from '../icons/text-align-start';
1357
+
1358
+ // TextInitial aliases
1359
+ export {
1360
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextInitial} instead. This alias will be removed in v1.0 */
1361
+ default as LetterText
1362
+ } from '../icons/text-initial';
1363
+
1364
+ // TextWrap aliases
1365
+ export {
1366
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. This alias will be removed in v1.0 */
1367
+ default as WrapText
1368
+ } from '../icons/text-wrap';
1369
+
1370
+ // TramFront aliases
1371
+ export {
1372
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TramFront} instead. This alias will be removed in v1.0 */
1373
+ default as Train
1374
+ } from '../icons/tram-front';
1375
+
1376
+ // TreePalm aliases
1377
+ export {
1378
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TreePalm} instead. This alias will be removed in v1.0 */
1379
+ default as Palmtree
1380
+ } from '../icons/tree-palm';
1381
+
1382
+ // TriangleAlert aliases
1383
+ export {
1384
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TriangleAlert} instead. This alias will be removed in v1.0 */
1385
+ default as AlertTriangle
1386
+ } from '../icons/triangle-alert';
1387
+
1388
+ // TvMinimal aliases
1389
+ export {
1390
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TvMinimal} instead. This alias will be removed in v1.0 */
1391
+ default as Tv2
1392
+ } from '../icons/tv-minimal';
1393
+
1394
+ // University aliases
1395
+ export {
1396
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. This alias will be removed in v1.0 */
1397
+ default as School2
1398
+ } from '../icons/university';
1399
+
1400
+ // UserRoundCheck aliases
1401
+ export {
1402
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCheck} instead. This alias will be removed in v1.0 */
1403
+ default as UserCheck2
1404
+ } from '../icons/user-round-check';
1405
+
1406
+ // UserRoundCog aliases
1407
+ export {
1408
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. This alias will be removed in v1.0 */
1409
+ default as UserCog2
1410
+ } from '../icons/user-round-cog';
1411
+
1412
+ // UserRoundMinus aliases
1413
+ export {
1414
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundMinus} instead. This alias will be removed in v1.0 */
1415
+ default as UserMinus2
1416
+ } from '../icons/user-round-minus';
1417
+
1418
+ // UserRoundPlus aliases
1419
+ export {
1420
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundPlus} instead. This alias will be removed in v1.0 */
1421
+ default as UserPlus2
1422
+ } from '../icons/user-round-plus';
1423
+
1424
+ // UserRoundX aliases
1425
+ export {
1426
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundX} instead. This alias will be removed in v1.0 */
1427
+ default as UserX2
1428
+ } from '../icons/user-round-x';
1429
+
1430
+ // UserRound aliases
1431
+ export {
1432
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. This alias will be removed in v1.0 */
1433
+ default as User2
1434
+ } from '../icons/user-round';
1435
+
1436
+ // UsersRound aliases
1437
+ export {
1438
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UsersRound} instead. This alias will be removed in v1.0 */
1439
+ default as Users2
1440
+ } from '../icons/users-round';
1441
+
1442
+ // UtensilsCrossed aliases
1443
+ export {
1444
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. This alias will be removed in v1.0 */
1445
+ default as ForkKnifeCrossed
1446
+ } from '../icons/utensils-crossed';
1447
+
1448
+ // Utensils aliases
1449
+ export {
1450
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. This alias will be removed in v1.0 */
1451
+ default as ForkKnife
1452
+ } from '../icons/utensils';
1453
+
1454
+ // WalletMinimal aliases
1455
+ export {
1456
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. This alias will be removed in v1.0 */
1457
+ default as Wallet2
1458
+ } from '../icons/wallet-minimal';
1459
+
1460
+ // WandSparkles aliases
1461
+ export {
1462
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WandSparkles} instead. This alias will be removed in v1.0 */
1463
+ default as Wand2
1464
+ } from '../icons/wand-sparkles';
1465
+
1466
+ // WavesHorizontal aliases
1467
+ export {
1468
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WavesHorizontal} instead. This alias will be removed in v1.0 */
1469
+ default as Waves
1470
+ } from '../icons/waves-horizontal';
1471
+