@sunzi/icon 0.1.0 → 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 (233) hide show
  1. package/README.md +60 -0
  2. package/dist/customeow/index.es.js +10 -0
  3. package/dist/customeow/index.es.js.map +1 -0
  4. package/manifest.json +105 -5
  5. package/package.json +17 -13
  6. package/src/customeow/fill/icon-add.tsx +34 -0
  7. package/src/customeow/fill/icon-adjustments-horizontal.tsx +32 -0
  8. package/src/customeow/fill/icon-arrow-down-on-square.tsx +32 -0
  9. package/src/customeow/fill/icon-arrow-left-dis.tsx +34 -0
  10. package/src/customeow/fill/icon-arrow-path-rounded-square.tsx +34 -0
  11. package/src/customeow/fill/icon-calendar-hero.tsx +41 -0
  12. package/src/customeow/fill/icon-check-circle-hero.tsx +41 -0
  13. package/src/customeow/fill/icon-circle-stack.tsx +34 -0
  14. package/src/customeow/fill/icon-click.tsx +32 -0
  15. package/src/customeow/fill/icon-cog-6-tooth.tsx +34 -0
  16. package/src/customeow/fill/icon-corner-left-up.tsx +32 -0
  17. package/src/customeow/fill/icon-device-desktop.tsx +34 -0
  18. package/src/customeow/fill/icon-device-mobile.tsx +34 -0
  19. package/src/customeow/fill/icon-document-arrow-up.tsx +34 -0
  20. package/src/customeow/fill/icon-document-csv.tsx +34 -0
  21. package/src/customeow/fill/icon-document-duplicate.tsx +36 -0
  22. package/src/customeow/fill/icon-document-text.tsx +34 -0
  23. package/src/customeow/fill/icon-exclaimation-circle-hero.tsx +41 -0
  24. package/src/customeow/fill/icon-exclamation-triangle-warning.tsx +42 -0
  25. package/src/customeow/fill/icon-eye.tsx +41 -0
  26. package/src/customeow/fill/icon-font-add.tsx +38 -0
  27. package/src/customeow/fill/icon-image-add.tsx +34 -0
  28. package/src/customeow/fill/icon-image-photo-hero.tsx +41 -0
  29. package/src/customeow/fill/icon-information-circle.tsx +41 -0
  30. package/src/customeow/fill/icon-input-value.tsx +39 -0
  31. package/src/customeow/fill/icon-keyboard-fill.tsx +34 -0
  32. package/src/customeow/fill/icon-linked-data-2.tsx +32 -0
  33. package/src/customeow/fill/icon-output-value.tsx +39 -0
  34. package/src/customeow/fill/icon-pause-hero.tsx +32 -0
  35. package/src/customeow/fill/icon-pencil-square.tsx +36 -0
  36. package/src/customeow/fill/icon-puzzle-piece-fill.tsx +32 -0
  37. package/src/customeow/fill/icon-qr-code.tsx +34 -0
  38. package/src/customeow/fill/icon-question-mark-circle.tsx +41 -0
  39. package/src/customeow/fill/icon-radio.tsx +38 -0
  40. package/src/customeow/fill/icon-rocket-launch.tsx +40 -0
  41. package/src/customeow/fill/icon-rotate-2-left-fill.tsx +32 -0
  42. package/src/customeow/fill/icon-rotate-2-right-fill.tsx +32 -0
  43. package/src/customeow/fill/icon-scissors-hero.tsx +38 -0
  44. package/src/customeow/fill/icon-shopping-cart-hero.tsx +32 -0
  45. package/src/customeow/fill/icon-star.tsx +34 -0
  46. package/src/customeow/fill/icon-swatch-hero.tsx +38 -0
  47. package/src/customeow/fill/icon-swatch-minus.tsx +38 -0
  48. package/src/customeow/fill/icon-swatch-plus.tsx +38 -0
  49. package/src/customeow/fill/icon-tag-add.tsx +34 -0
  50. package/src/customeow/fill/icon-translation-2.tsx +44 -0
  51. package/src/customeow/fill/icon-trash-delete-hero.tsx +41 -0
  52. package/src/customeow/fill/icon-triangles-play-hero.tsx +32 -0
  53. package/src/customeow/fill/icon-window.tsx +34 -0
  54. package/src/customeow/fill/icon-x-circle-dis.tsx +40 -0
  55. package/src/customeow/fill/icon-x-close-circle-hero.tsx +34 -0
  56. package/src/customeow/index.json +107 -0
  57. package/src/customeow/index.tsx +103 -0
  58. package/src/customeow/line/icon-arrow-double-left.tsx +34 -0
  59. package/src/customeow/line/icon-arrow-double-right.tsx +36 -0
  60. package/src/customeow/line/icon-arrow-down-tray-download.tsx +36 -0
  61. package/src/customeow/line/icon-arrow-import.tsx +36 -0
  62. package/src/customeow/line/icon-arrow-left-hero.tsx +34 -0
  63. package/src/customeow/line/icon-arrow-right-hero.tsx +34 -0
  64. package/src/customeow/line/icon-arrow-right-on-rectanglehero.tsx +41 -0
  65. package/src/customeow/line/icon-arrow-top-right-on-square.tsx +38 -0
  66. package/src/{made/arrow/icon-up.tsx → customeow/line/icon-check.tsx} +5 -5
  67. package/src/customeow/line/icon-checkbox.tsx +38 -0
  68. package/src/customeow/line/icon-chevron-left-hero.tsx +34 -0
  69. package/src/customeow/line/icon-chevron-right-hero.tsx +34 -0
  70. package/src/customeow/line/icon-clock-time.tsx +34 -0
  71. package/src/customeow/line/icon-color-swatch.tsx +40 -0
  72. package/src/customeow/line/icon-data.tsx +34 -0
  73. package/src/customeow/line/icon-description.tsx +32 -0
  74. package/src/customeow/line/icon-design.tsx +34 -0
  75. package/src/customeow/line/icon-drag-vertically.tsx +32 -0
  76. package/src/customeow/line/icon-drag.tsx +40 -0
  77. package/src/customeow/line/icon-edit.tsx +38 -0
  78. package/src/customeow/line/icon-ellipsis-more-horizontal.tsx +32 -0
  79. package/src/customeow/line/icon-email.tsx +34 -0
  80. package/src/customeow/line/icon-file-audio.tsx +34 -0
  81. package/src/customeow/line/icon-file-upload.tsx +34 -0
  82. package/src/customeow/line/icon-file-video.tsx +38 -0
  83. package/src/customeow/line/icon-font.tsx +34 -0
  84. package/src/customeow/line/icon-image-swatch.tsx +38 -0
  85. package/src/customeow/line/icon-language.tsx +38 -0
  86. package/src/customeow/line/icon-linked-data.tsx +40 -0
  87. package/src/customeow/line/icon-loading-2.tsx +34 -0
  88. package/src/customeow/line/icon-notes.tsx +34 -0
  89. package/src/customeow/line/icon-number.tsx +32 -0
  90. package/src/customeow/line/icon-paper-clip.tsx +34 -0
  91. package/src/customeow/line/icon-photo-upload.tsx +38 -0
  92. package/src/customeow/line/icon-play-preview-circle.tsx +34 -0
  93. package/src/customeow/line/icon-plus.tsx +32 -0
  94. package/src/customeow/line/icon-reset.tsx +32 -0
  95. package/src/customeow/line/icon-rotate-2-left.tsx +38 -0
  96. package/src/customeow/line/icon-rotate-2-right.tsx +38 -0
  97. package/src/customeow/line/icon-rotate-left.tsx +48 -0
  98. package/src/customeow/line/icon-rotate-right.tsx +42 -0
  99. package/src/customeow/line/icon-rotate.tsx +34 -0
  100. package/src/customeow/line/icon-schematic.tsx +34 -0
  101. package/src/customeow/line/icon-search.tsx +34 -0
  102. package/src/customeow/line/icon-select-menu.tsx +34 -0
  103. package/src/customeow/line/icon-shopping-cart.tsx +34 -0
  104. package/src/customeow/line/icon-sort-orde.tsx +32 -0
  105. package/src/customeow/line/icon-spotify-code.tsx +38 -0
  106. package/src/customeow/line/icon-svg.tsx +32 -0
  107. package/src/customeow/line/icon-text.tsx +38 -0
  108. package/src/customeow/line/icon-url.tsx +36 -0
  109. package/src/customeow/line/icon-variable-function.tsx +32 -0
  110. package/src/customeow/line/icon-x-close.tsx +32 -0
  111. package/types/customeow/fill/icon-add.d.ts +3 -0
  112. package/types/customeow/fill/icon-adjustments-horizontal.d.ts +3 -0
  113. package/types/customeow/fill/icon-arrow-down-on-square.d.ts +3 -0
  114. package/types/customeow/fill/icon-arrow-left-dis.d.ts +3 -0
  115. package/types/customeow/fill/icon-arrow-path-rounded-square.d.ts +3 -0
  116. package/types/customeow/fill/icon-calendar-hero.d.ts +3 -0
  117. package/types/customeow/fill/icon-check-circle-hero.d.ts +3 -0
  118. package/types/customeow/fill/icon-circle-stack.d.ts +3 -0
  119. package/types/{test/arrow/icon-right.d.ts → customeow/fill/icon-click.d.ts} +2 -2
  120. package/types/customeow/fill/icon-cog-6-tooth.d.ts +3 -0
  121. package/types/customeow/fill/icon-corner-left-up.d.ts +3 -0
  122. package/types/customeow/fill/icon-device-desktop.d.ts +3 -0
  123. package/types/customeow/fill/icon-device-mobile.d.ts +3 -0
  124. package/types/customeow/fill/icon-document-arrow-up.d.ts +3 -0
  125. package/types/customeow/fill/icon-document-csv.d.ts +3 -0
  126. package/types/customeow/fill/icon-document-duplicate.d.ts +3 -0
  127. package/types/customeow/fill/icon-document-text.d.ts +3 -0
  128. package/types/customeow/fill/icon-exclaimation-circle-hero.d.ts +3 -0
  129. package/types/customeow/fill/icon-exclamation-triangle-warning.d.ts +3 -0
  130. package/types/customeow/fill/icon-eye.d.ts +3 -0
  131. package/types/customeow/fill/icon-font-add.d.ts +3 -0
  132. package/types/customeow/fill/icon-image-add.d.ts +3 -0
  133. package/types/customeow/fill/icon-image-photo-hero.d.ts +3 -0
  134. package/types/customeow/fill/icon-information-circle.d.ts +3 -0
  135. package/types/customeow/fill/icon-input-value.d.ts +3 -0
  136. package/types/customeow/fill/icon-keyboard-fill.d.ts +3 -0
  137. package/types/customeow/fill/icon-linked-data-2.d.ts +3 -0
  138. package/types/customeow/fill/icon-output-value.d.ts +3 -0
  139. package/types/customeow/fill/icon-pause-hero.d.ts +3 -0
  140. package/types/customeow/fill/icon-pencil-square.d.ts +3 -0
  141. package/types/customeow/fill/icon-puzzle-piece-fill.d.ts +3 -0
  142. package/types/customeow/fill/icon-qr-code.d.ts +3 -0
  143. package/types/customeow/fill/icon-question-mark-circle.d.ts +3 -0
  144. package/types/{made/arrow/icon-right.d.ts → customeow/fill/icon-radio.d.ts} +2 -2
  145. package/types/customeow/fill/icon-rocket-launch.d.ts +3 -0
  146. package/types/customeow/fill/icon-rotate-2-left-fill.d.ts +3 -0
  147. package/types/customeow/fill/icon-rotate-2-right-fill.d.ts +3 -0
  148. package/types/customeow/fill/icon-scissors-hero.d.ts +3 -0
  149. package/types/customeow/fill/icon-shopping-cart-hero.d.ts +3 -0
  150. package/types/{made/arrow/icon-left.d.ts → customeow/fill/icon-star.d.ts} +2 -2
  151. package/types/customeow/fill/icon-swatch-hero.d.ts +3 -0
  152. package/types/customeow/fill/icon-swatch-minus.d.ts +3 -0
  153. package/types/customeow/fill/icon-swatch-plus.d.ts +3 -0
  154. package/types/customeow/fill/icon-tag-add.d.ts +3 -0
  155. package/types/customeow/fill/icon-translation-2.d.ts +3 -0
  156. package/types/customeow/fill/icon-trash-delete-hero.d.ts +3 -0
  157. package/types/customeow/fill/icon-triangles-play-hero.d.ts +3 -0
  158. package/types/customeow/fill/icon-window.d.ts +3 -0
  159. package/types/customeow/fill/icon-x-circle-dis.d.ts +3 -0
  160. package/types/customeow/fill/icon-x-close-circle-hero.d.ts +3 -0
  161. package/types/customeow/index.d.ts +103 -0
  162. package/types/customeow/line/icon-arrow-double-left.d.ts +3 -0
  163. package/types/customeow/line/icon-arrow-double-right.d.ts +3 -0
  164. package/types/customeow/line/icon-arrow-down-tray-download.d.ts +3 -0
  165. package/types/customeow/line/icon-arrow-import.d.ts +3 -0
  166. package/types/customeow/line/icon-arrow-left-hero.d.ts +3 -0
  167. package/types/customeow/line/icon-arrow-right-hero.d.ts +3 -0
  168. package/types/customeow/line/icon-arrow-right-on-rectanglehero.d.ts +3 -0
  169. package/types/customeow/line/icon-arrow-top-right-on-square.d.ts +3 -0
  170. package/types/customeow/line/icon-check.d.ts +3 -0
  171. package/types/customeow/line/icon-checkbox.d.ts +3 -0
  172. package/types/customeow/line/icon-chevron-left-hero.d.ts +3 -0
  173. package/types/customeow/line/icon-chevron-right-hero.d.ts +3 -0
  174. package/types/customeow/line/icon-clock-time.d.ts +3 -0
  175. package/types/customeow/line/icon-color-swatch.d.ts +3 -0
  176. package/types/{test/arrow/icon-left.d.ts → customeow/line/icon-data.d.ts} +2 -2
  177. package/types/customeow/line/icon-description.d.ts +3 -0
  178. package/types/customeow/line/icon-design.d.ts +3 -0
  179. package/types/customeow/line/icon-drag-vertically.d.ts +3 -0
  180. package/types/customeow/line/icon-drag.d.ts +3 -0
  181. package/types/customeow/line/icon-edit.d.ts +3 -0
  182. package/types/customeow/line/icon-ellipsis-more-horizontal.d.ts +3 -0
  183. package/types/customeow/line/icon-email.d.ts +3 -0
  184. package/types/customeow/line/icon-file-audio.d.ts +3 -0
  185. package/types/customeow/line/icon-file-upload.d.ts +3 -0
  186. package/types/customeow/line/icon-file-video.d.ts +3 -0
  187. package/types/customeow/line/icon-font.d.ts +3 -0
  188. package/types/customeow/line/icon-image-swatch.d.ts +3 -0
  189. package/types/customeow/line/icon-language.d.ts +3 -0
  190. package/types/customeow/line/icon-linked-data.d.ts +3 -0
  191. package/types/customeow/line/icon-loading-2.d.ts +3 -0
  192. package/types/customeow/line/icon-notes.d.ts +3 -0
  193. package/types/customeow/line/icon-number.d.ts +3 -0
  194. package/types/customeow/line/icon-paper-clip.d.ts +3 -0
  195. package/types/customeow/line/icon-photo-upload.d.ts +3 -0
  196. package/types/customeow/line/icon-play-preview-circle.d.ts +3 -0
  197. package/types/customeow/line/icon-plus.d.ts +3 -0
  198. package/types/customeow/line/icon-reset.d.ts +3 -0
  199. package/types/customeow/line/icon-rotate-2-left.d.ts +3 -0
  200. package/types/customeow/line/icon-rotate-2-right.d.ts +3 -0
  201. package/types/customeow/line/icon-rotate-left.d.ts +3 -0
  202. package/types/customeow/line/icon-rotate-right.d.ts +3 -0
  203. package/types/customeow/line/icon-rotate.d.ts +3 -0
  204. package/types/customeow/line/icon-schematic.d.ts +3 -0
  205. package/types/customeow/line/icon-search.d.ts +3 -0
  206. package/types/customeow/line/icon-select-menu.d.ts +3 -0
  207. package/types/customeow/line/icon-shopping-cart.d.ts +3 -0
  208. package/types/customeow/line/icon-sort-orde.d.ts +3 -0
  209. package/types/customeow/line/icon-spotify-code.d.ts +3 -0
  210. package/types/customeow/line/icon-svg.d.ts +3 -0
  211. package/types/customeow/line/icon-text.d.ts +3 -0
  212. package/types/customeow/line/icon-url.d.ts +3 -0
  213. package/types/customeow/line/icon-variable-function.d.ts +3 -0
  214. package/types/customeow/line/icon-x-close.d.ts +3 -0
  215. package/dist/assets/jsx-runtime-6304d870.js +0 -10
  216. package/dist/assets/jsx-runtime-6304d870.js.map +0 -1
  217. package/dist/made/index.es.js +0 -2
  218. package/dist/made/index.es.js.map +0 -1
  219. package/dist/test/index.es.js +0 -2
  220. package/dist/test/index.es.js.map +0 -1
  221. package/src/made/arrow/icon-left.tsx +0 -34
  222. package/src/made/arrow/icon-right.tsx +0 -34
  223. package/src/made/index.json +0 -7
  224. package/src/made/index.tsx +0 -3
  225. package/src/test/arrow/icon-left.tsx +0 -34
  226. package/src/test/arrow/icon-right.tsx +0 -34
  227. package/src/test/arrow/icon-up.tsx +0 -34
  228. package/src/test/index.json +0 -7
  229. package/src/test/index.tsx +0 -3
  230. package/types/made/arrow/icon-up.d.ts +0 -3
  231. package/types/made/index.d.ts +0 -3
  232. package/types/test/arrow/icon-up.d.ts +0 -3
  233. package/types/test/index.d.ts +0 -3
