@sunzi/icon 0.1.0 → 1.0.1

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 (240) 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 +107 -5
  5. package/package.json +17 -13
  6. package/src/customeow/fill/icon-add.tsx +36 -0
  7. package/src/customeow/fill/icon-adjustments-horizontal.tsx +34 -0
  8. package/src/customeow/fill/icon-arrow-down-on-square.tsx +34 -0
  9. package/src/customeow/fill/icon-arrow-left-dis.tsx +36 -0
  10. package/src/customeow/fill/icon-arrow-path-rounded-square.tsx +36 -0
  11. package/src/customeow/fill/icon-bell-notice.tsx +43 -0
  12. package/src/customeow/fill/icon-calendar-hero.tsx +43 -0
  13. package/src/customeow/fill/icon-check-circle-hero.tsx +43 -0
  14. package/src/customeow/fill/icon-circle-stack.tsx +36 -0
  15. package/src/customeow/fill/icon-click.tsx +34 -0
  16. package/src/customeow/fill/icon-cog-6-tooth.tsx +36 -0
  17. package/src/customeow/fill/icon-corner-left-up.tsx +34 -0
  18. package/src/customeow/fill/icon-device-desktop.tsx +36 -0
  19. package/src/customeow/fill/icon-device-mobile.tsx +36 -0
  20. package/src/customeow/fill/icon-document-arrow-up.tsx +36 -0
  21. package/src/customeow/fill/icon-document-csv.tsx +36 -0
  22. package/src/customeow/fill/icon-document-duplicate.tsx +38 -0
  23. package/src/customeow/fill/icon-document-text.tsx +36 -0
  24. package/src/customeow/fill/icon-exclaimation-circle-hero.tsx +43 -0
  25. package/src/customeow/fill/icon-exclamation-triangle-warning.tsx +44 -0
  26. package/src/customeow/fill/icon-eye.tsx +43 -0
  27. package/src/customeow/fill/icon-font-add.tsx +40 -0
  28. package/src/customeow/fill/icon-image-add.tsx +36 -0
  29. package/src/customeow/fill/icon-image-photo-hero.tsx +43 -0
  30. package/src/customeow/fill/icon-information-circle.tsx +43 -0
  31. package/src/customeow/fill/icon-input-value.tsx +41 -0
  32. package/src/customeow/fill/icon-keyboard-fill.tsx +36 -0
  33. package/src/customeow/fill/icon-linked-data-2.tsx +34 -0
  34. package/src/customeow/fill/icon-output-value.tsx +41 -0
  35. package/src/customeow/fill/icon-pause-hero.tsx +34 -0
  36. package/src/customeow/fill/icon-pen.tsx +40 -0
  37. package/src/customeow/fill/icon-pencil-square.tsx +38 -0
  38. package/src/customeow/fill/icon-puzzle-piece-fill.tsx +34 -0
  39. package/src/customeow/fill/icon-qr-code.tsx +36 -0
  40. package/src/customeow/fill/icon-question-mark-circle.tsx +43 -0
  41. package/src/customeow/fill/icon-radio.tsx +40 -0
  42. package/src/customeow/fill/icon-rocket-launch.tsx +42 -0
  43. package/src/customeow/fill/icon-rotate-2-left-fill.tsx +34 -0
  44. package/src/customeow/fill/icon-rotate-2-right-fill.tsx +34 -0
  45. package/src/customeow/fill/icon-scissors-hero.tsx +40 -0
  46. package/src/customeow/fill/icon-shopping-cart-hero.tsx +34 -0
  47. package/src/customeow/fill/icon-star.tsx +36 -0
  48. package/src/customeow/fill/icon-swatch-hero.tsx +40 -0
  49. package/src/customeow/fill/icon-swatch-minus.tsx +40 -0
  50. package/src/customeow/fill/icon-swatch-plus.tsx +40 -0
  51. package/src/customeow/fill/icon-tag-add.tsx +36 -0
  52. package/src/customeow/fill/icon-translation-2.tsx +46 -0
  53. package/src/customeow/fill/icon-trash-delete-hero.tsx +43 -0
  54. package/src/customeow/fill/icon-triangles-play-hero.tsx +34 -0
  55. package/src/customeow/fill/icon-window.tsx +36 -0
  56. package/src/customeow/fill/icon-x-circle-dis.tsx +42 -0
  57. package/src/customeow/fill/icon-x-close-circle-hero.tsx +36 -0
  58. package/src/customeow/index.json +109 -0
  59. package/src/customeow/index.tsx +105 -0
  60. package/src/customeow/line/icon-arrow-double-left.tsx +36 -0
  61. package/src/customeow/line/icon-arrow-double-right.tsx +38 -0
  62. package/src/customeow/line/icon-arrow-down-tray-download.tsx +38 -0
  63. package/src/customeow/line/icon-arrow-import.tsx +38 -0
  64. package/src/customeow/line/icon-arrow-left-hero.tsx +36 -0
  65. package/src/customeow/line/icon-arrow-right-hero.tsx +36 -0
  66. package/src/customeow/line/icon-arrow-right-on-rectanglehero.tsx +43 -0
  67. package/src/customeow/line/icon-arrow-top-right-on-square.tsx +40 -0
  68. package/src/customeow/line/icon-check.tsx +36 -0
  69. package/src/customeow/line/icon-checkbox.tsx +40 -0
  70. package/src/customeow/line/icon-chevron-left-hero.tsx +36 -0
  71. package/src/customeow/line/icon-chevron-right-hero.tsx +36 -0
  72. package/src/customeow/line/icon-clock-time.tsx +36 -0
  73. package/src/customeow/line/icon-color-swatch.tsx +42 -0
  74. package/src/customeow/line/icon-data.tsx +36 -0
  75. package/src/customeow/line/icon-description.tsx +34 -0
  76. package/src/customeow/line/icon-design.tsx +36 -0
  77. package/src/customeow/line/icon-drag-vertically.tsx +34 -0
  78. package/src/customeow/line/icon-drag.tsx +42 -0
  79. package/src/customeow/line/icon-edit.tsx +40 -0
  80. package/src/customeow/line/icon-ellipsis-more-horizontal.tsx +34 -0
  81. package/src/customeow/line/icon-email.tsx +36 -0
  82. package/src/customeow/line/icon-file-audio.tsx +36 -0
  83. package/src/customeow/line/icon-file-upload.tsx +36 -0
  84. package/src/customeow/line/icon-file-video.tsx +40 -0
  85. package/src/customeow/line/icon-font.tsx +36 -0
  86. package/src/customeow/line/icon-image-swatch.tsx +40 -0
  87. package/src/customeow/line/icon-language.tsx +40 -0
  88. package/src/customeow/line/icon-linked-data.tsx +42 -0
  89. package/src/customeow/line/icon-loading-2.tsx +36 -0
  90. package/src/customeow/line/icon-notes.tsx +36 -0
  91. package/src/customeow/line/icon-number.tsx +34 -0
  92. package/src/customeow/line/icon-paper-clip.tsx +36 -0
  93. package/src/customeow/line/icon-photo-upload.tsx +40 -0
  94. package/src/customeow/line/icon-play-preview-circle.tsx +36 -0
  95. package/src/customeow/line/icon-plus.tsx +34 -0
  96. package/src/customeow/line/icon-reset.tsx +34 -0
  97. package/src/customeow/line/icon-rotate-2-left.tsx +40 -0
  98. package/src/customeow/line/icon-rotate-2-right.tsx +40 -0
  99. package/src/customeow/line/icon-rotate-left.tsx +50 -0
  100. package/src/customeow/line/icon-rotate-right.tsx +44 -0
  101. package/src/customeow/line/icon-rotate.tsx +37 -0
  102. package/src/customeow/line/icon-schematic.tsx +36 -0
  103. package/src/customeow/line/icon-search.tsx +36 -0
  104. package/src/customeow/line/icon-select-menu.tsx +36 -0
  105. package/src/customeow/line/icon-shopping-cart.tsx +36 -0
  106. package/src/customeow/line/icon-sort-orde.tsx +34 -0
  107. package/src/customeow/line/icon-spotify-code.tsx +40 -0
  108. package/src/customeow/line/icon-svg.tsx +34 -0
  109. package/src/customeow/line/icon-text.tsx +40 -0
  110. package/src/customeow/line/icon-url.tsx +38 -0
  111. package/src/customeow/line/icon-variable-function.tsx +34 -0
  112. package/src/customeow/line/icon-x-close.tsx +34 -0
  113. package/src/types.tsx +1 -0
  114. package/types/customeow/fill/icon-add.d.ts +3 -0
  115. package/types/customeow/fill/icon-adjustments-horizontal.d.ts +3 -0
  116. package/types/customeow/fill/icon-arrow-down-on-square.d.ts +3 -0
  117. package/types/customeow/fill/icon-arrow-left-dis.d.ts +3 -0
  118. package/types/customeow/fill/icon-arrow-path-rounded-square.d.ts +3 -0
  119. package/types/customeow/fill/icon-bell-notice.d.ts +3 -0
  120. package/types/customeow/fill/icon-calendar-hero.d.ts +3 -0
  121. package/types/customeow/fill/icon-check-circle-hero.d.ts +3 -0
  122. package/types/customeow/fill/icon-circle-stack.d.ts +3 -0
  123. package/types/{test/arrow/icon-right.d.ts → customeow/fill/icon-click.d.ts} +2 -2
  124. package/types/customeow/fill/icon-cog-6-tooth.d.ts +3 -0
  125. package/types/customeow/fill/icon-corner-left-up.d.ts +3 -0
  126. package/types/customeow/fill/icon-device-desktop.d.ts +3 -0
  127. package/types/customeow/fill/icon-device-mobile.d.ts +3 -0
  128. package/types/customeow/fill/icon-document-arrow-up.d.ts +3 -0
  129. package/types/customeow/fill/icon-document-csv.d.ts +3 -0
  130. package/types/customeow/fill/icon-document-duplicate.d.ts +3 -0
  131. package/types/customeow/fill/icon-document-text.d.ts +3 -0
  132. package/types/customeow/fill/icon-exclaimation-circle-hero.d.ts +3 -0
  133. package/types/customeow/fill/icon-exclamation-triangle-warning.d.ts +3 -0
  134. package/types/customeow/fill/icon-eye.d.ts +3 -0
  135. package/types/customeow/fill/icon-font-add.d.ts +3 -0
  136. package/types/customeow/fill/icon-image-add.d.ts +3 -0
  137. package/types/customeow/fill/icon-image-photo-hero.d.ts +3 -0
  138. package/types/customeow/fill/icon-information-circle.d.ts +3 -0
  139. package/types/customeow/fill/icon-input-value.d.ts +3 -0
  140. package/types/customeow/fill/icon-keyboard-fill.d.ts +3 -0
  141. package/types/customeow/fill/icon-linked-data-2.d.ts +3 -0
  142. package/types/customeow/fill/icon-output-value.d.ts +3 -0
  143. package/types/customeow/fill/icon-pause-hero.d.ts +3 -0
  144. package/types/customeow/fill/icon-pen.d.ts +3 -0
  145. package/types/customeow/fill/icon-pencil-square.d.ts +3 -0
  146. package/types/customeow/fill/icon-puzzle-piece-fill.d.ts +3 -0
  147. package/types/customeow/fill/icon-qr-code.d.ts +3 -0
  148. package/types/customeow/fill/icon-question-mark-circle.d.ts +3 -0
  149. package/types/{made/arrow/icon-right.d.ts → customeow/fill/icon-radio.d.ts} +2 -2
  150. package/types/customeow/fill/icon-rocket-launch.d.ts +3 -0
  151. package/types/customeow/fill/icon-rotate-2-left-fill.d.ts +3 -0
  152. package/types/customeow/fill/icon-rotate-2-right-fill.d.ts +3 -0
  153. package/types/customeow/fill/icon-scissors-hero.d.ts +3 -0
  154. package/types/customeow/fill/icon-shopping-cart-hero.d.ts +3 -0
  155. package/types/{made/arrow/icon-left.d.ts → customeow/fill/icon-star.d.ts} +2 -2
  156. package/types/customeow/fill/icon-swatch-hero.d.ts +3 -0
  157. package/types/customeow/fill/icon-swatch-minus.d.ts +3 -0
  158. package/types/customeow/fill/icon-swatch-plus.d.ts +3 -0
  159. package/types/customeow/fill/icon-tag-add.d.ts +3 -0
  160. package/types/customeow/fill/icon-translation-2.d.ts +3 -0
  161. package/types/customeow/fill/icon-trash-delete-hero.d.ts +3 -0
  162. package/types/customeow/fill/icon-triangles-play-hero.d.ts +3 -0
  163. package/types/customeow/fill/icon-window.d.ts +3 -0
  164. package/types/customeow/fill/icon-x-circle-dis.d.ts +3 -0
  165. package/types/customeow/fill/icon-x-close-circle-hero.d.ts +3 -0
  166. package/types/customeow/index.d.ts +105 -0
  167. package/types/customeow/line/icon-arrow-double-left.d.ts +3 -0
  168. package/types/customeow/line/icon-arrow-double-right.d.ts +3 -0
  169. package/types/customeow/line/icon-arrow-down-tray-download.d.ts +3 -0
  170. package/types/customeow/line/icon-arrow-import.d.ts +3 -0
  171. package/types/customeow/line/icon-arrow-left-hero.d.ts +3 -0
  172. package/types/customeow/line/icon-arrow-right-hero.d.ts +3 -0
  173. package/types/customeow/line/icon-arrow-right-on-rectanglehero.d.ts +3 -0
  174. package/types/customeow/line/icon-arrow-top-right-on-square.d.ts +3 -0
  175. package/types/customeow/line/icon-check.d.ts +3 -0
  176. package/types/customeow/line/icon-checkbox.d.ts +3 -0
  177. package/types/customeow/line/icon-chevron-left-hero.d.ts +3 -0
  178. package/types/customeow/line/icon-chevron-right-hero.d.ts +3 -0
  179. package/types/customeow/line/icon-clock-time.d.ts +3 -0
  180. package/types/customeow/line/icon-color-swatch.d.ts +3 -0
  181. package/types/{test/arrow/icon-left.d.ts → customeow/line/icon-data.d.ts} +2 -2
  182. package/types/customeow/line/icon-description.d.ts +3 -0
  183. package/types/customeow/line/icon-design.d.ts +3 -0
  184. package/types/customeow/line/icon-drag-vertically.d.ts +3 -0
  185. package/types/customeow/line/icon-drag.d.ts +3 -0
  186. package/types/customeow/line/icon-edit.d.ts +3 -0
  187. package/types/customeow/line/icon-ellipsis-more-horizontal.d.ts +3 -0
  188. package/types/customeow/line/icon-email.d.ts +3 -0
  189. package/types/customeow/line/icon-file-audio.d.ts +3 -0
  190. package/types/customeow/line/icon-file-upload.d.ts +3 -0
  191. package/types/customeow/line/icon-file-video.d.ts +3 -0
  192. package/types/customeow/line/icon-font.d.ts +3 -0
  193. package/types/customeow/line/icon-image-swatch.d.ts +3 -0
  194. package/types/customeow/line/icon-language.d.ts +3 -0
  195. package/types/customeow/line/icon-linked-data.d.ts +3 -0
  196. package/types/customeow/line/icon-loading-2.d.ts +3 -0
  197. package/types/customeow/line/icon-notes.d.ts +3 -0
  198. package/types/customeow/line/icon-number.d.ts +3 -0
  199. package/types/customeow/line/icon-paper-clip.d.ts +3 -0
  200. package/types/customeow/line/icon-photo-upload.d.ts +3 -0
  201. package/types/customeow/line/icon-play-preview-circle.d.ts +3 -0
  202. package/types/customeow/line/icon-plus.d.ts +3 -0
  203. package/types/customeow/line/icon-reset.d.ts +3 -0
  204. package/types/customeow/line/icon-rotate-2-left.d.ts +3 -0
  205. package/types/customeow/line/icon-rotate-2-right.d.ts +3 -0
  206. package/types/customeow/line/icon-rotate-left.d.ts +3 -0
  207. package/types/customeow/line/icon-rotate-right.d.ts +3 -0
  208. package/types/customeow/line/icon-rotate.d.ts +3 -0
  209. package/types/customeow/line/icon-schematic.d.ts +3 -0
  210. package/types/customeow/line/icon-search.d.ts +3 -0
  211. package/types/customeow/line/icon-select-menu.d.ts +3 -0
  212. package/types/customeow/line/icon-shopping-cart.d.ts +3 -0
  213. package/types/customeow/line/icon-sort-orde.d.ts +3 -0
  214. package/types/customeow/line/icon-spotify-code.d.ts +3 -0
  215. package/types/customeow/line/icon-svg.d.ts +3 -0
  216. package/types/customeow/line/icon-text.d.ts +3 -0
  217. package/types/customeow/line/icon-url.d.ts +3 -0
  218. package/types/customeow/line/icon-variable-function.d.ts +3 -0
  219. package/types/customeow/line/icon-x-close.d.ts +3 -0
  220. package/types/types.d.ts +1 -0
  221. package/dist/assets/jsx-runtime-6304d870.js +0 -10
  222. package/dist/assets/jsx-runtime-6304d870.js.map +0 -1
  223. package/dist/made/index.es.js +0 -2
  224. package/dist/made/index.es.js.map +0 -1
  225. package/dist/test/index.es.js +0 -2
  226. package/dist/test/index.es.js.map +0 -1
  227. package/src/made/arrow/icon-left.tsx +0 -34
  228. package/src/made/arrow/icon-right.tsx +0 -34
  229. package/src/made/arrow/icon-up.tsx +0 -34
  230. package/src/made/index.json +0 -7
  231. package/src/made/index.tsx +0 -3
  232. package/src/test/arrow/icon-left.tsx +0 -34
  233. package/src/test/arrow/icon-right.tsx +0 -34
  234. package/src/test/arrow/icon-up.tsx +0 -34
  235. package/src/test/index.json +0 -7
  236. package/src/test/index.tsx +0 -3
  237. package/types/made/arrow/icon-up.d.ts +0 -3
  238. package/types/made/index.d.ts +0 -3
  239. package/types/test/arrow/icon-up.d.ts +0 -3
  240. package/types/test/index.d.ts +0 -3
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconCheckbox: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconCheckbox;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconChevronLeftHero: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconChevronLeftHero;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconChevronRightHero: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconChevronRightHero;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconClockTime: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconClockTime;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconColorSwatch: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconColorSwatch;
@@ -1,3 +1,3 @@
1
1
  import type { IconProps } from '../../types';
