@romansmirnov/doku 1.0.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 (440) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +113 -0
  3. package/bin/doku.js +32 -0
  4. package/bin/init.js +71 -0
  5. package/client/src/lib/utils.js +4 -0
  6. package/dist/assets/index-Bq96uZdY.css +1 -0
  7. package/dist/assets/index-DP3uLjsR.js +196 -0
  8. package/dist/assets/inter-v12-latin-100-46Mq0mOp.woff +0 -0
  9. package/dist/assets/inter-v12-latin-100-BQDzDElq.woff2 +0 -0
  10. package/dist/assets/inter-v12-latin-200-BxfrU12A.woff2 +0 -0
  11. package/dist/assets/inter-v12-latin-200-DXfqWPZg.woff +0 -0
  12. package/dist/assets/inter-v12-latin-300-DEbyFmpd.woff2 +0 -0
  13. package/dist/assets/inter-v12-latin-300-f7r92Nkj.woff +0 -0
  14. package/dist/assets/inter-v12-latin-500-BQ2gQN_M.woff +0 -0
  15. package/dist/assets/inter-v12-latin-500-DfX5FI9E.woff2 +0 -0
  16. package/dist/assets/inter-v12-latin-600-BvOeHRLc.woff2 +0 -0
  17. package/dist/assets/inter-v12-latin-600-D01NXWOK.woff +0 -0
  18. package/dist/assets/inter-v12-latin-700-B5TOIllR.woff +0 -0
  19. package/dist/assets/inter-v12-latin-700-Bj1B9WKG.woff2 +0 -0
  20. package/dist/assets/inter-v12-latin-800-Bdy4lAMa.woff2 +0 -0
  21. package/dist/assets/inter-v12-latin-800-DFVvDWwT.woff +0 -0
  22. package/dist/assets/inter-v12-latin-900-CMga-52B.woff2 +0 -0
  23. package/dist/assets/inter-v12-latin-900-ORHAl5ZU.woff +0 -0
  24. package/dist/assets/inter-v12-latin-regular-CahmJf_6.woff +0 -0
  25. package/dist/assets/inter-v12-latin-regular-YtgfLPRn.woff2 +0 -0
  26. package/dist/assets/module-CFHRyJc-.js +716 -0
  27. package/dist/assets/native-CUze18dq.js +1 -0
  28. package/dist/index.html +13 -0
  29. package/icons/LICENSE +21 -0
  30. package/icons/README.md +31 -0
  31. package/icons/icons/a-arrow-down.tsx +119 -0
  32. package/icons/icons/a-arrow-up.tsx +120 -0
  33. package/icons/icons/accessibility.tsx +172 -0
  34. package/icons/icons/activity.tsx +109 -0
  35. package/icons/icons/air-vent.tsx +119 -0
  36. package/icons/icons/airplane.tsx +134 -0
  37. package/icons/icons/airplay.tsx +130 -0
  38. package/icons/icons/alarm-clock.tsx +178 -0
  39. package/icons/icons/align-center.tsx +98 -0
  40. package/icons/icons/align-horizontal.tsx +126 -0
  41. package/icons/icons/align-left.tsx +126 -0
  42. package/icons/icons/align-right.tsx +126 -0
  43. package/icons/icons/align-vertical.tsx +126 -0
  44. package/icons/icons/ambulance.tsx +205 -0
  45. package/icons/icons/angry.tsx +165 -0
  46. package/icons/icons/annoyed.tsx +163 -0
  47. package/icons/icons/archive.tsx +132 -0
  48. package/icons/icons/arrow-big-down-dash.tsx +107 -0
  49. package/icons/icons/arrow-big-down.tsx +97 -0
  50. package/icons/icons/arrow-big-left-dash.tsx +107 -0
  51. package/icons/icons/arrow-big-left.tsx +97 -0
  52. package/icons/icons/arrow-big-right-dash.tsx +107 -0
  53. package/icons/icons/arrow-big-right.tsx +97 -0
  54. package/icons/icons/arrow-big-up-dash.tsx +107 -0
  55. package/icons/icons/arrow-big-up.tsx +96 -0
  56. package/icons/icons/arrow-down-0-1.tsx +120 -0
  57. package/icons/icons/arrow-down-1-0.tsx +120 -0
  58. package/icons/icons/arrow-down-a-z.tsx +116 -0
  59. package/icons/icons/arrow-down-left.tsx +113 -0
  60. package/icons/icons/arrow-down-right.tsx +117 -0
  61. package/icons/icons/arrow-down-z-a.tsx +116 -0
  62. package/icons/icons/arrow-down.tsx +112 -0
  63. package/icons/icons/arrow-left.tsx +112 -0
  64. package/icons/icons/arrow-right.tsx +112 -0
  65. package/icons/icons/arrow-up-left.tsx +98 -0
  66. package/icons/icons/arrow-up-right.tsx +99 -0
  67. package/icons/icons/arrow-up.tsx +112 -0
  68. package/icons/icons/at-sign.tsx +135 -0
  69. package/icons/icons/atom.tsx +124 -0
  70. package/icons/icons/attach-file.tsx +100 -0
  71. package/icons/icons/audio-lines.tsx +138 -0
  72. package/icons/icons/axe.tsx +104 -0
  73. package/icons/icons/badge-alert.tsx +98 -0
  74. package/icons/icons/badge-percent.tsx +111 -0
  75. package/icons/icons/ban.tsx +137 -0
  76. package/icons/icons/banana.tsx +115 -0
  77. package/icons/icons/battery-charging.tsx +101 -0
  78. package/icons/icons/battery-full.tsx +136 -0
  79. package/icons/icons/battery-low.tsx +116 -0
  80. package/icons/icons/battery-medium.tsx +127 -0
  81. package/icons/icons/battery-plus.tsx +102 -0
  82. package/icons/icons/battery-warning.tsx +104 -0
  83. package/icons/icons/battery.tsx +100 -0
  84. package/icons/icons/bell-electric.tsx +124 -0
  85. package/icons/icons/bell.tsx +93 -0
  86. package/icons/icons/blocks.tsx +92 -0
  87. package/icons/icons/bluetooth-connected.tsx +136 -0
  88. package/icons/icons/bluetooth-off.tsx +124 -0
  89. package/icons/icons/bluetooth-searching.tsx +128 -0
  90. package/icons/icons/bluetooth.tsx +99 -0
  91. package/icons/icons/bold.tsx +95 -0
  92. package/icons/icons/bone.tsx +98 -0
  93. package/icons/icons/book-text.tsx +101 -0
  94. package/icons/icons/bookmark-check.tsx +120 -0
  95. package/icons/icons/bookmark-minus.tsx +123 -0
  96. package/icons/icons/bookmark-plus.tsx +137 -0
  97. package/icons/icons/bookmark-x.tsx +131 -0
  98. package/icons/icons/bookmark.tsx +98 -0
  99. package/icons/icons/bot-message-square.tsx +172 -0
  100. package/icons/icons/bot.tsx +122 -0
  101. package/icons/icons/box.tsx +117 -0
  102. package/icons/icons/boxes.tsx +105 -0
  103. package/icons/icons/brain.tsx +192 -0
  104. package/icons/icons/calendar-check-2.tsx +111 -0
  105. package/icons/icons/calendar-check.tsx +111 -0
  106. package/icons/icons/calendar-cog.tsx +105 -0
  107. package/icons/icons/calendar-days.tsx +127 -0
  108. package/icons/icons/cart.tsx +97 -0
  109. package/icons/icons/cast.tsx +113 -0
  110. package/icons/icons/cctv.tsx +125 -0
  111. package/icons/icons/chart-bar-decreasing.tsx +129 -0
  112. package/icons/icons/chart-bar-increasing.tsx +129 -0
  113. package/icons/icons/chart-column-decreasing.tsx +130 -0
  114. package/icons/icons/chart-column-increasing.tsx +130 -0
  115. package/icons/icons/chart-line.tsx +103 -0
  116. package/icons/icons/chart-no-axes-column-decreasing.tsx +129 -0
  117. package/icons/icons/chart-no-axes-column-increasing.tsx +129 -0
  118. package/icons/icons/chart-pie.tsx +98 -0
  119. package/icons/icons/chart-scatter.tsx +146 -0
  120. package/icons/icons/chart-spline.tsx +103 -0
  121. package/icons/icons/check-check.tsx +117 -0
  122. package/icons/icons/check.tsx +108 -0
  123. package/icons/icons/chess-bishop.tsx +112 -0
  124. package/icons/icons/chess-king.tsx +113 -0
  125. package/icons/icons/chess-knight.tsx +114 -0
  126. package/icons/icons/chess-pawn.tsx +150 -0
  127. package/icons/icons/chevron-down.tsx +94 -0
  128. package/icons/icons/chevron-first.tsx +102 -0
  129. package/icons/icons/chevron-left.tsx +94 -0
  130. package/icons/icons/chevron-right.tsx +95 -0
  131. package/icons/icons/chevron-up.tsx +94 -0
  132. package/icons/icons/chevrons-down-up.tsx +108 -0
  133. package/icons/icons/chevrons-left-right.tsx +108 -0
  134. package/icons/icons/chevrons-right-left.tsx +108 -0
  135. package/icons/icons/chevrons-up-down.tsx +108 -0
  136. package/icons/icons/chrome.tsx +137 -0
  137. package/icons/icons/circle-check.tsx +107 -0
  138. package/icons/icons/circle-chevron-down.tsx +99 -0
  139. package/icons/icons/circle-chevron-left.tsx +97 -0
  140. package/icons/icons/circle-chevron-right.tsx +97 -0
  141. package/icons/icons/circle-chevron-up.tsx +99 -0
  142. package/icons/icons/circle-dashed.tsx +108 -0
  143. package/icons/icons/circle-dollar-sign.tsx +137 -0
  144. package/icons/icons/circle-help.tsx +98 -0
  145. package/icons/icons/clap.tsx +121 -0
  146. package/icons/icons/clipboard-check.tsx +109 -0
  147. package/icons/icons/clock.tsx +138 -0
  148. package/icons/icons/cloud-cog.tsx +101 -0
  149. package/icons/icons/cloud-download.tsx +98 -0
  150. package/icons/icons/cloud-lightning.tsx +97 -0
  151. package/icons/icons/cloud-rain-wind.tsx +109 -0
  152. package/icons/icons/cloud-rain.tsx +112 -0
  153. package/icons/icons/cloud-snow.tsx +125 -0
  154. package/icons/icons/cloud-sun.tsx +137 -0
  155. package/icons/icons/cloud-upload.tsx +97 -0
  156. package/icons/icons/coffee.tsx +118 -0
  157. package/icons/icons/cog.tsx +103 -0
  158. package/icons/icons/compass.tsx +98 -0
  159. package/icons/icons/concierge-bell.tsx +123 -0
  160. package/icons/icons/connect.tsx +164 -0
  161. package/icons/icons/construction.tsx +111 -0
  162. package/icons/icons/contrast.tsx +100 -0
  163. package/icons/icons/cooking-pot.tsx +120 -0
  164. package/icons/icons/copy.tsx +110 -0
  165. package/icons/icons/corner-down-left.tsx +98 -0
  166. package/icons/icons/corner-down-right.tsx +98 -0
  167. package/icons/icons/corner-left-down.tsx +98 -0
  168. package/icons/icons/corner-left-up.tsx +98 -0
  169. package/icons/icons/corner-right-down.tsx +98 -0
  170. package/icons/icons/corner-right-up.tsx +98 -0
  171. package/icons/icons/corner-up-left.tsx +98 -0
  172. package/icons/icons/corner-up-right.tsx +98 -0
  173. package/icons/icons/cpu.tsx +159 -0
  174. package/icons/icons/cup-soda.tsx +180 -0
  175. package/icons/icons/cursor-click.tsx +146 -0
  176. package/icons/icons/database-backup.tsx +96 -0
  177. package/icons/icons/delete.tsx +133 -0
  178. package/icons/icons/disc-3.tsx +93 -0
  179. package/icons/icons/discord.tsx +131 -0
  180. package/icons/icons/dollar-sign.tsx +135 -0
  181. package/icons/icons/download.tsx +99 -0
  182. package/icons/icons/downvote.tsx +96 -0
  183. package/icons/icons/dribbble.tsx +183 -0
  184. package/icons/icons/droplet.tsx +97 -0
  185. package/icons/icons/drum.tsx +112 -0
  186. package/icons/icons/earth.tsx +157 -0
  187. package/icons/icons/euro.tsx +141 -0
  188. package/icons/icons/ev-charger.tsx +102 -0
  189. package/icons/icons/expand.tsx +123 -0
  190. package/icons/icons/eye-off.tsx +99 -0
  191. package/icons/icons/eye.tsx +100 -0
  192. package/icons/icons/facebook.tsx +108 -0
  193. package/icons/icons/feather.tsx +103 -0
  194. package/icons/icons/figma.tsx +122 -0
  195. package/icons/icons/file-chart-line.tsx +105 -0
  196. package/icons/icons/file-check-2.tsx +108 -0
  197. package/icons/icons/file-check.tsx +108 -0
  198. package/icons/icons/file-cog.tsx +99 -0
  199. package/icons/icons/file-pen-line.tsx +115 -0
  200. package/icons/icons/file-stack.tsx +105 -0
  201. package/icons/icons/file-text.tsx +159 -0
  202. package/icons/icons/fingerprint.tsx +197 -0
  203. package/icons/icons/fish-symbol.tsx +101 -0
  204. package/icons/icons/flame.tsx +105 -0
  205. package/icons/icons/flask.tsx +120 -0
  206. package/icons/icons/folder-archive.tsx +95 -0
  207. package/icons/icons/folder-check.tsx +106 -0
  208. package/icons/icons/folder-clock.tsx +139 -0
  209. package/icons/icons/folder-code.tsx +108 -0
  210. package/icons/icons/folder-cog.tsx +101 -0
  211. package/icons/icons/folder-dot.tsx +97 -0
  212. package/icons/icons/folder-down.tsx +100 -0
  213. package/icons/icons/folder-git-2.tsx +146 -0
  214. package/icons/icons/folder-git.tsx +116 -0
  215. package/icons/icons/folder-heart.tsx +101 -0
  216. package/icons/icons/folder-input.tsx +100 -0
  217. package/icons/icons/folder-kanban.tsx +111 -0
  218. package/icons/icons/folder-key.tsx +104 -0
  219. package/icons/icons/folder-lock.tsx +103 -0
  220. package/icons/icons/folder-minus.tsx +96 -0
  221. package/icons/icons/folder-open.tsx +100 -0
  222. package/icons/icons/folder-output.tsx +101 -0
  223. package/icons/icons/folder-plus.tsx +109 -0
  224. package/icons/icons/folder-root.tsx +107 -0
  225. package/icons/icons/folder-sync.tsx +102 -0
  226. package/icons/icons/folder-tree.tsx +145 -0
  227. package/icons/icons/folder-up.tsx +100 -0
  228. package/icons/icons/folder-x.tsx +105 -0
  229. package/icons/icons/folders.tsx +122 -0
  230. package/icons/icons/frame.tsx +152 -0
  231. package/icons/icons/frown.tsx +174 -0
  232. package/icons/icons/gallery-horizontal-end.tsx +117 -0
  233. package/icons/icons/gallery-thumbnails.tsx +100 -0
  234. package/icons/icons/gallery-vertical-end.tsx +117 -0
  235. package/icons/icons/gauge.tsx +102 -0
  236. package/icons/icons/gavel.tsx +107 -0
  237. package/icons/icons/georgian-lari.tsx +148 -0
  238. package/icons/icons/git-branch.tsx +174 -0
  239. package/icons/icons/git-commit-horizontal.tsx +123 -0
  240. package/icons/icons/git-commit-vertical.tsx +117 -0
  241. package/icons/icons/git-compare-arrows.tsx +199 -0
  242. package/icons/icons/git-compare.tsx +170 -0
  243. package/icons/icons/git-fork.tsx +189 -0
  244. package/icons/icons/git-graph.tsx +212 -0
  245. package/icons/icons/git-merge.tsx +148 -0
  246. package/icons/icons/git-pull-request-closed.tsx +199 -0
  247. package/icons/icons/git-pull-request-create.tsx +189 -0
  248. package/icons/icons/git-pull-request.tsx +166 -0
  249. package/icons/icons/github.tsx +149 -0
  250. package/icons/icons/gitlab.tsx +103 -0
  251. package/icons/icons/graduation-cap.tsx +125 -0
  252. package/icons/icons/grip-horizontal.tsx +131 -0
  253. package/icons/icons/grip-vertical.tsx +128 -0
  254. package/icons/icons/grip.tsx +130 -0
  255. package/icons/icons/hammer.tsx +105 -0
  256. package/icons/icons/hand-coins.tsx +150 -0
  257. package/icons/icons/hand-fist.tsx +98 -0
  258. package/icons/icons/hand-grab.tsx +96 -0
  259. package/icons/icons/hand-heart.tsx +114 -0
  260. package/icons/icons/hand-helping.tsx +95 -0
  261. package/icons/icons/hand-metal.tsx +96 -0
  262. package/icons/icons/hand.tsx +95 -0
  263. package/icons/icons/hard-drive-download.tsx +102 -0
  264. package/icons/icons/hard-drive-upload.tsx +102 -0
  265. package/icons/icons/heart-handshake.tsx +97 -0
  266. package/icons/icons/heart-pulse.tsx +136 -0
  267. package/icons/icons/heart.tsx +90 -0
  268. package/icons/icons/history.tsx +159 -0
  269. package/icons/icons/home.tsx +103 -0
  270. package/icons/icons/hourglass.tsx +104 -0
  271. package/icons/icons/id-card.tsx +123 -0
  272. package/icons/icons/index.ts +3686 -0
  273. package/icons/icons/indian-rupee.tsx +153 -0
  274. package/icons/icons/instagram.tsx +187 -0
  275. package/icons/icons/italic.tsx +126 -0
  276. package/icons/icons/japanese-yen.tsx +141 -0
  277. package/icons/icons/key-circle.tsx +93 -0
  278. package/icons/icons/key-square.tsx +94 -0
  279. package/icons/icons/key.tsx +104 -0
  280. package/icons/icons/keyboard.tsx +134 -0
  281. package/icons/icons/languages.tsx +158 -0
  282. package/icons/icons/laptop-minimal-check.tsx +109 -0
  283. package/icons/icons/laugh.tsx +160 -0
  284. package/icons/icons/layers.tsx +113 -0
  285. package/icons/icons/layout-grid.tsx +157 -0
  286. package/icons/icons/layout-panel-top.tsx +143 -0
  287. package/icons/icons/link.tsx +107 -0
  288. package/icons/icons/linkedin.tsx +185 -0
  289. package/icons/icons/loader-circle.tsx +107 -0
  290. package/icons/icons/loader-pinwheel.tsx +110 -0
  291. package/icons/icons/loader.tsx +113 -0
  292. package/icons/icons/lock-keyhole-open.tsx +116 -0
  293. package/icons/icons/lock-keyhole.tsx +115 -0
  294. package/icons/icons/lock-open.tsx +114 -0
  295. package/icons/icons/lock.tsx +114 -0
  296. package/icons/icons/logout.tsx +105 -0
  297. package/icons/icons/mail-check.tsx +108 -0
  298. package/icons/icons/mailbox.tsx +110 -0
  299. package/icons/icons/map-pin-check-inside.tsx +120 -0
  300. package/icons/icons/map-pin-check.tsx +120 -0
  301. package/icons/icons/map-pin-house.tsx +120 -0
  302. package/icons/icons/map-pin-minus-inside.tsx +120 -0
  303. package/icons/icons/map-pin-minus.tsx +120 -0
  304. package/icons/icons/map-pin-off.tsx +122 -0
  305. package/icons/icons/map-pin-plus-inside.tsx +141 -0
  306. package/icons/icons/map-pin-plus.tsx +141 -0
  307. package/icons/icons/map-pin-x-inside.tsx +141 -0
  308. package/icons/icons/map-pin.tsx +122 -0
  309. package/icons/icons/maximize-2.tsx +105 -0
  310. package/icons/icons/maximize.tsx +123 -0
  311. package/icons/icons/meh.tsx +174 -0
  312. package/icons/icons/menu.tsx +125 -0
  313. package/icons/icons/message-circle-check.tsx +107 -0
  314. package/icons/icons/message-circle-dashed.tsx +108 -0
  315. package/icons/icons/message-circle-more.tsx +125 -0
  316. package/icons/icons/message-circle-plus.tsx +131 -0
  317. package/icons/icons/message-circle-x.tsx +131 -0
  318. package/icons/icons/message-circle.tsx +107 -0
  319. package/icons/icons/message-square-check.tsx +108 -0
  320. package/icons/icons/message-square-dashed.tsx +109 -0
  321. package/icons/icons/message-square-more.tsx +125 -0
  322. package/icons/icons/message-square-plus.tsx +131 -0
  323. package/icons/icons/message-square-x.tsx +131 -0
  324. package/icons/icons/message-square.tsx +107 -0
  325. package/icons/icons/mic-off.tsx +112 -0
  326. package/icons/icons/mic.tsx +104 -0
  327. package/icons/icons/minimize.tsx +123 -0
  328. package/icons/icons/monitor-check.tsx +110 -0
  329. package/icons/icons/moon.tsx +98 -0
  330. package/icons/icons/nfc.tsx +134 -0
  331. package/icons/icons/panel-left-close.tsx +99 -0
  332. package/icons/icons/panel-left-open.tsx +99 -0
  333. package/icons/icons/panel-right-open.tsx +99 -0
  334. package/icons/icons/party-popper.tsx +171 -0
  335. package/icons/icons/pause.tsx +130 -0
  336. package/icons/icons/pen-tool.tsx +114 -0
  337. package/icons/icons/philippine-peso.tsx +142 -0
  338. package/icons/icons/pickaxe.tsx +106 -0
  339. package/icons/icons/play.tsx +102 -0
  340. package/icons/icons/plug-zap.tsx +102 -0
  341. package/icons/icons/plus.tsx +92 -0
  342. package/icons/icons/pound-sterling.tsx +148 -0
  343. package/icons/icons/rabbit.tsx +107 -0
  344. package/icons/icons/radio-tower.tsx +138 -0
  345. package/icons/icons/radio.tsx +136 -0
  346. package/icons/icons/redo-dot.tsx +114 -0
  347. package/icons/icons/redo.tsx +103 -0
  348. package/icons/icons/refresh-ccw-dot.tsx +88 -0
  349. package/icons/icons/refresh-ccw.tsx +86 -0
  350. package/icons/icons/refresh-cw-off.tsx +90 -0
  351. package/icons/icons/refresh-cw.tsx +83 -0
  352. package/icons/icons/rocket.tsx +130 -0
  353. package/icons/icons/rocking-chair.tsx +131 -0
  354. package/icons/icons/roller-coaster.tsx +109 -0
  355. package/icons/icons/rotate-ccw.tsx +81 -0
  356. package/icons/icons/rotate-cw.tsx +81 -0
  357. package/icons/icons/route.tsx +131 -0
  358. package/icons/icons/russian-ruble.tsx +136 -0
  359. package/icons/icons/saudi-riyal.tsx +124 -0
  360. package/icons/icons/scan-face.tsx +145 -0
  361. package/icons/icons/scan-text.tsx +139 -0
  362. package/icons/icons/search.tsx +94 -0
  363. package/icons/icons/send.tsx +119 -0
  364. package/icons/icons/settings.tsx +92 -0
  365. package/icons/icons/shield-check.tsx +109 -0
  366. package/icons/icons/ship.tsx +120 -0
  367. package/icons/icons/shower-head.tsx +129 -0
  368. package/icons/icons/shrink.tsx +123 -0
  369. package/icons/icons/sliders-horizontal.tsx +247 -0
  370. package/icons/icons/smartphone-charging.tsx +98 -0
  371. package/icons/icons/smartphone-nfc.tsx +129 -0
  372. package/icons/icons/smile-plus.tsx +99 -0
  373. package/icons/icons/smile.tsx +163 -0
  374. package/icons/icons/snowflake.tsx +109 -0
  375. package/icons/icons/sparkles.tsx +148 -0
  376. package/icons/icons/square-activity.tsx +132 -0
  377. package/icons/icons/square-arrow-down.tsx +119 -0
  378. package/icons/icons/square-arrow-left.tsx +119 -0
  379. package/icons/icons/square-arrow-right.tsx +119 -0
  380. package/icons/icons/square-arrow-up.tsx +119 -0
  381. package/icons/icons/square-chevron-down.tsx +96 -0
  382. package/icons/icons/square-chevron-left.tsx +96 -0
  383. package/icons/icons/square-chevron-right.tsx +96 -0
  384. package/icons/icons/square-chevron-up.tsx +96 -0
  385. package/icons/icons/square-pen.tsx +101 -0
  386. package/icons/icons/square-stack.tsx +123 -0
  387. package/icons/icons/stethoscope.tsx +192 -0
  388. package/icons/icons/sun-dim.tsx +108 -0
  389. package/icons/icons/sun-medium.tsx +108 -0
  390. package/icons/icons/sun-moon.tsx +137 -0
  391. package/icons/icons/sun.tsx +107 -0
  392. package/icons/icons/sunset.tsx +133 -0
  393. package/icons/icons/swiss-franc.tsx +141 -0
  394. package/icons/icons/syringe.tsx +97 -0
  395. package/icons/icons/telescope.tsx +113 -0
  396. package/icons/icons/terminal.tsx +103 -0
  397. package/icons/icons/thermometer.tsx +100 -0
  398. package/icons/icons/timer.tsx +136 -0
  399. package/icons/icons/tornado.tsx +138 -0
  400. package/icons/icons/train-track.tsx +133 -0
  401. package/icons/icons/trending-down.tsx +151 -0
  402. package/icons/icons/trending-up-down.tsx +162 -0
  403. package/icons/icons/trending-up.tsx +150 -0
  404. package/icons/icons/truck.tsx +186 -0
  405. package/icons/icons/turkish-lira.tsx +141 -0
  406. package/icons/icons/twitch.tsx +157 -0
  407. package/icons/icons/twitter.tsx +109 -0
  408. package/icons/icons/underline.tsx +108 -0
  409. package/icons/icons/undo-dot.tsx +114 -0
  410. package/icons/icons/undo.tsx +109 -0
  411. package/icons/icons/upload.tsx +99 -0
  412. package/icons/icons/upvote.tsx +96 -0
  413. package/icons/icons/user-check.tsx +108 -0
  414. package/icons/icons/user-round-check.tsx +109 -0
  415. package/icons/icons/user-round-plus.tsx +127 -0
  416. package/icons/icons/user.tsx +119 -0
  417. package/icons/icons/users.tsx +113 -0
  418. package/icons/icons/vibrate.tsx +106 -0
  419. package/icons/icons/volume.tsx +135 -0
  420. package/icons/icons/washing-machine.tsx +132 -0
  421. package/icons/icons/waves-ladder.tsx +90 -0
  422. package/icons/icons/waves.tsx +112 -0
  423. package/icons/icons/waypoints.tsx +146 -0
  424. package/icons/icons/webhook.tsx +116 -0
  425. package/icons/icons/wifi-low.tsx +177 -0
  426. package/icons/icons/wifi.tsx +112 -0
  427. package/icons/icons/wind-arrow-down.tsx +150 -0
  428. package/icons/icons/wind.tsx +124 -0
  429. package/icons/icons/workflow.tsx +127 -0
  430. package/icons/icons/wrench.tsx +100 -0
  431. package/icons/icons/x.tsx +102 -0
  432. package/icons/icons/youtube.tsx +146 -0
  433. package/icons/icons/zap-off.tsx +115 -0
  434. package/icons/icons/zap.tsx +105 -0
  435. package/package.json +52 -0
  436. package/server/api.js +313 -0
  437. package/server/config.js +32 -0
  438. package/server/frontmatter.js +47 -0
  439. package/server/index.js +34 -0
  440. package/server/search.js +62 -0
