@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,98 @@
1
+ "use client";
2
+
3
+ import type { Variants } from "motion/react";
4
+ import { motion, useAnimation } from "motion/react";
5
+ import type { HTMLAttributes } from "react";
6
+ import { forwardRef, useCallback, useImperativeHandle, useRef } from "react";
7
+
8
+ import { cn } from "@/lib/utils";
9
+
10
+ export interface BoneIconHandle {
11
+ startAnimation: () => void;
12
+ stopAnimation: () => void;
13
+ }
14
+
15
+ interface BoneIconProps extends HTMLAttributes<HTMLDivElement> {
16
+ size?: number;
17
+ }
18
+
19
+ const VARIANTS: Variants = {
20
+ normal: { rotate: 0 },
21
+ animate: {
22
+ rotate: [0, -8, 8, -6, 0],
23
+ transition: {
24
+ ease: "circIn",
25
+ rotate: {
26
+ duration: 0.5,
27
+ },
28
+ },
29
+ },
30
+ };
31
+
32
+ const BoneIcon = forwardRef<BoneIconHandle, BoneIconProps>(
33
+ ({ onMouseEnter, onMouseLeave, className, size = 28, ...props }, ref) => {
34
+ const controls = useAnimation();
35
+ const isControlledRef = useRef(false);
36
+
37
+ useImperativeHandle(ref, () => {
38
+ isControlledRef.current = true;
39
+
40
+ return {
41
+ startAnimation: () => controls.start("animate"),
42
+ stopAnimation: () => controls.start("normal"),
43
+ };
44
+ });
45
+
46
+ const handleMouseEnter = useCallback(
47
+ (e: React.MouseEvent<HTMLDivElement>) => {
48
+ if (isControlledRef.current) {
49
+ onMouseEnter?.(e);
50
+ } else {
51
+ controls.start("animate");
52
+ }
53
+ },
54
+ [controls, onMouseEnter]
55
+ );
56
+
57
+ const handleMouseLeave = useCallback(
58
+ (e: React.MouseEvent<HTMLDivElement>) => {
59
+ if (isControlledRef.current) {
60
+ onMouseLeave?.(e);
61
+ } else {
62
+ controls.start("normal");
63
+ }
64
+ },
65
+ [controls, onMouseLeave]
66
+ );
67
+ return (
68
+ <div
69
+ className={cn(className)}
70
+ onMouseEnter={handleMouseEnter}
71
+ onMouseLeave={handleMouseLeave}
72
+ {...props}
73
+ >
74
+ <svg
75
+ fill="none"
76
+ height={size}
77
+ stroke="currentColor"
78
+ strokeLinecap="round"
79
+ strokeLinejoin="round"
80
+ strokeWidth="2"
81
+ viewBox="0 0 24 24"
82
+ width={size}
83
+ xmlns="http://www.w3.org/2000/svg"
84
+ >
85
+ <motion.path
86
+ animate={controls}
87
+ d="M17 10c.7-.7 1.69 0 2.5 0a2.5 2.5 0 1 0 0-5 .5.5 0 0 1-.5-.5 2.5 2.5 0 1 0-5 0c0 .81.7 1.8 0 2.5l-7 7c-.7.7-1.69 0-2.5 0a2.5 2.5 0 0 0 0 5c.28 0 .5.22.5.5a2.5 2.5 0 1 0 5 0c0-.81-.7-1.8 0-2.5Z"
88
+ variants={VARIANTS}
89
+ />
90
+ </svg>
91
+ </div>
92
+ );
93
+ }
94
+ );
95
+
96
+ BoneIcon.displayName = "BoneIcon";
97
+
98
+ export { BoneIcon };
@@ -0,0 +1,101 @@
1
+ "use client";
2
+
3
+ import { motion, useAnimation } from "motion/react";
4
+ import type { HTMLAttributes } from "react";
5
+ import { forwardRef, useCallback, useImperativeHandle, useRef } from "react";
6
+
7
+ import { cn } from "@/lib/utils";
8
+
9
+ export interface BookTextIconHandle {
10
+ startAnimation: () => void;
11
+ stopAnimation: () => void;
12
+ }
13
+
14
+ interface BookTextIconProps extends HTMLAttributes<HTMLDivElement> {
15
+ size?: number;
16
+ }
17
+
18
+ const BookTextIcon = forwardRef<BookTextIconHandle, BookTextIconProps>(
19
+ ({ onMouseEnter, onMouseLeave, className, size = 28, ...props }, ref) => {
20
+ const controls = useAnimation();
21
+ const isControlledRef = useRef(false);
22
+
23
+ useImperativeHandle(ref, () => {
24
+ isControlledRef.current = true;
25
+
26
+ return {
27
+ startAnimation: () => controls.start("animate"),
28
+ stopAnimation: () => controls.start("normal"),
29
+ };
30
+ });
31
+
32
+ const handleMouseEnter = useCallback(
33
+ (e: React.MouseEvent<HTMLDivElement>) => {
34
+ if (isControlledRef.current) {
35
+ onMouseEnter?.(e);
36
+ } else {
37
+ controls.start("animate");
38
+ }
39
+ },
40
+ [controls, onMouseEnter]
41
+ );
42
+
43
+ const handleMouseLeave = useCallback(
44
+ (e: React.MouseEvent<HTMLDivElement>) => {
45
+ if (isControlledRef.current) {
46
+ onMouseLeave?.(e);
47
+ } else {
48
+ controls.start("normal");
49
+ }
50
+ },
51
+ [controls, onMouseLeave]
52
+ );
53
+
54
+ return (
55
+ <div
56
+ className={cn(className)}
57
+ onMouseEnter={handleMouseEnter}
58
+ onMouseLeave={handleMouseLeave}
59
+ {...props}
60
+ >
61
+ <motion.svg
62
+ animate={controls}
63
+ fill="none"
64
+ height={size}
65
+ stroke="currentColor"
66
+ strokeLinecap="round"
67
+ strokeLinejoin="round"
68
+ strokeWidth="2"
69
+ variants={{
70
+ animate: {
71
+ scale: [1, 1.04, 1],
72
+ rotate: [0, -8, 8, -8, 0],
73
+ y: [0, -2, 0],
74
+ transition: {
75
+ duration: 0.6,
76
+ ease: "easeInOut",
77
+ times: [0, 0.2, 0.5, 0.8, 1],
78
+ },
79
+ },
80
+ normal: {
81
+ scale: 1,
82
+ rotate: 0,
83
+ y: 0,
84
+ },
85
+ }}
86
+ viewBox="0 0 24 24"
87
+ width={size}
88
+ xmlns="http://www.w3.org/2000/svg"
89
+ >
90
+ <path d="M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20" />
91
+ <path d="M8 11h8" />
92
+ <path d="M8 7h6" />
93
+ </motion.svg>
94
+ </div>
95
+ );
96
+ }
97
+ );
98
+
99
+ BookTextIcon.displayName = "BookTextIcon";
100
+
101
+ export { BookTextIcon };
@@ -0,0 +1,120 @@
1
+ "use client";
2
+
3
+ import type { Variants } from "motion/react";
4
+ import { motion, useAnimation } from "motion/react";
5
+ import type { HTMLAttributes } from "react";
6
+ import { forwardRef, useCallback, useImperativeHandle, useRef } from "react";
7
+
8
+ import { cn } from "@/lib/utils";
9
+
10
+ export interface BookmarkCheckIconHandle {
11
+ startAnimation: () => void;
12
+ stopAnimation: () => void;
13
+ }
14
+
15
+ interface BookmarkCheckIconProps extends HTMLAttributes<HTMLDivElement> {
16
+ size?: number;
17
+ }
18
+
19
+ const BOOKMARK_VARIANTS: Variants = {
20
+ normal: { scaleY: 1, scaleX: 1 },
21
+ animate: {
22
+ scaleY: [1, 1.3, 0.9, 1.05, 1],
23
+ scaleX: [1, 0.9, 1.1, 0.95, 1],
24
+ transition: {
25
+ duration: 0.6,
26
+ ease: "easeOut",
27
+ },
28
+ },
29
+ };
30
+
31
+ const CHECK_VARIANTS: Variants = {
32
+ normal: { opacity: 1, strokeDashoffset: 0 },
33
+ animate: {
34
+ strokeDashoffset: [1, 0],
35
+ opacity: [0, 1],
36
+ transition: {
37
+ duration: 0.3,
38
+ ease: "easeOut",
39
+ },
40
+ },
41
+ };
42
+
43
+ const BookmarkCheckIcon = forwardRef<
44
+ BookmarkCheckIconHandle,
45
+ BookmarkCheckIconProps
46
+ >(({ className, size = 28, onMouseEnter, onMouseLeave, ...props }, ref) => {
47
+ const controls = useAnimation();
48
+ const isControlledRef = useRef(false);
49
+
50
+ useImperativeHandle(ref, () => {
51
+ isControlledRef.current = true;
52
+ return {
53
+ startAnimation: () => controls.start("animate"),
54
+ stopAnimation: () => controls.start("normal"),
55
+ };
56
+ });
57
+
58
+ const handleMouseEnter = useCallback(
59
+ (e: React.MouseEvent<HTMLDivElement>) => {
60
+ if (isControlledRef.current) {
61
+ onMouseEnter?.(e);
62
+ } else {
63
+ controls.start("animate");
64
+ }
65
+ },
66
+ [controls, onMouseEnter]
67
+ );
68
+
69
+ const handleMouseLeave = useCallback(
70
+ (e: React.MouseEvent<HTMLDivElement>) => {
71
+ if (isControlledRef.current) {
72
+ onMouseLeave?.(e);
73
+ } else {
74
+ controls.start("normal");
75
+ }
76
+ },
77
+ [controls, onMouseLeave]
78
+ );
79
+
80
+ return (
81
+ <div
82
+ className={cn(className)}
83
+ onMouseEnter={handleMouseEnter}
84
+ onMouseLeave={handleMouseLeave}
85
+ {...props}
86
+ >
87
+ <svg
88
+ fill="none"
89
+ height={size}
90
+ stroke="currentColor"
91
+ strokeLinecap="round"
92
+ strokeLinejoin="round"
93
+ strokeWidth="2"
94
+ viewBox="0 0 24 24"
95
+ width={size}
96
+ xmlns="http://www.w3.org/2000/svg"
97
+ >
98
+ <motion.path
99
+ animate={controls}
100
+ d="m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2Z"
101
+ style={{ originX: 0.5, originY: 0.5 }}
102
+ variants={BOOKMARK_VARIANTS}
103
+ />
104
+
105
+ <motion.path
106
+ animate={controls}
107
+ d="m9 10 2 2 4-4"
108
+ initial="normal"
109
+ pathLength="1"
110
+ strokeDasharray="1 1"
111
+ variants={CHECK_VARIANTS}
112
+ />
113
+ </svg>
114
+ </div>
115
+ );
116
+ });
117
+
118
+ BookmarkCheckIcon.displayName = "BookmarkCheckIcon";
119
+
120
+ export { BookmarkCheckIcon };
@@ -0,0 +1,123 @@
1
+ "use client";
2
+
3
+ import type { Variants } from "motion/react";
4
+ import { motion, useAnimation } from "motion/react";
5
+ import type { HTMLAttributes } from "react";
6
+ import { forwardRef, useCallback, useImperativeHandle, useRef } from "react";
7
+
8
+ import { cn } from "@/lib/utils";
9
+
10
+ export interface BookmarkMinusIconHandle {
11
+ startAnimation: () => void;
12
+ stopAnimation: () => void;
13
+ }
14
+
15
+ interface BookmarkMinusIconProps extends HTMLAttributes<HTMLDivElement> {
16
+ size?: number;
17
+ }
18
+
19
+ const BOOKMARK_VARIANTS: Variants = {
20
+ normal: { scaleY: 1, scaleX: 1 },
21
+ animate: {
22
+ scaleY: [1, 1.3, 0.9, 1.05, 1],
23
+ scaleX: [1, 0.9, 1.1, 0.95, 1],
24
+ transition: {
25
+ duration: 0.6,
26
+ ease: "easeOut",
27
+ },
28
+ },
29
+ };
30
+
31
+ const MINUS_VARIANTS: Variants = {
32
+ normal: { strokeDashoffset: 0, opacity: 1 },
33
+ animate: {
34
+ strokeDashoffset: [1, 0],
35
+ opacity: 1,
36
+ transition: {
37
+ duration: 0.3,
38
+ ease: "easeOut",
39
+ },
40
+ },
41
+ };
42
+
43
+ const BookmarkMinusIcon = forwardRef<
44
+ BookmarkMinusIconHandle,
45
+ BookmarkMinusIconProps
46
+ >(({ className, size = 28, onMouseEnter, onMouseLeave, ...props }, ref) => {
47
+ const controls = useAnimation();
48
+ const isControlledRef = useRef(false);
49
+
50
+ useImperativeHandle(ref, () => {
51
+ isControlledRef.current = true;
52
+ return {
53
+ startAnimation: () => controls.start("animate"),
54
+ stopAnimation: () => controls.start("normal"),
55
+ };
56
+ });
57
+
58
+ const handleMouseEnter = useCallback(
59
+ (e: React.MouseEvent<HTMLDivElement>) => {
60
+ if (isControlledRef.current) {
61
+ onMouseEnter?.(e);
62
+ } else {
63
+ controls.start("animate");
64
+ }
65
+ },
66
+ [controls, onMouseEnter]
67
+ );
68
+
69
+ const handleMouseLeave = useCallback(
70
+ (e: React.MouseEvent<HTMLDivElement>) => {
71
+ if (isControlledRef.current) {
72
+ onMouseLeave?.(e);
73
+ } else {
74
+ controls.start("normal");
75
+ }
76
+ },
77
+ [controls, onMouseLeave]
78
+ );
79
+
80
+ return (
81
+ <div
82
+ className={cn(className)}
83
+ onMouseEnter={handleMouseEnter}
84
+ onMouseLeave={handleMouseLeave}
85
+ {...props}
86
+ >
87
+ <svg
88
+ fill="none"
89
+ height={size}
90
+ stroke="currentColor"
91
+ strokeLinecap="round"
92
+ strokeLinejoin="round"
93
+ strokeWidth="2"
94
+ viewBox="0 0 24 24"
95
+ width={size}
96
+ xmlns="http://www.w3.org/2000/svg"
97
+ >
98
+ <motion.path
99
+ animate={controls}
100
+ d="m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16z"
101
+ style={{ originX: 0.5, originY: 0.5 }}
102
+ variants={BOOKMARK_VARIANTS}
103
+ />
104
+
105
+ <motion.line
106
+ animate={controls}
107
+ initial="normal"
108
+ pathLength="1"
109
+ strokeDasharray="1 1"
110
+ variants={MINUS_VARIANTS}
111
+ x1="15"
112
+ x2="9"
113
+ y1="10"
114
+ y2="10"
115
+ />
116
+ </svg>
117
+ </div>
118
+ );
119
+ });
120
+
121
+ BookmarkMinusIcon.displayName = "BookmarkMinusIcon";
122
+
123
+ export { BookmarkMinusIcon };
@@ -0,0 +1,137 @@
1
+ "use client";
2
+
3
+ import type { Variants } from "motion/react";
4
+ import { motion, useAnimation } from "motion/react";
5
+ import type { HTMLAttributes } from "react";
6
+ import { forwardRef, useCallback, useImperativeHandle, useRef } from "react";
7
+
8
+ import { cn } from "@/lib/utils";
9
+
10
+ export interface BookmarkPlusIconHandle {
11
+ startAnimation: () => void;
12
+ stopAnimation: () => void;
13
+ }
14
+
15
+ interface BookmarkPlusIconProps extends HTMLAttributes<HTMLDivElement> {
16
+ size?: number;
17
+ }
18
+
19
+ const BOOKMARK_VARIANTS: Variants = {
20
+ normal: { scaleY: 1, scaleX: 1 },
21
+ animate: {
22
+ scaleY: [1, 1.3, 0.9, 1.05, 1],
23
+ scaleX: [1, 0.9, 1.1, 0.95, 1],
24
+ transition: {
25
+ duration: 0.6,
26
+ ease: "easeOut",
27
+ },
28
+ },
29
+ };
30
+
31
+ const PLUS_LINE_VARIANTS: Variants = {
32
+ normal: { strokeDashoffset: 0, opacity: 1 },
33
+ animate: (i: number) => ({
34
+ strokeDashoffset: [1, 0],
35
+ opacity: 1,
36
+ transition: {
37
+ duration: 0.3,
38
+ ease: "easeOut",
39
+ delay: i * 0.1,
40
+ },
41
+ }),
42
+ };
43
+
44
+ const BookmarkPlusIcon = forwardRef<
45
+ BookmarkPlusIconHandle,
46
+ BookmarkPlusIconProps
47
+ >(({ className, size = 28, onMouseEnter, onMouseLeave, ...props }, ref) => {
48
+ const controls = useAnimation();
49
+ const isControlledRef = useRef(false);
50
+
51
+ useImperativeHandle(ref, () => {
52
+ isControlledRef.current = true;
53
+ return {
54
+ startAnimation: () => controls.start("animate"),
55
+ stopAnimation: () => controls.start("normal"),
56
+ };
57
+ });
58
+
59
+ const handleMouseEnter = useCallback(
60
+ (e: React.MouseEvent<HTMLDivElement>) => {
61
+ if (isControlledRef.current) {
62
+ onMouseEnter?.(e);
63
+ } else {
64
+ controls.start("animate");
65
+ }
66
+ },
67
+ [controls, onMouseEnter]
68
+ );
69
+
70
+ const handleMouseLeave = useCallback(
71
+ (e: React.MouseEvent<HTMLDivElement>) => {
72
+ if (isControlledRef.current) {
73
+ onMouseLeave?.(e);
74
+ } else {
75
+ controls.start("normal");
76
+ }
77
+ },
78
+ [controls, onMouseLeave]
79
+ );
80
+
81
+ return (
82
+ <div
83
+ className={cn(className)}
84
+ onMouseEnter={handleMouseEnter}
85
+ onMouseLeave={handleMouseLeave}
86
+ {...props}
87
+ >
88
+ <svg
89
+ fill="none"
90
+ height={size}
91
+ stroke="currentColor"
92
+ strokeLinecap="round"
93
+ strokeLinejoin="round"
94
+ strokeWidth="2"
95
+ viewBox="0 0 24 24"
96
+ width={size}
97
+ xmlns="http://www.w3.org/2000/svg"
98
+ >
99
+ <motion.path
100
+ animate={controls}
101
+ d="m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16z"
102
+ style={{ originX: 0.5, originY: 0.5 }}
103
+ variants={BOOKMARK_VARIANTS}
104
+ />
105
+
106
+ <motion.line
107
+ animate={controls}
108
+ custom={0}
109
+ initial="normal"
110
+ pathLength="1"
111
+ strokeDasharray="1 1"
112
+ variants={PLUS_LINE_VARIANTS}
113
+ x1="12"
114
+ x2="12"
115
+ y1="7"
116
+ y2="13"
117
+ />
118
+ <motion.line
119
+ animate={controls}
120
+ custom={1}
121
+ initial="normal"
122
+ pathLength="1"
123
+ strokeDasharray="1 1"
124
+ variants={PLUS_LINE_VARIANTS}
125
+ x1="15"
126
+ x2="9"
127
+ y1="10"
128
+ y2="10"
129
+ />
130
+ </svg>
131
+ </div>
132
+ );
133
+ });
134
+
135
+ BookmarkPlusIcon.displayName = "BookmarkPlusIcon";
136
+
137
+ export { BookmarkPlusIcon };
@@ -0,0 +1,131 @@
1
+ "use client";
2
+
3
+ import type { Variants } from "motion/react";
4
+ import { motion, useAnimation } from "motion/react";
5
+ import type { HTMLAttributes } from "react";
6
+ import { forwardRef, useCallback, useImperativeHandle, useRef } from "react";
7
+
8
+ import { cn } from "@/lib/utils";
9
+
10
+ export interface BookmarkXIconHandle {
11
+ startAnimation: () => void;
12
+ stopAnimation: () => void;
13
+ }
14
+
15
+ interface BookmarkXIconProps extends HTMLAttributes<HTMLDivElement> {
16
+ size?: number;
17
+ }
18
+
19
+ const BOOKMARK_VARIANTS: Variants = {
20
+ normal: { scaleY: 1, scaleX: 1 },
21
+ animate: {
22
+ scaleY: [1, 1.3, 0.9, 1.05, 1],
23
+ scaleX: [1, 0.9, 1.1, 0.95, 1],
24
+ transition: {
25
+ duration: 0.6,
26
+ ease: "easeOut",
27
+ },
28
+ },
29
+ };
30
+
31
+ const X_LINE_VARIANTS: Variants = {
32
+ normal: { strokeDashoffset: 0, opacity: 1 },
33
+ animate: (i: number) => ({
34
+ strokeDashoffset: [1, 0],
35
+ opacity: 1,
36
+ transition: {
37
+ duration: 0.3,
38
+ ease: "easeOut",
39
+ delay: i * 0.1,
40
+ },
41
+ }),
42
+ };
43
+
44
+ const BookmarkXIcon = forwardRef<BookmarkXIconHandle, BookmarkXIconProps>(
45
+ ({ className, size = 28, onMouseEnter, onMouseLeave, ...props }, ref) => {
46
+ const controls = useAnimation();
47
+ const isControlledRef = useRef(false);
48
+
49
+ useImperativeHandle(ref, () => {
50
+ isControlledRef.current = true;
51
+ return {
52
+ startAnimation: () => controls.start("animate"),
53
+ stopAnimation: () => controls.start("normal"),
54
+ };
55
+ });
56
+
57
+ const handleMouseEnter = useCallback(
58
+ (e: React.MouseEvent<HTMLDivElement>) => {
59
+ if (isControlledRef.current) {
60
+ onMouseEnter?.(e);
61
+ } else {
62
+ controls.start("animate");
63
+ }
64
+ },
65
+ [controls, onMouseEnter]
66
+ );
67
+
68
+ const handleMouseLeave = useCallback(
69
+ (e: React.MouseEvent<HTMLDivElement>) => {
70
+ if (isControlledRef.current) {
71
+ onMouseLeave?.(e);
72
+ } else {
73
+ controls.start("normal");
74
+ }
75
+ },
76
+ [controls, onMouseLeave]
77
+ );
78
+
79
+ return (
80
+ <div
81
+ className={cn(className)}
82
+ onMouseEnter={handleMouseEnter}
83
+ onMouseLeave={handleMouseLeave}
84
+ {...props}
85
+ >
86
+ <svg
87
+ fill="none"
88
+ height={size}
89
+ stroke="currentColor"
90
+ strokeLinecap="round"
91
+ strokeLinejoin="round"
92
+ strokeWidth="2"
93
+ viewBox="0 0 24 24"
94
+ width={size}
95
+ xmlns="http://www.w3.org/2000/svg"
96
+ >
97
+ <motion.path
98
+ animate={controls}
99
+ d="m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2Z"
100
+ style={{ originX: 0.5, originY: 0.5 }}
101
+ variants={BOOKMARK_VARIANTS}
102
+ />
103
+
104
+ <motion.path
105
+ animate={controls}
106
+ custom={0}
107
+ d="m14.5 7.5-5 5"
108
+ initial="normal"
109
+ pathLength="1"
110
+ strokeDasharray="1 1"
111
+ variants={X_LINE_VARIANTS}
112
+ />
113
+
114
+ <motion.path
115
+ animate={controls}
116
+ custom={1}
117
+ d="m9.5 7.5 5 5"
118
+ initial="normal"
119
+ pathLength="1"
120
+ strokeDasharray="1 1"
121
+ variants={X_LINE_VARIANTS}
122
+ />
123
+ </svg>
124
+ </div>
125
+ );
126
+ }
127
+ );
128
+
129
+ BookmarkXIcon.displayName = "BookmarkXIcon";
130
+
131
+ export { BookmarkXIcon };