2
- export declare const IconLeft: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
- export default IconLeft;
2
+ export declare const IconData: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconData;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconDescription: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconDescription;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconDesign: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconDesign;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconDragVertically: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconDragVertically;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconDrag: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconDrag;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconEdit: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconEdit;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconEllipsisMoreHorizontal: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconEllipsisMoreHorizontal;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconEmail: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconEmail;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconFileAudio: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconFileAudio;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconFileUpload: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconFileUpload;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconFileVideo: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconFileVideo;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconFont: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconFont;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconImageSwatch: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconImageSwatch;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconLanguage: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconLanguage;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconLinkedData: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconLinkedData;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconLoading2: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconLoading2;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconNotes: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconNotes;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconNumber: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconNumber;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconPaperClip: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconPaperClip;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconPhotoUpload: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconPhotoUpload;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconPlayPreviewCircle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconPlayPreviewCircle;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconPlus: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconPlus;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconReset: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconReset;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconRotate2Left: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconRotate2Left;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconRotate2Right: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconRotate2Right;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconRotateLeft: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconRotateLeft;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconRotateRight: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconRotateRight;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconRotate: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconRotate;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconSchematic: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconSchematic;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconSearch: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconSearch;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconSelectMenu: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconSelectMenu;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconShoppingCart: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconShoppingCart;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconSortOrde: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconSortOrde;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconSpotifyCode: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconSpotifyCode;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconSvg: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconSvg;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconText: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconText;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconUrl: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconUrl;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconVariableFunction: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconVariableFunction;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const IconXClose: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconXClose;
package/types/types.d.ts CHANGED
@@ -2,4 +2,5 @@ import type { SVGAttributes } from 'react';
2
2
  export interface IconProps extends SVGAttributes<SVGElement> {
3
3
  children?: never;
4
4
  color?: string;
5
+ size?: number;
5
6
  }