@@ -0,0 +1,34 @@
1
+ import { forwardRef } from "react";
2
+ import type { IconProps } from "@/types";
3
+
4
+ export const IconFont = forwardRef<SVGSVGElement, IconProps>(
5
+ ({ color = "currentColor", ...props }, forwardedRef) => {
6
+ const { className } = props;
7
+ props = {
8
+ ...props,
9
+ className: `${
10
+ className ? className + " " : ""
11
+ }customeow-icon customeow-icon-icon-font`,
12
+ };
13
+ return (
14
+ <svg
15
+ viewBox="0 0 20 20"
16
+ fill="none"
17
+ xmlns="http://www.w3.org/2000/svg"
18
+ {...props}
19
+ ref={forwardedRef}
20
+ >
21
+ <path
22
+ d="M11.3379 14.99 6.94703 4.46939C6.8895 4.33152 6.78651 4.2127 6.65181 4.12882 6.51712 4.04494 6.35714 4 6.19326 4 6.02938 4 5.8694 4.04494 5.73471 4.12882 5.60001 4.2127 5.49702 4.33152 5.43949 4.46939L1.04861 14.99C.975986 15.1692.985032 15.3668 1.07378 15.54 1.16253 15.7132 1.32379 15.8479 1.5225 15.9148 1.72121 15.9818 1.94129 15.9755 2.13486 15.8973 2.32843 15.8192 2.47984 15.6756 2.55614 15.4976L3.87926 12.3276C3.88448 12.3151 3.89382 12.3043 3.90604 12.2967 3.91827 12.289 3.9328 12.2849 3.94769 12.2849H8.43883C8.45372 12.2849 8.46825 12.289 8.48047 12.2967 8.4927 12.3043 8.50204 12.3151 8.50725 12.3276L9.83037 15.4976C9.90668 15.6756 10.0581 15.8192 10.2517 15.8973 10.4452 15.9755 10.6653 15.9818 10.864 15.9148 11.0627 15.8479 11.224 15.7132 11.3127 15.54 11.4015 15.3668 11.4105 15.1692 11.3379 14.99ZM4.5379 10.7489 6.12483 6.94667C6.1301 6.9342 6.13947 6.92346 6.15169 6.91588 6.16391 6.9083 6.17841 6.90424 6.19326 6.90424 6.20811 6.90424 6.22261 6.9083 6.23483 6.91588 6.24705 6.92346 6.25642 6.9342 6.26168 6.94667L7.84862 10.7495C7.85275 10.7595 7.85415 10.7702 7.85269 10.7807 7.85123 10.7912 7.84695 10.8013 7.84023 10.81 7.83351 10.8187 7.82454 10.8259 7.81408 10.8308 7.80363 10.8357 7.792 10.8383 7.7802 10.8383H4.60632C4.59451 10.8383 4.58289 10.8357 4.57243 10.8308 4.56198 10.8259 4.55301 10.8187 4.54629 10.81 4.53957 10.8013 4.53529 10.7912 4.53383 10.7807 4.53237 10.7702 4.53376 10.7588 4.5379 10.7489ZM15.2959 7.1561C13.7694 7.14624 12.4023 7.94087 11.8198 9.17474 11.7364 9.35131 11.7344 9.55044 11.8143 9.72832 11.8943 9.9062 12.0496 10.0483 12.2461 10.1232 12.4426 10.1982 12.6642 10.2 12.8622 10.1282 13.0602 10.0563 13.2183 9.9168 13.3017 9.74023 13.6267 9.05343 14.391 8.60795 15.2527 8.60268 16.4354 8.59545 17.39 9.47392 17.39 10.5375 17.39 10.5503 17.3845 10.5626 17.3746 10.5718 17.3647 10.581 17.3512 10.5864 17.337 10.5868 16.5349 10.6069 15.5835 10.6549 14.7346 10.7446 12.7313 10.9563 11.5355 11.9377 11.5355 13.3698 11.5355 14.1323 11.856 14.8164 12.4382 15.2991 12.9845 15.7511 13.7309 16 14.5359 16 15.6702 16 16.6469 15.737 17.3878 15.2366H17.39C17.3896 15.3316 17.4099 15.4257 17.45 15.5136 17.49 15.6015 17.5489 15.6815 17.6233 15.749 17.6978 15.8164 17.7862 15.87 17.8837 15.9068 17.9812 15.9435 18.0858 15.9626 18.1915 15.963 18.2972 15.9634 18.402 15.9451 18.4999 15.9092 18.5977 15.8732 18.6867 15.8202 18.7618 15.7534 18.8368 15.6865 18.8965 15.607 18.9374 15.5194 18.9783 15.4318 18.9995 15.3378 19 15.2428V10.5414C19 8.69441 17.3534 7.16958 15.2959 7.1561ZM14.5359 14.5534C13.8945 14.5534 13.1455 14.2434 13.1455 13.3698 13.1455 13.019 13.2856 12.7735 13.6003 12.5732 13.9066 12.3783 14.376 12.2392 14.9227 12.1813 15.6955 12.0995 16.5627 12.0544 17.3062 12.0344 17.3161 12.0344 17.326 12.0362 17.3351 12.0397 17.3442 12.0432 17.3525 12.0483 17.3593 12.0548 17.3661 12.0612 17.3715 12.0689 17.3749 12.0772 17.3784 12.0856 17.3799 12.0945 17.3794 12.1034 17.2802 13.7512 16.3457 14.5534 14.5359 14.5534Z"
23
+ fill={color}
24
+ fillRule="evenodd"
25
+ clipRule="evenodd"
26
+ />
27
+ </svg>
28
+ );
29
+ }
30
+ );
31
+
32
+ IconFont.displayName = "IconFont";
33
+
34
+ export default IconFont;
@@ -0,0 +1,38 @@
1
+ import { forwardRef } from "react";
2
+ import type { IconProps } from "@/types";
3
+
4
+ export const IconImageSwatch = forwardRef<SVGSVGElement, IconProps>(
5
+ ({ color = "currentColor", ...props }, forwardedRef) => {
6
+ const { className } = props;
7
+ props = {
8
+ ...props,
9
+ className: `${
10
+ className ? className + " " : ""
11
+ }customeow-icon customeow-icon-icon-image-swatch`,
12
+ };
13
+ return (
14
+ <svg
15
+ viewBox="0 0 20 20"
16
+ fill="none"
17
+ xmlns="http://www.w3.org/2000/svg"
18
+ {...props}
19
+ ref={forwardedRef}
20
+ >
21
+ <path
22
+ d="M11.875 3.75C11.875 3.33579 11.5392 3 11.125 3H3.125C2.02043 3 1.125 3.89543 1.125 5V15C1.125 16.1046 2.02043 17 3.125 17H16.875C17.9796 17 18.875 16.1046 18.875 15V10.2634C18.875 9.84922 18.5392 9.51343 18.125 9.51343C17.7108 9.51343 17.375 9.84922 17.375 10.2634V11.3143L16.2312 10.1705C15.206 9.14537 13.544 9.14537 12.5188 10.1705L11.875 10.8143L9.35616 8.2955C8.33103 7.27037 6.66897 7.27037 5.64385 8.29549L2.625 11.3143V5C2.625 4.72386 2.84886 4.5 3.125 4.5H11.125C11.5392 4.5 11.875 4.16421 11.875 3.75ZM2.625 15V13.4357L6.70451 9.35615C7.14385 8.91681 7.85615 8.91681 8.29549 9.35616L12.5947 13.6553C12.8876 13.9482 13.3624 13.9482 13.6553 13.6553C13.9482 13.3624 13.9482 12.8876 13.6553 12.5947L12.9357 11.875L13.5795 11.2312C14.0188 10.7918 14.7312 10.7918 15.1705 11.2312L17.375 13.4357V15C17.375 15.2761 17.1511 15.5 16.875 15.5H3.125C2.84886 15.5 2.625 15.2761 2.625 15Z"
23
+ fill={color}
24
+ fillRule="evenodd"
25
+ clipRule="evenodd"
26
+ />
27
+ <path
28
+ d="M18.7907 4.39976C19.0556 4.08133 19.0122 3.60844 18.6938 3.34353C18.3754 3.07862 17.9025 3.12201 17.6376 3.44043L15.3079 6.24075L14.401 5.22713C14.1248 4.91844 13.6506 4.8921 13.342 5.1683C13.0333 5.44449 13.0069 5.91863 13.2831 6.22732L14.7696 7.88871C14.915 8.05124 15.124 8.14242 15.342 8.1385C15.5601 8.13457 15.7656 8.03593 15.9051 7.86828L18.7907 4.39976Z"
29
+ fill={color}
30
+ />
31
+ </svg>
32
+ );
33
+ }
34
+ );
35
+
36
+ IconImageSwatch.displayName = "IconImageSwatch";
37
+
38
+ export default IconImageSwatch;
@@ -0,0 +1,38 @@
1
+ import { forwardRef } from "react";
2
+ import type { IconProps } from "@/types";
3
+
4
+ export const IconLanguage = forwardRef<SVGSVGElement, IconProps>(
5
+ ({ color = "currentColor", ...props }, forwardedRef) => {
6
+ const { className } = props;
7
+ props = {
8
+ ...props,
9
+ className: `${
10
+ className ? className + " " : ""
11
+ }customeow-icon customeow-icon-icon-language`,
12
+ };
13
+ return (
14
+ <svg
15
+ viewBox="0 0 20 20"
16
+ fill="none"
17
+ xmlns="http://www.w3.org/2000/svg"
18
+ {...props}
19
+ ref={forwardedRef}
20
+ >
21
+ <path
22
+ d="M7.75009 2.75C7.75009 2.33579 7.4143 2 7.00009 2C6.58587 2 6.25009 2.33579 6.25009 2.75V4.00842C5.03323 4.03578 3.8325 4.12954 2.65142 4.28627C2.24081 4.34076 1.95211 4.7178 2.0066 5.12841C2.06109 5.53902 2.43813 5.82772 2.84875 5.77323C4.20658 5.59304 5.59228 5.5 7.00009 5.5C7.57065 5.5 8.13758 5.51528 8.70048 5.54546C8.2826 6.95686 7.70916 8.30168 6.99996 9.56001C6.62755 8.89925 6.29259 8.21466 5.99793 7.50912C5.8383 7.1269 5.39905 6.94646 5.01683 7.10608C4.63461 7.26571 4.45416 7.70497 4.61379 8.08718C5.03667 9.09975 5.5365 10.072 6.10593 10.9967C5.03656 12.5598 3.74539 13.9596 2.27753 15.1506C1.95588 15.4116 1.9067 15.8839 2.16769 16.2055C2.42867 16.5272 2.90099 16.5764 3.22264 16.3154C4.64811 15.1588 5.91919 13.8189 6.99996 12.3314C7.0954 12.4628 7.19233 12.593 7.29071 12.722C7.54187 13.0514 8.01249 13.1148 8.34187 12.8637C8.67125 12.6125 8.73467 12.1419 8.48351 11.8125C8.2802 11.5459 8.08361 11.2739 7.894 10.9967C8.90466 9.35554 9.69602 7.56455 10.227 5.66453C10.5365 5.69627 10.8447 5.73253 11.1514 5.77323C11.562 5.82772 11.9391 5.53902 11.9936 5.12841C12.0481 4.7178 11.7594 4.34076 11.3487 4.28627C10.8114 4.21496 10.27 4.15669 9.72489 4.11178C9.07179 4.05797 8.41333 4.02333 7.75009 4.00842V2.75Z"
23
+ fill={color}
24
+ />
25
+ <path
26
+ d="M13.0002 8C13.2842 8 13.5439 8.1605 13.671 8.41459L17.921 16.9146C18.1062 17.2851 17.9561 17.7356 17.5856 17.9208C17.2151 18.1061 16.7646 17.9559 16.5793 17.5854L15.7866 16H10.2137L9.42098 17.5854C9.23574 17.9559 8.78524 18.1061 8.41475 17.9208C8.04427 17.7356 7.8941 17.2851 8.07934 16.9146L12.3293 8.41459C12.4564 8.1605 12.7161 8 13.0002 8ZM15.0366 14.5L13.0002 10.4271L10.9637 14.5H15.0366Z"
27
+ fill={color}
28
+ fillRule="evenodd"
29
+ clipRule="evenodd"
30
+ />
31
+ </svg>
32
+ );
33
+ }
34
+ );
35
+
36
+ IconLanguage.displayName = "IconLanguage";
37
+
38
+ export default IconLanguage;
@@ -0,0 +1,40 @@
1
+ import { forwardRef } from "react";
2
+ import type { IconProps } from "@/types";
3
+
4
+ export const IconLinkedData = forwardRef<SVGSVGElement, IconProps>(
5
+ ({ color = "currentColor", ...props }, forwardedRef) => {
6
+ const { className } = props;
7
+ props = {
8
+ ...props,
9
+ className: `${
10
+ className ? className + " " : ""
11
+ }customeow-icon customeow-icon-icon-linked-data`,
12
+ };
13
+ return (
14
+ <svg
15
+ viewBox="0 0 20 20"
16
+ fill="none"
17
+ xmlns="http://www.w3.org/2000/svg"
18
+ {...props}
19
+ ref={forwardedRef}
20
+ >
21
+ <path
22
+ d="M3.67618 4.33C4.47299 3.79879 5.4147 3.58765 6.07272 3.58765H13.7238C14.1104 3.58765 14.4238 3.90105 14.4238 4.28765C14.4238 4.67425 14.1104 4.98765 13.7238 4.98765H6.07272C5.65968 4.98765 4.99478 5.13352 4.45276 5.49487C3.93935 5.83714 3.55952 6.34982 3.55952 7.14383C3.55952 7.93785 3.93935 8.45052 4.45276 8.79279C4.99478 9.15414 5.65968 9.30001 6.07272 9.30001H13.9272C14.5852 9.30001 15.527 9.51116 16.3238 10.0424C17.1492 10.5927 17.8404 11.5081 17.8404 12.8562C17.8404 14.2043 17.1492 15.1197 16.3238 15.67C15.527 16.2012 14.5852 16.4124 13.9272 16.4124H6.07272C5.68612 16.4124 5.37272 16.099 5.37272 15.7124C5.37272 15.3258 5.68612 15.0124 6.07272 15.0124H13.9272C14.3403 15.0124 15.0052 14.8665 15.5472 14.5052C16.0606 14.1629 16.4404 13.6502 16.4404 12.8562C16.4404 12.0622 16.0606 11.5495 15.5472 11.2072C15.0052 10.8459 14.3403 10.7 13.9272 10.7H6.07272C5.4147 10.7 4.47299 10.4889 3.67618 9.95766C2.85075 9.40737 2.15952 8.49195 2.15952 7.14383C2.15952 5.79571 2.85075 4.88029 3.67618 4.33Z"
23
+ fill={color}
24
+ fillRule="evenodd"
25
+ clipRule="evenodd"
26
+ />
27
+ <path
28
+ d="M13.3672 4.28767C13.3672 3.03956 14.379 2.02777 15.6271 2.02777 16.8752 2.02777 17.887 3.03956 17.887 4.28767 17.887 5.53576 16.8752 6.54757 15.6271 6.54757 14.379 6.54757 13.3672 5.53576 13.3672 4.28767ZM15.6271 3.42777C15.1522 3.42777 14.7672 3.81276 14.7672 4.28767 14.7672 4.76256 15.1522 5.14757 15.6271 5.14757 16.102 5.14757 16.487 4.76256 16.487 4.28767 16.487 3.81276 16.102 3.42777 15.6271 3.42777ZM2.1123 15.7124C2.1123 14.4649 3.12355 13.4537 4.37099 13.4537 5.61841 13.4537 6.62968 14.4649 6.62968 15.7124 6.62968 16.9598 5.61841 17.971 4.37099 17.971 3.12355 17.971 2.1123 16.9598 2.1123 15.7124ZM4.37099 14.8537C3.89676 14.8537 3.5123 15.2381 3.5123 15.7124 3.5123 16.1866 3.89676 16.571 4.37099 16.571 4.84521 16.571 5.22968 16.1866 5.22968 15.7124 5.22968 15.2381 4.84521 14.8537 4.37099 14.8537Z"
29
+ fill={color}
30
+ fillRule="evenodd"
31
+ clipRule="evenodd"
32
+ />
33
+ </svg>
34
+ );
35
+ }
36
+ );
37
+
38
+ IconLinkedData.displayName = "IconLinkedData";
39
+
40
+ export default IconLinkedData;
@@ -0,0 +1,34 @@
1
+ import { forwardRef } from "react";
2
+ import type { IconProps } from "@/types";
3
+
4
+ export const IconLoading2 = forwardRef<SVGSVGElement, IconProps>(
5
+ ({ color = "currentColor", ...props }, forwardedRef) => {
6
+ const { className } = props;
7
+ props = {
8
+ ...props,
9
+ className: `${
10
+ className ? className + " " : ""
11
+ }customeow-icon customeow-icon-icon-loading-2`,
12
+ };
13
+ return (
14
+ <svg
15
+ viewBox="0 0 20 20"
16
+ fill="none"
17
+ xmlns="http://www.w3.org/2000/svg"
18
+ {...props}
19
+ ref={forwardedRef}
20
+ >
21
+ <path
22
+ d="M9.99999 3.74998C6.54821 3.74998 3.74999 6.5482 3.74999 9.99998C3.74999 13.4518 6.54821 16.25 9.99999 16.25C13.4518 16.25 16.25 13.4518 16.25 9.99998C16.25 9.53974 16.6231 9.16665 17.0833 9.16665C17.5436 9.16665 17.9167 9.53974 17.9167 9.99998C17.9167 14.3722 14.3722 17.9166 9.99999 17.9166C5.62774 17.9166 2.08333 14.3722 2.08333 9.99998C2.08333 5.62773 5.62774 2.08331 9.99999 2.08331C10.4602 2.08331 10.8333 2.45641 10.8333 2.91665C10.8333 3.37688 10.4602 3.74998 9.99999 3.74998Z"
23
+ fill={color}
24
+ fillRule="evenodd"
25
+ clipRule="evenodd"
26
+ />
27
+ </svg>
28
+ );
29
+ }
30
+ );
31
+
32
+ IconLoading2.displayName = "IconLoading2";
33
+
34
+ export default IconLoading2;
@@ -0,0 +1,34 @@
1
+ import { forwardRef } from "react";
2
+ import type { IconProps } from "@/types";
3
+
4
+ export const IconNotes = forwardRef<SVGSVGElement, IconProps>(
5
+ ({ color = "currentColor", ...props }, forwardedRef) => {
6
+ const { className } = props;
7
+ props = {
8
+ ...props,
9
+ className: `${
10
+ className ? className + " " : ""
11
+ }customeow-icon customeow-icon-icon-notes`,
12
+ };
13
+ return (
14
+ <svg
15
+ viewBox="0 0 20 20"
16
+ fill="none"
17
+ xmlns="http://www.w3.org/2000/svg"
18
+ {...props}
19
+ ref={forwardedRef}
20
+ >
21
+ <path
22
+ d="M4.6875 2.625C4.58395 2.625 4.5 2.70895 4.5 2.8125V17.1875C4.5 17.2911 4.58395 17.375 4.6875 17.375H15.3125C15.4161 17.375 15.5 17.2911 15.5 17.1875V9.6875C15.5 8.54841 14.5766 7.625 13.4375 7.625H12.1875C11.2555 7.625 10.5 6.86948 10.5 5.9375V4.6875C10.5 3.54841 9.57659 2.625 8.4375 2.625H4.6875ZM4.6875 1.125C3.75552 1.125 3 1.88052 3 2.8125V17.1875C3 18.1195 3.75552 18.875 4.6875 18.875H15.3125C16.2445 18.875 17 18.1195 17 17.1875V9.375C17 4.81865 13.3063 1.125 8.75 1.125H4.6875ZM11.7259 3.31472C11.9025 3.73721 12 4.20096 12 4.6875V5.9375C12 6.04105 12.0839 6.125 12.1875 6.125H13.4375C13.924 6.125 14.3878 6.22253 14.8103 6.39911C14.1521 5.06119 13.0638 3.97295 11.7259 3.31472ZM6.125 12.5C6.125 12.0858 6.46079 11.75 6.875 11.75H13.125C13.5392 11.75 13.875 12.0858 13.875 12.5C13.875 12.9142 13.5392 13.25 13.125 13.25H6.875C6.46079 13.25 6.125 12.9142 6.125 12.5ZM6.125 15C6.125 14.5858 6.46079 14.25 6.875 14.25H10C10.4142 14.25 10.75 14.5858 10.75 15C10.75 15.4142 10.4142 15.75 10 15.75H6.875C6.46079 15.75 6.125 15.4142 6.125 15Z"
23
+ fill={color}
24
+ fillRule="evenodd"
25
+ clipRule="evenodd"
26
+ />
27
+ </svg>
28
+ );
29
+ }
30
+ );
31
+
32
+ IconNotes.displayName = "IconNotes";
33
+
34
+ export default IconNotes;
@@ -0,0 +1,32 @@
1
+ import { forwardRef } from "react";
2
+ import type { IconProps } from "@/types";
3
+
4
+ export const IconNumber = forwardRef<SVGSVGElement, IconProps>(
5
+ ({ color = "currentColor", ...props }, forwardedRef) => {
6
+ const { className } = props;
7
+ props = {
8
+ ...props,
9
+ className: `${
10
+ className ? className + " " : ""
11
+ }customeow-icon customeow-icon-icon-number`,
12
+ };
13
+ return (
14
+ <svg
15
+ viewBox="0 0 20 20"
16
+ fill="none"
17
+ xmlns="http://www.w3.org/2000/svg"
18
+ {...props}
19
+ ref={forwardedRef}
20
+ >
21
+ <path
22
+ d="M9.19583 5.93703C9.09067 6.20646 8.93038 6.49375 8.71324 6.79897 8.49744 7.10306 8.22215 7.45869 7.88768 7.86517L4.94613 11.379C4.80165 11.5516 4.72247 11.7695 4.72247 11.9946 4.72247 12.5243 5.15184 12.9536 5.68148 12.9536H10.2423C10.6801 12.9536 11.035 12.5987 11.035 12.1609 11.035 11.7231 10.6801 11.3682 10.2423 11.3682H6.90194L8.67626 9.22693C9.24254 8.56353 9.68643 7.99755 10.0065 7.53007 10.3271 7.05842 10.5543 6.62671 10.6851 6.23546 10.8186 5.84535 10.8854 5.4459 10.8854 5.03755 10.8854 4.44752 10.7565 3.91491 10.4968 3.44214 10.2374 2.96652 9.87571 2.59086 9.41286 2.31674 8.9511 2.03797 8.41899 1.9 7.8198 1.9 7.22612 1.9 6.69269 2.03996 6.22235 2.32188 5.75243 2.60006 5.38323 2.99205 5.11512 3.49528 4.94221 3.81981 4.82549 4.17836 4.76425 4.57008 4.69599 5.00666 5.06312 5.3519 5.48225 5.3519 5.91209 5.3519 6.22648 4.99999 6.32606 4.61443 6.35576 4.4994 6.39421 4.39141 6.44127 4.2903 6.56683 4.02051 6.74496 3.81446 6.97543 3.66863 7.20526 3.52321 7.47639 3.44886 7.79259 3.44886 8.09122 3.44886 8.35655 3.51655 8.59106 3.65011L8.59198 3.65063C8.82586 3.78058 9.01099 3.9677 9.14742 4.21348 9.28256 4.45369 9.35223 4.74281 9.35223 5.0846 9.35223 5.38646 9.29992 5.67033 9.19583 5.93703ZM11.808 11.6532C12.1022 12.1078 12.5012 12.4629 13.0029 12.7179 13.5084 12.9734 14.0807 13.1 14.7169 13.1 15.3661 13.1 15.947 12.9642 16.4562 12.6905 16.9639 12.414 17.3655 12.0341 17.659 11.5517 17.9565 11.0677 18.103 10.5213 18.0999 9.91533 18.103 9.22198 17.9291 8.63359 17.5724 8.15669 17.2562 7.73029 16.8245 7.4501 16.2831 7.31458 16.6989 7.1517 17.0391 6.87996 17.302 6.50111 17.6089 6.06328 17.7583 5.53353 17.7553 4.91737 17.7584 4.37539 17.6368 3.87453 17.3898 3.41663 17.1455 2.95813 16.7974 2.59136 16.3473 2.31738 15.8967 2.03775 15.364 1.9 14.7532 1.9 14.1698 1.9 13.6366 2.02716 13.1555 2.2829 12.675 2.53829 12.2871 2.89366 11.9936 3.34723 11.8245 3.61145 11.7019 3.89984 11.6258 4.21184 11.5158 4.66253 11.9016 5.02776 12.3327 5.02776 12.7588 5.02776 13.0639 4.6776 13.2243 4.33406 13.2555 4.26706 13.2926 4.20293 13.3347 4.14275 13.488 3.92009 13.6868 3.75004 13.9312 3.63209 14.18 3.51007 14.4475 3.44886 14.7351 3.44886 15.0375 3.44886 15.2947 3.51543 15.5095 3.64407 15.7288 3.77372 15.897 3.95303 16.0155 4.18397L16.0163 4.18533C16.1371 4.41224 16.1995 4.68301 16.1995 5.00095 16.1995 5.33128 16.1287 5.61499 15.9907 5.85544 15.852 6.09362 15.6595 6.27954 15.4124 6.41379 15.1694 6.54736 14.8842 6.61578 14.5537 6.61578H14.428C14.0089 6.61578 13.6692 6.95548 13.6692 7.37453 13.6692 7.79357 14.0089 8.13327 14.428 8.13327H14.5537C14.971 8.13327 15.3205 8.2097 15.6054 8.35749 15.8949 8.50624 16.1112 8.70929 16.258 8.96641L16.2587 8.9676C16.4087 9.22206 16.4852 9.51948 16.4852 9.86312 16.4852 10.192 16.4091 10.4786 16.2594 10.7261 16.1092 10.9711 15.9006 11.1627 15.6321 11.301 15.3673 11.4389 15.0601 11.5093 14.7079 11.5093 14.3882 11.5093 14.1004 11.4491 13.8429 11.3303 13.5856 11.2117 13.3787 11.0447 13.2199 10.8292 13.1832 10.7775 13.1504 10.7237 13.1214 10.6677 12.9419 10.3201 12.623 9.96179 12.1837 9.96179 11.7287 9.96179 11.3228 10.3502 11.4474 10.8234 11.5259 11.1215 11.6464 11.3987 11.808 11.6532ZM3.81406 2.64639V12.1508C3.81406 12.5942 3.45462 12.9536 3.01121 12.9536 2.56781 12.9536 2.20836 12.5942 2.20836 12.1508V3.8917L2.0249 3.96208C1.48249 4.17013.899994 3.76969.899994 3.18875.899994 2.85285 1.10286 2.55021 1.41356 2.42259L2.1286 2.12888C2.26121 2.07441 2.40319 2.04639 2.54655 2.04639H3.21407C3.54544 2.04639 3.81406 2.31502 3.81406 2.64639ZM2 14.25C1.58579 14.25 1.25 14.5858 1.25 15 1.25 15.4142 1.58579 15.75 2 15.75H18C18.4142 15.75 18.75 15.4142 18.75 15 18.75 14.5858 18.4142 14.25 18 14.25H2ZM2 17.25C1.58579 17.25 1.25 17.5858 1.25 18 1.25 18.4142 1.58579 18.75 2 18.75H12.5C12.9142 18.75 13.25 18.4142 13.25 18 13.25 17.5858 12.9142 17.25 12.5 17.25H2Z"
23
+ fill={color}
24
+ />
25
+ </svg>
26
+ );
27
+ }
28
+ );
29
+
30
+ IconNumber.displayName = "IconNumber";
31
+
32
+ export default IconNumber;
@@ -0,0 +1,34 @@
1
+ import { forwardRef } from "react";
2
+ import type { IconProps } from "@/types";
3
+
4
+ export const IconPaperClip = forwardRef<SVGSVGElement, IconProps>(
5
+ ({ color = "currentColor", ...props }, forwardedRef) => {
6
+ const { className } = props;
7
+ props = {
8
+ ...props,
9
+ className: `${
10
+ className ? className + " " : ""
11
+ }customeow-icon customeow-icon-icon-paper-clip`,
12
+ };
13
+ return (
14
+ <svg
15
+ viewBox="0 0 20 20"
16
+ fill="none"
17
+ xmlns="http://www.w3.org/2000/svg"
18
+ {...props}
19
+ ref={forwardedRef}
20
+ >
21
+ <path
22
+ d="M15.621 4.37908C15.0584 3.81666 14.2955 3.50072 13.5 3.50072C12.7045 3.50072 11.9416 3.81666 11.379 4.37908L4.379 11.3791C3.83239 11.9448 3.52982 12.7025 3.53647 13.4891C3.54312 14.2757 3.85845 15.0282 4.41455 15.5845C4.97064 16.1409 5.723 16.4566 6.50959 16.4636C7.29618 16.4706 8.05406 16.1684 8.62 15.6221H8.621L9.118 15.1221C9.25898 14.9849 9.44821 14.9086 9.6449 14.9097C9.8416 14.9107 10.03 14.989 10.1696 15.1276C10.3091 15.2662 10.3886 15.4541 10.3909 15.6508C10.3933 15.8475 10.3182 16.0372 10.182 16.1791L9.684 16.6801L9.682 16.6821C8.83808 17.526 7.69348 18.0001 6.5 18.0001C5.30652 18.0001 4.16192 17.526 3.318 16.6821C2.47408 15.8382 1.99997 14.6936 1.99997 13.5001C1.99997 12.3066 2.47408 11.162 3.318 10.3181L10.318 3.31808C11.1614 2.47363 12.3057 1.9988 13.4992 1.99805C14.6926 1.9973 15.8375 2.47069 16.682 3.31408C17.5264 4.15746 18.0013 5.30177 18.002 6.49525C18.0028 7.68873 17.5294 8.83363 16.686 9.67808L13.231 13.2311C12.9898 13.4855 12.7 13.689 12.3789 13.8296C12.0577 13.9702 11.7116 14.045 11.3611 14.0497C11.0105 14.0543 10.6626 13.9887 10.3378 13.8567C10.013 13.7247 9.71793 13.529 9.47002 13.281C9.22212 13.0331 9.02639 12.7381 8.89438 12.4133C8.76237 12.0885 8.69675 11.7406 8.70141 11.39C8.70607 11.0395 8.7809 10.6934 8.9215 10.3722C9.06209 10.0511 9.26559 9.76131 9.52 9.52008L12.97 6.06908C13.0391 5.99741 13.1219 5.94024 13.2134 5.90089C13.3048 5.86154 13.4033 5.8408 13.5028 5.83989C13.6024 5.83898 13.7012 5.85791 13.7934 5.89557C13.8856 5.93324 13.9693 5.98889 14.0398 6.05928C14.1102 6.12966 14.166 6.21338 14.2037 6.30553C14.2415 6.39768 14.2605 6.49643 14.2597 6.59602C14.2589 6.6956 14.2382 6.79403 14.199 6.88555C14.1597 6.97707 14.1026 7.05986 14.031 7.12908L10.581 10.5801C10.4763 10.6843 10.3931 10.8081 10.3362 10.9444C10.2793 11.0808 10.2499 11.227 10.2495 11.3747C10.2491 11.5225 10.2779 11.6688 10.334 11.8055C10.3902 11.9421 10.4728 12.0663 10.577 12.1711C10.6812 12.2758 10.805 12.359 10.9414 12.4159C11.0777 12.4727 11.2239 12.5022 11.3717 12.5026C11.5194 12.503 11.6658 12.4742 11.8024 12.418C11.939 12.3618 12.0633 12.2793 12.168 12.1751L15.622 8.62208C16.1844 8.05949 16.5004 7.29657 16.5004 6.50108C16.5004 5.70558 16.1844 4.94266 15.622 4.38008L15.621 4.37908Z"
23
+ fill={color}
24
+ fillRule="evenodd"
25
+ clipRule="evenodd"
26
+ />
27
+ </svg>
28
+ );
29
+ }
30
+ );
31
+
32
+ IconPaperClip.displayName = "IconPaperClip";
33
+
34
+ export default IconPaperClip;
@@ -0,0 +1,38 @@
1
+ import { forwardRef } from "react";
2
+ import type { IconProps } from "@/types";
3
+
4
+ export const IconPhotoUpload = forwardRef<SVGSVGElement, IconProps>(
5
+ ({ color = "currentColor", ...props }, forwardedRef) => {
6
+ const { className } = props;
7
+ props = {
8
+ ...props,
9
+ className: `${
10
+ className ? className + " " : ""
11
+ }customeow-icon customeow-icon-icon-photo-upload`,
12
+ };
13
+ return (
14
+ <svg
15
+ viewBox="0 0 20 20"
16
+ fill="none"
17
+ xmlns="http://www.w3.org/2000/svg"
18
+ {...props}
19
+ ref={forwardedRef}
20
+ >
21
+ <path
22
+ d="M16.5545 2.83045C16.4139 2.6898 16.2231 2.61078 16.0242 2.61078C15.8253 2.61078 15.6345 2.6898 15.4939 2.83045L13.609 4.71527C13.3162 5.00816 13.3162 5.48304 13.609 5.77593C13.9019 6.06882 14.3768 6.06882 14.6697 5.77593L15.2742 5.17144V7.73716C15.2742 8.15137 15.61 8.48716 16.0242 8.48716C16.4384 8.48716 16.7742 8.15137 16.7742 7.73716V5.17144L17.3787 5.77593C17.6716 6.06882 18.1465 6.06882 18.4393 5.77593C18.7322 5.48304 18.7322 5.00816 18.4393 4.71527L16.5545 2.83045Z"
23
+ fill={color}
24
+ />
25
+ <path
26
+ d="M11.875 3.75C11.875 3.33579 11.5392 3 11.125 3H3.125C2.02043 3 1.125 3.89543 1.125 5V15C1.125 16.1046 2.02043 17 3.125 17H16.875C17.9796 17 18.875 16.1046 18.875 15V10.2634C18.875 9.84922 18.5392 9.51343 18.125 9.51343C17.7108 9.51343 17.375 9.84922 17.375 10.2634V11.3143L16.2312 10.1705C15.206 9.14537 13.544 9.14537 12.5188 10.1705L11.875 10.8143L9.35616 8.2955C8.33103 7.27037 6.66897 7.27037 5.64385 8.29549L2.625 11.3143V5C2.625 4.72386 2.84886 4.5 3.125 4.5H11.125C11.5392 4.5 11.875 4.16421 11.875 3.75ZM2.625 15V13.4357L6.70451 9.35615C7.14385 8.91681 7.85615 8.91681 8.29549 9.35616L12.5947 13.6553C12.8876 13.9482 13.3624 13.9482 13.6553 13.6553C13.9482 13.3624 13.9482 12.8876 13.6553 12.5947L12.9357 11.875L13.5795 11.2312C14.0188 10.7918 14.7312 10.7918 15.1705 11.2312L17.375 13.4357V15C17.375 15.2761 17.1511 15.5 16.875 15.5H3.125C2.84886 15.5 2.625 15.2761 2.625 15Z"
27
+ fill={color}
28
+ fillRule="evenodd"
29
+ clipRule="evenodd"
30
+ />
31
+ </svg>
32
+ );
33
+ }
34
+ );
35
+
36
+ IconPhotoUpload.displayName = "IconPhotoUpload";
37
+
38
+ export default IconPhotoUpload;
@@ -0,0 +1,34 @@
1
+ import { forwardRef } from "react";
2
+ import type { IconProps } from "@/types";
3
+
4
+ export const IconPlayPreviewCircle = forwardRef<SVGSVGElement, IconProps>(
5
+ ({ color = "currentColor", ...props }, forwardedRef) => {
6
+ const { className } = props;
7
+ props = {
8
+ ...props,
9
+ className: `${
10
+ className ? className + " " : ""
11
+ }customeow-icon customeow-icon-icon-play-preview-circle`,
12
+ };
13
+ return (
14
+ <svg
15
+ viewBox="0 0 20 20"
16
+ fill="none"
17
+ xmlns="http://www.w3.org/2000/svg"
18
+ {...props}
19
+ ref={forwardedRef}
20
+ >
21
+ <path
22
+ d="M10 3.25C6.27208 3.25 3.25 6.27208 3.25 10C3.25 13.7279 6.27208 16.75 10 16.75C13.7279 16.75 16.75 13.7279 16.75 10C16.75 6.27208 13.7279 3.25 10 3.25ZM1.75 10C1.75 5.44365 5.44365 1.75 10 1.75C14.5563 1.75 18.25 5.44365 18.25 10C18.25 14.5563 14.5563 18.25 10 18.25C5.44365 18.25 1.75 14.5563 1.75 10ZM8.875 8.14964V11.8504L12.2057 10L8.875 8.14964ZM7.375 7.4061C7.375 6.59596 8.24531 6.08387 8.9535 6.47731L13.6225 9.07121C14.3512 9.47602 14.3512 10.524 13.6225 10.9288L8.9535 13.5227C8.24531 13.9161 7.375 13.404 7.375 12.5939V7.4061Z"
23
+ fill={color}
24
+ fillRule="evenodd"
25
+ clipRule="evenodd"
26
+ />
27
+ </svg>
28
+ );
29
+ }
30
+ );
31
+
32
+ IconPlayPreviewCircle.displayName = "IconPlayPreviewCircle";
33
+
34
+ export default IconPlayPreviewCircle;
@@ -0,0 +1,32 @@
1
+ import { forwardRef } from "react";
2
+ import type { IconProps } from "@/types";
3
+
4
+ export const IconPlus = forwardRef<SVGSVGElement, IconProps>(
5
+ ({ color = "currentColor", ...props }, forwardedRef) => {
6
+ const { className } = props;
7
+ props = {
8
+ ...props,
9
+ className: `${
10
+ className ? className + " " : ""
11
+ }customeow-icon customeow-icon-icon-plus`,
12
+ };
13
+ return (
14
+ <svg
15
+ viewBox="0 0 20 20"
16
+ fill="none"
17
+ xmlns="http://www.w3.org/2000/svg"
18
+ {...props}
19
+ ref={forwardedRef}
20
+ >
21
+ <path
22
+ d="M10.75 4.75C10.75 4.33579 10.4142 4 10 4C9.58579 4 9.25 4.33579 9.25 4.75V9.25H4.75C4.33579 9.25 4 9.58579 4 10C4 10.4142 4.33579 10.75 4.75 10.75L9.25 10.75V15.25C9.25 15.6642 9.58579 16 10 16C10.4142 16 10.75 15.6642 10.75 15.25V10.75L15.25 10.75C15.6642 10.75 16 10.4142 16 10C16 9.58579 15.6642 9.25 15.25 9.25H10.75V4.75Z"
23
+ fill={color}
24
+ />
25
+ </svg>
26
+ );
27
+ }
28
+ );
29
+
30
+ IconPlus.displayName = "IconPlus";
31
+
32
+ export default IconPlus;
@@ -0,0 +1,32 @@
1
+ import { forwardRef } from "react";
2
+ import type { IconProps } from "@/types";
3
+
4
+ export const IconReset = forwardRef<SVGSVGElement, IconProps>(
5
+ ({ color = "currentColor", ...props }, forwardedRef) => {
6
+ const { className } = props;
7
+ props = {
8
+ ...props,
9
+ className: `${
10
+ className ? className + " " : ""
11
+ }customeow-icon customeow-icon-icon-reset`,
12
+ };
13
+ return (
14
+ <svg
15
+ viewBox="0 0 20 20"
16
+ fill="none"
17
+ xmlns="http://www.w3.org/2000/svg"
18
+ {...props}
19
+ ref={forwardedRef}
20
+ >
21
+ <path
22
+ d="M3.75 10C3.75 6.54822 6.54822 3.75 10 3.75C13.4518 3.75 16.25 6.54822 16.25 10C16.25 11.6297 15.6271 13.1127 14.6049 14.2259L14.2244 12.8059C14.1172 12.4058 13.706 12.1684 13.3059 12.2756C12.9058 12.3828 12.6683 12.7941 12.7756 13.1942L13.552 16.0919C13.6035 16.2841 13.7292 16.4479 13.9015 16.5474C14.0737 16.6468 14.2784 16.6738 14.4706 16.6223L17.3683 15.8458C17.7684 15.7386 18.0059 15.3274 17.8987 14.9273C17.7915 14.5272 17.3802 14.2897 16.9801 14.3969L16.2415 14.5948C17.1892 13.3094 17.75 11.7198 17.75 10C17.75 5.71979 14.2802 2.25 10 2.25C5.71979 2.25 2.25 5.71979 2.25 10C2.25 14.2802 5.71979 17.75 10 17.75C10.4142 17.75 10.75 17.4142 10.75 17C10.75 16.5858 10.4142 16.25 10 16.25C6.54822 16.25 3.75 13.4518 3.75 10Z"
23
+ fill={color}
24
+ />
25
+ </svg>
26
+ );
27
+ }
28
+ );
29
+
30
+ IconReset.displayName = "IconReset";
31
+
32
+ export default IconReset;
@@ -0,0 +1,38 @@
1
+ import { forwardRef } from "react";
2
+ import type { IconProps } from "@/types";
3
+
4
+ export const IconRotate2Left = forwardRef<SVGSVGElement, IconProps>(
5
+ ({ color = "currentColor", ...props }, forwardedRef) => {
6
+ const { className } = props;
7
+ props = {
8
+ ...props,
9
+ className: `${
10
+ className ? className + " " : ""
11
+ }customeow-icon customeow-icon-icon-rotate-2-left`,
12
+ };
13
+ return (
14
+ <svg
15
+ viewBox="0 0 20 20"
16
+ fill="none"
17
+ xmlns="http://www.w3.org/2000/svg"
18
+ {...props}
19
+ ref={forwardedRef}
20
+ >
21
+ <path
22
+ d="M14.588 5.57176C14.8626 5.2616 14.8337 4.78761 14.5235 4.51306L13.5802 3.67805C14.3157 3.64405 14.9211 3.68658 15.4342 3.92495C15.9833 4.17998 16.5477 4.72112 16.9773 6.0063C17.1086 6.39915 17.5335 6.61115 17.9264 6.47983C18.3192 6.3485 18.5312 5.92358 18.3999 5.53073C17.8784 3.97073 17.0874 3.03896 16.0662 2.56456C15.2554 2.18793 14.3817 2.14314 13.5875 2.17586L14.3301 1.33696C14.6047 1.02681 14.5758 0.552814 14.2656 0.278266C13.9555 0.00371833 13.4815 0.0325844 13.2069 0.34274L11.2185 2.58909C10.9439 2.89924 10.9728 3.37324 11.283 3.64778L13.5293 5.63623C13.8395 5.91078 14.3135 5.88192 14.588 5.57176Z"
23
+ fill={color}
24
+ />
25
+ <path
26
+ d="M3 8.00005C3 6.89548 3.89543 6.00005 5 6.00005H13C14.1046 6.00005 15 6.89548 15 8.00005V16C15 17.1046 14.1046 18 13 18H5C3.89543 18 3 17.1046 3 16V8.00005ZM5 7.50005H13C13.2761 7.50005 13.5 7.7239 13.5 8.00005V16C13.5 16.2762 13.2761 16.5 13 16.5H5C4.72386 16.5 4.5 16.2762 4.5 16V8.00005C4.5 7.7239 4.72386 7.50005 5 7.50005Z"
27
+ fill={color}
28
+ fillRule="evenodd"
29
+ clipRule="evenodd"
30
+ />
31
+ </svg>
32
+ );
33
+ }
34
+ );
35
+
36
+ IconRotate2Left.displayName = "IconRotate2Left";
37
+
38
+ export default IconRotate2Left;
@@ -0,0 +1,38 @@
1
+ import { forwardRef } from "react";
2
+ import type { IconProps } from "@/types";
3
+
4
+ export const IconRotate2Right = forwardRef<SVGSVGElement, IconProps>(
5
+ ({ color = "currentColor", ...props }, forwardedRef) => {
6
+ const { className } = props;
7
+ props = {
8
+ ...props,
9
+ className: `${
10
+ className ? className + " " : ""
11
+ }customeow-icon customeow-icon-icon-rotate-2-right`,
12
+ };
13
+ return (
14
+ <svg
15
+ viewBox="0 0 20 20"
16
+ fill="none"
17
+ xmlns="http://www.w3.org/2000/svg"
18
+ {...props}
19
+ ref={forwardedRef}
20
+ >
21
+ <path
22
+ d="M4.82451 5.57481C4.54996 5.26466 4.57883 4.79066 4.88898 4.51611L5.83229 3.6811C5.09687 3.6471 4.49145 3.68963 3.97828 3.928C3.42927 4.18303 2.86485 4.72417 2.43522 6.00936C2.30389 6.4022 1.87897 6.6142 1.48613 6.48288C1.09328 6.35155 0.88128 5.92663 1.01261 5.53378C1.53411 3.97378 2.32508 3.04201 3.34635 2.56761C4.15714 2.19099 5.0308 2.14619 5.82499 2.17891L5.0824 1.34002C4.80786 1.02986 4.83672 0.555865 5.14688 0.281318C5.45703 0.00677009 5.93103 0.0356362 6.20558 0.345792L8.19403 2.59214C8.46857 2.90229 8.43971 3.37629 8.12955 3.65084L5.88321 5.63929C5.57305 5.91383 5.09905 5.88497 4.82451 5.57481Z"
23
+ fill={color}
24
+ />
25
+ <path
26
+ d="M4.99999 8.00005C4.99999 6.89548 5.89543 6.00005 6.99999 6.00005H15C16.1046 6.00005 17 6.89548 17 8.00005V16C17 17.1046 16.1046 18 15 18H7C5.89543 18 4.99999 17.1046 4.99999 16V8.00005ZM6.99999 7.50005H15C15.2761 7.50005 15.5 7.7239 15.5 8.00005V16C15.5 16.2762 15.2761 16.5 15 16.5H7C6.72385 16.5 6.49999 16.2762 6.49999 16V8.00005C6.49999 7.7239 6.72385 7.50005 6.99999 7.50005Z"
27
+ fill={color}
28
+ fillRule="evenodd"
29
+ clipRule="evenodd"
30
+ />
31
+ </svg>
32
+ );
33
+ }
34
+ );
35
+
36
+ IconRotate2Right.displayName = "IconRotate2Right";
37
+
38
+ export default IconRotate2Right;
@@ -0,0 +1,48 @@
1
+ import { forwardRef } from "react";
2
+ import type { IconProps } from "@/types";
3
+
4
+ export const IconRotateLeft = forwardRef<SVGSVGElement, IconProps>(
5
+ ({ color = "currentColor", ...props }, forwardedRef) => {
6
+ const { className } = props;
7
+ props = {
8
+ ...props,
9
+ className: `${
10
+ className ? className + " " : ""
11
+ }customeow-icon customeow-icon-icon-rotate-left`,
12
+ };
13
+ return (
14
+ <svg
15
+ viewBox="0 0 20 20"
16
+ fill="none"
17
+ xmlns="http://www.w3.org/2000/svg"
18
+ {...props}
19
+ ref={forwardedRef}
20
+ >
21
+ <path
22
+ d="M7.3733 8.54169C7.67429 8.54169 7.94654 8.61885 8.19005 8.77318C8.43356 8.92751 8.62325 9.1457 8.75912 9.42775C8.89498 9.7098 8.965 10.035 8.96918 10.4032V10.7451C8.96918 11.2581 8.87042 11.645 8.67289 12.0219C8.47537 12.3986 8.22375 12.6486 7.85797 12.8508C7.57573 13.0068 7.23952 13.0853 6.87693 13.1131Lnan nanL6.87693 13.1131Cnan nan nan nan 6.87693 13.1131C6.65978 13.1297 6.48287 12.9485 6.48287 12.7307V12.6575C6.48287 12.4386 6.65915 12.2678 6.87693 12.2451Cnan nan nan nan 6.87693 12.2451L-nan -nanL6.87693 12.2451C7.48293 12.1819 7.82292 11.96 7.8969 11.3901C7.66907 11.5987 7.41406 11.703 7.13188 11.703C6.71802 11.703 6.38985 11.5604 6.14739 11.2751C5.90493 10.9899 5.78369 10.6789 5.78369 10.2021C5.78369 9.90404 5.85163 9.62731 5.98749 9.37187C6.12335 9.11643 6.31408 8.91421 6.55968 8.7652C6.80528 8.61619 7.07649 8.54169 7.3733 8.54169ZM12.2868 9.05897C12.0088 8.71625 11.6169 8.5449 11.1111 8.5449C10.6053 8.5449 10.2139 8.71519 9.93692 9.05578C9.65996 9.39637 9.52148 9.88064 9.52148 10.5086V11.1294C9.52148 11.7531 9.66048 12.2363 9.93848 12.579C10.2165 12.9217 10.6094 13.0931 11.1173 13.0931C11.6211 13.0931 12.0115 12.9228 12.2884 12.5822C12.5654 12.2416 12.7038 11.7574 12.7038 11.1294V10.5118C12.7038 9.88596 12.5648 9.40169 12.2868 9.05897ZM14.5363 8.80672C14.3658 8.63217 14.1637 8.5449 13.9295 8.5449C13.6913 8.5449 13.4848 8.63217 13.3103 8.80672C13.1358 8.98127 13.0485 9.19307 13.0485 9.44213C13.0485 9.68906 13.1347 9.8982 13.3072 10.0696C13.4796 10.2409 13.6871 10.3266 13.9295 10.3266C14.1678 10.3266 14.3711 10.2409 14.5393 10.0696C14.7076 9.8982 14.7917 9.68906 14.7917 9.44213C14.7917 9.19307 14.7066 8.98127 14.5363 8.80672ZM13.9294 9.03343C13.8186 9.03343 13.7251 9.07334 13.6488 9.15316C13.5725 9.233 13.5343 9.32931 13.5343 9.44214C13.5343 9.55495 13.5735 9.64915 13.6519 9.72472C13.7303 9.80029 13.8228 9.83807 13.9294 9.83807C14.0402 9.83807 14.1311 9.79975 14.2022 9.72312C14.2732 9.64649 14.3088 9.55283 14.3088 9.44214C14.3088 9.33145 14.2733 9.23565 14.2022 9.15476C14.1311 9.07387 14.0402 9.03343 13.9294 9.03343ZM6.95121 9.61454C7.05153 9.45275 7.21838 9.37187 7.36679 9.37187C7.53401 9.37187 7.66674 9.44318 7.76498 9.5858C7.86322 9.72842 7.91693 9.937 7.91693 10.1165C7.91693 10.296 7.89666 10.4463 7.82768 10.629C7.75871 10.8117 7.55313 10.9271 7.3762 10.9271C7.19853 10.9271 7.05676 10.8553 6.95434 10.7115C6.85192 10.5679 6.8099 10.4447 6.8099 10.2021C6.8099 9.97215 6.85087 9.77632 6.95121 9.61454ZM10.7143 9.60497C10.7969 9.4517 10.9291 9.37507 11.1109 9.37507C11.2969 9.37507 11.4328 9.45755 11.5185 9.62253C11.6042 9.7875 11.6471 10.0371 11.6471 10.3713V11.2922C11.645 11.6264 11.6011 11.8717 11.5154 12.0282C11.4297 12.1847 11.2969 12.2629 11.1172 12.2629C10.9312 12.2629 10.7953 12.1825 10.7096 12.0219C10.6239 11.8611 10.5811 11.6073 10.5811 11.2603V10.301C10.5873 9.99026 10.6317 9.75824 10.7143 9.60497ZM4.59265 10.4935Cnan nan nan nan 5.00933 10.9102L-nan -nanL5.00933 10.9102Cnan nan nan nan 4.59265 11.3269H3.54168C3.31156 11.3269 3.125 11.1403 3.125 10.9102Cnan nan nan nan 3.125 10.9102L-nan -nanL3.125 10.9102Cnan nan nan nan 3.54168 10.4935H4.59265Z"
23
+ fill={color}
24
+ fillRule="evenodd"
25
+ clipRule="evenodd"
26
+ />
27
+ <path
28
+ d="M4.16638 4.21374C5.6585 2.72159 7.72202 1.79736 10 1.79736C14.5563 1.79736 18.25 5.49102 18.25 10.0474C18.25 14.6037 14.5563 18.2974 10 18.2974C7.72202 18.2974 5.65849 17.3731 4.16637 15.881C3.87348 15.5881 3.87349 15.1132 4.16639 14.8203C4.45928 14.5274 4.93416 14.5274 5.22705 14.8203C6.44935 16.0427 8.13581 16.7974 10 16.7974C13.7279 16.7974 16.75 13.7753 16.75 10.0474C16.75 6.31945 13.7279 3.29736 10 3.29736C8.13581 3.29736 6.44935 4.05206 5.22704 5.2744C4.96396 5.53747 4.56985 5.96076 4.18585 6.3807H5.83333C6.24755 6.3807 6.58333 6.71648 6.58333 7.1307C6.58333 7.54491 6.24755 7.8807 5.83333 7.8807H2.5C2.37935 7.8807 2.26535 7.85221 2.16437 7.80159C2.12978 7.78427 2.0962 7.76408 2.06397 7.741C2.03809 7.72247 2.01344 7.70235 1.99016 7.68076C1.91524 7.61137 1.85761 7.53005 1.81761 7.44233C1.7742 7.34742 1.75 7.24189 1.75 7.1307V3.79736C1.75 3.38315 2.08579 3.04736 2.5 3.04736C2.91421 3.04736 3.25 3.38315 3.25 3.79736V5.18184C3.58531 4.8173 3.92201 4.45811 4.16638 4.21374Z"
29
+ fill={color}
30
+ />
31
+ <path
32
+ d="M7.3733 8.54167C7.67429 8.54167 7.94654 8.61884 8.19005 8.77316 8.43356 8.9275 8.62325 9.14569 8.75912 9.42774 8.89497 9.70979 8.965 10.0349 8.96918 10.4032V10.7451C8.96918 11.2581 8.87042 11.645 8.67289 12.0218 8.47537 12.3986 8.22375 12.6486 7.85797 12.8508 7.57573 13.0068 7.23952 13.0853 6.87693 13.113 6.65978 13.1296 6.48287 12.9485 6.48287 12.7307V12.6575C6.48287 12.4386 6.65915 12.2678 6.87693 12.2451 7.48293 12.1819 7.82292 11.96 7.8969 11.3901 7.66907 11.5987 7.41406 11.703 7.13188 11.703 6.71802 11.703 6.38985 11.5604 6.14739 11.2751 5.90492 10.9898 5.78369 10.6789 5.78369 10.202 5.78369 9.90403 5.85162 9.6273 5.98749 9.37185 6.12335 9.11642 6.31408 8.91419 6.55968 8.76518 6.80528 8.61618 7.07649 8.54167 7.3733 8.54167ZM6.95121 9.61452C7.05153 9.45274 7.21838 9.37185 7.36679 9.37185 7.53401 9.37185 7.66674 9.44317 7.76498 9.58579 7.86322 9.72841 7.91693 9.93698 7.91693 10.1165 7.91693 10.296 7.89666 10.4463 7.82768 10.629 7.75871 10.8117 7.55313 10.9271 7.3762 10.9271 7.19853 10.9271 7.05676 10.8553 6.95434 10.7115 6.85192 10.5678 6.8099 10.4447 6.8099 10.202 6.8099 9.97214 6.85087 9.77631 6.95121 9.61452ZM12.2868 9.05896C12.0088 8.71624 11.6169 8.54488 11.1111 8.54488 10.6053 8.54488 10.2139 8.71517 9.93692 9.05576 9.65996 9.39635 9.52148 9.88063 9.52148 10.5086V11.1293C9.52148 11.7531 9.66048 12.2363 9.93848 12.579 10.2165 12.9217 10.6094 13.0931 11.1173 13.0931 11.6211 13.0931 12.0115 12.9228 12.2884 12.5822 12.5654 12.2416 12.7038 11.7573 12.7038 11.1293V10.5118C12.7038 9.88595 12.5648 9.40167 12.2868 9.05896ZM10.7143 9.60496C10.7969 9.45169 10.9291 9.37506 11.1109 9.37506 11.2969 9.37506 11.4328 9.45754 11.5185 9.62251 11.6042 9.78749 11.6471 10.0371 11.6471 10.3713V11.2922C11.645 11.6264 11.6011 11.8717 11.5154 12.0282 11.4297 12.1847 11.2969 12.2629 11.1172 12.2629 10.9312 12.2629 10.7953 12.1825 10.7096 12.0218 10.6239 11.8611 10.5811 11.6073 10.5811 11.2603V10.301C10.5873 9.99025 10.6317 9.75822 10.7143 9.60496ZM14.5363 8.8067C14.3658 8.63215 14.1637 8.54488 13.9295 8.54488 13.6913 8.54488 13.4848 8.63215 13.3103 8.8067 13.1358 8.98126 13.0485 9.19306 13.0485 9.44211 13.0485 9.68904 13.1347 9.89819 13.3072 10.0695 13.4796 10.2409 13.6871 10.3266 13.9295 10.3266 14.1678 10.3266 14.3711 10.2409 14.5393 10.0695 14.7076 9.89819 14.7917 9.68904 14.7917 9.44211 14.7917 9.19306 14.7066 8.98126 14.5363 8.8067ZM13.9294 9.03341C13.8186 9.03341 13.7251 9.07333 13.6488 9.15315 13.5725 9.23298 13.5343 9.3293 13.5343 9.44212 13.5343 9.55494 13.5735 9.64913 13.6519 9.7247 13.7303 9.80027 13.8228 9.83805 13.9294 9.83805 14.0402 9.83805 14.1311 9.79974 14.2022 9.7231 14.2732 9.64647 14.3088 9.55281 14.3088 9.44212 14.3088 9.33143 14.2733 9.23564 14.2022 9.15475 14.1311 9.07386 14.0402 9.03341 13.9294 9.03341Z"
33
+ fill={color}
34
+ fillRule="evenodd"
35
+ clipRule="evenodd"
36
+ />
37
+ <path
38
+ d="M3.125 10.9136C3.125 10.6895 3.30669 10.5078 3.53082 10.5078H4.6717C4.89582 10.5078 5.07751 10.6895 5.07751 10.9136C5.07751 11.1377 4.89582 11.3194 4.6717 11.3194H3.53082C3.30669 11.3194 3.125 11.1377 3.125 10.9136Z"
39
+ fill={color}
40
+ />
41
+ </svg>
42
+ );
43
+ }
44
+ );
45
+
46
+ IconRotateLeft.displayName = "IconRotateLeft";
47
+
48
+ export default IconRotateLeft;
@@ -0,0 +1,42 @@
1
+ import { forwardRef } from "react";
2
+ import type { IconProps } from "@/types";
3
+
4
+ export const IconRotateRight = forwardRef<SVGSVGElement, IconProps>(
5
+ ({ color = "currentColor", ...props }, forwardedRef) => {
6
+ const { className } = props;
7
+ props = {
8
+ ...props,
9
+ className: `${
10
+ className ? className + " " : ""
11
+ }customeow-icon customeow-icon-icon-rotate-right`,
12
+ };
13
+ return (
14
+ <svg
15
+ viewBox="0 0 20 20"
16
+ fill="none"
17
+ xmlns="http://www.w3.org/2000/svg"
18
+ {...props}
19
+ ref={forwardedRef}
20
+ >
21
+ <path
22
+ d="M15.8336 4.21374C14.3415 2.72159 12.278 1.79736 10 1.79736C5.44366 1.79736 1.75 5.49102 1.75 10.0474C1.75 14.6037 5.44366 18.2974 10 18.2974C12.278 18.2974 14.3415 17.3731 15.8336 15.881C16.1265 15.5881 16.1265 15.1132 15.8336 14.8203C15.5407 14.5274 15.0658 14.5274 14.773 14.8203C13.5507 16.0427 11.8642 16.7974 10 16.7974C6.27209 16.7974 3.25 13.7753 3.25 10.0474C3.25 6.31945 6.27209 3.29736 10 3.29736C11.8642 3.29736 13.5507 4.05206 14.773 5.2744C15.036 5.53747 15.4301 5.96076 15.8142 6.3807H14.1667C13.7525 6.3807 13.4167 6.71648 13.4167 7.1307C13.4167 7.54491 13.7525 7.8807 14.1667 7.8807H17.5C17.6207 7.8807 17.7346 7.85221 17.8356 7.80159C17.8702 7.78427 17.9038 7.76408 17.936 7.741C17.9619 7.72247 17.9866 7.70235 18.0098 7.68076C18.0848 7.61137 18.1424 7.53005 18.1824 7.44233C18.2258 7.34742 18.25 7.24189 18.25 7.1307V3.79736C18.25 3.38315 17.9142 3.04736 17.5 3.04736C17.0858 3.04736 16.75 3.38315 16.75 3.79736V5.18184C16.4147 4.8173 16.078 4.45811 15.8336 4.21374Z"
23
+ fill={color}
24
+ />
25
+ <path
26
+ d="M9.21119 8.54167C9.51218 8.54167 9.78443 8.61884 10.0279 8.77316 10.2715 8.9275 10.4611 9.14569 10.597 9.42774 10.7329 9.70979 10.8029 10.0349 10.8071 10.4032V10.7451C10.8071 11.2581 10.7083 11.645 10.5108 12.0218 10.3133 12.3986 10.0616 12.6486 9.69586 12.8508 9.41362 13.0068 9.07741 13.0853 8.71482 13.113 8.49767 13.1296 8.32076 12.9485 8.32076 12.7307V12.6575C8.32076 12.4386 8.49704 12.2678 8.71482 12.2451 9.32082 12.1819 9.66081 11.96 9.73479 11.3901 9.50696 11.5987 9.25195 11.703 8.96977 11.703 8.55591 11.703 8.22774 11.5604 7.98528 11.2751 7.74282 10.9898 7.62158 10.6789 7.62158 10.202 7.62158 9.90403 7.68952 9.6273 7.82538 9.37185 7.96124 9.11642 8.15197 8.91419 8.39757 8.76518 8.64317 8.61618 8.91438 8.54167 9.21119 8.54167ZM8.7891 9.61452C8.88942 9.45274 9.05627 9.37185 9.20468 9.37185 9.3719 9.37185 9.50463 9.44317 9.60287 9.58579 9.70111 9.72841 9.75482 9.93698 9.75482 10.1165 9.75482 10.296 9.73455 10.4463 9.66557 10.629 9.5966 10.8117 9.39102 10.9271 9.21409 10.9271 9.03642 10.9271 8.89465 10.8553 8.79223 10.7115 8.68981 10.5678 8.64779 10.4447 8.64779 10.202 8.64779 9.97214 8.68877 9.77631 8.7891 9.61452ZM14.1247 9.05896C13.8467 8.71624 13.4548 8.54488 12.949 8.54488 12.4432 8.54488 12.0518 8.71517 11.7748 9.05576 11.4979 9.39635 11.3594 9.88063 11.3594 10.5086V11.1293C11.3594 11.7531 11.4984 12.2363 11.7764 12.579 12.0544 12.9217 12.4473 13.0931 12.9552 13.0931 13.459 13.0931 13.8494 12.9228 14.1263 12.5822 14.4033 12.2416 14.5417 11.7573 14.5417 11.1293V10.5118C14.5417 9.88595 14.4027 9.40167 14.1247 9.05896ZM12.5522 9.60496C12.6348 9.45169 12.767 9.37506 12.9488 9.37506 13.1348 9.37506 13.2707 9.45754 13.3564 9.62251 13.4421 9.78749 13.485 10.0371 13.485 10.3713V11.2922C13.4829 11.6264 13.439 11.8717 13.3533 12.0282 13.2676 12.1847 13.1348 12.2629 12.9551 12.2629 12.7691 12.2629 12.6332 12.1825 12.5475 12.0218 12.4618 11.8611 12.4189 11.6073 12.4189 11.2603V10.301C12.4252 9.99025 12.4696 9.75822 12.5522 9.60496ZM16.3741 8.8067C16.2037 8.63215 16.0016 8.54488 15.7674 8.54488 15.5291 8.54488 15.3227 8.63215 15.1482 8.8067 14.9737 8.98126 14.8864 9.19306 14.8864 9.44211 14.8864 9.68904 14.9726 9.89819 15.1451 10.0695 15.3175 10.2409 15.525 10.3266 15.7674 10.3266 16.0057 10.3266 16.209 10.2409 16.3772 10.0695 16.5455 9.89819 16.6296 9.68904 16.6296 9.44211 16.6296 9.19306 16.5445 8.98126 16.3741 8.8067ZM15.7673 9.03341C15.6565 9.03341 15.563 9.07333 15.4866 9.15315 15.4104 9.23298 15.3722 9.3293 15.3722 9.44212 15.3722 9.55494 15.4114 9.64913 15.4898 9.7247 15.5682 9.80027 15.6607 9.83805 15.7673 9.83805 15.8781 9.83805 15.969 9.79974 16.0401 9.7231 16.1111 9.64647 16.1466 9.55281 16.1466 9.44212 16.1466 9.33143 16.1111 9.23564 16.0401 9.15475 15.969 9.07386 15.8781 9.03341 15.7673 9.03341Z"
27
+ fill={color}
28
+ fillRule="evenodd"
29
+ clipRule="evenodd"
30
+ />
31
+ <path
32
+ d="M4.96289 10.9136C4.96289 10.6895 5.14458 10.5078 5.36871 10.5078H5.53333V10.3431C5.53333 10.119 5.71502 9.93732 5.93914 9.93732C6.16327 9.93732 6.34496 10.119 6.34496 10.3431V10.5078H6.50959C6.73372 10.5078 6.91541 10.6895 6.91541 10.9136C6.91541 11.1377 6.73372 11.3194 6.50959 11.3194H6.34496V11.484C6.34496 11.7081 6.16327 11.8898 5.93914 11.8898C5.71502 11.8898 5.53333 11.7081 5.53333 11.484V11.3194H5.36871C5.14458 11.3194 4.96289 11.1377 4.96289 10.9136Z"
33
+ fill={color}
34
+ />
35
+ </svg>
36
+ );
37
+ }
38
+ );
39
+
40
+ IconRotateRight.displayName = "IconRotateRight";
41
+
42
+ export default IconRotateRight;