@@ -0,0 +1,3686 @@
1
+ import { AArrowDownIcon } from "@/icons/a-arrow-down";
2
+ import { AArrowUpIcon } from "@/icons/a-arrow-up";
3
+ import { AccessibilityIcon } from "@/icons/accessibility";
4
+ import { ActivityIcon } from "@/icons/activity";
5
+ import { AirVentIcon } from "@/icons/air-vent";
6
+ import { AirplaneIcon } from "@/icons/airplane";
7
+ import { AirplayIcon } from "@/icons/airplay";
8
+ import { AlarmClockIcon } from "@/icons/alarm-clock";
9
+ import { AlignCenterIcon } from "@/icons/align-center";
10
+ import { AlignHorizontalIcon } from "@/icons/align-horizontal";
11
+ import { AlignLeftIcon } from "@/icons/align-left";
12
+ import { AlignRightIcon } from "@/icons/align-right";
13
+ import { AlignVerticalIcon } from "@/icons/align-vertical";
14
+ import { AmbulanceIcon } from "@/icons/ambulance";
15
+ import { AngryIcon } from "@/icons/angry";
16
+ import { AnnoyedIcon } from "@/icons/annoyed";
17
+ import { ArchiveIcon } from "@/icons/archive";
18
+ import { ArrowBigDownIcon } from "@/icons/arrow-big-down";
19
+ import { ArrowBigDownDashIcon } from "@/icons/arrow-big-down-dash";
20
+ import { ArrowBigLeftIcon } from "@/icons/arrow-big-left";
21
+ import { ArrowBigLeftDashIcon } from "@/icons/arrow-big-left-dash";
22
+ import { ArrowBigRightIcon } from "@/icons/arrow-big-right";
23
+ import { ArrowBigRightDashIcon } from "@/icons/arrow-big-right-dash";
24
+ import { ArrowBigUpIcon } from "@/icons/arrow-big-up";
25
+ import { ArrowBigUpDashIcon } from "@/icons/arrow-big-up-dash";
26
+ import { ArrowDownIcon } from "@/icons/arrow-down";
27
+ import { ArrowDown01Icon } from "@/icons/arrow-down-0-1";
28
+ import { ArrowDown10Icon } from "@/icons/arrow-down-1-0";
29
+ import { ArrowDownAZIcon } from "@/icons/arrow-down-a-z";
30
+ import { ArrowDownLeftIcon } from "@/icons/arrow-down-left";
31
+ import { ArrowDownRightIcon } from "@/icons/arrow-down-right";
32
+ import { ArrowDownZAIcon } from "@/icons/arrow-down-z-a";
33
+ import { ArrowLeftIcon } from "@/icons/arrow-left";
34
+ import { ArrowRightIcon } from "@/icons/arrow-right";
35
+ import { ArrowUpIcon } from "@/icons/arrow-up";
36
+ import { ArrowUpLeftIcon } from "@/icons/arrow-up-left";
37
+ import { ArrowUpRightIcon } from "@/icons/arrow-up-right";
38
+ import { AtSignIcon } from "@/icons/at-sign";
39
+ import { AtomIcon } from "@/icons/atom";
40
+ import { AttachFileIcon } from "@/icons/attach-file";
41
+ import { AudioLinesIcon } from "@/icons/audio-lines";
42
+ import { AxeIcon } from "@/icons/axe";
43
+ import { BadgeAlertIcon } from "@/icons/badge-alert";
44
+ import { BadgePercentIcon } from "@/icons/badge-percent";
45
+ import { BanIcon } from "@/icons/ban";
46
+ import { BananaIcon } from "@/icons/banana";
47
+ import { BatteryFullIcon } from "@/icons/battery-full";
48
+ import { BatteryLowIcon } from "@/icons/battery-low";
49
+ import { BatteryMediumIcon } from "@/icons/battery-medium";
50
+ import { BellIcon } from "@/icons/bell";
51
+ import { BlocksIcon } from "@/icons/blocks";
52
+ import { BluetoothIcon } from "@/icons/bluetooth";
53
+ import { BluetoothConnectedIcon } from "@/icons/bluetooth-connected";
54
+ import { BluetoothOffIcon } from "@/icons/bluetooth-off";
55
+ import { BluetoothSearchingIcon } from "@/icons/bluetooth-searching";
56
+ import { BoldIcon } from "@/icons/bold";
57
+ import { BoneIcon } from "@/icons/bone";
58
+ import { BookTextIcon } from "@/icons/book-text";
59
+ import { BookmarkIcon } from "@/icons/bookmark";
60
+ import { BookmarkCheckIcon } from "@/icons/bookmark-check";
61
+ import { BookmarkMinusIcon } from "@/icons/bookmark-minus";
62
+ import { BookmarkPlusIcon } from "@/icons/bookmark-plus";
63
+ import { BookmarkXIcon } from "@/icons/bookmark-x";
64
+ import { BotIcon } from "@/icons/bot";
65
+ import { BotMessageSquareIcon } from "@/icons/bot-message-square";
66
+ import { BoxIcon } from "@/icons/box";
67
+ import { BoxesIcon } from "@/icons/boxes";
68
+ import { BrainIcon } from "@/icons/brain";
69
+ import { CalendarCheckIcon } from "@/icons/calendar-check";
70
+ import { CalendarCheck2Icon } from "@/icons/calendar-check-2";
71
+ import { CalendarCogIcon } from "@/icons/calendar-cog";
72
+ import { CalendarDaysIcon } from "@/icons/calendar-days";
73
+ import { CartIcon } from "@/icons/cart";
74
+ import { CastIcon } from "@/icons/cast";
75
+ import { CctvIcon } from "@/icons/cctv";
76
+ import { ChartBarDecreasingIcon } from "@/icons/chart-bar-decreasing";
77
+ import { ChartBarIncreasingIcon } from "@/icons/chart-bar-increasing";
78
+ import { ChartColumnDecreasingIcon } from "@/icons/chart-column-decreasing";
79
+ import { ChartColumnIncreasingIcon } from "@/icons/chart-column-increasing";
80
+ import { ChartLineIcon } from "@/icons/chart-line";
81
+ import { ChartNoAxesColumnDecreasingIcon } from "@/icons/chart-no-axes-column-decreasing";
82
+ import { ChartNoAxesColumnIncreasingIcon } from "@/icons/chart-no-axes-column-increasing";
83
+ import { ChartPieIcon } from "@/icons/chart-pie";
84
+ import { ChartScatterIcon } from "@/icons/chart-scatter";
85
+ import { ChartSplineIcon } from "@/icons/chart-spline";
86
+ import { CheckIcon } from "@/icons/check";
87
+ import { CheckCheckIcon } from "@/icons/check-check";
88
+ import { ChevronDownIcon } from "@/icons/chevron-down";
89
+ import { ChevronFirstIcon } from "@/icons/chevron-first";
90
+ import { ChevronLeftIcon } from "@/icons/chevron-left";
91
+ import { ChevronRightIcon } from "@/icons/chevron-right";
92
+ import { ChevronUpIcon } from "@/icons/chevron-up";
93
+ import { ChevronsDownUpIcon } from "@/icons/chevrons-down-up";
94
+ import { ChevronsLeftRightIcon } from "@/icons/chevrons-left-right";
95
+ import { ChevronsRightLeftIcon } from "@/icons/chevrons-right-left";
96
+ import { ChevronsUpDownIcon } from "@/icons/chevrons-up-down";
97
+ import { ChromeIcon } from "@/icons/chrome";
98
+ import { CircleCheckIcon } from "@/icons/circle-check";
99
+ import { CircleChevronDownIcon } from "@/icons/circle-chevron-down";
100
+ import { CircleChevronLeftIcon } from "@/icons/circle-chevron-left";
101
+ import { CircleChevronRightIcon } from "@/icons/circle-chevron-right";
102
+ import { CircleChevronUpIcon } from "@/icons/circle-chevron-up";
103
+ import { CircleDashedIcon } from "@/icons/circle-dashed";
104
+ import { CircleDollarSignIcon } from "@/icons/circle-dollar-sign";
105
+ import { CircleHelpIcon } from "@/icons/circle-help";
106
+ import { ClapIcon } from "@/icons/clap";
107
+ import { ClipboardCheckIcon } from "@/icons/clipboard-check";
108
+ import { ClockIcon } from "@/icons/clock";
109
+ import { CloudCogIcon } from "@/icons/cloud-cog";
110
+ import { CloudDownloadIcon } from "@/icons/cloud-download";
111
+ import { CloudLightningIcon } from "@/icons/cloud-lightning";
112
+ import { CloudRainIcon } from "@/icons/cloud-rain";
113
+ import { CloudRainWindIcon } from "@/icons/cloud-rain-wind";
114
+ import { CloudSnowIcon } from "@/icons/cloud-snow";
115
+ import { CloudSunIcon } from "@/icons/cloud-sun";
116
+ import { CloudUploadIcon } from "@/icons/cloud-upload";
117
+ import { CoffeeIcon } from "@/icons/coffee";
118
+ import { CogIcon } from "@/icons/cog";
119
+ import { CompassIcon } from "@/icons/compass";
120
+ import { ConnectIcon } from "@/icons/connect";
121
+ import { ConstructionIcon } from "@/icons/construction";
122
+ import { ContrastIcon } from "@/icons/contrast";
123
+ import { CookingPotIcon } from "@/icons/cooking-pot";
124
+ import { CopyIcon } from "@/icons/copy";
125
+ import { CpuIcon } from "@/icons/cpu";
126
+ import { CupSodaIcon } from "@/icons/cup-soda";
127
+ import { CursorClickIcon } from "@/icons/cursor-click";
128
+ import { DatabaseBackupIcon } from "@/icons/database-backup";
129
+ import { DeleteIcon } from "@/icons/delete";
130
+ import { Disc3Icon } from "@/icons/disc-3";
131
+ import { DiscordIcon } from "@/icons/discord";
132
+ import { DollarSignIcon } from "@/icons/dollar-sign";
133
+ import { DownloadIcon } from "@/icons/download";
134
+ import { DownvoteIcon } from "@/icons/downvote";
135
+ import { DribbbleIcon } from "@/icons/dribbble";
136
+ import { DropletIcon } from "@/icons/droplet";
137
+ import { DrumIcon } from "@/icons/drum";
138
+ import { EarthIcon } from "@/icons/earth";
139
+ import { EuroIcon } from "@/icons/euro";
140
+ import { EvChargerIcon } from "@/icons/ev-charger";
141
+ import { ExpandIcon } from "@/icons/expand";
142
+ import { EyeIcon } from "@/icons/eye";
143
+ import { EyeOffIcon } from "@/icons/eye-off";
144
+ import { FacebookIcon } from "@/icons/facebook";
145
+ import { FeatherIcon } from "@/icons/feather";
146
+ import { FigmaIcon } from "@/icons/figma";
147
+ import { FileChartLineIcon } from "@/icons/file-chart-line";
148
+ import { FileCheckIcon } from "@/icons/file-check";
149
+ import { FileCheck2Icon } from "@/icons/file-check-2";
150
+ import { FileCogIcon } from "@/icons/file-cog";
151
+ import { FilePenLineIcon } from "@/icons/file-pen-line";
152
+ import { FileStackIcon } from "@/icons/file-stack";
153
+ import { FileTextIcon } from "@/icons/file-text";
154
+ import { FingerprintIcon } from "@/icons/fingerprint";
155
+ import { FishSymbolIcon } from "@/icons/fish-symbol";
156
+ import { FlameIcon } from "@/icons/flame";
157
+ import { FlaskIcon } from "@/icons/flask";
158
+ import { FoldersIcon } from "@/icons/folders";
159
+ import { FrameIcon } from "@/icons/frame";
160
+ import { FrownIcon } from "@/icons/frown";
161
+ import { GalleryHorizontalEndIcon } from "@/icons/gallery-horizontal-end";
162
+ import { GalleryThumbnailsIcon } from "@/icons/gallery-thumbnails";
163
+ import { GalleryVerticalEndIcon } from "@/icons/gallery-vertical-end";
164
+ import { GaugeIcon } from "@/icons/gauge";
165
+ import { GeorgianLariIcon } from "@/icons/georgian-lari";
166
+ import { GitCommitHorizontalIcon } from "@/icons/git-commit-horizontal";
167
+ import { GitCommitVerticalIcon } from "@/icons/git-commit-vertical";
168
+ import { GitMergeIcon } from "@/icons/git-merge";
169
+ import { GitPullRequestIcon } from "@/icons/git-pull-request";
170
+ import { GithubIcon } from "@/icons/github";
171
+ import { GripIcon } from "@/icons/grip";
172
+ import { GripHorizontalIcon } from "@/icons/grip-horizontal";
173
+ import { GripVerticalIcon } from "@/icons/grip-vertical";
174
+ import { HammerIcon } from "@/icons/hammer";
175
+ import { HandCoinsIcon } from "@/icons/hand-coins";
176
+ import { HandHeartIcon } from "@/icons/hand-heart";
177
+ import { HardDriveDownloadIcon } from "@/icons/hard-drive-download";
178
+ import { HardDriveUploadIcon } from "@/icons/hard-drive-upload";
179
+ import { HeartIcon } from "@/icons/heart";
180
+ import { HistoryIcon } from "@/icons/history";
181
+ import { HomeIcon } from "@/icons/home";
182
+ import { HourglassIcon } from "@/icons/hourglass";
183
+ import { IdCardIcon } from "@/icons/id-card";
184
+ import { IndianRupeeIcon } from "@/icons/indian-rupee";
185
+ import { InstagramIcon } from "@/icons/instagram";
186
+ import { ItalicIcon } from "@/icons/italic";
187
+ import { JapaneseYenIcon } from "@/icons/japanese-yen";
188
+ import { KeyIcon } from "@/icons/key";
189
+ import { KeyCircleIcon } from "@/icons/key-circle";
190
+ import { KeySquareIcon } from "@/icons/key-square";
191
+ import { KeyboardIcon } from "@/icons/keyboard";
192
+ import { LanguagesIcon } from "@/icons/languages";
193
+ import { LaptopMinimalCheckIcon } from "@/icons/laptop-minimal-check";
194
+ import { LaughIcon } from "@/icons/laugh";
195
+ import { LayersIcon } from "@/icons/layers";
196
+ import { LayoutGridIcon } from "@/icons/layout-grid";
197
+ import { LayoutPanelTopIcon } from "@/icons/layout-panel-top";
198
+ import { LinkIcon } from "@/icons/link";
199
+ import { LinkedinIcon } from "@/icons/linkedin";
200
+ import { LoaderIcon } from "@/icons/loader";
201
+ import { LoaderCircleIcon } from "@/icons/loader-circle";
202
+ import { LoaderPinwheelIcon } from "@/icons/loader-pinwheel";
203
+ import { LockIcon } from "@/icons/lock";
204
+ import { LockKeyholeIcon } from "@/icons/lock-keyhole";
205
+ import { LockKeyholeOpenIcon } from "@/icons/lock-keyhole-open";
206
+ import { LockOpenIcon } from "@/icons/lock-open";
207
+ import { LogoutIcon } from "@/icons/logout";
208
+ import { MailCheckIcon } from "@/icons/mail-check";
209
+ import { MailboxIcon } from "@/icons/mailbox";
210
+ import { MapPinIcon } from "@/icons/map-pin";
211
+ import { MapPinCheckIcon } from "@/icons/map-pin-check";
212
+ import { MapPinCheckInsideIcon } from "@/icons/map-pin-check-inside";
213
+ import { MapPinHouseIcon } from "@/icons/map-pin-house";
214
+ import { MapPinMinusIcon } from "@/icons/map-pin-minus";
215
+ import { MapPinMinusInsideIcon } from "@/icons/map-pin-minus-inside";
216
+ import { MapPinOffIcon } from "@/icons/map-pin-off";
217
+ import { MapPinPlusIcon } from "@/icons/map-pin-plus";
218
+ import { MapPinPlusInsideIcon } from "@/icons/map-pin-plus-inside";
219
+ import { MapPinXInsideIcon } from "@/icons/map-pin-x-inside";
220
+ import { MaximizeIcon } from "@/icons/maximize";
221
+ import { Maximize2Icon } from "@/icons/maximize-2";
222
+ import { MehIcon } from "@/icons/meh";
223
+ import { MenuIcon } from "@/icons/menu";
224
+ import { MessageCircleIcon } from "@/icons/message-circle";
225
+ import { MessageCircleCheckIcon } from "@/icons/message-circle-check";
226
+ import { MessageCircleDashedIcon } from "@/icons/message-circle-dashed";
227
+ import { MessageCircleMoreIcon } from "@/icons/message-circle-more";
228
+ import { MessageCirclePlusIcon } from "@/icons/message-circle-plus";
229
+ import { MessageCircleXIcon } from "@/icons/message-circle-x";
230
+ import { MessageSquareIcon } from "@/icons/message-square";
231
+ import { MessageSquareCheckIcon } from "@/icons/message-square-check";
232
+ import { MessageSquareDashedIcon } from "@/icons/message-square-dashed";
233
+ import { MessageSquareMoreIcon } from "@/icons/message-square-more";
234
+ import { MessageSquarePlusIcon } from "@/icons/message-square-plus";
235
+ import { MessageSquareXIcon } from "@/icons/message-square-x";
236
+ import { MicIcon } from "@/icons/mic";
237
+ import { MicOffIcon } from "@/icons/mic-off";
238
+ import { MinimizeIcon } from "@/icons/minimize";
239
+ import { MonitorCheckIcon } from "@/icons/monitor-check";
240
+ import { MoonIcon } from "@/icons/moon";
241
+ import { NfcIcon } from "@/icons/nfc";
242
+ import { PanelLeftCloseIcon } from "@/icons/panel-left-close";
243
+ import { PanelLeftOpenIcon } from "@/icons/panel-left-open";
244
+ import { PanelRightOpenIcon } from "@/icons/panel-right-open";
245
+ import { PartyPopperIcon } from "@/icons/party-popper";
246
+ import { PauseIcon } from "@/icons/pause";
247
+ import { PenToolIcon } from "@/icons/pen-tool";
248
+ import { PhilippinePesoIcon } from "@/icons/philippine-peso";
249
+ import { PickaxeIcon } from "@/icons/pickaxe";
250
+ import { PlayIcon } from "@/icons/play";
251
+ import { PlugZapIcon } from "@/icons/plug-zap";
252
+ import { PlusIcon } from "@/icons/plus";
253
+ import { PoundSterlingIcon } from "@/icons/pound-sterling";
254
+ import { RabbitIcon } from "@/icons/rabbit";
255
+ import { RadioIcon } from "@/icons/radio";
256
+ import { RadioTowerIcon } from "@/icons/radio-tower";
257
+ import { RedoIcon } from "@/icons/redo";
258
+ import { RedoDotIcon } from "@/icons/redo-dot";
259
+ import { RefreshCCWIcon } from "@/icons/refresh-ccw";
260
+ import { RefreshCCWDotIcon } from "@/icons/refresh-ccw-dot";
261
+ import { RefreshCWIcon } from "@/icons/refresh-cw";
262
+ import { RefreshCWOffIcon } from "@/icons/refresh-cw-off";
263
+ import { RocketIcon } from "@/icons/rocket";
264
+ import { RockingChairIcon } from "@/icons/rocking-chair";
265
+ import { RollerCoasterIcon } from "@/icons/roller-coaster";
266
+ import { RotateCCWIcon } from "@/icons/rotate-ccw";
267
+ import { RotateCWIcon } from "@/icons/rotate-cw";
268
+ import { RouteIcon } from "@/icons/route";
269
+ import { RussianRubleIcon } from "@/icons/russian-ruble";
270
+ import { SaudiRiyalIcon } from "@/icons/saudi-riyal";
271
+ import { ScanFaceIcon } from "@/icons/scan-face";
272
+ import { ScanTextIcon } from "@/icons/scan-text";
273
+ import { SearchIcon } from "@/icons/search";
274
+ import { SendIcon } from "@/icons/send";
275
+ import { SettingsIcon } from "@/icons/settings";
276
+ import { ShieldCheckIcon } from "@/icons/shield-check";
277
+ import { ShipIcon } from "@/icons/ship";
278
+ import { ShowerHeadIcon } from "@/icons/shower-head";
279
+ import { ShrinkIcon } from "@/icons/shrink";
280
+ import { SlidersHorizontalIcon } from "@/icons/sliders-horizontal";
281
+ import { SmartphoneChargingIcon } from "@/icons/smartphone-charging";
282
+ import { SmartphoneNfcIcon } from "@/icons/smartphone-nfc";
283
+ import { SmileIcon } from "@/icons/smile";
284
+ import { SmilePlusIcon } from "@/icons/smile-plus";
285
+ import { SnowflakeIcon } from "@/icons/snowflake";
286
+ import { SparklesIcon } from "@/icons/sparkles";
287
+ import { SquareActivityIcon } from "@/icons/square-activity";
288
+ import { SquareArrowDownIcon } from "@/icons/square-arrow-down";
289
+ import { SquareArrowLeftIcon } from "@/icons/square-arrow-left";
290
+ import { SquareArrowRightIcon } from "@/icons/square-arrow-right";
291
+ import { SquareArrowUpIcon } from "@/icons/square-arrow-up";
292
+ import { SquareChevronDownIcon } from "@/icons/square-chevron-down";
293
+ import { SquareChevronLeftIcon } from "@/icons/square-chevron-left";
294
+ import { SquareChevronRightIcon } from "@/icons/square-chevron-right";
295
+ import { SquareChevronUpIcon } from "@/icons/square-chevron-up";
296
+ import { SquarePenIcon } from "@/icons/square-pen";
297
+ import { SquareStackIcon } from "@/icons/square-stack";
298
+ import { StethoscopeIcon } from "@/icons/stethoscope";
299
+ import { SunIcon } from "@/icons/sun";
300
+ import { SunDimIcon } from "@/icons/sun-dim";
301
+ import { SunMediumIcon } from "@/icons/sun-medium";
302
+ import { SunMoonIcon } from "@/icons/sun-moon";
303
+ import { SunsetIcon } from "@/icons/sunset";
304
+ import { SwissFrancIcon } from "@/icons/swiss-franc";
305
+ import { SyringeIcon } from "@/icons/syringe";
306
+ import { TelescopeIcon } from "@/icons/telescope";
307
+ import { TerminalIcon } from "@/icons/terminal";
308
+ import { ThermometerIcon } from "@/icons/thermometer";
309
+ import { TimerIcon } from "@/icons/timer";
310
+ import { TornadoIcon } from "@/icons/tornado";
311
+ import { TrainTrackIcon } from "@/icons/train-track";
312
+ import { TrendingDownIcon } from "@/icons/trending-down";
313
+ import { TrendingUpIcon } from "@/icons/trending-up";
314
+ import { TrendingUpDownIcon } from "@/icons/trending-up-down";
315
+ import { TurkishLiraIcon } from "@/icons/turkish-lira";
316
+ import { TwitchIcon } from "@/icons/twitch";
317
+ import { TwitterIcon } from "@/icons/twitter";
318
+ import { UnderlineIcon } from "@/icons/underline";
319
+ import { UndoIcon } from "@/icons/undo";
320
+ import { UndoDotIcon } from "@/icons/undo-dot";
321
+ import { UploadIcon } from "@/icons/upload";
322
+ import { UpvoteIcon } from "@/icons/upvote";
323
+ import { UserIcon } from "@/icons/user";
324
+ import { UserCheckIcon } from "@/icons/user-check";
325
+ import { UserRoundCheckIcon } from "@/icons/user-round-check";
326
+ import { UserRoundPlusIcon } from "@/icons/user-round-plus";
327
+ import { UsersIcon } from "@/icons/users";
328
+ import { VibrateIcon } from "@/icons/vibrate";
329
+ import { VolumeIcon } from "@/icons/volume";
330
+ import { WashingMachineIcon } from "@/icons/washing-machine";
331
+ import { WavesIcon } from "@/icons/waves";
332
+ import { WavesLadderIcon } from "@/icons/waves-ladder";
333
+ import { WaypointsIcon } from "@/icons/waypoints";
334
+ import { WebhookIcon } from "@/icons/webhook";
335
+ import { WifiIcon } from "@/icons/wifi";
336
+ import { WifiLowIcon } from "@/icons/wifi-low";
337
+ import { WindIcon } from "@/icons/wind";
338
+ import { WindArrowDownIcon } from "@/icons/wind-arrow-down";
339
+ import { WorkflowIcon } from "@/icons/workflow";
340
+ import { WrenchIcon } from "@/icons/wrench";
341
+ import { XIcon } from "@/icons/x";
342
+ import { YoutubeIcon } from "@/icons/youtube";
343
+ import { ZapIcon } from "@/icons/zap";
344
+ import { ZapOffIcon } from "@/icons/zap-off";
345
+ import { BatteryIcon } from "./battery";
346
+ import { BatteryChargingIcon } from "./battery-charging";
347
+ import { BatteryPlusIcon } from "./battery-plus";
348
+ import { BatteryWarningIcon } from "./battery-warning";
349
+ import { BellElectricIcon } from "./bell-electric";
350
+ import { ChessBishopIcon } from "./chess-bishop";
351
+ import { ChessKingIcon } from "./chess-king";
352
+ import { ChessKnightIcon } from "./chess-knight";
353
+ import { ChessPawnIcon } from "./chess-pawn";
354
+ import { ConciergeBellIcon } from "./concierge-bell";
355
+ import { CornerDownLeftIcon } from "./corner-down-left";
356
+ import { CornerDownRightIcon } from "./corner-down-right";
357
+ import { CornerLeftDownIcon } from "./corner-left-down";
358
+ import { CornerLeftUpIcon } from "./corner-left-up";
359
+ import { CornerRightDownIcon } from "./corner-right-down";
360
+ import { CornerRightUpIcon } from "./corner-right-up";
361
+ import { CornerUpLeftIcon } from "./corner-up-left";
362
+ import { CornerUpRightIcon } from "./corner-up-right";
363
+ import { FolderArchiveIcon } from "./folder-archive";
364
+ import { FolderCheckIcon } from "./folder-check";
365
+ import { FolderClockIcon } from "./folder-clock";
366
+ import { FolderCodeIcon } from "./folder-code";
367
+ import { FolderCogIcon } from "./folder-cog";
368
+ import { FolderDotIcon } from "./folder-dot";
369
+ import { FolderDownIcon } from "./folder-down";
370
+ import { FolderGitIcon } from "./folder-git";
371
+ import { FolderGit2Icon } from "./folder-git-2";
372
+ import { FolderHeartIcon } from "./folder-heart";
373
+ import { FolderInputIcon } from "./folder-input";
374
+ import { FolderKanbanIcon } from "./folder-kanban";
375
+ import { FolderKeyIcon } from "./folder-key";
376
+ import { FolderLockIcon } from "./folder-lock";
377
+ import { FolderMinusIcon } from "./folder-minus";
378
+ import { FolderOpenIcon } from "./folder-open";
379
+ import { FolderOutputIcon } from "./folder-output";
380
+ import { FolderPlusIcon } from "./folder-plus";
381
+ import { FolderRootIcon } from "./folder-root";
382
+ import { FolderSyncIcon } from "./folder-sync";
383
+ import { FolderTreeIcon } from "./folder-tree";
384
+ import { FolderUpIcon } from "./folder-up";
385
+ import { FolderXIcon } from "./folder-x";
386
+ import { GavelIcon } from "./gavel";
387
+ import { GitBranchIcon } from "./git-branch";
388
+ import { GitCompareIcon } from "./git-compare";
389
+ import { GitCompareArrowsIcon } from "./git-compare-arrows";
390
+ import { GitForkIcon } from "./git-fork";
391
+ import { GitGraphIcon } from "./git-graph";
392
+ import { GitPullRequestClosedIcon } from "./git-pull-request-closed";
393
+ import { GitPullRequestCreateIcon } from "./git-pull-request-create";
394
+ import { GitlabIcon } from "./gitlab";
395
+ import { GraduationCapIcon } from "./graduation-cap";
396
+ import { HandIcon } from "./hand";
397
+ import { HandFistIcon } from "./hand-fist";
398
+ import { HandGrabIcon } from "./hand-grab";
399
+ import { HandHelpingIcon } from "./hand-helping";
400
+ import { HandMetalIcon } from "./hand-metal";
401
+ import { HeartHandshakeIcon } from "./heart-handshake";
402
+ import { HeartPulseIcon } from "./heart-pulse";
403
+ import { TruckIcon } from "./truck";
404
+
405
+ type IconListItem = {
406
+ name: string;
407
+ icon: React.ElementType;
408
+ keywords: string[];
409
+ };
410
+
411
+ const ICON_LIST: IconListItem[] = [
412
+ {
413
+ name: "layout-grid",
414
+ icon: LayoutGridIcon,
415
+ keywords: [
416
+ "layout",
417
+ "grid",
418
+ "dashboard",
419
+ "tiles",
420
+ "panels",
421
+ "gallery",
422
+ "window",
423
+ "interface",
424
+ ],
425
+ },
426
+ {
427
+ name: "axe",
428
+ icon: AxeIcon,
429
+ keywords: [
430
+ "hatchet",
431
+ "weapon",
432
+ "chop",
433
+ "sharp",
434
+ "equipment",
435
+ "fireman",
436
+ "firefighter",
437
+ "brigade",
438
+ "lumberjack",
439
+ "woodcutter",
440
+ "logger",
441
+ "forestry",
442
+ ],
443
+ },
444
+ {
445
+ name: "pickaxe",
446
+ icon: PickaxeIcon,
447
+ keywords: [
448
+ "mining",
449
+ "mine",
450
+ "land worker",
451
+ "extraction",
452
+ "labor",
453
+ "construction",
454
+ "progress",
455
+ "advancement",
456
+ "crafting",
457
+ "building",
458
+ "creation",
459
+ ],
460
+ },
461
+ {
462
+ name: "hammer",
463
+ icon: HammerIcon,
464
+ keywords: ["mallet", "nails", "diy", "toolbox", "build", "construction"],
465
+ },
466
+ {
467
+ name: "gavel",
468
+ icon: GavelIcon,
469
+ keywords: [
470
+ "justice",
471
+ "law",
472
+ "court",
473
+ "judgment",
474
+ "legal",
475
+ "hands",
476
+ "penalty",
477
+ "decision",
478
+ "authority",
479
+ "hammer",
480
+ "mallet",
481
+ ],
482
+ },
483
+ {
484
+ name: "mailbox",
485
+ icon: MailboxIcon,
486
+ keywords: ["emails", "messages", "letters", "mailing list", "newsletter"],
487
+ },
488
+ {
489
+ name: "send",
490
+ icon: SendIcon,
491
+ keywords: [
492
+ "email",
493
+ "message",
494
+ "mail",
495
+ "paper airplane",
496
+ "paper aeroplane",
497
+ "submit",
498
+ ],
499
+ },
500
+ {
501
+ name: "heart-pulse",
502
+ icon: HeartPulseIcon,
503
+ keywords: [
504
+ "heartbeat",
505
+ "pulse",
506
+ "health",
507
+ "medical",
508
+ "cardiac",
509
+ "ecg",
510
+ "vital",
511
+ ],
512
+ },
513
+ {
514
+ name: "graduation-cap",
515
+ icon: GraduationCapIcon,
516
+ keywords: [
517
+ "school",
518
+ "university",
519
+ "learn",
520
+ "study",
521
+ "mortarboard",
522
+ "education",
523
+ "ceremony",
524
+ "academic",
525
+ "hat",
526
+ "diploma",
527
+ "bachlor's",
528
+ "master's",
529
+ "doctorate",
530
+ ],
531
+ },
532
+ {
533
+ name: "brain",
534
+ icon: BrainIcon,
535
+ keywords: [
536
+ "medical",
537
+ "mind",
538
+ "mental",
539
+ "intellect",
540
+ "cerebral",
541
+ "consciousness",
542
+ "genius",
543
+ "artificial intelligence",
544
+ "ai",
545
+ "think",
546
+ "thought",
547
+ "insight",
548
+ "intelligent",
549
+ "smart",
550
+ ],
551
+ },
552
+ {
553
+ name: "truck",
554
+ icon: TruckIcon,
555
+ keywords: [
556
+ "delivery",
557
+ "van",
558
+ "shipping",
559
+ "haulage",
560
+ "lorry",
561
+ "transportation",
562
+ ],
563
+ },
564
+ {
565
+ name: "mic",
566
+ icon: MicIcon,
567
+ keywords: ["microphone", "audio", "sound", "record", "voice"],
568
+ },
569
+ {
570
+ name: "mic-off",
571
+ icon: MicOffIcon,
572
+ keywords: ["microphone", "audio", "sound", "mute", "silent", "disabled"],
573
+ },
574
+ {
575
+ name: "align-left",
576
+ icon: AlignLeftIcon,
577
+ keywords: ["text", "alignment", "left", "paragraph", "format"],
578
+ },
579
+ {
580
+ name: "align-right",
581
+ icon: AlignRightIcon,
582
+ keywords: ["text", "alignment", "right", "paragraph", "format"],
583
+ },
584
+ {
585
+ name: "folder-lock",
586
+ icon: FolderLockIcon,
587
+ keywords: ["folder", "lock", "file", "storage", "organization"],
588
+ },
589
+ {
590
+ name: "folder-key",
591
+ icon: FolderKeyIcon,
592
+ keywords: ["folder", "key", "file", "storage", "organization"],
593
+ },
594
+ {
595
+ name: "folder-input",
596
+ icon: FolderInputIcon,
597
+ keywords: ["folder", "input", "file", "storage", "organization"],
598
+ },
599
+ {
600
+ name: "folder-heart",
601
+ icon: FolderHeartIcon,
602
+ keywords: ["folder", "heart", "file", "storage", "organization"],
603
+ },
604
+ {
605
+ name: "folder-root",
606
+ icon: FolderRootIcon,
607
+ keywords: ["folder", "root", "file", "storage", "organization"],
608
+ },
609
+ {
610
+ name: "folder-tree",
611
+ icon: FolderTreeIcon,
612
+ keywords: ["folder", "tree", "file", "storage", "organization"],
613
+ },
614
+ {
615
+ name: "folder-open",
616
+ icon: FolderOpenIcon,
617
+ keywords: ["folder", "open", "file", "storage", "organization"],
618
+ },
619
+ {
620
+ name: "folder-kanban",
621
+ icon: FolderKanbanIcon,
622
+ keywords: ["folder", "kanban", "file", "storage", "organization"],
623
+ },
624
+ {
625
+ name: "folder-code",
626
+ icon: FolderCodeIcon,
627
+ keywords: ["folder", "code", "file", "storage", "organization"],
628
+ },
629
+ {
630
+ name: "folder-sync",
631
+ icon: FolderSyncIcon,
632
+ keywords: ["folder", "sync", "file", "storage", "organization"],
633
+ },
634
+ {
635
+ name: "folder-plus",
636
+ icon: FolderPlusIcon,
637
+ keywords: ["folder", "plus", "file", "storage", "organization"],
638
+ },
639
+ {
640
+ name: "folder-minus",
641
+ icon: FolderMinusIcon,
642
+ keywords: ["folder", "minus", "file", "storage", "organization"],
643
+ },
644
+ {
645
+ name: "folder-archive",
646
+ icon: FolderArchiveIcon,
647
+ keywords: ["folder", "archive", "file", "storage", "organization"],
648
+ },
649
+ {
650
+ name: "folder-x",
651
+ icon: FolderXIcon,
652
+ keywords: ["folder", "x", "file", "storage", "organization"],
653
+ },
654
+ {
655
+ name: "folder-dot",
656
+ icon: FolderDotIcon,
657
+ keywords: ["folder", "dot", "file", "storage", "organization"],
658
+ },
659
+ {
660
+ name: "folder-cog",
661
+ icon: FolderCogIcon,
662
+ keywords: ["folder", "cog", "settings", "configuration"],
663
+ },
664
+ {
665
+ name: "folder-git-2",
666
+ icon: FolderGit2Icon,
667
+ keywords: ["folder", "git", "version control", "repository"],
668
+ },
669
+ {
670
+ name: "folder-git",
671
+ icon: FolderGitIcon,
672
+ keywords: ["folder", "git", "version control", "repository"],
673
+ },
674
+ {
675
+ name: "folder-down",
676
+ icon: FolderDownIcon,
677
+ keywords: ["folder", "down", "file", "storage", "organization"],
678
+ },
679
+ {
680
+ name: "folder-output",
681
+ icon: FolderOutputIcon,
682
+ keywords: ["folder", "output", "file", "storage", "organization"],
683
+ },
684
+ {
685
+ name: "folder-up",
686
+ icon: FolderUpIcon,
687
+ keywords: ["folder", "up", "file", "storage", "organization"],
688
+ },
689
+ {
690
+ name: "folder-check",
691
+ icon: FolderCheckIcon,
692
+ keywords: ["folder", "check", "file", "storage", "organization"],
693
+ },
694
+ {
695
+ name: "folder-clock",
696
+ icon: FolderClockIcon,
697
+ keywords: ["folder", "clock", "time", "schedule"],
698
+ },
699
+ {
700
+ name: "feather",
701
+ icon: FeatherIcon,
702
+ keywords: ["feather", "quill", "writing", "light", "bird"],
703
+ },
704
+ {
705
+ name: "bell-electric",
706
+ icon: BellElectricIcon,
707
+ keywords: ["bell", "electric", "notification", "alert"],
708
+ },
709
+ {
710
+ name: "concierge-bell",
711
+ icon: ConciergeBellIcon,
712
+ keywords: ["bell", "icon-bell", "notification", "alert"],
713
+ },
714
+ {
715
+ name: "corner-up-right",
716
+ icon: CornerUpRightIcon,
717
+ keywords: ["corner", "up", "right", "arrow"],
718
+ },
719
+ {
720
+ name: "corner-up-left",
721
+ icon: CornerUpLeftIcon,
722
+ keywords: ["corner", "up", "left", "arrow"],
723
+ },
724
+ {
725
+ name: "corner-right-up",
726
+ icon: CornerRightUpIcon,
727
+ keywords: ["corner", "right", "up", "arrow"],
728
+ },
729
+ {
730
+ name: "corner-right-down",
731
+ icon: CornerRightDownIcon,
732
+ keywords: ["corner", "right", "down", "arrow"],
733
+ },
734
+ {
735
+ name: "corner-left-up",
736
+ icon: CornerLeftUpIcon,
737
+ keywords: ["corner", "left", "up", "arrow"],
738
+ },
739
+ {
740
+ name: "corner-left-down",
741
+ icon: CornerLeftDownIcon,
742
+ keywords: ["corner", "left", "down", "arrow"],
743
+ },
744
+ {
745
+ name: "corner-down-right",
746
+ icon: CornerDownRightIcon,
747
+ keywords: ["corner", "down", "right", "arrow"],
748
+ },
749
+ {
750
+ name: "corner-down-left",
751
+ icon: CornerDownLeftIcon,
752
+ keywords: ["corner", "down", "left", "arrow"],
753
+ },
754
+ {
755
+ name: "git-pull-request-create",
756
+ icon: GitPullRequestCreateIcon,
757
+ keywords: [
758
+ "git",
759
+ "pull request",
760
+ "create",
761
+ "version control",
762
+ "repository",
763
+ ],
764
+ },
765
+ {
766
+ name: "git-pull-request-closed",
767
+ icon: GitPullRequestClosedIcon,
768
+ keywords: [
769
+ "git",
770
+ "pull request",
771
+ "closed",
772
+ "version control",
773
+ "repository",
774
+ ],
775
+ },
776
+ {
777
+ name: "gitlab",
778
+ icon: GitlabIcon,
779
+ keywords: ["git", "gitlab", "version control", "repository"],
780
+ },
781
+ {
782
+ name: "git-graph",
783
+ icon: GitGraphIcon,
784
+ keywords: ["git", "graph", "version control", "repository"],
785
+ },
786
+ {
787
+ name: "git-compare-arrows",
788
+ icon: GitCompareArrowsIcon,
789
+ keywords: ["git", "compare", "arrows", "version control", "repository"],
790
+ },
791
+ {
792
+ name: "git-compare",
793
+ icon: GitCompareIcon,
794
+ keywords: ["git", "compare", "version control", "repository"],
795
+ },
796
+ {
797
+ name: "git-fork",
798
+ icon: GitForkIcon,
799
+ keywords: ["git", "fork", "version control", "repository"],
800
+ },
801
+ {
802
+ name: "git-branch",
803
+ icon: GitBranchIcon,
804
+ keywords: ["git", "branch", "version control", "repository"],
805
+ },
806
+ {
807
+ name: "hourglass",
808
+ icon: HourglassIcon,
809
+ keywords: ["hourglass", "time", "timer", "sandglass"],
810
+ },
811
+ {
812
+ name: "cloud-snow",
813
+ icon: CloudSnowIcon,
814
+ keywords: ["cloud snow", "weather", "blizzard"],
815
+ },
816
+ {
817
+ name: "chevron-first",
818
+ icon: ChevronFirstIcon,
819
+ keywords: ["chevron", "first", "down", "arrow"],
820
+ },
821
+ { name: "bot", icon: BotIcon, keywords: ["bot", "user", "avatar"] },
822
+ {
823
+ name: "grip-horizontal",
824
+ icon: GripHorizontalIcon,
825
+ keywords: ["grip", "move", "drag", "resize", "drag and drop"],
826
+ },
827
+ {
828
+ name: "grip-vertical",
829
+ icon: GripVerticalIcon,
830
+ keywords: ["grip", "move", "drag", "resize", "drag and drop"],
831
+ },
832
+ {
833
+ name: "bot-message-square",
834
+ icon: BotMessageSquareIcon,
835
+ keywords: ["bot", "message", "square", "bubble", "chat", "conversation"],
836
+ },
837
+ {
838
+ name: "bookmark",
839
+ icon: BookmarkIcon,
840
+ keywords: ["bookmark", "save", "tag", "label"],
841
+ },
842
+ {
843
+ name: "bookmark-x",
844
+ icon: BookmarkXIcon,
845
+ keywords: ["bookmark", "x", "remove", "delete", "tag", "label"],
846
+ },
847
+ {
848
+ name: "bookmark-minus",
849
+ icon: BookmarkMinusIcon,
850
+ keywords: ["bookmark", "minus", "remove", "delete", "tag", "label"],
851
+ },
852
+ {
853
+ name: "bookmark-plus",
854
+ icon: BookmarkPlusIcon,
855
+ keywords: ["bookmark", "plus", "add", "create", "tag", "label"],
856
+ },
857
+ {
858
+ name: "bookmark-check",
859
+ icon: BookmarkCheckIcon,
860
+ keywords: ["bookmark", "check", "save", "tag", "label"],
861
+ },
862
+ {
863
+ name: "washing-machine",
864
+ icon: WashingMachineIcon,
865
+ keywords: [
866
+ "washing machine",
867
+ "tumble dryer",
868
+ "electronics",
869
+ "cycle",
870
+ "clothes",
871
+ "rinse",
872
+ "spin",
873
+ "drum",
874
+ ],
875
+ },
876
+ {
877
+ name: "accessibility",
878
+ icon: AccessibilityIcon,
879
+ keywords: ["accessibility", "disabled", "wheelchair", "assistive"],
880
+ },
881
+ {
882
+ name: "lock-keyhole-open",
883
+ icon: LockKeyholeOpenIcon,
884
+ keywords: ["security", "password", "secure", "admin", "lock", "open"],
885
+ },
886
+ {
887
+ name: "lock-open",
888
+ icon: LockOpenIcon,
889
+ keywords: ["security", "password", "secure", "admin", "lock", "open"],
890
+ },
891
+ {
892
+ name: "lock-keyhole",
893
+ icon: LockKeyholeIcon,
894
+ keywords: ["security", "password", "secure", "admin", "lock"],
895
+ },
896
+ {
897
+ name: "lock",
898
+ icon: LockIcon,
899
+ keywords: ["security", "password", "secure", "admin", "lock"],
900
+ },
901
+ {
902
+ name: "folders",
903
+ icon: FoldersIcon,
904
+ keywords: ["folder", "directory", "file", "storage", "organization"],
905
+ },
906
+ {
907
+ name: "snowflake",
908
+ icon: SnowflakeIcon,
909
+ keywords: ["snow", "weather", "cold", "winter", "flake"],
910
+ },
911
+ {
912
+ name: "thermometer",
913
+ icon: ThermometerIcon,
914
+ keywords: ["temperature", "celsius", "fahrenheit", "weather"],
915
+ },
916
+ {
917
+ name: "droplet",
918
+ icon: DropletIcon,
919
+ keywords: [
920
+ "water",
921
+ "weather",
922
+ "liquid",
923
+ "fluid",
924
+ "wet",
925
+ "moisture",
926
+ "damp",
927
+ "bead",
928
+ "globule",
929
+ ],
930
+ },
931
+ {
932
+ name: "plus",
933
+ icon: PlusIcon,
934
+ keywords: [
935
+ "add",
936
+ "new",
937
+ "increase",
938
+ "increment",
939
+ "positive",
940
+ "calculate",
941
+ "toolbar",
942
+ "crosshair",
943
+ "aim",
944
+ "target",
945
+ "scope",
946
+ "sight",
947
+ "reticule",
948
+ "maximum",
949
+ "upgrade",
950
+ "extra",
951
+ "+",
952
+ ],
953
+ },
954
+ {
955
+ name: "heart",
956
+ icon: HeartIcon,
957
+ keywords: ["like", "love", "emotion", "suit", "playing", "cards"],
958
+ },
959
+ {
960
+ name: "smartphone-charging",
961
+ icon: SmartphoneChargingIcon,
962
+ keywords: ["phone", "cellphone", "device", "power", "screen"],
963
+ },
964
+ {
965
+ name: "smartphone-nfc",
966
+ icon: SmartphoneNfcIcon,
967
+ keywords: ["phone", "cellphone", "device", "nfc", "screen"],
968
+ },
969
+ {
970
+ name: "nfc",
971
+ icon: NfcIcon,
972
+ keywords: ["nfc", "near field communication", "wireless", "signal"],
973
+ },
974
+ {
975
+ name: "history",
976
+ icon: HistoryIcon,
977
+ keywords: ["history", "back", "previous", "arrow"],
978
+ },
979
+ {
980
+ name: "hard-drive-upload",
981
+ icon: HardDriveUploadIcon,
982
+ keywords: ["hard drive", "upload", "storage", "data", "save"],
983
+ },
984
+ {
985
+ name: "hard-drive-download",
986
+ icon: HardDriveDownloadIcon,
987
+ keywords: ["hard drive", "download", "storage", "data", "save"],
988
+ },
989
+ { name: "square-activity", icon: SquareActivityIcon, keywords: ["activity"] },
990
+ {
991
+ name: "square-arrow-down",
992
+ icon: SquareArrowDownIcon,
993
+ keywords: ["arrow", "down", "a"],
994
+ },
995
+ {
996
+ name: "square-arrow-left",
997
+ icon: SquareArrowLeftIcon,
998
+ keywords: ["arrow", "left", "a"],
999
+ },
1000
+ {
1001
+ name: "square-arrow-right",
1002
+ icon: SquareArrowRightIcon,
1003
+ keywords: ["arrow", "right", "a"],
1004
+ },
1005
+ {
1006
+ name: "square-arrow-up",
1007
+ icon: SquareArrowUpIcon,
1008
+ keywords: ["arrow", "up", "a"],
1009
+ },
1010
+ {
1011
+ name: "scan-face",
1012
+ icon: ScanFaceIcon,
1013
+ keywords: ["scan", "face", "emotion"],
1014
+ },
1015
+ {
1016
+ name: "frown",
1017
+ icon: FrownIcon,
1018
+ keywords: ["frown", "emotion", "face", "sad"],
1019
+ },
1020
+ {
1021
+ name: "smile-plus",
1022
+ icon: SmilePlusIcon,
1023
+ keywords: ["smile", "plus", "emotion", "face"],
1024
+ },
1025
+ { name: "smile", icon: SmileIcon, keywords: ["smile", "emotion", "face"] },
1026
+ { name: "laugh", icon: LaughIcon, keywords: ["laugh", "emotion", "face"] },
1027
+ {
1028
+ name: "annoyed",
1029
+ icon: AnnoyedIcon,
1030
+ keywords: ["annoyed", "emotion", "face"],
1031
+ },
1032
+ { name: "meh", icon: MehIcon, keywords: ["meh", "emotion", "face"] },
1033
+ {
1034
+ name: "key",
1035
+ icon: KeyIcon,
1036
+ keywords: ["key", "authentication", "security", "access", "password"],
1037
+ },
1038
+ {
1039
+ name: "key-square",
1040
+ icon: KeySquareIcon,
1041
+ keywords: ["key", "authentication", "security", "access", "password"],
1042
+ },
1043
+ {
1044
+ name: "key-circle",
1045
+ icon: KeyCircleIcon,
1046
+ keywords: ["key", "authentication", "security", "access", "password"],
1047
+ },
1048
+ {
1049
+ name: "maximize",
1050
+ icon: MaximizeIcon,
1051
+ keywords: ["maximize", "fullscreen", "expand", "screen"],
1052
+ },
1053
+ {
1054
+ name: "maximize-2",
1055
+ icon: Maximize2Icon,
1056
+ keywords: ["maximize", "fullscreen", "expand", "screen"],
1057
+ },
1058
+ {
1059
+ name: "minimize",
1060
+ icon: MinimizeIcon,
1061
+ keywords: ["minimize", "contract", "reduce", "small", "smaller"],
1062
+ },
1063
+ {
1064
+ name: "shrink",
1065
+ icon: ShrinkIcon,
1066
+ keywords: ["shrink", "contract", "reduce", "small", "smaller"],
1067
+ },
1068
+ {
1069
+ name: "rotate-cw",
1070
+ icon: RotateCWIcon,
1071
+ keywords: [
1072
+ "rotate",
1073
+ "clockwise",
1074
+ "turn",
1075
+ "degrees",
1076
+ "degrees",
1077
+ "clockwise",
1078
+ "counterclockwise",
1079
+ ],
1080
+ },
1081
+ {
1082
+ name: "rotate-ccw",
1083
+ icon: RotateCCWIcon,
1084
+ keywords: [
1085
+ "rotate",
1086
+ "counterclockwise",
1087
+ "turn",
1088
+ "degrees",
1089
+ "degrees",
1090
+ "clockwise",
1091
+ "counterclockwise",
1092
+ ],
1093
+ },
1094
+ {
1095
+ name: "refresh-cw-off",
1096
+ icon: RefreshCWOffIcon,
1097
+ keywords: ["refresh", "rotate", "reload", "rerun", "circular", "cycle"],
1098
+ },
1099
+ {
1100
+ name: "refresh-cw",
1101
+ icon: RefreshCWIcon,
1102
+ keywords: ["refresh", "rotate", "reload", "rerun", "circular", "cycle"],
1103
+ },
1104
+ {
1105
+ name: "refresh-ccw-dot",
1106
+ icon: RefreshCCWDotIcon,
1107
+ keywords: ["refresh", "rotate", "reload", "rerun", "circular", "cycle"],
1108
+ },
1109
+ {
1110
+ name: "redo",
1111
+ icon: RedoIcon,
1112
+ keywords: ["redo", "repeat", "undo", "back", "previous", "arrow"],
1113
+ },
1114
+ {
1115
+ name: "undo-dot",
1116
+ icon: UndoDotIcon,
1117
+ keywords: ["undo", "repeat", "back", "previous", "arrow"],
1118
+ },
1119
+ {
1120
+ name: "redo-dot",
1121
+ icon: RedoDotIcon,
1122
+ keywords: ["redo", "repeat", "undo", "back", "previous", "arrow"],
1123
+ },
1124
+ {
1125
+ name: "arrow-big-down",
1126
+ icon: ArrowBigDownIcon,
1127
+ keywords: ["arrow", "down", "big", "below", "south", "bottom"],
1128
+ },
1129
+ {
1130
+ name: "arrow-big-left",
1131
+ icon: ArrowBigLeftIcon,
1132
+ keywords: ["arrow", "left", "big", "west", "previous", "<-"],
1133
+ },
1134
+ {
1135
+ name: "arrow-big-right",
1136
+ icon: ArrowBigRightIcon,
1137
+ keywords: ["arrow", "right", "big", "east", "next", "->"],
1138
+ },
1139
+ {
1140
+ name: "arrow-big-up",
1141
+ icon: ArrowBigUpIcon,
1142
+ keywords: ["arrow", "up", "big", "north", "top"],
1143
+ },
1144
+ {
1145
+ name: "a-arrow-up",
1146
+ icon: AArrowUpIcon,
1147
+ keywords: ["arrow", "up", "a"],
1148
+ },
1149
+ {
1150
+ name: "chart-spline",
1151
+ icon: ChartSplineIcon,
1152
+ keywords: [
1153
+ "chart",
1154
+ "spline",
1155
+ "graph",
1156
+ "statistics",
1157
+ "analytics",
1158
+ "diagram",
1159
+ "presentation",
1160
+ "analytics",
1161
+ ],
1162
+ },
1163
+ {
1164
+ name: "arrow-up",
1165
+ icon: ArrowUpIcon,
1166
+ keywords: ["up", "above", "direction", "north", "top"],
1167
+ },
1168
+ {
1169
+ name: "arrow-down",
1170
+ icon: ArrowDownIcon,
1171
+ keywords: ["down", "below", "direction", "south", "bottom"],
1172
+ },
1173
+ {
1174
+ name: "arrow-down-left",
1175
+ icon: ArrowDownLeftIcon,
1176
+ keywords: [
1177
+ "arrow",
1178
+ "down",
1179
+ "left",
1180
+ "direction",
1181
+ "southwest",
1182
+ "bottom left",
1183
+ ],
1184
+ },
1185
+ {
1186
+ name: "arrow-down-right",
1187
+ icon: ArrowDownRightIcon,
1188
+ keywords: [
1189
+ "arrow",
1190
+ "down",
1191
+ "right",
1192
+ "direction",
1193
+ "southeast",
1194
+ "bottom right",
1195
+ ],
1196
+ },
1197
+ {
1198
+ name: "arrow-up-left",
1199
+ icon: ArrowUpLeftIcon,
1200
+ keywords: ["arrow", "up", "left", "direction", "northwest", "top left"],
1201
+ },
1202
+ {
1203
+ name: "arrow-up-right",
1204
+ icon: ArrowUpRightIcon,
1205
+ keywords: ["arrow", "up", "right", "direction", "northeast", "top right"],
1206
+ },
1207
+ {
1208
+ name: "vibrate",
1209
+ icon: VibrateIcon,
1210
+ keywords: [
1211
+ "smartphone",
1212
+ "notification",
1213
+ "rumble",
1214
+ "haptic feedback",
1215
+ "screen",
1216
+ ],
1217
+ },
1218
+ {
1219
+ name: "waves-ladder",
1220
+ icon: WavesLadderIcon,
1221
+ keywords: ["waves", "ladder", "water", "ocean", "sea"],
1222
+ },
1223
+ {
1224
+ name: "waves",
1225
+ icon: WavesIcon,
1226
+ keywords: ["waves", "water", "ocean", "sea", "wave", "sea wave"],
1227
+ },
1228
+ {
1229
+ name: "wind-arrow-down",
1230
+ icon: WindArrowDownIcon,
1231
+ keywords: ["wind", "arrow", "down", "wind arrow down"],
1232
+ },
1233
+ {
1234
+ name: "air-vent",
1235
+ icon: AirVentIcon,
1236
+ keywords: ["air", "vent", "fan", "air conditioning", "wind", "cooling"],
1237
+ },
1238
+ {
1239
+ name: "tornado",
1240
+ icon: TornadoIcon,
1241
+ keywords: ["tornado", "wind", "weather", "spin", "twister", "whirlwind"],
1242
+ },
1243
+ {
1244
+ name: "cloud-download",
1245
+ icon: CloudDownloadIcon,
1246
+ keywords: ["cloud", "download", "weather", "cloud download"],
1247
+ },
1248
+ {
1249
+ name: "cloud-upload",
1250
+ icon: CloudUploadIcon,
1251
+ keywords: ["cloud", "upload", "weather", "cloud upload"],
1252
+ },
1253
+ {
1254
+ name: "cloud-cog",
1255
+ icon: CloudCogIcon,
1256
+ keywords: ["cloud", "cog", "cloud cog", "edit", "gear", "preferences"],
1257
+ },
1258
+ {
1259
+ name: "cloud-lightning",
1260
+ icon: CloudLightningIcon,
1261
+ keywords: ["cloud", "lightning", "weather", "cloud lightning"],
1262
+ },
1263
+ {
1264
+ name: "cloud-rain",
1265
+ icon: CloudRainIcon,
1266
+ keywords: ["cloud", "rain", "weather", "cloud rain"],
1267
+ },
1268
+ {
1269
+ name: "cloud-rain-wind",
1270
+ icon: CloudRainWindIcon,
1271
+ keywords: ["cloud", "rain", "wind", "weather", "cloud rain wind"],
1272
+ },
1273
+ {
1274
+ name: "arrow-big-down-dash",
1275
+ icon: ArrowBigDownDashIcon,
1276
+ keywords: ["arrow", "down", "big", "below", "south", "bottom", "dash"],
1277
+ },
1278
+ {
1279
+ name: "arrow-big-left-dash",
1280
+ icon: ArrowBigLeftDashIcon,
1281
+ keywords: ["arrow", "left", "big", "below", "west", "dash"],
1282
+ },
1283
+ {
1284
+ name: "arrow-big-right-dash",
1285
+ icon: ArrowBigRightDashIcon,
1286
+ keywords: ["arrow", "right", "big", "below", "east", "dash"],
1287
+ },
1288
+ {
1289
+ name: "arrow-big-up-dash",
1290
+ icon: ArrowBigUpDashIcon,
1291
+ keywords: ["arrow", "up", "big", "above", "north", "dash"],
1292
+ },
1293
+ {
1294
+ name: "moon",
1295
+ icon: MoonIcon,
1296
+ keywords: ["night", "dark", "moon"],
1297
+ },
1298
+ {
1299
+ name: "facebook",
1300
+ icon: FacebookIcon,
1301
+ keywords: ["social", "network", "facebook"],
1302
+ },
1303
+ {
1304
+ name: "twitter",
1305
+ icon: TwitterIcon,
1306
+ keywords: ["social", "network", "twitter", "X"],
1307
+ },
1308
+ {
1309
+ name: "linkedin",
1310
+ icon: LinkedinIcon,
1311
+ keywords: ["social", "network", "linkedin"],
1312
+ },
1313
+ {
1314
+ name: "youtube",
1315
+ icon: YoutubeIcon,
1316
+ keywords: ["social", "network", "youtube"],
1317
+ },
1318
+ {
1319
+ name: "instagram",
1320
+ icon: InstagramIcon,
1321
+ keywords: ["social", "network", "instagram"],
1322
+ },
1323
+ {
1324
+ name: "twitch",
1325
+ icon: TwitchIcon,
1326
+ keywords: ["social", "network", "twitch"],
1327
+ },
1328
+ {
1329
+ name: "dribbble",
1330
+ icon: DribbbleIcon,
1331
+ keywords: ["social", "network", "dribbble"],
1332
+ },
1333
+ {
1334
+ name: "discord",
1335
+ icon: DiscordIcon,
1336
+ keywords: ["social", "network", "discord"],
1337
+ },
1338
+ {
1339
+ name: "search",
1340
+ icon: SearchIcon,
1341
+ keywords: ["find", "scan", "magnifier", "magnifying glass"],
1342
+ },
1343
+ {
1344
+ name: "cloud-sun",
1345
+ icon: CloudSunIcon,
1346
+ keywords: ["weather", "sun", "cloud", "light", "bright"],
1347
+ },
1348
+ {
1349
+ name: "sunset",
1350
+ icon: SunsetIcon,
1351
+ keywords: ["sun", "sunset", "weather", "bright", "dawn", "evening"],
1352
+ },
1353
+ {
1354
+ name: "sun-dim",
1355
+ icon: SunDimIcon,
1356
+ keywords: ["sun", "dim", "weather", "light", "day"],
1357
+ },
1358
+ {
1359
+ name: "sun-medium",
1360
+ icon: SunMediumIcon,
1361
+ keywords: ["sun", "medium", "weather", "light", "day"],
1362
+ },
1363
+ {
1364
+ name: "sun-moon",
1365
+ icon: SunMoonIcon,
1366
+ keywords: ["sun", "moon", "day", "night", "evening"],
1367
+ },
1368
+ {
1369
+ name: "cart",
1370
+ icon: CartIcon,
1371
+ keywords: [
1372
+ "trolley",
1373
+ "cart",
1374
+ "basket",
1375
+ "e-commerce",
1376
+ "store",
1377
+ "purchase",
1378
+ "products",
1379
+ "items",
1380
+ "ingredients",
1381
+ ],
1382
+ },
1383
+ {
1384
+ name: "stethoscope",
1385
+ icon: StethoscopeIcon,
1386
+ keywords: ["phonendoscope", "medical", "heart", "lungs", "sound"],
1387
+ },
1388
+ {
1389
+ name: "circle-check",
1390
+ icon: CircleCheckIcon,
1391
+ keywords: ["done", "todo", "tick", "complete", "task"],
1392
+ },
1393
+ {
1394
+ name: "earth",
1395
+ icon: EarthIcon,
1396
+ keywords: ["world", "browser", "language", "translate", "globe"],
1397
+ },
1398
+ {
1399
+ name: "workflow",
1400
+ icon: WorkflowIcon,
1401
+ keywords: [
1402
+ "action",
1403
+ "continuous integration",
1404
+ "ci",
1405
+ "automation",
1406
+ "devops",
1407
+ "network",
1408
+ "node",
1409
+ "connection",
1410
+ ],
1411
+ },
1412
+ {
1413
+ name: "wrench",
1414
+ icon: WrenchIcon,
1415
+ keywords: [
1416
+ "account",
1417
+ "settings",
1418
+ "spanner",
1419
+ "diy",
1420
+ "toolbox",
1421
+ "build",
1422
+ "construction",
1423
+ ],
1424
+ },
1425
+ {
1426
+ name: "logout",
1427
+ icon: LogoutIcon,
1428
+ keywords: ["sign out", "arrow", "exit", "auth"],
1429
+ },
1430
+ {
1431
+ name: "circle-help",
1432
+ icon: CircleHelpIcon,
1433
+ keywords: ["question mark"],
1434
+ },
1435
+ {
1436
+ name: "user",
1437
+ icon: UserIcon,
1438
+ keywords: ["person", "account", "contact"],
1439
+ },
1440
+ {
1441
+ name: "flame",
1442
+ icon: FlameIcon,
1443
+ keywords: ["fire", "flame", "hot"],
1444
+ },
1445
+ {
1446
+ name: "audio-lines",
1447
+ icon: AudioLinesIcon,
1448
+ keywords: [
1449
+ "graphic equaliser",
1450
+ "sound",
1451
+ "noise",
1452
+ "listen",
1453
+ "hearing",
1454
+ "hertz",
1455
+ "frequency",
1456
+ "wavelength",
1457
+ "vibrate",
1458
+ "sine",
1459
+ "synthesizer",
1460
+ "synthesiser",
1461
+ "levels",
1462
+ "track",
1463
+ "music",
1464
+ "playback",
1465
+ "radio",
1466
+ "broadcast",
1467
+ "airwaves",
1468
+ "voice",
1469
+ "vocals",
1470
+ "singer",
1471
+ "song",
1472
+ ],
1473
+ },
1474
+ {
1475
+ name: "eye-off",
1476
+ icon: EyeOffIcon,
1477
+ keywords: [
1478
+ "view",
1479
+ "watch",
1480
+ "see",
1481
+ "hide",
1482
+ "conceal",
1483
+ "mask",
1484
+ "hidden",
1485
+ "visibility",
1486
+ "vision",
1487
+ ],
1488
+ },
1489
+ {
1490
+ name: "eye",
1491
+ icon: EyeIcon,
1492
+ keywords: [
1493
+ "view",
1494
+ "watch",
1495
+ "see",
1496
+ "show",
1497
+ "expose",
1498
+ "reveal",
1499
+ "display",
1500
+ "visible",
1501
+ "visibility",
1502
+ "vision",
1503
+ "preview",
1504
+ "read",
1505
+ ],
1506
+ },
1507
+ {
1508
+ name: "square-stack",
1509
+ icon: SquareStackIcon,
1510
+ keywords: [
1511
+ "versions",
1512
+ "clone",
1513
+ "copy",
1514
+ "duplicate",
1515
+ "multiple",
1516
+ "revisions",
1517
+ "version control",
1518
+ "backup",
1519
+ "history",
1520
+ ],
1521
+ },
1522
+ {
1523
+ name: "chess-king",
1524
+ icon: ChessKingIcon,
1525
+ keywords: [
1526
+ "chess",
1527
+ "king",
1528
+ "piece",
1529
+ "board game",
1530
+ "strategy",
1531
+ "game",
1532
+ "checkmate",
1533
+ "royal",
1534
+ "crown",
1535
+ ],
1536
+ },
1537
+ {
1538
+ name: "chess-knight",
1539
+ icon: ChessKnightIcon,
1540
+ keywords: [
1541
+ "chess",
1542
+ "knight",
1543
+ "piece",
1544
+ "board game",
1545
+ "strategy",
1546
+ "game",
1547
+ "horse",
1548
+ "L-shape",
1549
+ "move",
1550
+ ],
1551
+ },
1552
+ {
1553
+ name: "chess-pawn",
1554
+ icon: ChessPawnIcon,
1555
+ keywords: [
1556
+ "chess",
1557
+ "pawn",
1558
+ "piece",
1559
+ "board game",
1560
+ "strategy",
1561
+ "game",
1562
+ "pawn",
1563
+ "pawn-shape",
1564
+ "move",
1565
+ ],
1566
+ },
1567
+ {
1568
+ name: "chess-bishop",
1569
+ icon: ChessBishopIcon,
1570
+ keywords: [
1571
+ "chess",
1572
+ "bishop",
1573
+ "piece",
1574
+ "board game",
1575
+ "strategy",
1576
+ "game",
1577
+ "bishop",
1578
+ "bishop-shape",
1579
+ "move",
1580
+ ],
1581
+ },
1582
+ {
1583
+ name: "badge-alert",
1584
+ icon: BadgeAlertIcon,
1585
+ keywords: [
1586
+ "check",
1587
+ "verified",
1588
+ "unverified",
1589
+ "security",
1590
+ "safety",
1591
+ "issue",
1592
+ ],
1593
+ },
1594
+ {
1595
+ name: "message-circle",
1596
+ icon: MessageCircleIcon,
1597
+ keywords: [
1598
+ "comment",
1599
+ "chat",
1600
+ "conversation",
1601
+ "dialog",
1602
+ "feedback",
1603
+ "speech bubble",
1604
+ ],
1605
+ },
1606
+ {
1607
+ name: "message-circle-check",
1608
+ icon: MessageCircleCheckIcon,
1609
+ keywords: [
1610
+ "comment",
1611
+ "chat",
1612
+ "conversation",
1613
+ "dialog",
1614
+ "feedback",
1615
+ "speech bubble",
1616
+ "moderate",
1617
+ "check",
1618
+ "done",
1619
+ "todo",
1620
+ "complete",
1621
+ ],
1622
+ },
1623
+ {
1624
+ name: "message-circle-more",
1625
+ icon: MessageCircleMoreIcon,
1626
+ keywords: [
1627
+ "comment",
1628
+ "chat",
1629
+ "conversation",
1630
+ "dialog",
1631
+ "feedback",
1632
+ "speech bubble",
1633
+ "typing",
1634
+ "writing",
1635
+ "responding",
1636
+ "ellipsis",
1637
+ "etc",
1638
+ ],
1639
+ },
1640
+ {
1641
+ name: "message-circle-plus",
1642
+ icon: MessageCirclePlusIcon,
1643
+ keywords: [
1644
+ "comment",
1645
+ "chat",
1646
+ "conversation",
1647
+ "dialog",
1648
+ "feedback",
1649
+ "speech bubble",
1650
+ "add",
1651
+ ],
1652
+ },
1653
+ {
1654
+ name: "message-circle-x",
1655
+ icon: MessageCircleXIcon,
1656
+ keywords: [
1657
+ "comment",
1658
+ "chat",
1659
+ "conversation",
1660
+ "dialog",
1661
+ "feedback",
1662
+ "speech bubble",
1663
+ "clear",
1664
+ "close",
1665
+ "delete",
1666
+ "remove",
1667
+ "cancel",
1668
+ "silence",
1669
+ "mute",
1670
+ "moderate",
1671
+ ],
1672
+ },
1673
+ {
1674
+ name: "message-square",
1675
+ icon: MessageSquareIcon,
1676
+ keywords: [
1677
+ "comment",
1678
+ "chat",
1679
+ "conversation",
1680
+ "dialog",
1681
+ "feedback",
1682
+ "speech bubble",
1683
+ "message",
1684
+ ],
1685
+ },
1686
+ {
1687
+ name: "message-square-check",
1688
+ icon: MessageSquareCheckIcon,
1689
+ keywords: [
1690
+ "comment",
1691
+ "chat",
1692
+ "conversation",
1693
+ "dialog",
1694
+ "feedback",
1695
+ "speech bubble",
1696
+ "moderate",
1697
+ "check",
1698
+ "done",
1699
+ "todo",
1700
+ "complete",
1701
+ ],
1702
+ },
1703
+ {
1704
+ name: "message-square-more",
1705
+ icon: MessageSquareMoreIcon,
1706
+ keywords: [
1707
+ "comment",
1708
+ "chat",
1709
+ "conversation",
1710
+ "dialog",
1711
+ "feedback",
1712
+ "speech bubble",
1713
+ "typing",
1714
+ "writing",
1715
+ "message",
1716
+ "responding",
1717
+ "ellipsis",
1718
+ "etc",
1719
+ ],
1720
+ },
1721
+ {
1722
+ name: "message-square-plus",
1723
+ icon: MessageSquarePlusIcon,
1724
+ keywords: [
1725
+ "comment",
1726
+ "chat",
1727
+ "conversation",
1728
+ "dialog",
1729
+ "feedback",
1730
+ "speech bubble",
1731
+ "add",
1732
+ ],
1733
+ },
1734
+ {
1735
+ name: "message-square-x",
1736
+ icon: MessageSquareXIcon,
1737
+ keywords: [
1738
+ "comment",
1739
+ "chat",
1740
+ "conversation",
1741
+ "dialog",
1742
+ "feedback",
1743
+ "speech bubble",
1744
+ "clear",
1745
+ "close",
1746
+ "delete",
1747
+ "remove",
1748
+ "cancel",
1749
+ "silence",
1750
+ "mute",
1751
+ "moderate",
1752
+ ],
1753
+ },
1754
+ {
1755
+ name: "message-circle-dashed",
1756
+ icon: MessageCircleDashedIcon,
1757
+ keywords: [
1758
+ "comment",
1759
+ "chat",
1760
+ "conversation",
1761
+ "dialog",
1762
+ "feedback",
1763
+ "speech bubble",
1764
+ "typing",
1765
+ "writing",
1766
+ "message",
1767
+ "responding",
1768
+ "ellipsis",
1769
+ "etc",
1770
+ ],
1771
+ },
1772
+ {
1773
+ name: "message-square-dashed",
1774
+ icon: MessageSquareDashedIcon,
1775
+ keywords: [
1776
+ "comment",
1777
+ "chat",
1778
+ "conversation",
1779
+ "dialog",
1780
+ "feedback",
1781
+ "speech bubble",
1782
+ "typing",
1783
+ "writing",
1784
+ "message",
1785
+ "responding",
1786
+ "ellipsis",
1787
+ "etc",
1788
+ ],
1789
+ },
1790
+ {
1791
+ name: "clipboard-check",
1792
+ icon: ClipboardCheckIcon,
1793
+ keywords: ["clipboard", "check", "clipboard-check", "clipboard-checkmark"],
1794
+ },
1795
+ {
1796
+ name: "home",
1797
+ icon: HomeIcon,
1798
+ keywords: ["home", "living", "building", "residence", "architecture"],
1799
+ },
1800
+ {
1801
+ name: "arrow-left",
1802
+ icon: ArrowLeftIcon,
1803
+ keywords: ["previous", "back", "direction", "west", "<-"],
1804
+ },
1805
+ {
1806
+ name: "arrow-right",
1807
+ icon: ArrowRightIcon,
1808
+ keywords: ["forward", "next", "direction", "east", "->"],
1809
+ },
1810
+ {
1811
+ name: "expand",
1812
+ icon: ExpandIcon,
1813
+ keywords: ["scale", "fullscreen"],
1814
+ },
1815
+ {
1816
+ name: "route",
1817
+ icon: RouteIcon,
1818
+ keywords: ["path", "journey", "planner", "points", "stops", "stations"],
1819
+ },
1820
+ {
1821
+ name: "airplane",
1822
+ icon: AirplaneIcon,
1823
+ keywords: [
1824
+ "flight",
1825
+ "path",
1826
+ "journey",
1827
+ "planner",
1828
+ "points",
1829
+ "stops",
1830
+ "stations",
1831
+ ],
1832
+ },
1833
+ {
1834
+ name: "airplay",
1835
+ icon: AirplayIcon,
1836
+ keywords: ["stream", "cast", "device", "screen", "monitor"],
1837
+ },
1838
+ {
1839
+ name: "refresh-ccw",
1840
+ icon: RefreshCCWIcon,
1841
+ keywords: [
1842
+ "arrows",
1843
+ "rotate",
1844
+ "reload",
1845
+ "rerun",
1846
+ "synchronise",
1847
+ "synchronize",
1848
+ "circular",
1849
+ "cycle",
1850
+ ],
1851
+ },
1852
+ { name: "undo", icon: UndoIcon, keywords: ["redo", "rerun", "history"] },
1853
+ {
1854
+ name: "download",
1855
+ icon: DownloadIcon,
1856
+ keywords: ["import", "export", "save"],
1857
+ },
1858
+ {
1859
+ name: "square-pen",
1860
+ icon: SquarePenIcon,
1861
+ keywords: [
1862
+ "pencil",
1863
+ "change",
1864
+ "create",
1865
+ "draw",
1866
+ "sketch",
1867
+ "draft",
1868
+ "writer",
1869
+ "writing",
1870
+ "biro",
1871
+ "ink",
1872
+ "marker",
1873
+ "felt tip",
1874
+ "stationery",
1875
+ "artist",
1876
+ ],
1877
+ },
1878
+ {
1879
+ name: "delete",
1880
+ icon: DeleteIcon,
1881
+ keywords: ["garbage", "delete", "remove", "bin"],
1882
+ },
1883
+ {
1884
+ name: "sliders-horizontal",
1885
+ icon: SlidersHorizontalIcon,
1886
+ keywords: ["settings", "filters", "controls"],
1887
+ },
1888
+ {
1889
+ name: "settings",
1890
+ icon: SettingsIcon,
1891
+ keywords: ["cog", "edit", "gear", "preferences"],
1892
+ },
1893
+ {
1894
+ name: "calendar-cog",
1895
+ icon: CalendarCogIcon,
1896
+ keywords: [
1897
+ "date",
1898
+ "day",
1899
+ "month",
1900
+ "year",
1901
+ "events",
1902
+ "settings",
1903
+ "gear",
1904
+ "cog",
1905
+ ],
1906
+ },
1907
+ {
1908
+ name: "cursor-click",
1909
+ icon: CursorClickIcon,
1910
+ keywords: ["click", "select"],
1911
+ },
1912
+ {
1913
+ name: "menu",
1914
+ icon: MenuIcon,
1915
+ keywords: ["bars", "navigation", "hamburger", "options"],
1916
+ },
1917
+ {
1918
+ name: "clock",
1919
+ icon: ClockIcon,
1920
+ keywords: ["time", "watch", "alarm"],
1921
+ },
1922
+ {
1923
+ name: "file-stack",
1924
+ icon: FileStackIcon,
1925
+ keywords: [
1926
+ "versions",
1927
+ "multiple",
1928
+ "copy",
1929
+ "documents",
1930
+ "revisions",
1931
+ "version control",
1932
+ "history",
1933
+ ],
1934
+ },
1935
+ {
1936
+ name: "file-pen-line",
1937
+ icon: FilePenLineIcon,
1938
+ keywords: ["edit"],
1939
+ },
1940
+ {
1941
+ name: "archive",
1942
+ icon: ArchiveIcon,
1943
+ keywords: ["index", "backup", "box", "storage", "records"],
1944
+ },
1945
+ {
1946
+ name: "copy",
1947
+ icon: CopyIcon,
1948
+ keywords: ["clone", "duplicate", "multiple"],
1949
+ },
1950
+ {
1951
+ name: "attach-file",
1952
+ icon: AttachFileIcon,
1953
+ keywords: ["attachment", "file"],
1954
+ },
1955
+ { name: "alarm-clock", icon: AlarmClockIcon, keywords: ["morning"] },
1956
+ { name: "bold", icon: BoldIcon, keywords: ["text", "strong", "format"] },
1957
+ {
1958
+ name: "italic",
1959
+ icon: ItalicIcon,
1960
+ keywords: ["oblique", "text", "format"],
1961
+ },
1962
+ {
1963
+ name: "underline",
1964
+ icon: UnderlineIcon,
1965
+ keywords: ["text", "format"],
1966
+ },
1967
+ {
1968
+ name: "scan-text",
1969
+ icon: ScanTextIcon,
1970
+ keywords: ["recognition", "read", "translate", "copy", "lines"],
1971
+ },
1972
+ {
1973
+ name: "languages",
1974
+ icon: LanguagesIcon,
1975
+ keywords: ["translate"],
1976
+ },
1977
+ {
1978
+ name: "at-sign",
1979
+ icon: AtSignIcon,
1980
+ keywords: ["mention", "at", "email", "message", "@"],
1981
+ },
1982
+ {
1983
+ name: "atom",
1984
+ icon: AtomIcon,
1985
+ keywords: ["science", "physics", "chemistry", "nucleus", "electron"],
1986
+ },
1987
+ {
1988
+ name: "bell",
1989
+ icon: BellIcon,
1990
+ keywords: ["alarm", "notification", "sound", "reminder"],
1991
+ },
1992
+ {
1993
+ name: "users",
1994
+ icon: UsersIcon,
1995
+ keywords: ["group", "people"],
1996
+ },
1997
+ {
1998
+ name: "upvote",
1999
+ icon: UpvoteIcon,
2000
+ keywords: ["like", "good", "emotion"],
2001
+ },
2002
+ {
2003
+ name: "downvote",
2004
+ icon: DownvoteIcon,
2005
+ keywords: ["dislike", "bad", "emotion"],
2006
+ },
2007
+ {
2008
+ name: "circle-dollar-sign",
2009
+ icon: CircleDollarSignIcon,
2010
+ keywords: ["monetization", "marketing", "currency", "money", "payment"],
2011
+ },
2012
+ {
2013
+ name: "dollar-sign",
2014
+ icon: DollarSignIcon,
2015
+ keywords: ["monetization", "marketing", "currency", "money", "payment"],
2016
+ },
2017
+ {
2018
+ name: "indian-rupee",
2019
+ icon: IndianRupeeIcon,
2020
+ keywords: ["monetization", "marketing", "currency", "money", "payment"],
2021
+ },
2022
+ {
2023
+ name: "japanese-yen",
2024
+ icon: JapaneseYenIcon,
2025
+ keywords: ["monetization", "marketing", "currency", "money", "payment"],
2026
+ },
2027
+ {
2028
+ name: "philippine-peso",
2029
+ icon: PhilippinePesoIcon,
2030
+ keywords: ["monetization", "marketing", "currency", "money", "payment"],
2031
+ },
2032
+ {
2033
+ name: "euro",
2034
+ icon: EuroIcon,
2035
+ keywords: ["monetization", "marketing", "currency", "money", "payment"],
2036
+ },
2037
+ {
2038
+ name: "pound-sterling",
2039
+ icon: PoundSterlingIcon,
2040
+ keywords: ["monetization", "marketing", "currency", "money", "payment"],
2041
+ },
2042
+ {
2043
+ name: "georgian-lari",
2044
+ icon: GeorgianLariIcon,
2045
+ keywords: ["monetization", "marketing", "currency", "money", "payment"],
2046
+ },
2047
+ {
2048
+ name: "russian-ruble",
2049
+ icon: RussianRubleIcon,
2050
+ keywords: ["monetization", "marketing", "currency", "money", "payment"],
2051
+ },
2052
+ {
2053
+ name: "saudi-riyal",
2054
+ icon: SaudiRiyalIcon,
2055
+ keywords: ["monetization", "marketing", "currency", "money", "payment"],
2056
+ },
2057
+ {
2058
+ name: "swiss-franc",
2059
+ icon: SwissFrancIcon,
2060
+ keywords: ["monetization", "marketing", "currency", "money", "payment"],
2061
+ },
2062
+ {
2063
+ name: "turkish-lira",
2064
+ icon: TurkishLiraIcon,
2065
+ keywords: ["monetization", "marketing", "currency", "money", "payment"],
2066
+ },
2067
+ {
2068
+ name: "hand-coins",
2069
+ icon: HandCoinsIcon,
2070
+ keywords: [
2071
+ "savings",
2072
+ "banking",
2073
+ "money",
2074
+ "finance",
2075
+ "offers",
2076
+ "mortgage",
2077
+ "payment",
2078
+ "received",
2079
+ "wage",
2080
+ "payroll",
2081
+ "allowance",
2082
+ "pocket money",
2083
+ "handout",
2084
+ "pennies",
2085
+ ],
2086
+ },
2087
+ {
2088
+ name: "badge-percent",
2089
+ icon: BadgePercentIcon,
2090
+ keywords: [
2091
+ "verified",
2092
+ "unverified",
2093
+ "sale",
2094
+ "discount",
2095
+ "offer",
2096
+ "marketing",
2097
+ "sticker",
2098
+ "price tag",
2099
+ ],
2100
+ },
2101
+ {
2102
+ name: "chart-pie",
2103
+ icon: ChartPieIcon,
2104
+ keywords: ["statistics", "analytics", "diagram", "presentation"],
2105
+ },
2106
+ {
2107
+ name: "chart-scatter",
2108
+ icon: ChartScatterIcon,
2109
+ keywords: ["chart", "analytics", "scatter"],
2110
+ },
2111
+ {
2112
+ name: "gauge",
2113
+ icon: GaugeIcon,
2114
+ keywords: [
2115
+ "dashboard",
2116
+ "dial",
2117
+ "meter",
2118
+ "speed",
2119
+ "pressure",
2120
+ "measure",
2121
+ "level",
2122
+ ],
2123
+ },
2124
+ {
2125
+ name: "pen-tool",
2126
+ icon: PenToolIcon,
2127
+ keywords: ["vector", "drawing", "path"],
2128
+ },
2129
+ {
2130
+ name: "fingerprint",
2131
+ icon: FingerprintIcon,
2132
+ keywords: ["2fa", "authentication", "biometric", "identity", "security"],
2133
+ },
2134
+ {
2135
+ name: "link",
2136
+ icon: LinkIcon,
2137
+ keywords: ["chain", "url"],
2138
+ },
2139
+ {
2140
+ name: "layers",
2141
+ icon: LayersIcon,
2142
+ keywords: [
2143
+ "stack",
2144
+ "pile",
2145
+ "pages",
2146
+ "sheets",
2147
+ "paperwork",
2148
+ "copies",
2149
+ "copy",
2150
+ ],
2151
+ },
2152
+ {
2153
+ name: "grip",
2154
+ icon: GripIcon,
2155
+ keywords: ["grab", "dots", "handle", "move", "drag"],
2156
+ },
2157
+ {
2158
+ name: "git-pull-request",
2159
+ icon: GitPullRequestIcon,
2160
+ keywords: ["code", "version control", "open"],
2161
+ },
2162
+ {
2163
+ name: "github",
2164
+ icon: GithubIcon,
2165
+ keywords: ["logo", "version control", "repository", "source code", "git"],
2166
+ },
2167
+ {
2168
+ name: "connect",
2169
+ icon: ConnectIcon,
2170
+ keywords: [
2171
+ "electricity",
2172
+ "energy",
2173
+ "electronics",
2174
+ "socket",
2175
+ "outlet",
2176
+ "disconnect",
2177
+ ],
2178
+ },
2179
+ {
2180
+ name: "volume",
2181
+ icon: VolumeIcon,
2182
+ keywords: ["music", "sound", "mute", "speaker"],
2183
+ },
2184
+ {
2185
+ name: "sun",
2186
+ icon: SunIcon,
2187
+ keywords: ["brightness", "weather", "light", "summer"],
2188
+ },
2189
+ {
2190
+ name: "party-popper",
2191
+ icon: PartyPopperIcon,
2192
+ keywords: [
2193
+ "emoji",
2194
+ "congratulations",
2195
+ "celebration",
2196
+ "party",
2197
+ "tada",
2198
+ "🎉",
2199
+ "🎊",
2200
+ "excitement",
2201
+ "exciting",
2202
+ "excites",
2203
+ "confetti",
2204
+ ],
2205
+ },
2206
+ {
2207
+ name: "frame",
2208
+ icon: FrameIcon,
2209
+ keywords: ["logo", "design", "tool"],
2210
+ },
2211
+ {
2212
+ name: "bone",
2213
+ icon: BoneIcon,
2214
+ keywords: ["health", "skeleton", "skull", "death", "pets", "dog"],
2215
+ },
2216
+ {
2217
+ name: "align-center",
2218
+ icon: AlignCenterIcon,
2219
+ keywords: ["text", "alignment", "center"],
2220
+ },
2221
+ {
2222
+ name: "align-vertical",
2223
+ icon: AlignVerticalIcon,
2224
+ keywords: ["center", "items", "flex", "justify", "distribute", "between"],
2225
+ },
2226
+ {
2227
+ name: "align-horizontal",
2228
+ icon: AlignHorizontalIcon,
2229
+ keywords: ["center", "items", "flex", "justify", "distribute", "between"],
2230
+ },
2231
+ {
2232
+ name: "compass",
2233
+ icon: CompassIcon,
2234
+ keywords: [
2235
+ "direction",
2236
+ "navigation",
2237
+ "north",
2238
+ "south",
2239
+ "east",
2240
+ "west",
2241
+ "compass",
2242
+ ],
2243
+ },
2244
+ {
2245
+ name: "shield-check",
2246
+ icon: ShieldCheckIcon,
2247
+ keywords: ["security", "verified", "safe", "protection", "secure"],
2248
+ },
2249
+ {
2250
+ name: "trending-down",
2251
+ icon: TrendingDownIcon,
2252
+ keywords: ["down", "trend", "graph", "downward", "decrease", "statistics"],
2253
+ },
2254
+ {
2255
+ name: "trending-up",
2256
+ icon: TrendingUpIcon,
2257
+ keywords: ["up", "trend", "graph", "upward", "increase", "statistics"],
2258
+ },
2259
+ {
2260
+ name: "trending-up-down",
2261
+ icon: TrendingUpDownIcon,
2262
+ keywords: [
2263
+ "up",
2264
+ "trend",
2265
+ "graph",
2266
+ "upward",
2267
+ "increase",
2268
+ "statistics",
2269
+ "down",
2270
+ "trend",
2271
+ "graph",
2272
+ "downward",
2273
+ "decrease",
2274
+ ],
2275
+ },
2276
+ {
2277
+ name: "timer",
2278
+ icon: TimerIcon,
2279
+ keywords: ["time", "watch", "alarm", "stopwatch", "stopwatch"],
2280
+ },
2281
+ {
2282
+ name: "bluetooth",
2283
+ icon: BluetoothIcon,
2284
+ keywords: ["tool", "connection", "network"],
2285
+ },
2286
+ {
2287
+ name: "bluetooth-searching",
2288
+ icon: BluetoothSearchingIcon,
2289
+ keywords: ["tool", "connection", "network"],
2290
+ },
2291
+ {
2292
+ name: "bluetooth-connected",
2293
+ icon: BluetoothConnectedIcon,
2294
+ keywords: ["tool", "connection", "network"],
2295
+ },
2296
+ {
2297
+ name: "bluetooth-off",
2298
+ icon: BluetoothOffIcon,
2299
+ keywords: ["tool", "connection", "network"],
2300
+ },
2301
+ {
2302
+ name: "flask",
2303
+ icon: FlaskIcon,
2304
+ keywords: [
2305
+ "beaker",
2306
+ "erlenmeyer",
2307
+ "lab",
2308
+ "chemistry",
2309
+ "experiment",
2310
+ "test",
2311
+ ],
2312
+ },
2313
+ {
2314
+ name: "syringe",
2315
+ icon: SyringeIcon,
2316
+ keywords: [
2317
+ "medicine",
2318
+ "medical",
2319
+ "needle",
2320
+ "pump",
2321
+ "plunger",
2322
+ "nozzle",
2323
+ "blood",
2324
+ ],
2325
+ },
2326
+ {
2327
+ name: "play",
2328
+ icon: PlayIcon,
2329
+ keywords: ["video", "play", "start"],
2330
+ },
2331
+ {
2332
+ name: "pause",
2333
+ icon: PauseIcon,
2334
+ keywords: ["video", "pause", "stop"],
2335
+ },
2336
+ {
2337
+ name: "chart-column-decreasing",
2338
+ icon: ChartColumnDecreasingIcon,
2339
+ keywords: ["chart", "column", "decreasing"],
2340
+ },
2341
+ {
2342
+ name: "chart-column-increasing",
2343
+ icon: ChartColumnIncreasingIcon,
2344
+ keywords: ["chart", "column", "increasing"],
2345
+ },
2346
+ {
2347
+ name: "chart-bar-decreasing",
2348
+ icon: ChartBarDecreasingIcon,
2349
+ keywords: ["chart", "bar", "decreasing"],
2350
+ },
2351
+ {
2352
+ name: "chart-bar-increasing",
2353
+ icon: ChartBarIncreasingIcon,
2354
+ keywords: ["chart", "bar", "increasing"],
2355
+ },
2356
+ {
2357
+ name: "chevron-down",
2358
+ icon: ChevronDownIcon,
2359
+ keywords: ["chevron", "down", "expand", "unfold", "vertical"],
2360
+ },
2361
+ {
2362
+ name: "chevron-up",
2363
+ icon: ChevronUpIcon,
2364
+ keywords: ["chevron", "up", "collapse", "fold", "vertical"],
2365
+ },
2366
+ {
2367
+ name: "chevron-left",
2368
+ icon: ChevronLeftIcon,
2369
+ keywords: ["chevron", "left", "previous", "back", "direction"],
2370
+ },
2371
+ {
2372
+ name: "chevron-right",
2373
+ icon: ChevronRightIcon,
2374
+ keywords: ["chevron", "right", "next", "forward", "direction"],
2375
+ },
2376
+ {
2377
+ name: "chevrons-up-down",
2378
+ icon: ChevronsUpDownIcon,
2379
+ keywords: ["expand", "unfold", "vertical", "chevron"],
2380
+ },
2381
+ {
2382
+ name: "chevrons-down-up",
2383
+ icon: ChevronsDownUpIcon,
2384
+ keywords: ["collapse", "fold", "vertical", "chevron"],
2385
+ },
2386
+ {
2387
+ name: "chevrons-left-right",
2388
+ icon: ChevronsLeftRightIcon,
2389
+ keywords: ["expand", "unfold", "horizontal", "chevron"],
2390
+ },
2391
+ {
2392
+ name: "chevrons-right-left",
2393
+ icon: ChevronsRightLeftIcon,
2394
+ keywords: ["collapse", "fold", "horizontal", "chevron"],
2395
+ },
2396
+ {
2397
+ name: "circle-chevron-down",
2398
+ icon: CircleChevronDownIcon,
2399
+ keywords: ["back", "menu", "chevron"],
2400
+ },
2401
+ {
2402
+ name: "circle-chevron-left",
2403
+ icon: CircleChevronLeftIcon,
2404
+ keywords: [
2405
+ "back",
2406
+ "previous",
2407
+ "less than",
2408
+ "fewer",
2409
+ "menu",
2410
+ "<",
2411
+ "chevron",
2412
+ ],
2413
+ },
2414
+ {
2415
+ name: "circle-chevron-right",
2416
+ icon: CircleChevronRightIcon,
2417
+ keywords: [
2418
+ "next",
2419
+ "forward",
2420
+ "more than",
2421
+ "greater",
2422
+ "menu",
2423
+ ">",
2424
+ "chevron",
2425
+ ],
2426
+ },
2427
+ {
2428
+ name: "square-chevron-down",
2429
+ icon: SquareChevronDownIcon,
2430
+ keywords: ["chevron", "down", "expand"],
2431
+ },
2432
+ {
2433
+ name: "square-chevron-up",
2434
+ icon: SquareChevronUpIcon,
2435
+ keywords: ["chevron", "up", "collapse"],
2436
+ },
2437
+ {
2438
+ name: "square-chevron-right",
2439
+ icon: SquareChevronRightIcon,
2440
+ keywords: ["chevron", "right", "next"],
2441
+ },
2442
+ {
2443
+ name: "square-chevron-left",
2444
+ icon: SquareChevronLeftIcon,
2445
+ keywords: ["chevron", "left", "previous"],
2446
+ },
2447
+ {
2448
+ name: "a-arrow-down",
2449
+ icon: AArrowDownIcon,
2450
+ keywords: ["arrow", "down", "a"],
2451
+ },
2452
+
2453
+ {
2454
+ name: "circle-dashed",
2455
+ icon: CircleDashedIcon,
2456
+ keywords: ["dashed", "circle", "dashed circle"],
2457
+ },
2458
+ {
2459
+ name: "circle-chevron-up",
2460
+ icon: CircleChevronUpIcon,
2461
+ keywords: ["caret", "ahead", "forward", "menu", "chevron"],
2462
+ },
2463
+ {
2464
+ name: "check",
2465
+ icon: CheckIcon,
2466
+ keywords: ["done", "todo", "tick", "complete", "task"],
2467
+ },
2468
+ {
2469
+ name: "check-check",
2470
+ icon: CheckCheckIcon,
2471
+ keywords: [
2472
+ "done",
2473
+ "received",
2474
+ "double",
2475
+ "todo",
2476
+ "tick",
2477
+ "complete",
2478
+ "task",
2479
+ ],
2480
+ },
2481
+ {
2482
+ name: "id-card",
2483
+ icon: IdCardIcon,
2484
+ keywords: [
2485
+ "identification",
2486
+ "personal",
2487
+ "details",
2488
+ "profile",
2489
+ "card",
2490
+ "badge",
2491
+ "identity",
2492
+ "authentication",
2493
+ "secure",
2494
+ ],
2495
+ },
2496
+ {
2497
+ name: "loader-pinwheel",
2498
+ icon: LoaderPinwheelIcon,
2499
+ keywords: [
2500
+ "loading",
2501
+ "wait",
2502
+ "busy",
2503
+ "progress",
2504
+ "throbber",
2505
+ "spinner",
2506
+ "spinning",
2507
+ "beach ball",
2508
+ "frozen",
2509
+ "freeze",
2510
+ ],
2511
+ },
2512
+ {
2513
+ name: "rocking-chair",
2514
+ icon: RockingChairIcon,
2515
+ keywords: ["furniture", "seat", "rock", "relax", "sit", "chair"],
2516
+ },
2517
+ {
2518
+ name: "banana",
2519
+ icon: BananaIcon,
2520
+ keywords: ["fruit", "food", "yellow", "tropical"],
2521
+ },
2522
+ {
2523
+ name: "wifi",
2524
+ icon: WifiIcon,
2525
+ keywords: ["internet", "electronic", "connection", "data"],
2526
+ },
2527
+ {
2528
+ name: "chrome",
2529
+ icon: ChromeIcon,
2530
+ keywords: ["browser", "google", "internet", "web", "logo"],
2531
+ },
2532
+ {
2533
+ name: "figma",
2534
+ icon: FigmaIcon,
2535
+ keywords: ["design", "tool", "logo"],
2536
+ },
2537
+ {
2538
+ name: "fish-symbol",
2539
+ icon: FishSymbolIcon,
2540
+ keywords: [
2541
+ "fish",
2542
+ "seafood",
2543
+ "ocean",
2544
+ "marine",
2545
+ "dish",
2546
+ "restaurant",
2547
+ "course",
2548
+ "meal",
2549
+ "seafood",
2550
+ "pet",
2551
+ "sea",
2552
+ "marine",
2553
+ ],
2554
+ },
2555
+ {
2556
+ name: "git-commit-vertical",
2557
+ icon: GitCommitVerticalIcon,
2558
+ keywords: [
2559
+ "code",
2560
+ "open",
2561
+ "version control ",
2562
+ "waypoint",
2563
+ "stop",
2564
+ "station",
2565
+ ],
2566
+ },
2567
+ {
2568
+ name: "git-commit-horizontal",
2569
+ icon: GitCommitHorizontalIcon,
2570
+ keywords: [
2571
+ "code",
2572
+ "open",
2573
+ "version control ",
2574
+ "waypoint",
2575
+ "stop",
2576
+ "station",
2577
+ ],
2578
+ },
2579
+ {
2580
+ name: "waypoints",
2581
+ icon: WaypointsIcon,
2582
+ keywords: [
2583
+ "indirection",
2584
+ "vpn",
2585
+ "virtual private network",
2586
+ "proxy",
2587
+ "connections",
2588
+ "bounce",
2589
+ "reroute",
2590
+ "path",
2591
+ "journey",
2592
+ "planner",
2593
+ "stops",
2594
+ "stations",
2595
+ "shared",
2596
+ "spread",
2597
+ "vira",
2598
+ ],
2599
+ },
2600
+ {
2601
+ name: "ship",
2602
+ icon: ShipIcon,
2603
+ keywords: [
2604
+ "boat",
2605
+ "vessel",
2606
+ "sea",
2607
+ "ocean",
2608
+ "water",
2609
+ "transport",
2610
+ "knots",
2611
+ "nautical mile",
2612
+ "maritime",
2613
+ "sailing",
2614
+ "yacht",
2615
+ "cruise",
2616
+ "ocean liner",
2617
+ "tanker",
2618
+ "vessel",
2619
+ "navy",
2620
+ "trip",
2621
+ ],
2622
+ },
2623
+ {
2624
+ name: "roller-coaster",
2625
+ icon: RollerCoasterIcon,
2626
+ keywords: [
2627
+ "ride",
2628
+ "fun",
2629
+ "amusement",
2630
+ "park",
2631
+ "thrill",
2632
+ "excitement",
2633
+ "attraction",
2634
+ "entertainment",
2635
+ "amusement park",
2636
+ "theme park",
2637
+ "funfair",
2638
+ ],
2639
+ },
2640
+ {
2641
+ name: "drum",
2642
+ icon: DrumIcon,
2643
+ keywords: ["music", "instrument", "percussion", "beat", "rhythm", "sound"],
2644
+ },
2645
+ {
2646
+ name: "train-track",
2647
+ icon: TrainTrackIcon,
2648
+ keywords: ["railway", "track", "train", "transport", "travel", "line"],
2649
+ },
2650
+ {
2651
+ name: "webhook",
2652
+ icon: WebhookIcon,
2653
+ keywords: [
2654
+ "api",
2655
+ "integration",
2656
+ "web",
2657
+ "hook",
2658
+ "connect",
2659
+ "link",
2660
+ "push api",
2661
+ "callback",
2662
+ ],
2663
+ },
2664
+ {
2665
+ name: "rabbit",
2666
+ icon: RabbitIcon,
2667
+ keywords: [
2668
+ "bunny",
2669
+ "hare",
2670
+ "animal",
2671
+ "mammal",
2672
+ "ears",
2673
+ "fluffy",
2674
+ "rodent",
2675
+ "pet",
2676
+ "pest",
2677
+ "bunny",
2678
+ "hare",
2679
+ "fast",
2680
+ "speed",
2681
+ "hop",
2682
+ ],
2683
+ },
2684
+ {
2685
+ name: "cog",
2686
+ icon: CogIcon,
2687
+ keywords: [
2688
+ "gear",
2689
+ "settings",
2690
+ "preferences",
2691
+ "controls",
2692
+ "computing",
2693
+ "settings",
2694
+ "cog",
2695
+ "edit",
2696
+ ],
2697
+ },
2698
+ {
2699
+ name: "cpu",
2700
+ icon: CpuIcon,
2701
+ keywords: [
2702
+ "processor",
2703
+ "chip",
2704
+ "computer",
2705
+ "hardware",
2706
+ "central processing unit",
2707
+ "computing",
2708
+ "cores",
2709
+ "technology",
2710
+ "circuit",
2711
+ "memory",
2712
+ "ram",
2713
+ "specs",
2714
+ "gigahertz",
2715
+ "ghz",
2716
+ ],
2717
+ },
2718
+ {
2719
+ name: "sparkles",
2720
+ icon: SparklesIcon,
2721
+ keywords: ["sparkles", "sparkle", "star", "stars", "shine", "shining"],
2722
+ },
2723
+ {
2724
+ name: "rocket",
2725
+ icon: RocketIcon,
2726
+ keywords: ["launch", "space", "boost", "release", "version"],
2727
+ },
2728
+ {
2729
+ name: "activity",
2730
+ icon: ActivityIcon,
2731
+ keywords: [
2732
+ "pulse",
2733
+ "action",
2734
+ "motion/react",
2735
+ "movement",
2736
+ "exercise",
2737
+ "fitness",
2738
+ "healthcare",
2739
+ "heart rate monitor",
2740
+ "vital signs",
2741
+ "vitals",
2742
+ "emergency room",
2743
+ "er",
2744
+ "intensive care",
2745
+ "hospital",
2746
+ "defibrillator",
2747
+ "earthquake",
2748
+ "siesmic",
2749
+ "magnitude",
2750
+ "richter scale",
2751
+ "aftershock",
2752
+ "tremor",
2753
+ "shockwave",
2754
+ "audio",
2755
+ "waveform",
2756
+ "synthesizer",
2757
+ "synthesiser",
2758
+ "music",
2759
+ ],
2760
+ },
2761
+ {
2762
+ name: "ban",
2763
+ icon: BanIcon,
2764
+ keywords: ["ban", "stop", "prevent", "no"],
2765
+ },
2766
+ {
2767
+ name: "map-pin",
2768
+ icon: MapPinIcon,
2769
+ keywords: ["map", "pin", "marker", "location", "address"],
2770
+ },
2771
+ {
2772
+ name: "map-pin-check-inside",
2773
+ icon: MapPinCheckInsideIcon,
2774
+ keywords: [
2775
+ "map",
2776
+ "pin",
2777
+ "marker",
2778
+ "location",
2779
+ "address",
2780
+ "waypoint",
2781
+ "done",
2782
+ "tick",
2783
+ "complete",
2784
+ "task",
2785
+ "added",
2786
+ ],
2787
+ },
2788
+ {
2789
+ name: "map-pin-minus-inside",
2790
+ icon: MapPinMinusInsideIcon,
2791
+ keywords: [
2792
+ "map",
2793
+ "pin",
2794
+ "marker",
2795
+ "location",
2796
+ "address",
2797
+ "waypoint",
2798
+ "delete",
2799
+ "remove",
2800
+ "erase",
2801
+ ],
2802
+ },
2803
+ {
2804
+ name: "map-pin-plus-inside",
2805
+ icon: MapPinPlusInsideIcon,
2806
+ keywords: [
2807
+ "map",
2808
+ "pin",
2809
+ "marker",
2810
+ "location",
2811
+ "address",
2812
+ "waypoint",
2813
+ "add",
2814
+ "create",
2815
+ "new",
2816
+ ],
2817
+ },
2818
+ {
2819
+ name: "map-pin-off",
2820
+ icon: MapPinOffIcon,
2821
+ keywords: [
2822
+ "map",
2823
+ "pin",
2824
+ "marker",
2825
+ "location",
2826
+ "address",
2827
+ "waypoint",
2828
+ "off",
2829
+ "remove",
2830
+ "non available",
2831
+ "invalid",
2832
+ ],
2833
+ },
2834
+ {
2835
+ name: "map-pin-check",
2836
+ icon: MapPinCheckIcon,
2837
+ keywords: [
2838
+ "map",
2839
+ "pin",
2840
+ "marker",
2841
+ "location",
2842
+ "address",
2843
+ "waypoint",
2844
+ "done",
2845
+ "tick",
2846
+ "complete",
2847
+ "task",
2848
+ "added",
2849
+ ],
2850
+ },
2851
+ {
2852
+ name: "map-pin-house",
2853
+ icon: MapPinHouseIcon,
2854
+ keywords: [
2855
+ "map",
2856
+ "pin",
2857
+ "marker",
2858
+ "location",
2859
+ "address",
2860
+ "waypoint",
2861
+ "home",
2862
+ "living",
2863
+ "place",
2864
+ "landmark",
2865
+ ],
2866
+ },
2867
+ {
2868
+ name: "map-pin-minus",
2869
+ icon: MapPinMinusIcon,
2870
+ keywords: [
2871
+ "map",
2872
+ "pin",
2873
+ "marker",
2874
+ "location",
2875
+ "address",
2876
+ "waypoint",
2877
+ "delete",
2878
+ "remove",
2879
+ "erase",
2880
+ ],
2881
+ },
2882
+ {
2883
+ name: "map-pin-plus",
2884
+ icon: MapPinPlusIcon,
2885
+ keywords: [
2886
+ "map",
2887
+ "pin",
2888
+ "marker",
2889
+ "location",
2890
+ "address",
2891
+ "waypoint",
2892
+ "add",
2893
+ "create",
2894
+ "new",
2895
+ ],
2896
+ },
2897
+ {
2898
+ name: "map-pin-x-inside",
2899
+ icon: MapPinXInsideIcon,
2900
+ keywords: [
2901
+ "map",
2902
+ "pin",
2903
+ "marker",
2904
+ "location",
2905
+ "address",
2906
+ "waypoint",
2907
+ "delete",
2908
+ "remove",
2909
+ "erase",
2910
+ ],
2911
+ },
2912
+ {
2913
+ name: "battery-full",
2914
+ icon: BatteryFullIcon,
2915
+ keywords: ["battery", "power", "energy", "full", "charge"],
2916
+ },
2917
+ {
2918
+ name: "battery-medium",
2919
+ icon: BatteryMediumIcon,
2920
+ keywords: ["battery", "power", "energy", "medium", "charge"],
2921
+ },
2922
+ {
2923
+ name: "battery-low",
2924
+ icon: BatteryLowIcon,
2925
+ keywords: ["battery", "power", "energy", "low", "charge"],
2926
+ },
2927
+ {
2928
+ name: "terminal",
2929
+ icon: TerminalIcon,
2930
+ keywords: ["terminal", "console", "command line", "shell", "prompt"],
2931
+ },
2932
+ {
2933
+ name: "keyboard",
2934
+ icon: KeyboardIcon,
2935
+ keywords: ["keyboard", "input", "text", "type", "input method"],
2936
+ },
2937
+ {
2938
+ name: "clap",
2939
+ icon: ClapIcon,
2940
+ keywords: [
2941
+ "clap",
2942
+ "movie",
2943
+ "film",
2944
+ "video",
2945
+ "camera",
2946
+ "cinema",
2947
+ "cut",
2948
+ "action",
2949
+ "television",
2950
+ "tv",
2951
+ "show",
2952
+ "entertainment",
2953
+ ],
2954
+ },
2955
+ {
2956
+ name: "layout-panel-top",
2957
+ icon: LayoutPanelTopIcon,
2958
+ keywords: [
2959
+ "window",
2960
+ "webpage",
2961
+ "block",
2962
+ "section",
2963
+ "grid",
2964
+ "template",
2965
+ "structure",
2966
+ ],
2967
+ },
2968
+ {
2969
+ name: "contrast",
2970
+ icon: ContrastIcon,
2971
+ keywords: [
2972
+ "contrast",
2973
+ "brightness",
2974
+ "adjust",
2975
+ "enhance",
2976
+ "change",
2977
+ "theme",
2978
+ "dark",
2979
+ "light",
2980
+ "mode",
2981
+ ],
2982
+ },
2983
+ {
2984
+ name: "cooking-pot",
2985
+ icon: CookingPotIcon,
2986
+ keywords: [
2987
+ "pod",
2988
+ "cooking",
2989
+ "recipe",
2990
+ "food",
2991
+ "kitchen",
2992
+ "chef",
2993
+ "restaurant",
2994
+ "dinner",
2995
+ "lunch",
2996
+ "breakfast",
2997
+ "meal",
2998
+ "eat",
2999
+ ],
3000
+ },
3001
+ {
3002
+ name: "book-text",
3003
+ icon: BookTextIcon,
3004
+ keywords: [
3005
+ "reading",
3006
+ "booklet",
3007
+ "magazine",
3008
+ "leaflet",
3009
+ "pamphlet",
3010
+ "tome",
3011
+ "library",
3012
+ ],
3013
+ },
3014
+ {
3015
+ name: "ev-charger",
3016
+ icon: EvChargerIcon,
3017
+ keywords: ["ev", "charger", "charge", "electric", "vehicle"],
3018
+ },
3019
+ {
3020
+ name: "plug-zap",
3021
+ icon: PlugZapIcon,
3022
+ keywords: ["plug", "zap", "power", "energy", "charge"],
3023
+ },
3024
+ {
3025
+ name: "shower-head",
3026
+ icon: ShowerHeadIcon,
3027
+ keywords: ["shower", "bath", "bathroom", "amenities", "services"],
3028
+ },
3029
+ {
3030
+ name: "telescope",
3031
+ icon: TelescopeIcon,
3032
+ keywords: [
3033
+ "telescope",
3034
+ "astronomy",
3035
+ "space",
3036
+ "discovery",
3037
+ "exploration",
3038
+ "explore",
3039
+ "vision",
3040
+ "perspective",
3041
+ "focus",
3042
+ "stargazing",
3043
+ "observe",
3044
+ "view",
3045
+ ],
3046
+ },
3047
+ {
3048
+ name: "wind",
3049
+ icon: WindIcon,
3050
+ keywords: ["wind", "weather", "air", "blow"],
3051
+ },
3052
+ {
3053
+ name: "angry",
3054
+ icon: AngryIcon,
3055
+ keywords: ["mad", "upset", "angry", "furious", "emotion", "face"],
3056
+ },
3057
+ {
3058
+ name: "ambulance",
3059
+ icon: AmbulanceIcon,
3060
+ keywords: [
3061
+ "ambulance",
3062
+ "emergency",
3063
+ "medical",
3064
+ "hospital",
3065
+ "vehicle",
3066
+ "rescue",
3067
+ "siren",
3068
+ "healthcare",
3069
+ "transportation",
3070
+ "urgent",
3071
+ "first aid",
3072
+ ],
3073
+ },
3074
+ {
3075
+ name: "cctv",
3076
+ icon: CctvIcon,
3077
+ keywords: [
3078
+ "cctv",
3079
+ "camera",
3080
+ "surveillance",
3081
+ "recording",
3082
+ "film",
3083
+ "videotape",
3084
+ "crime",
3085
+ "watching",
3086
+ ],
3087
+ },
3088
+ {
3089
+ name: "coffee",
3090
+ icon: CoffeeIcon,
3091
+ keywords: [
3092
+ "coffee",
3093
+ "drink",
3094
+ "cup",
3095
+ "mug",
3096
+ "tea",
3097
+ "cafe",
3098
+ "hot",
3099
+ "beverage",
3100
+ ],
3101
+ },
3102
+ {
3103
+ name: "cup-soda",
3104
+ icon: CupSodaIcon,
3105
+ keywords: ["beverage", "cup", "drink", "soda", "straw", "water"],
3106
+ },
3107
+ {
3108
+ name: "arrow-down-a-z",
3109
+ icon: ArrowDownAZIcon,
3110
+ keywords: [
3111
+ "filter",
3112
+ "sort",
3113
+ "ascending",
3114
+ "descending",
3115
+ "increasing",
3116
+ "decreasing",
3117
+ "rising",
3118
+ "falling",
3119
+ "alphabetical",
3120
+ ],
3121
+ },
3122
+ {
3123
+ name: "arrow-down-z-a",
3124
+ icon: ArrowDownZAIcon,
3125
+ keywords: [
3126
+ "filter",
3127
+ "sort",
3128
+ "ascending",
3129
+ "descending",
3130
+ "increasing",
3131
+ "decreasing",
3132
+ "rising",
3133
+ "falling",
3134
+ "alphabetical",
3135
+ ],
3136
+ },
3137
+ {
3138
+ name: "arrow-down-0-1",
3139
+ icon: ArrowDown01Icon,
3140
+ keywords: [
3141
+ "filter",
3142
+ "sort",
3143
+ "ascending",
3144
+ "descending",
3145
+ "increasing",
3146
+ "decreasing",
3147
+ "rising",
3148
+ "falling",
3149
+ "numerical",
3150
+ ],
3151
+ },
3152
+ {
3153
+ name: "arrow-down-1-0",
3154
+ icon: ArrowDown10Icon,
3155
+ keywords: [
3156
+ "filter",
3157
+ "sort",
3158
+ "ascending",
3159
+ "descending",
3160
+ "increasing",
3161
+ "decreasing",
3162
+ "rising",
3163
+ "falling",
3164
+ "numerical",
3165
+ ],
3166
+ },
3167
+ {
3168
+ name: "x",
3169
+ icon: XIcon,
3170
+ keywords: ["x", "close", "delete", "remove", "cancel", "exit", "stop"],
3171
+ },
3172
+ {
3173
+ name: "cast",
3174
+ icon: CastIcon,
3175
+ keywords: ["cast", "screen", "chromecast", "airplay"],
3176
+ },
3177
+ {
3178
+ name: "upload",
3179
+ icon: UploadIcon,
3180
+ keywords: ["upload", "send", "share"],
3181
+ },
3182
+ {
3183
+ name: "file-cog",
3184
+ icon: FileCogIcon,
3185
+ keywords: ["file", "cog", "settings", "preferences", "controls"],
3186
+ },
3187
+ {
3188
+ name: "calendar-days",
3189
+ icon: CalendarDaysIcon,
3190
+ keywords: ["calendar", "days", "days of the week", "week", "month"],
3191
+ },
3192
+ {
3193
+ name: "chart-line",
3194
+ icon: ChartLineIcon,
3195
+ keywords: ["chart", "line", "increasing", "linechart", "chartline"],
3196
+ },
3197
+ {
3198
+ name: "file-chart-line",
3199
+ icon: FileChartLineIcon,
3200
+ keywords: [
3201
+ "file",
3202
+ "chart",
3203
+ "line",
3204
+ "increasing",
3205
+ "filechartline",
3206
+ "filechartline",
3207
+ ],
3208
+ },
3209
+ {
3210
+ name: "chart-no-axes-column-increasing",
3211
+ icon: ChartNoAxesColumnIncreasingIcon,
3212
+ keywords: ["chart", "column", "increasing", "chartnoaxes"],
3213
+ },
3214
+ {
3215
+ name: "chart-no-axes-column-decreasing",
3216
+ icon: ChartNoAxesColumnDecreasingIcon,
3217
+ keywords: ["chart", "column", "decreasing", "chartnoaxes"],
3218
+ },
3219
+ {
3220
+ name: "radio",
3221
+ icon: RadioIcon,
3222
+ keywords: [
3223
+ "radio",
3224
+ "signal",
3225
+ "broadcast",
3226
+ "wireless",
3227
+ "frequency",
3228
+ "connectivity",
3229
+ "live",
3230
+ ],
3231
+ },
3232
+ {
3233
+ name: "radio-tower",
3234
+ icon: RadioTowerIcon,
3235
+ keywords: [
3236
+ "radio",
3237
+ "tower",
3238
+ "radio tower",
3239
+ "signal",
3240
+ "broadcast",
3241
+ "wireless",
3242
+ "frequency",
3243
+ "connectivity",
3244
+ "live",
3245
+ ],
3246
+ },
3247
+ {
3248
+ name: "blocks",
3249
+ icon: BlocksIcon,
3250
+ keywords: [
3251
+ "block",
3252
+ "blocks",
3253
+ "addon",
3254
+ "plugin",
3255
+ "integration",
3256
+ "extension",
3257
+ "package",
3258
+ "build",
3259
+ "stack",
3260
+ "toys",
3261
+ "kids",
3262
+ "children",
3263
+ "learning",
3264
+ ],
3265
+ },
3266
+ {
3267
+ name: "calendar-check",
3268
+ icon: CalendarCheckIcon,
3269
+ keywords: [
3270
+ "calendar",
3271
+ "check",
3272
+ "checkmark",
3273
+ "tick",
3274
+ "done",
3275
+ "confirm",
3276
+ "complete",
3277
+ ],
3278
+ },
3279
+ {
3280
+ name: "calendar-check-2",
3281
+ icon: CalendarCheck2Icon,
3282
+ keywords: [
3283
+ "calendar",
3284
+ "check",
3285
+ "checkmark",
3286
+ "tick",
3287
+ "done",
3288
+ "confirm",
3289
+ "complete",
3290
+ ],
3291
+ },
3292
+ {
3293
+ name: "file-check",
3294
+ icon: FileCheckIcon,
3295
+ keywords: [
3296
+ "file",
3297
+ "check",
3298
+ "checkmark",
3299
+ "tick",
3300
+ "done",
3301
+ "document",
3302
+ "confirm",
3303
+ "complete",
3304
+ ],
3305
+ },
3306
+ {
3307
+ name: "file-check-2",
3308
+ icon: FileCheck2Icon,
3309
+ keywords: [
3310
+ "file",
3311
+ "check",
3312
+ "checkmark",
3313
+ "tick",
3314
+ "done",
3315
+ "document",
3316
+ "confirm",
3317
+ "complete",
3318
+ ],
3319
+ },
3320
+ {
3321
+ name: "mail-check",
3322
+ icon: MailCheckIcon,
3323
+ keywords: [
3324
+ "mail",
3325
+ "check",
3326
+ "checkmark",
3327
+ "tick",
3328
+ "done",
3329
+ "email",
3330
+ "confirm",
3331
+ "complete",
3332
+ "delivered",
3333
+ "message",
3334
+ "sent",
3335
+ ],
3336
+ },
3337
+ {
3338
+ name: "monitor-check",
3339
+ icon: MonitorCheckIcon,
3340
+ keywords: [
3341
+ "monitor",
3342
+ "check",
3343
+ "checkmark",
3344
+ "tick",
3345
+ "done",
3346
+ "confirm",
3347
+ "complete",
3348
+ "tv",
3349
+ "screen",
3350
+ "display",
3351
+ "desktop",
3352
+ "running",
3353
+ "active",
3354
+ "virtual machine",
3355
+ "vm",
3356
+ ],
3357
+ },
3358
+ {
3359
+ name: "laptop-minimal-check",
3360
+ icon: LaptopMinimalCheckIcon,
3361
+ keywords: [
3362
+ "laptop",
3363
+ "check",
3364
+ "checkmark",
3365
+ "tick",
3366
+ "done",
3367
+ "confirm",
3368
+ "complete",
3369
+ "computer",
3370
+ "laptop",
3371
+ "running",
3372
+ "active",
3373
+ "virtual machine",
3374
+ "vm",
3375
+ ],
3376
+ },
3377
+ {
3378
+ name: "gallery-horizontal-end",
3379
+ icon: GalleryHorizontalEndIcon,
3380
+ keywords: [
3381
+ "gallery",
3382
+ "horizontal",
3383
+ "end",
3384
+ "last",
3385
+ "carousel",
3386
+ "pictures",
3387
+ "images",
3388
+ "scroll",
3389
+ "swipe",
3390
+ "album",
3391
+ "portfolio",
3392
+ "history",
3393
+ "versions",
3394
+ "backup",
3395
+ "time machine",
3396
+ ],
3397
+ },
3398
+ {
3399
+ name: "gallery-vertical-end",
3400
+ icon: GalleryVerticalEndIcon,
3401
+ keywords: [
3402
+ "carousel",
3403
+ "pictures",
3404
+ "images",
3405
+ "scroll",
3406
+ "swipe",
3407
+ "album",
3408
+ "portfolio",
3409
+ "history",
3410
+ "versions",
3411
+ "backup",
3412
+ "time machine",
3413
+ ],
3414
+ },
3415
+ {
3416
+ name: "hand-heart",
3417
+ icon: HandHeartIcon,
3418
+ keywords: [
3419
+ "hand",
3420
+ "heart",
3421
+ "love",
3422
+ "affection",
3423
+ "hug",
3424
+ "cuddle",
3425
+ "emotion",
3426
+ ],
3427
+ },
3428
+ {
3429
+ name: "gallery-thumbnails",
3430
+ icon: GalleryThumbnailsIcon,
3431
+ keywords: [
3432
+ "gallery",
3433
+ "thumbnails",
3434
+ "images",
3435
+ "carousel",
3436
+ "pictures",
3437
+ "album",
3438
+ "portfolio",
3439
+ "preview",
3440
+ ],
3441
+ },
3442
+ {
3443
+ name: "user-check",
3444
+ icon: UserCheckIcon,
3445
+ keywords: [
3446
+ "user",
3447
+ "check",
3448
+ "checkmark",
3449
+ "tick",
3450
+ "done",
3451
+ "confirm",
3452
+ "complete",
3453
+ ],
3454
+ },
3455
+ {
3456
+ name: "user-round-check",
3457
+ icon: UserRoundCheckIcon,
3458
+ keywords: [
3459
+ "user",
3460
+ "check",
3461
+ "checkmark",
3462
+ "tick",
3463
+ "done",
3464
+ "confirm",
3465
+ "complete",
3466
+ ],
3467
+ },
3468
+ {
3469
+ name: "box",
3470
+ icon: BoxIcon,
3471
+ keywords: [
3472
+ "cube",
3473
+ "package",
3474
+ "container",
3475
+ "storage",
3476
+ "geometry",
3477
+ "3d",
3478
+ "isometric",
3479
+ ],
3480
+ },
3481
+ {
3482
+ name: "boxes",
3483
+ icon: BoxesIcon,
3484
+ keywords: ["boxes", "box", "container", "package", "shipping"],
3485
+ },
3486
+ {
3487
+ name: "file-text",
3488
+ icon: FileTextIcon,
3489
+ keywords: ["file", "text", "document", "document", "document"],
3490
+ },
3491
+ {
3492
+ name: "user-round-plus",
3493
+ icon: UserRoundPlusIcon,
3494
+ keywords: ["user", "plus", "add", "create", "new"],
3495
+ },
3496
+ {
3497
+ name: "panel-left-open",
3498
+ icon: PanelLeftOpenIcon,
3499
+ keywords: ["panel", "left", "open", "menu", "navigation"],
3500
+ },
3501
+ {
3502
+ name: "panel-left-close",
3503
+ icon: PanelLeftCloseIcon,
3504
+ keywords: ["panel", "left", "close", "menu", "navigation"],
3505
+ },
3506
+ {
3507
+ name: "panel-right-open",
3508
+ icon: PanelRightOpenIcon,
3509
+ keywords: ["panel", "right", "open", "menu", "navigation"],
3510
+ },
3511
+ {
3512
+ name: "construction",
3513
+ icon: ConstructionIcon,
3514
+ keywords: [
3515
+ "roadwork",
3516
+ "maintenance",
3517
+ "blockade",
3518
+ "barricade",
3519
+ "development",
3520
+ ],
3521
+ },
3522
+ {
3523
+ name: "git-merge",
3524
+ icon: GitMergeIcon,
3525
+ keywords: ["code", "version control", "merge", "git", "branch"],
3526
+ },
3527
+ {
3528
+ name: "zap",
3529
+ icon: ZapIcon,
3530
+ keywords: ["electricity", "energy", "power", "lightning", "bolt"],
3531
+ },
3532
+ {
3533
+ name: "zap-off",
3534
+ icon: ZapOffIcon,
3535
+ keywords: ["electricity", "energy", "power", "lightning", "bolt", "off"],
3536
+ },
3537
+ {
3538
+ name: "battery-charging",
3539
+ icon: BatteryChargingIcon,
3540
+ keywords: ["battery", "charging", "power", "electricity", "energy"],
3541
+ },
3542
+ {
3543
+ name: "battery",
3544
+ icon: BatteryIcon,
3545
+ keywords: ["power", "electricity", "energy", "accumulator", "charge"],
3546
+ },
3547
+ {
3548
+ name: "battery-plus",
3549
+ icon: BatteryPlusIcon,
3550
+ keywords: ["accumulator", "charge", "plus", "add", "battery", "new"],
3551
+ },
3552
+ {
3553
+ name: "battery-warning",
3554
+ icon: BatteryWarningIcon,
3555
+ keywords: [
3556
+ "battery",
3557
+ "warning",
3558
+ "power",
3559
+ "electricity",
3560
+ "energy",
3561
+ "alert",
3562
+ "exclamation",
3563
+ ],
3564
+ },
3565
+ {
3566
+ name: "hand",
3567
+ icon: HandIcon,
3568
+ keywords: ["wave", "hand", "hello", "bye", "gesture"],
3569
+ },
3570
+ {
3571
+ name: "hand-grab",
3572
+ icon: HandGrabIcon,
3573
+ keywords: ["gesture", "hand", "grab"],
3574
+ },
3575
+ {
3576
+ name: "heart-handshake",
3577
+ icon: HeartHandshakeIcon,
3578
+ keywords: [
3579
+ "agreement",
3580
+ "charity",
3581
+ "deal",
3582
+ "handshake",
3583
+ "heart",
3584
+ "love",
3585
+ "partnership",
3586
+ "relationship",
3587
+ "support",
3588
+ "together",
3589
+ ],
3590
+ },
3591
+ {
3592
+ name: "hand-fist",
3593
+ icon: HandFistIcon,
3594
+ keywords: ["fist", "bump", "power", "punch", "strength", "rock"],
3595
+ },
3596
+ {
3597
+ name: "hand-helping",
3598
+ icon: HandHelpingIcon,
3599
+ keywords: [
3600
+ "agreement",
3601
+ "assistance",
3602
+ "help",
3603
+ "partnership",
3604
+ "support",
3605
+ "volunteer",
3606
+ ],
3607
+ },
3608
+ {
3609
+ name: "hand-metal",
3610
+ icon: HandMetalIcon,
3611
+ keywords: [
3612
+ "rock",
3613
+ "metal",
3614
+ "heavy metal",
3615
+ "music",
3616
+ "gesture",
3617
+ "concert",
3618
+ "horns",
3619
+ ],
3620
+ },
3621
+ {
3622
+ name: "wifi-low",
3623
+ icon: WifiLowIcon,
3624
+ keywords: ["internet", "electronic", "connection", "data"],
3625
+ },
3626
+ {
3627
+ name: "database-backup",
3628
+ icon: DatabaseBackupIcon,
3629
+ keywords: [
3630
+ "database",
3631
+ "backup",
3632
+ "restore",
3633
+ "storage",
3634
+ "reload",
3635
+ "sync",
3636
+ "recovery",
3637
+ "data",
3638
+ ],
3639
+ },
3640
+ {
3641
+ name: "disc-3",
3642
+ icon: Disc3Icon,
3643
+ keywords: [
3644
+ "disc",
3645
+ "vinyl",
3646
+ "record",
3647
+ "music",
3648
+ "audio",
3649
+ "spin",
3650
+ "rotate",
3651
+ "cd",
3652
+ "dvd",
3653
+ "media",
3654
+ ],
3655
+ },
3656
+ {
3657
+ name: "loader-circle",
3658
+ icon: LoaderCircleIcon,
3659
+ keywords: [
3660
+ "loader",
3661
+ "loading",
3662
+ "spinner",
3663
+ "spin",
3664
+ "circle",
3665
+ "progress",
3666
+ "wait",
3667
+ "processing",
3668
+ ],
3669
+ },
3670
+ {
3671
+ name: "loader",
3672
+ icon: LoaderIcon,
3673
+ keywords: [
3674
+ "loader",
3675
+ "loading",
3676
+ "spinner",
3677
+ "spin",
3678
+ "rotate",
3679
+ "progress",
3680
+ "wait",
3681
+ "processing",
3682
+ ],
3683
+ },
3684
+ ].sort((a, b) => a.name.localeCompare(b.name));
3685
+
3686
+ export { ICON_LIST };