@@ -1,10 +0,0 @@
1
- import u from"react";var f={},l={get exports(){return f},set exports(t){f=t}},n={};/**
2
- * @license React
3
- * react-jsx-runtime.production.min.js
4
- *
5
- * Copyright (c) Facebook, Inc. and its affiliates.
6
- *
7
- * This source code is licensed under the MIT license found in the
8
- * LICENSE file in the root directory of this source tree.
9
- */var m=u,x=Symbol.for("react.element"),y=Symbol.for("react.fragment"),c=Object.prototype.hasOwnProperty,v=m.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,a={key:!0,ref:!0,__self:!0,__source:!0};function i(t,r,p){var e,o={},s=null,_=null;p!==void 0&&(s=""+p),r.key!==void 0&&(s=""+r.key),r.ref!==void 0&&(_=r.ref);for(e in r)c.call(r,e)&&!a.hasOwnProperty(e)&&(o[e]=r[e]);if(t&&t.defaultProps)for(e in r=t.defaultProps,r)o[e]===void 0&&(o[e]=r[e]);return{$$typeof:x,type:t,key:s,ref:_,props:o,_owner:v.current}}n.Fragment=y;n.jsx=i;n.jsxs=i;(function(t){t.exports=n})(l);const j=f.jsx;export{j};
10
- //# sourceMappingURL=jsx-runtime-6304d870.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"jsx-runtime-6304d870.js","sources":["../../../../node_modules/.pnpm/react@18.2.0/node_modules/react/cjs/react-jsx-runtime.production.min.js","../../../../node_modules/.pnpm/react@18.2.0/node_modules/react/jsx-runtime.js"],"sourcesContent":["/**\n * @license React\n * react-jsx-runtime.production.min.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n'use strict';var f=require(\"react\"),k=Symbol.for(\"react.element\"),l=Symbol.for(\"react.fragment\"),m=Object.prototype.hasOwnProperty,n=f.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,p={key:!0,ref:!0,__self:!0,__source:!0};\nfunction q(c,a,g){var b,d={},e=null,h=null;void 0!==g&&(e=\"\"+g);void 0!==a.key&&(e=\"\"+a.key);void 0!==a.ref&&(h=a.ref);for(b in a)m.call(a,b)&&!p.hasOwnProperty(b)&&(d[b]=a[b]);if(c&&c.defaultProps)for(b in a=c.defaultProps,a)void 0===d[b]&&(d[b]=a[b]);return{$$typeof:k,type:c,key:e,ref:h,props:d,_owner:n.current}}exports.Fragment=l;exports.jsx=q;exports.jsxs=q;\n","'use strict';\n\nif (process.env.NODE_ENV === 'production') {\n module.exports = require('./cjs/react-jsx-runtime.production.min.js');\n} else {\n module.exports = require('./cjs/react-jsx-runtime.development.js');\n}\n"],"names":["f","require$$0","k","l","m","n","p","q","c","a","g","b","d","e","h","reactJsxRuntime_production_min","module"],"mappings":";;;;;;;;GASa,IAAIA,EAAEC,EAAiBC,EAAE,OAAO,IAAI,eAAe,EAAEC,EAAE,OAAO,IAAI,gBAAgB,EAAEC,EAAE,OAAO,UAAU,eAAeC,EAAEL,EAAE,mDAAmD,kBAAkBM,EAAE,CAAC,IAAI,GAAG,IAAI,GAAG,OAAO,GAAG,SAAS,EAAE,EAClP,SAASC,EAAEC,EAAEC,EAAEC,EAAE,CAAC,IAAIC,EAAEC,EAAE,GAAGC,EAAE,KAAKC,EAAE,KAAcJ,IAAT,SAAaG,EAAE,GAAGH,GAAYD,EAAE,MAAX,SAAiBI,EAAE,GAAGJ,EAAE,KAAcA,EAAE,MAAX,SAAiBK,EAAEL,EAAE,KAAK,IAAIE,KAAKF,EAAEL,EAAE,KAAKK,EAAEE,CAAC,GAAG,CAACL,EAAE,eAAeK,CAAC,IAAIC,EAAED,CAAC,EAAEF,EAAEE,CAAC,GAAG,GAAGH,GAAGA,EAAE,aAAa,IAAIG,KAAKF,EAAED,EAAE,aAAaC,EAAWG,EAAED,CAAC,IAAZ,SAAgBC,EAAED,CAAC,EAAEF,EAAEE,CAAC,GAAG,MAAM,CAAC,SAAST,EAAE,KAAKM,EAAE,IAAIK,EAAE,IAAIC,EAAE,MAAMF,EAAE,OAAOP,EAAE,OAAO,CAAC,YAAkBF,EAAaY,EAAA,IAACR,EAAEQ,EAAA,KAAaR,eCPxWS,EAAA,QAAiBf"}
@@ -1,2 +0,0 @@
1
- import{j as n}from"../assets/jsx-runtime-6304d870.js";import{forwardRef as c}from"react";const i=c(({color:t="currentColor",...e},o)=>{const{className:l}=e;return e={...e,className:`${l?l+" ":""}test-icon test-icon-icon-right`},n("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,ref:o,children:n("path",{d:"M7.50942 14.7698C7.22233 14.4713 7.23164 13.9965 7.53022 13.7094L11.468 10L7.53022 6.29062C7.23164 6.00353 7.22233 5.52875 7.50942 5.23017C7.79652 4.93159 8.2713 4.92228 8.56988 5.20937L13.0699 9.45937C13.2169 9.60078 13.3 9.79599 13.3 10C13.3 10.204 13.2169 10.3992 13.0699 10.5406L8.56988 14.7906C8.2713 15.0777 7.79652 15.0684 7.50942 14.7698Z",fill:t,fillRule:"evenodd",clipRule:"evenodd"})})});i.displayName="IconRight";const s=c(({color:t="currentColor",...e},o)=>{const{className:l}=e;return e={...e,className:`${l?l+" ":""}test-icon test-icon-icon-left`},n("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,ref:o,children:n("path",{d:"M12.4906 5.23017C12.7777 5.52875 12.7684 6.00353 12.4698 6.29063L8.53203 10L12.4698 13.7094C12.7684 13.9965 12.7777 14.4713 12.4906 14.7698C12.2035 15.0684 11.7287 15.0777 11.4301 14.7906L6.93012 10.5406C6.78306 10.3992 6.69995 10.204 6.69995 10C6.69995 9.79599 6.78306 9.60078 6.93012 9.45938L11.4301 5.20938C11.7287 4.92228 12.2035 4.93159 12.4906 5.23017Z",fill:t,fillRule:"evenodd",clipRule:"evenodd"})})});s.displayName="IconLeft";const a=c(({color:t="currentColor",...e},o)=>{const{className:l}=e;return e={...e,className:`${l?l+" ":""}test-icon test-icon-icon-up`},n("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,ref:o,children:n("path",{d:"M14.7698 12.4906C14.4713 12.7777 13.9965 12.7684 13.7094 12.4698L10 8.53203L6.29062 12.4698C6.00353 12.7684 5.52875 12.7777 5.23017 12.4906C4.93159 12.2035 4.92228 11.7287 5.20937 11.4301L9.45937 6.93012C9.60078 6.78306 9.79599 6.69995 10 6.69995C10.204 6.69995 10.3992 6.78306 10.5406 6.93012L14.7906 11.4301C15.0777 11.7287 15.0684 12.2035 14.7698 12.4906Z",fill:t,fillRule:"evenodd",clipRule:"evenodd"})})});a.displayName="IconUp";export{s as IconLeft,i as IconRight,a as IconUp};
2
- //# sourceMappingURL=index.es.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.es.js","sources":["../../src/made/arrow/icon-right.tsx","../../src/made/arrow/icon-left.tsx","../../src/made/arrow/icon-up.tsx"],"sourcesContent":["import { forwardRef } from \"react\";\nimport type { IconProps } from \"@/types\";\n\nexport const IconRight = forwardRef<SVGSVGElement, IconProps>(\n ({ color = \"currentColor\", ...props }, forwardedRef) => {\n const { className } = props;\n props = {\n ...props,\n className: `${\n className ? className + \" \" : \"\"\n }test-icon test-icon-icon-right`,\n };\n return (\n <svg\n viewBox=\"0 0 20 20\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n ref={forwardedRef}\n >\n <path\n d=\"M7.50942 14.7698C7.22233 14.4713 7.23164 13.9965 7.53022 13.7094L11.468 10L7.53022 6.29062C7.23164 6.00353 7.22233 5.52875 7.50942 5.23017C7.79652 4.93159 8.2713 4.92228 8.56988 5.20937L13.0699 9.45937C13.2169 9.60078 13.3 9.79599 13.3 10C13.3 10.204 13.2169 10.3992 13.0699 10.5406L8.56988 14.7906C8.2713 15.0777 7.79652 15.0684 7.50942 14.7698Z\"\n fill={color}\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n />\n </svg>\n );\n }\n);\n\nIconRight.displayName = \"IconRight\";\n\nexport default IconRight;\n","import { forwardRef } from \"react\";\nimport type { IconProps } from \"@/types\";\n\nexport const IconLeft = forwardRef<SVGSVGElement, IconProps>(\n ({ color = \"currentColor\", ...props }, forwardedRef) => {\n const { className } = props;\n props = {\n ...props,\n className: `${\n className ? className + \" \" : \"\"\n }test-icon test-icon-icon-left`,\n };\n return (\n <svg\n viewBox=\"0 0 20 20\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n ref={forwardedRef}\n >\n <path\n d=\"M12.4906 5.23017C12.7777 5.52875 12.7684 6.00353 12.4698 6.29063L8.53203 10L12.4698 13.7094C12.7684 13.9965 12.7777 14.4713 12.4906 14.7698C12.2035 15.0684 11.7287 15.0777 11.4301 14.7906L6.93012 10.5406C6.78306 10.3992 6.69995 10.204 6.69995 10C6.69995 9.79599 6.78306 9.60078 6.93012 9.45938L11.4301 5.20938C11.7287 4.92228 12.2035 4.93159 12.4906 5.23017Z\"\n fill={color}\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n />\n </svg>\n );\n }\n);\n\nIconLeft.displayName = \"IconLeft\";\n\nexport default IconLeft;\n","import { forwardRef } from \"react\";\nimport type { IconProps } from \"@/types\";\n\nexport const IconUp = forwardRef<SVGSVGElement, IconProps>(\n ({ color = \"currentColor\", ...props }, forwardedRef) => {\n const { className } = props;\n props = {\n ...props,\n className: `${\n className ? className + \" \" : \"\"\n }test-icon test-icon-icon-up`,\n };\n return (\n <svg\n viewBox=\"0 0 20 20\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n ref={forwardedRef}\n >\n <path\n d=\"M14.7698 12.4906C14.4713 12.7777 13.9965 12.7684 13.7094 12.4698L10 8.53203L6.29062 12.4698C6.00353 12.7684 5.52875 12.7777 5.23017 12.4906C4.93159 12.2035 4.92228 11.7287 5.20937 11.4301L9.45937 6.93012C9.60078 6.78306 9.79599 6.69995 10 6.69995C10.204 6.69995 10.3992 6.78306 10.5406 6.93012L14.7906 11.4301C15.0777 11.7287 15.0684 12.2035 14.7698 12.4906Z\"\n fill={color}\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n />\n </svg>\n );\n }\n);\n\nIconUp.displayName = \"IconUp\";\n\nexport default IconUp;\n"],"names":["IconRight","forwardRef","color","props","forwardedRef","className","jsx","IconLeft","IconUp"],"mappings":"yFAGO,MAAMA,EAAYC,EACvB,CAAC,CAAE,MAAAC,EAAQ,eAAgB,GAAGC,CAAA,EAASC,IAAiB,CAChD,KAAA,CAAE,UAAAC,CAAc,EAAAF,EACd,OAAAA,EAAA,CACN,GAAGA,EACH,UAAW,GACTE,EAAYA,EAAY,IAAM,kCAAA,EAIhCC,EAAC,MAAA,CACC,QAAQ,YACR,KAAK,OACL,MAAM,6BACL,GAAGH,EACJ,IAAKC,EAEL,SAAAE,EAAC,OAAA,CACC,EAAE,6VACF,KAAMJ,EACN,SAAS,UACT,SAAS,SAAA,CACX,CAAA,CAAA,CAGN,CACF,EAEAF,EAAU,YAAc,YC5BjB,MAAMO,EAAWN,EACtB,CAAC,CAAE,MAAAC,EAAQ,eAAgB,GAAGC,CAAA,EAASC,IAAiB,CAChD,KAAA,CAAE,UAAAC,CAAc,EAAAF,EACd,OAAAA,EAAA,CACN,GAAGA,EACH,UAAW,GACTE,EAAYA,EAAY,IAAM,iCAAA,EAIhCC,EAAC,MAAA,CACC,QAAQ,YACR,KAAK,OACL,MAAM,6BACL,GAAGH,EACJ,IAAKC,EAEL,SAAAE,EAAC,OAAA,CACC,EAAE,yWACF,KAAMJ,EACN,SAAS,UACT,SAAS,SAAA,CACX,CAAA,CAAA,CAGN,CACF,EAEAK,EAAS,YAAc,WC5BhB,MAAMC,EAASP,EACpB,CAAC,CAAE,MAAAC,EAAQ,eAAgB,GAAGC,CAAA,EAASC,IAAiB,CAChD,KAAA,CAAE,UAAAC,CAAc,EAAAF,EACd,OAAAA,EAAA,CACN,GAAGA,EACH,UAAW,GACTE,EAAYA,EAAY,IAAM,+BAAA,EAIhCC,EAAC,MAAA,CACC,QAAQ,YACR,KAAK,OACL,MAAM,6BACL,GAAGH,EACJ,IAAKC,EAEL,SAAAE,EAAC,OAAA,CACC,EAAE,yWACF,KAAMJ,EACN,SAAS,UACT,SAAS,SAAA,CACX,CAAA,CAAA,CAGN,CACF,EAEAM,EAAO,YAAc"}
@@ -1,2 +0,0 @@
1
- import{j as n}from"../assets/jsx-runtime-6304d870.js";import{forwardRef as c}from"react";const i=c(({color:t="currentColor",...e},o)=>{const{className:l}=e;return e={...e,className:`${l?l+" ":""}test-icon test-icon-icon-right`},n("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,ref:o,children:n("path",{d:"M7.50942 14.7698C7.22233 14.4713 7.23164 13.9965 7.53022 13.7094L11.468 10L7.53022 6.29062C7.23164 6.00353 7.22233 5.52875 7.50942 5.23017C7.79652 4.93159 8.2713 4.92228 8.56988 5.20937L13.0699 9.45937C13.2169 9.60078 13.3 9.79599 13.3 10C13.3 10.204 13.2169 10.3992 13.0699 10.5406L8.56988 14.7906C8.2713 15.0777 7.79652 15.0684 7.50942 14.7698Z",fill:t,fillRule:"evenodd",clipRule:"evenodd"})})});i.displayName="IconRight";const s=c(({color:t="currentColor",...e},o)=>{const{className:l}=e;return e={...e,className:`${l?l+" ":""}test-icon test-icon-icon-left`},n("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,ref:o,children:n("path",{d:"M12.4906 5.23017C12.7777 5.52875 12.7684 6.00353 12.4698 6.29063L8.53203 10L12.4698 13.7094C12.7684 13.9965 12.7777 14.4713 12.4906 14.7698C12.2035 15.0684 11.7287 15.0777 11.4301 14.7906L6.93012 10.5406C6.78306 10.3992 6.69995 10.204 6.69995 10C6.69995 9.79599 6.78306 9.60078 6.93012 9.45938L11.4301 5.20938C11.7287 4.92228 12.2035 4.93159 12.4906 5.23017Z",fill:t,fillRule:"evenodd",clipRule:"evenodd"})})});s.displayName="IconLeft";const a=c(({color:t="currentColor",...e},o)=>{const{className:l}=e;return e={...e,className:`${l?l+" ":""}test-icon test-icon-icon-up`},n("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,ref:o,children:n("path",{d:"M14.7698 12.4906C14.4713 12.7777 13.9965 12.7684 13.7094 12.4698L10 8.53203L6.29062 12.4698C6.00353 12.7684 5.52875 12.7777 5.23017 12.4906C4.93159 12.2035 4.92228 11.7287 5.20937 11.4301L9.45937 6.93012C9.60078 6.78306 9.79599 6.69995 10 6.69995C10.204 6.69995 10.3992 6.78306 10.5406 6.93012L14.7906 11.4301C15.0777 11.7287 15.0684 12.2035 14.7698 12.4906Z",fill:t,fillRule:"evenodd",clipRule:"evenodd"})})});a.displayName="IconUp";export{s as IconLeft,i as IconRight,a as IconUp};
2
- //# sourceMappingURL=index.es.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.es.js","sources":["../../src/test/arrow/icon-right.tsx","../../src/test/arrow/icon-left.tsx","../../src/test/arrow/icon-up.tsx"],"sourcesContent":["import { forwardRef } from \"react\";\nimport type { IconProps } from \"@/types\";\n\nexport const IconRight = forwardRef<SVGSVGElement, IconProps>(\n ({ color = \"currentColor\", ...props }, forwardedRef) => {\n const { className } = props;\n props = {\n ...props,\n className: `${\n className ? className + \" \" : \"\"\n }test-icon test-icon-icon-right`,\n };\n return (\n <svg\n viewBox=\"0 0 20 20\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n ref={forwardedRef}\n >\n <path\n d=\"M7.50942 14.7698C7.22233 14.4713 7.23164 13.9965 7.53022 13.7094L11.468 10L7.53022 6.29062C7.23164 6.00353 7.22233 5.52875 7.50942 5.23017C7.79652 4.93159 8.2713 4.92228 8.56988 5.20937L13.0699 9.45937C13.2169 9.60078 13.3 9.79599 13.3 10C13.3 10.204 13.2169 10.3992 13.0699 10.5406L8.56988 14.7906C8.2713 15.0777 7.79652 15.0684 7.50942 14.7698Z\"\n fill={color}\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n />\n </svg>\n );\n }\n);\n\nIconRight.displayName = \"IconRight\";\n\nexport default IconRight;\n","import { forwardRef } from \"react\";\nimport type { IconProps } from \"@/types\";\n\nexport const IconLeft = forwardRef<SVGSVGElement, IconProps>(\n ({ color = \"currentColor\", ...props }, forwardedRef) => {\n const { className } = props;\n props = {\n ...props,\n className: `${\n className ? className + \" \" : \"\"\n }test-icon test-icon-icon-left`,\n };\n return (\n <svg\n viewBox=\"0 0 20 20\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n ref={forwardedRef}\n >\n <path\n d=\"M12.4906 5.23017C12.7777 5.52875 12.7684 6.00353 12.4698 6.29063L8.53203 10L12.4698 13.7094C12.7684 13.9965 12.7777 14.4713 12.4906 14.7698C12.2035 15.0684 11.7287 15.0777 11.4301 14.7906L6.93012 10.5406C6.78306 10.3992 6.69995 10.204 6.69995 10C6.69995 9.79599 6.78306 9.60078 6.93012 9.45938L11.4301 5.20938C11.7287 4.92228 12.2035 4.93159 12.4906 5.23017Z\"\n fill={color}\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n />\n </svg>\n );\n }\n);\n\nIconLeft.displayName = \"IconLeft\";\n\nexport default IconLeft;\n","import { forwardRef } from \"react\";\nimport type { IconProps } from \"@/types\";\n\nexport const IconUp = forwardRef<SVGSVGElement, IconProps>(\n ({ color = \"currentColor\", ...props }, forwardedRef) => {\n const { className } = props;\n props = {\n ...props,\n className: `${\n className ? className + \" \" : \"\"\n }test-icon test-icon-icon-up`,\n };\n return (\n <svg\n viewBox=\"0 0 20 20\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n ref={forwardedRef}\n >\n <path\n d=\"M14.7698 12.4906C14.4713 12.7777 13.9965 12.7684 13.7094 12.4698L10 8.53203L6.29062 12.4698C6.00353 12.7684 5.52875 12.7777 5.23017 12.4906C4.93159 12.2035 4.92228 11.7287 5.20937 11.4301L9.45937 6.93012C9.60078 6.78306 9.79599 6.69995 10 6.69995C10.204 6.69995 10.3992 6.78306 10.5406 6.93012L14.7906 11.4301C15.0777 11.7287 15.0684 12.2035 14.7698 12.4906Z\"\n fill={color}\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n />\n </svg>\n );\n }\n);\n\nIconUp.displayName = \"IconUp\";\n\nexport default IconUp;\n"],"names":["IconRight","forwardRef","color","props","forwardedRef","className","jsx","IconLeft","IconUp"],"mappings":"yFAGO,MAAMA,EAAYC,EACvB,CAAC,CAAE,MAAAC,EAAQ,eAAgB,GAAGC,CAAA,EAASC,IAAiB,CAChD,KAAA,CAAE,UAAAC,CAAc,EAAAF,EACd,OAAAA,EAAA,CACN,GAAGA,EACH,UAAW,GACTE,EAAYA,EAAY,IAAM,kCAAA,EAIhCC,EAAC,MAAA,CACC,QAAQ,YACR,KAAK,OACL,MAAM,6BACL,GAAGH,EACJ,IAAKC,EAEL,SAAAE,EAAC,OAAA,CACC,EAAE,6VACF,KAAMJ,EACN,SAAS,UACT,SAAS,SAAA,CACX,CAAA,CAAA,CAGN,CACF,EAEAF,EAAU,YAAc,YC5BjB,MAAMO,EAAWN,EACtB,CAAC,CAAE,MAAAC,EAAQ,eAAgB,GAAGC,CAAA,EAASC,IAAiB,CAChD,KAAA,CAAE,UAAAC,CAAc,EAAAF,EACd,OAAAA,EAAA,CACN,GAAGA,EACH,UAAW,GACTE,EAAYA,EAAY,IAAM,iCAAA,EAIhCC,EAAC,MAAA,CACC,QAAQ,YACR,KAAK,OACL,MAAM,6BACL,GAAGH,EACJ,IAAKC,EAEL,SAAAE,EAAC,OAAA,CACC,EAAE,yWACF,KAAMJ,EACN,SAAS,UACT,SAAS,SAAA,CACX,CAAA,CAAA,CAGN,CACF,EAEAK,EAAS,YAAc,WC5BhB,MAAMC,EAASP,EACpB,CAAC,CAAE,MAAAC,EAAQ,eAAgB,GAAGC,CAAA,EAASC,IAAiB,CAChD,KAAA,CAAE,UAAAC,CAAc,EAAAF,EACd,OAAAA,EAAA,CACN,GAAGA,EACH,UAAW,GACTE,EAAYA,EAAY,IAAM,+BAAA,EAIhCC,EAAC,MAAA,CACC,QAAQ,YACR,KAAK,OACL,MAAM,6BACL,GAAGH,EACJ,IAAKC,EAEL,SAAAE,EAAC,OAAA,CACC,EAAE,yWACF,KAAMJ,EACN,SAAS,UACT,SAAS,SAAA,CACX,CAAA,CAAA,CAGN,CACF,EAEAM,EAAO,YAAc"}
@@ -1,34 +0,0 @@
1
- import { forwardRef } from "react";
2
- import type { IconProps } from "@/types";
3
-
4
- export const IconLeft = forwardRef<SVGSVGElement, IconProps>(
5
- ({ color = "currentColor", ...props }, forwardedRef) => {
6
- const { className } = props;
7
- props = {
8
- ...props,
9
- className: `${
10
- className ? className + " " : ""
11
- }test-icon test-icon-icon-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="M12.4906 5.23017C12.7777 5.52875 12.7684 6.00353 12.4698 6.29063L8.53203 10L12.4698 13.7094C12.7684 13.9965 12.7777 14.4713 12.4906 14.7698C12.2035 15.0684 11.7287 15.0777 11.4301 14.7906L6.93012 10.5406C6.78306 10.3992 6.69995 10.204 6.69995 10C6.69995 9.79599 6.78306 9.60078 6.93012 9.45938L11.4301 5.20938C11.7287 4.92228 12.2035 4.93159 12.4906 5.23017Z"
23
- fill={color}
24
- fillRule="evenodd"
25
- clipRule="evenodd"
26
- />
27
- </svg>
28
- );
29
- }
30
- );
31
-
32
- IconLeft.displayName = "IconLeft";
33
-
34
- export default IconLeft;
@@ -1,34 +0,0 @@
1
- import { forwardRef } from "react";
2
- import type { IconProps } from "@/types";
3
-
4
- export const IconRight = forwardRef<SVGSVGElement, IconProps>(
5
- ({ color = "currentColor", ...props }, forwardedRef) => {
6
- const { className } = props;
7
- props = {
8
- ...props,
9
- className: `${
10
- className ? className + " " : ""
11
- }test-icon test-icon-icon-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="M7.50942 14.7698C7.22233 14.4713 7.23164 13.9965 7.53022 13.7094L11.468 10L7.53022 6.29062C7.23164 6.00353 7.22233 5.52875 7.50942 5.23017C7.79652 4.93159 8.2713 4.92228 8.56988 5.20937L13.0699 9.45937C13.2169 9.60078 13.3 9.79599 13.3 10C13.3 10.204 13.2169 10.3992 13.0699 10.5406L8.56988 14.7906C8.2713 15.0777 7.79652 15.0684 7.50942 14.7698Z"
23
- fill={color}
24
- fillRule="evenodd"
25
- clipRule="evenodd"
26
- />
27
- </svg>
28
- );
29
- }
30
- );
31
-
32
- IconRight.displayName = "IconRight";
33
-
34
- export default IconRight;
@@ -1,34 +0,0 @@
1
- import { forwardRef } from "react";
2
- import type { IconProps } from "@/types";
3
-
4
- export const IconUp = forwardRef<SVGSVGElement, IconProps>(
5
- ({ color = "currentColor", ...props }, forwardedRef) => {
6
- const { className } = props;
7
- props = {
8
- ...props,
9
- className: `${
10
- className ? className + " " : ""
11
- }test-icon test-icon-icon-up`,
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.7698 12.4906C14.4713 12.7777 13.9965 12.7684 13.7094 12.4698L10 8.53203L6.29062 12.4698C6.00353 12.7684 5.52875 12.7777 5.23017 12.4906C4.93159 12.2035 4.92228 11.7287 5.20937 11.4301L9.45937 6.93012C9.60078 6.78306 9.79599 6.69995 10 6.69995C10.204 6.69995 10.3992 6.78306 10.5406 6.93012L14.7906 11.4301C15.0777 11.7287 15.0684 12.2035 14.7698 12.4906Z"
23
- fill={color}
24
- fillRule="evenodd"
25
- clipRule="evenodd"
26
- />
27
- </svg>
28
- );
29
- }
30
- );
31
-
32
- IconUp.displayName = "IconUp";
33
-
34
- export default IconUp;
@@ -1,7 +0,0 @@
1
- {
2
- "components": [
3
- { "componentName": "IconRight" },
4
- { "componentName": "IconLeft" },
5
- { "componentName": "IconUp" }
6
- ]
7
- }
@@ -1,3 +0,0 @@
1
- export { default as IconRight } from "./arrow/icon-right";
2
- export { default as IconLeft } from "./arrow/icon-left";
3
- export { default as IconUp } from "./arrow/icon-up";
@@ -1,34 +0,0 @@
1
- import { forwardRef } from "react";
2
- import type { IconProps } from "@/types";
3
-
4
- export const IconLeft = forwardRef<SVGSVGElement, IconProps>(
5
- ({ color = "currentColor", ...props }, forwardedRef) => {
6
- const { className } = props;
7
- props = {
8
- ...props,
9
- className: `${
10
- className ? className + " " : ""
11
- }test-icon test-icon-icon-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="M12.4906 5.23017C12.7777 5.52875 12.7684 6.00353 12.4698 6.29063L8.53203 10L12.4698 13.7094C12.7684 13.9965 12.7777 14.4713 12.4906 14.7698C12.2035 15.0684 11.7287 15.0777 11.4301 14.7906L6.93012 10.5406C6.78306 10.3992 6.69995 10.204 6.69995 10C6.69995 9.79599 6.78306 9.60078 6.93012 9.45938L11.4301 5.20938C11.7287 4.92228 12.2035 4.93159 12.4906 5.23017Z"
23
- fill={color}
24
- fillRule="evenodd"
25
- clipRule="evenodd"
26
- />
27
- </svg>
28
- );
29
- }
30
- );
31
-
32
- IconLeft.displayName = "IconLeft";
33
-
34
- export default IconLeft;
@@ -1,34 +0,0 @@
1
- import { forwardRef } from "react";
2
- import type { IconProps } from "@/types";
3
-
4
- export const IconRight = forwardRef<SVGSVGElement, IconProps>(
5
- ({ color = "currentColor", ...props }, forwardedRef) => {
6
- const { className } = props;
7
- props = {
8
- ...props,
9
- className: `${
10
- className ? className + " " : ""
11
- }test-icon test-icon-icon-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="M7.50942 14.7698C7.22233 14.4713 7.23164 13.9965 7.53022 13.7094L11.468 10L7.53022 6.29062C7.23164 6.00353 7.22233 5.52875 7.50942 5.23017C7.79652 4.93159 8.2713 4.92228 8.56988 5.20937L13.0699 9.45937C13.2169 9.60078 13.3 9.79599 13.3 10C13.3 10.204 13.2169 10.3992 13.0699 10.5406L8.56988 14.7906C8.2713 15.0777 7.79652 15.0684 7.50942 14.7698Z"
23
- fill={color}
24
- fillRule="evenodd"
25
- clipRule="evenodd"
26
- />
27
- </svg>
28
- );
29
- }
30
- );
31
-
32
- IconRight.displayName = "IconRight";
33
-
34
- export default IconRight;
@@ -1,34 +0,0 @@
1
- import { forwardRef } from "react";
2
- import type { IconProps } from "@/types";
3
-
4
- export const IconUp = forwardRef<SVGSVGElement, IconProps>(
5
- ({ color = "currentColor", ...props }, forwardedRef) => {
6
- const { className } = props;
7
- props = {
8
- ...props,
9
- className: `${
10
- className ? className + " " : ""
11
- }test-icon test-icon-icon-up`,
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.7698 12.4906C14.4713 12.7777 13.9965 12.7684 13.7094 12.4698L10 8.53203L6.29062 12.4698C6.00353 12.7684 5.52875 12.7777 5.23017 12.4906C4.93159 12.2035 4.92228 11.7287 5.20937 11.4301L9.45937 6.93012C9.60078 6.78306 9.79599 6.69995 10 6.69995C10.204 6.69995 10.3992 6.78306 10.5406 6.93012L14.7906 11.4301C15.0777 11.7287 15.0684 12.2035 14.7698 12.4906Z"
23
- fill={color}
24
- fillRule="evenodd"
25
- clipRule="evenodd"
26
- />
27
- </svg>
28
- );
29
- }
30
- );
31
-
32
- IconUp.displayName = "IconUp";
33
-
34
- export default IconUp;
@@ -1,7 +0,0 @@
1
- {
2
- "components": [
3
- { "componentName": "IconRight" },
4
- { "componentName": "IconLeft" },
5
- { "componentName": "IconUp" }
6
- ]
7
- }
@@ -1,3 +0,0 @@
1
- export { default as IconRight } from "./arrow/icon-right";
2
- export { default as IconLeft } from "./arrow/icon-left";
3
- export { default as IconUp } from "./arrow/icon-up";
@@ -1,3 +0,0 @@
1
- import type { IconProps } from '../../types';
2
- export declare const IconUp: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
- export default IconUp;
@@ -1,3 +0,0 @@
1
- export { default as IconRight } from "./arrow/icon-right";
2
- export { default as IconLeft } from "./arrow/icon-left";
3
- export { default as IconUp } from "./arrow/icon-up";
@@ -1,3 +0,0 @@
1
- import type { IconProps } from '../../types';
2
- export declare const IconUp: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
- export default IconUp;
@@ -1,3 +0,0 @@
1
- export { default as IconRight } from "./arrow/icon-right";
2
- export { default as IconLeft } from "./arrow/icon-left";
3
- export { default as IconUp } from "./arrow/icon-up";