@sunzi/icon 1.0.13 → 1.0.15

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 (213) hide show
  1. package/dist/customeow/index.es.js +1 -1
  2. package/dist/customeow/index.es.js.map +1 -1
  3. package/dist/customeow-shein/index.es.js +1 -1
  4. package/dist/customeow-shein/index.es.js.map +1 -1
  5. package/package.json +2 -2
  6. package/src/customeow/default/icon-qr-code-solid.tsx +29 -1
  7. package/src/customeow-shein/default/icon-arrow-chevron-double-left-outline.tsx +1 -3
  8. package/src/customeow-shein/default/icon-arrow-chevron-double-right-outline.tsx +1 -3
  9. package/src/customeow-shein/default/icon-arrow-chevron-down-outline.tsx +1 -1
  10. package/src/customeow-shein/default/icon-arrow-chevron-left-outline.tsx +1 -1
  11. package/src/customeow-shein/default/icon-arrow-chevron-rigth-outline.tsx +37 -0
  12. package/src/customeow-shein/default/icon-arrow-chevron-up-outline.tsx +1 -1
  13. package/src/customeow-shein/default/icon-arrow-down-caret-triangle-solid.tsx +1 -3
  14. package/src/customeow-shein/default/icon-arrow-download-outline.tsx +2 -2
  15. package/src/customeow-shein/default/icon-arrow-left-circle-solid.tsx +1 -1
  16. package/src/customeow-shein/default/icon-arrow-left-outline.tsx +1 -1
  17. package/src/customeow-shein/default/icon-arrow-long-right-outline.tsx +1 -3
  18. package/src/customeow-shein/default/icon-arrow-right-outline.tsx +1 -1
  19. package/src/customeow-shein/default/icon-arrow-share-outline.tsx +38 -0
  20. package/src/customeow-shein/default/icon-arrow-up-caret-triangle-solid.tsx +1 -3
  21. package/src/customeow-shein/default/icon-calendar-outline.tsx +5 -1
  22. package/src/customeow-shein/default/icon-check-circle-outline.tsx +40 -0
  23. package/src/customeow-shein/default/icon-check-circle-solid.tsx +1 -1
  24. package/src/customeow-shein/default/icon-check-outline.tsx +1 -1
  25. package/src/customeow-shein/default/icon-checkbox-solid.tsx +1 -1
  26. package/src/customeow-shein/default/icon-close-circle-outline.tsx +5 -1
  27. package/src/customeow-shein/default/icon-close-circle-solid.tsx +1 -1
  28. package/src/customeow-shein/default/icon-close-outline.tsx +1 -1
  29. package/src/customeow-shein/default/icon-document-arrow-up-solid.tsx +5 -3
  30. package/src/customeow-shein/default/icon-drag-arrow-outline.tsx +1 -1
  31. package/src/customeow-shein/default/icon-exclamation-circle-outline.tsx +41 -0
  32. package/src/customeow-shein/default/icon-exclamation-circle-solid.tsx +1 -1
  33. package/src/customeow-shein/default/icon-exclamation-warning-triangle-solid.tsx +1 -1
  34. package/src/customeow-shein/default/icon-file-audio-outline.tsx +7 -1
  35. package/src/customeow-shein/default/icon-file-video-outline.tsx +2 -5
  36. package/src/customeow-shein/default/icon-image-photo-plus-solid.tsx +2 -6
  37. package/src/customeow-shein/default/icon-image-photo-solid.tsx +5 -1
  38. package/src/customeow-shein/default/icon-information-circle-solid.tsx +5 -1
  39. package/src/customeow-shein/default/icon-loading-outline.tsx +1 -1
  40. package/src/customeow-shein/default/icon-paper-clip-outline.tsx +1 -1
  41. package/src/customeow-shein/default/icon-pause-solid.tsx +1 -1
  42. package/src/customeow-shein/default/icon-qr-code-solid.tsx +7 -7
  43. package/src/customeow-shein/default/icon-question-mark-circle-outline.tsx +41 -0
  44. package/src/customeow-shein/default/icon-question-mark-circle-solid.tsx +1 -1
  45. package/src/customeow-shein/default/icon-reset-outline.tsx +3 -1
  46. package/src/customeow-shein/default/icon-rotate-left-rectangle-outline.tsx +2 -2
  47. package/src/customeow-shein/default/icon-rotate-right-rectangle-outline.tsx +2 -2
  48. package/src/customeow-shein/default/icon-search-outline.tsx +1 -1
  49. package/src/customeow-shein/default/icon-tool-image-photo-schematic-outline.tsx +5 -1
  50. package/src/customeow-shein/default/icon-triangles-play-solid.tsx +1 -4
  51. package/src/customeow-shein/default/icon-video-pause-circle-outline.tsx +40 -0
  52. package/src/customeow-shein/default/icon-video-play-circle-outline.tsx +40 -0
  53. package/src/customeow-shein/index.json +29 -179
  54. package/src/customeow-shein/index.tsx +29 -179
  55. package/types/customeow-shein/default/{icon-arrow-chevron-right-outline.d.ts → icon-arrow-chevron-rigth-outline.d.ts} +2 -2
  56. package/types/customeow-shein/default/{icon-attribute-h-outline.d.ts → icon-arrow-share-outline.d.ts} +2 -2
  57. package/types/customeow-shein/default/{icon-arrow-upload-outline.d.ts → icon-check-circle-outline.d.ts} +2 -2
  58. package/types/customeow-shein/default/{icon-arrow-corner-left-up-outline.d.ts → icon-exclamation-circle-outline.d.ts} +2 -2
  59. package/types/customeow-shein/default/icon-question-mark-circle-outline.d.ts +3 -0
  60. package/types/customeow-shein/default/{icon-arrow-double-right-outline.d.ts → icon-video-pause-circle-outline.d.ts} +2 -2
  61. package/types/customeow-shein/default/{icon-arrow-double-left-outline.d.ts → icon-video-play-circle-outline.d.ts} +2 -2
  62. package/types/customeow-shein/index.d.ts +29 -179
  63. package/types/customeow-shein/default/icon-adjustments-horizontal-solid.d.ts +0 -3
  64. package/types/customeow-shein/default/icon-align-bottom-outline.d.ts +0 -3
  65. package/types/customeow-shein/default/icon-align-center-horizontally-outline.d.ts +0 -3
  66. package/types/customeow-shein/default/icon-align-center-vertically-outline.d.ts +0 -3
  67. package/types/customeow-shein/default/icon-align-left-outline.d.ts +0 -3
  68. package/types/customeow-shein/default/icon-align-right-outline.d.ts +0 -3
  69. package/types/customeow-shein/default/icon-align-top-outline.d.ts +0 -3
  70. package/types/customeow-shein/default/icon-arc-text-bicolor-solid.d.ts +0 -3
  71. package/types/customeow-shein/default/icon-arrow-down-on-square-solid.d.ts +0 -3
  72. package/types/customeow-shein/default/icon-arrow-down-outline.d.ts +0 -3
  73. package/types/customeow-shein/default/icon-arrow-path-rounded-square-outline.d.ts +0 -3
  74. package/types/customeow-shein/default/icon-arrow-right-on-rectangle-outline.d.ts +0 -3
  75. package/types/customeow-shein/default/icon-arrow-rotate-left-rectangle-solid.d.ts +0 -3
  76. package/types/customeow-shein/default/icon-arrow-rotate-right-rectangle-solid.d.ts +0 -3
  77. package/types/customeow-shein/default/icon-arrow-up-outline.d.ts +0 -3
  78. package/types/customeow-shein/default/icon-arrow-up-right-outline.d.ts +0 -3
  79. package/types/customeow-shein/default/icon-arrows-right-left-outline.d.ts +0 -3
  80. package/types/customeow-shein/default/icon-arrows-up-down-outline.d.ts +0 -3
  81. package/types/customeow-shein/default/icon-attribute-deg-outline.d.ts +0 -3
  82. package/types/customeow-shein/default/icon-attribute-opacity-bicolor-solid.d.ts +0 -3
  83. package/types/customeow-shein/default/icon-attribute-w-outline.d.ts +0 -3
  84. package/types/customeow-shein/default/icon-attribute-x-outline.d.ts +0 -3
  85. package/types/customeow-shein/default/icon-attribute-y-outline.d.ts +0 -3
  86. package/types/customeow-shein/default/icon-bell-notice-outline.d.ts +0 -3
  87. package/types/customeow-shein/default/icon-bell-notice-solid.d.ts +0 -3
  88. package/types/customeow-shein/default/icon-bring-forward-outline.d.ts +0 -3
  89. package/types/customeow-shein/default/icon-bring-to-front-outline.d.ts +0 -3
  90. package/types/customeow-shein/default/icon-calendar-bicolor-solid.d.ts +0 -3
  91. package/types/customeow-shein/default/icon-chevron-up-down.d.ts +0 -3
  92. package/types/customeow-shein/default/icon-clear-outline.d.ts +0 -3
  93. package/types/customeow-shein/default/icon-click-solid.d.ts +0 -3
  94. package/types/customeow-shein/default/icon-clipboard-document-list-outline.d.ts +0 -3
  95. package/types/customeow-shein/default/icon-clipboard-document-list-solid.d.ts +0 -3
  96. package/types/customeow-shein/default/icon-clock-time-solid.d.ts +0 -3
  97. package/types/customeow-shein/default/icon-cog-6-tooth-outline.d.ts +0 -3
  98. package/types/customeow-shein/default/icon-cog-6-tooth-solid.d.ts +0 -3
  99. package/types/customeow-shein/default/icon-data-source-outline.d.ts +0 -3
  100. package/types/customeow-shein/default/icon-design-outline.d.ts +0 -3
  101. package/types/customeow-shein/default/icon-device-desktop-solid.d.ts +0 -3
  102. package/types/customeow-shein/default/icon-device-mobile-solid.d.ts +0 -3
  103. package/types/customeow-shein/default/icon-document-copy-solid.d.ts +0 -3
  104. package/types/customeow-shein/default/icon-document-csv-solid.d.ts +0 -3
  105. package/types/customeow-shein/default/icon-document-text-bicolor-solid.d.ts +0 -3
  106. package/types/customeow-shein/default/icon-document-text-solid.d.ts +0 -3
  107. package/types/customeow-shein/default/icon-drag-cursor-arrow-outline.d.ts +0 -3
  108. package/types/customeow-shein/default/icon-drag-outline.d.ts +0 -3
  109. package/types/customeow-shein/default/icon-edit-outline.d.ts +0 -3
  110. package/types/customeow-shein/default/icon-edit-solid.d.ts +0 -3
  111. package/types/customeow-shein/default/icon-ellipsis-more-horizontal-outline.d.ts +0 -3
  112. package/types/customeow-shein/default/icon-erro-solid.d.ts +0 -3
  113. package/types/customeow-shein/default/icon-exclamation-triangle-outline.d.ts +0 -3
  114. package/types/customeow-shein/default/icon-eye-solid.d.ts +0 -3
  115. package/types/customeow-shein/default/icon-flip-horizontally-solid.d.ts +0 -3
  116. package/types/customeow-shein/default/icon-flip-vertically-solid.d.ts +0 -3
  117. package/types/customeow-shein/default/icon-font-add-solid.d.ts +0 -3
  118. package/types/customeow-shein/default/icon-font-solid.d.ts +0 -3
  119. package/types/customeow-shein/default/icon-function-outline.d.ts +0 -3
  120. package/types/customeow-shein/default/icon-funnel-solid.d.ts +0 -3
  121. package/types/customeow-shein/default/icon-hand-outline.d.ts +0 -3
  122. package/types/customeow-shein/default/icon-hourglass-outline.d.ts +0 -3
  123. package/types/customeow-shein/default/icon-import-outline.d.ts +0 -3
  124. package/types/customeow-shein/default/icon-input-value-solid.d.ts +0 -3
  125. package/types/customeow-shein/default/icon-keyboard-outline.d.ts +0 -3
  126. package/types/customeow-shein/default/icon-keyboard-solid.d.ts +0 -3
  127. package/types/customeow-shein/default/icon-language-outline.d.ts +0 -3
  128. package/types/customeow-shein/default/icon-linked-data-outline.d.ts +0 -3
  129. package/types/customeow-shein/default/icon-linked-data-solid.d.ts +0 -3
  130. package/types/customeow-shein/default/icon-local-outline.d.ts +0 -3
  131. package/types/customeow-shein/default/icon-magic-ai-bicolor-solid.d.ts +0 -3
  132. package/types/customeow-shein/default/icon-map-outline.d.ts +0 -3
  133. package/types/customeow-shein/default/icon-map-pin-outline.d.ts +0 -3
  134. package/types/customeow-shein/default/icon-map-pin-solid.d.ts +0 -3
  135. package/types/customeow-shein/default/icon-mask-bicolor-solid.d.ts +0 -3
  136. package/types/customeow-shein/default/icon-minus-circle-solid.d.ts +0 -3
  137. package/types/customeow-shein/default/icon-minus-outline.d.ts +0 -3
  138. package/types/customeow-shein/default/icon-minus-square-outline.d.ts +0 -3
  139. package/types/customeow-shein/default/icon-new-solid.d.ts +0 -3
  140. package/types/customeow-shein/default/icon-output-value-solid.d.ts +0 -3
  141. package/types/customeow-shein/default/icon-pattern-1-solid.d.ts +0 -3
  142. package/types/customeow-shein/default/icon-pattern-2-solid.d.ts +0 -3
  143. package/types/customeow-shein/default/icon-pattern-3-solid.d.ts +0 -3
  144. package/types/customeow-shein/default/icon-pattern-4-solid.d.ts +0 -3
  145. package/types/customeow-shein/default/icon-pattern-5-solid.d.ts +0 -3
  146. package/types/customeow-shein/default/icon-pattern-6-solid.d.ts +0 -3
  147. package/types/customeow-shein/default/icon-pattern-bicolor-solid.d.ts +0 -3
  148. package/types/customeow-shein/default/icon-pencil-square-solid.d.ts +0 -3
  149. package/types/customeow-shein/default/icon-play-preview-circle-outline.d.ts +0 -3
  150. package/types/customeow-shein/default/icon-plus-add-circle-solid.d.ts +0 -3
  151. package/types/customeow-shein/default/icon-plus-outline.d.ts +0 -3
  152. package/types/customeow-shein/default/icon-plus-square-outline.d.ts +0 -3
  153. package/types/customeow-shein/default/icon-puzzle-piece-solid.d.ts +0 -3
  154. package/types/customeow-shein/default/icon-retry-circle-solid.d.ts +0 -3
  155. package/types/customeow-shein/default/icon-rocket-launch.d.ts +0 -3
  156. package/types/customeow-shein/default/icon-rotate-cursor-outline.d.ts +0 -3
  157. package/types/customeow-shein/default/icon-rotate-left-90-outline.d.ts +0 -3
  158. package/types/customeow-shein/default/icon-rotate-outline.d.ts +0 -3
  159. package/types/customeow-shein/default/icon-rotate-right-90-outline.d.ts +0 -3
  160. package/types/customeow-shein/default/icon-scissors-bicolor-solid.d.ts +0 -3
  161. package/types/customeow-shein/default/icon-scissors-solid.d.ts +0 -3
  162. package/types/customeow-shein/default/icon-send-bckward-outline.d.ts +0 -3
  163. package/types/customeow-shein/default/icon-send-to-back-outline.d.ts +0 -3
  164. package/types/customeow-shein/default/icon-shopping-cart-outline.d.ts +0 -3
  165. package/types/customeow-shein/default/icon-shopping-cart-solid.d.ts +0 -3
  166. package/types/customeow-shein/default/icon-stack-circle-solid.d.ts +0 -3
  167. package/types/customeow-shein/default/icon-star-solid.d.ts +0 -3
  168. package/types/customeow-shein/default/icon-step-back-solid.d.ts +0 -3
  169. package/types/customeow-shein/default/icon-step-next-solid.d.ts +0 -3
  170. package/types/customeow-shein/default/icon-stock-bicolor-solid.d.ts +0 -3
  171. package/types/customeow-shein/default/icon-stop-square-solid.d.ts +0 -3
  172. package/types/customeow-shein/default/icon-success-solid.d.ts +0 -3
  173. package/types/customeow-shein/default/icon-svg-outline.d.ts +0 -3
  174. package/types/customeow-shein/default/icon-swatch-minus-solid.d.ts +0 -3
  175. package/types/customeow-shein/default/icon-swatch-plus-solid.d.ts +0 -3
  176. package/types/customeow-shein/default/icon-swatch-solid.d.ts +0 -3
  177. package/types/customeow-shein/default/icon-tag-plus-solid.d.ts +0 -3
  178. package/types/customeow-shein/default/icon-tailoring-cutting-outline.d.ts +0 -3
  179. package/types/customeow-shein/default/icon-text-align-bottom-outline.d.ts +0 -3
  180. package/types/customeow-shein/default/icon-text-align-center-outline.d.ts +0 -3
  181. package/types/customeow-shein/default/icon-text-align-left-outline.d.ts +0 -3
  182. package/types/customeow-shein/default/icon-text-align-middle-outline.d.ts +0 -3
  183. package/types/customeow-shein/default/icon-text-align-right-outline.d.ts +0 -3
  184. package/types/customeow-shein/default/icon-text-align-top-outline.d.ts +0 -3
  185. package/types/customeow-shein/default/icon-text-bicolor-solid.d.ts +0 -3
  186. package/types/customeow-shein/default/icon-text-bold-outline.d.ts +0 -3
  187. package/types/customeow-shein/default/icon-text-border-outline.d.ts +0 -3
  188. package/types/customeow-shein/default/icon-text-italic-outline.d.ts +0 -3
  189. package/types/customeow-shein/default/icon-text-path-down-solid.d.ts +0 -3
  190. package/types/customeow-shein/default/icon-text-path-top-solid.d.ts +0 -3
  191. package/types/customeow-shein/default/icon-text-underline-outline.d.ts +0 -3
  192. package/types/customeow-shein/default/icon-tool-checkbox-outline.d.ts +0 -3
  193. package/types/customeow-shein/default/icon-tool-clock-time-outline.d.ts +0 -3
  194. package/types/customeow-shein/default/icon-tool-color-outline.d.ts +0 -3
  195. package/types/customeow-shein/default/icon-tool-description-outline.d.ts +0 -3
  196. package/types/customeow-shein/default/icon-tool-email-outline.d.ts +0 -3
  197. package/types/customeow-shein/default/icon-tool-file-upload-outline.d.ts +0 -3
  198. package/types/customeow-shein/default/icon-tool-font-outline.d.ts +0 -3
  199. package/types/customeow-shein/default/icon-tool-image-outline.d.ts +0 -3
  200. package/types/customeow-shein/default/icon-tool-locked-outline.d.ts +0 -3
  201. package/types/customeow-shein/default/icon-tool-notes-outline.d.ts +0 -3
  202. package/types/customeow-shein/default/icon-tool-number-outline.d.ts +0 -3
  203. package/types/customeow-shein/default/icon-tool-photo-upload-outline.d.ts +0 -3
  204. package/types/customeow-shein/default/icon-tool-pop-modal-solid.d.ts +0 -3
  205. package/types/customeow-shein/default/icon-tool-radio-solid.d.ts +0 -3
  206. package/types/customeow-shein/default/icon-tool-select-menu-outline.d.ts +0 -3
  207. package/types/customeow-shein/default/icon-tool-spotify-code-outline.d.ts +0 -3
  208. package/types/customeow-shein/default/icon-tool-text-outline.d.ts +0 -3
  209. package/types/customeow-shein/default/icon-tool-unlocked-outline.d.ts +0 -3
  210. package/types/customeow-shein/default/icon-tool-url-outline.d.ts +0 -3
  211. package/types/customeow-shein/default/icon-translation-fill-solid.d.ts +0 -3
  212. package/types/customeow-shein/default/icon-trash-delete-solid.d.ts +0 -3
  213. package/types/customeow-shein/default/icon-user-solid.d.ts +0 -3
@@ -1,3 +0,0 @@
1
- import type { IconProps } from '../../types';
2
- export declare const IconTextAlignRightOutline: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
- export default IconTextAlignRightOutline;
@@ -1,3 +0,0 @@
1
- import type { IconProps } from '../../types';
2
- export declare const IconTextAlignTopOutline: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
- export default IconTextAlignTopOutline;
@@ -1,3 +0,0 @@
1
- import type { IconProps } from '../../types';
2
- export declare const IconTextBicolorSolid: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
- export default IconTextBicolorSolid;
@@ -1,3 +0,0 @@
1
- import type { IconProps } from '../../types';
2
- export declare const IconTextBoldOutline: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
- export default IconTextBoldOutline;
@@ -1,3 +0,0 @@
1
- import type { IconProps } from '../../types';
2
- export declare const IconTextBorderOutline: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
- export default IconTextBorderOutline;
@@ -1,3 +0,0 @@
1
- import type { IconProps } from '../../types';
2
- export declare const IconTextItalicOutline: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
- export default IconTextItalicOutline;
@@ -1,3 +0,0 @@
1
- import type { IconProps } from '../../types';
2
- export declare const IconTextPathDownSolid: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
- export default IconTextPathDownSolid;
@@ -1,3 +0,0 @@
1
- import type { IconProps } from '../../types';
2
- export declare const IconTextPathTopSolid: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
- export default IconTextPathTopSolid;
@@ -1,3 +0,0 @@
1
- import type { IconProps } from '../../types';
2
- export declare const IconTextUnderlineOutline: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
- export default IconTextUnderlineOutline;
@@ -1,3 +0,0 @@
1
- import type { IconProps } from '../../types';
2
- export declare const IconToolCheckboxOutline: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
- export default IconToolCheckboxOutline;
@@ -1,3 +0,0 @@
1
- import type { IconProps } from '../../types';
2
- export declare const IconToolClockTimeOutline: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
- export default IconToolClockTimeOutline;
@@ -1,3 +0,0 @@
1
- import type { IconProps } from '../../types';
2
- export declare const IconToolColorOutline: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
- export default IconToolColorOutline;
@@ -1,3 +0,0 @@
1
- import type { IconProps } from '../../types';
2
- export declare const IconToolDescriptionOutline: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
- export default IconToolDescriptionOutline;
@@ -1,3 +0,0 @@
1
- import type { IconProps } from '../../types';
2
- export declare const IconToolEmailOutline: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
- export default IconToolEmailOutline;
@@ -1,3 +0,0 @@
1
- import type { IconProps } from '../../types';
2
- export declare const IconToolFileUploadOutline: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
- export default IconToolFileUploadOutline;
@@ -1,3 +0,0 @@
1
- import type { IconProps } from '../../types';
2
- export declare const IconToolFontOutline: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
- export default IconToolFontOutline;
@@ -1,3 +0,0 @@
1
- import type { IconProps } from '../../types';
2
- export declare const IconToolImageOutline: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
- export default IconToolImageOutline;
@@ -1,3 +0,0 @@
1
- import type { IconProps } from '../../types';
2
- export declare const IconToolLockedOutline: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
- export default IconToolLockedOutline;
@@ -1,3 +0,0 @@
1
- import type { IconProps } from '../../types';
2
- export declare const IconToolNotesOutline: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
- export default IconToolNotesOutline;
@@ -1,3 +0,0 @@
1
- import type { IconProps } from '../../types';
2
- export declare const IconToolNumberOutline: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
- export default IconToolNumberOutline;
@@ -1,3 +0,0 @@
1
- import type { IconProps } from '../../types';
2
- export declare const IconToolPhotoUploadOutline: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
- export default IconToolPhotoUploadOutline;
@@ -1,3 +0,0 @@
1
- import type { IconProps } from '../../types';
2
- export declare const IconToolPopModalSolid: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
- export default IconToolPopModalSolid;
@@ -1,3 +0,0 @@
1
- import type { IconProps } from '../../types';
2
- export declare const IconToolRadioSolid: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
- export default IconToolRadioSolid;
@@ -1,3 +0,0 @@
1
- import type { IconProps } from '../../types';
2
- export declare const IconToolSelectMenuOutline: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
- export default IconToolSelectMenuOutline;
@@ -1,3 +0,0 @@
1
- import type { IconProps } from '../../types';
2
- export declare const IconToolSpotifyCodeOutline: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
- export default IconToolSpotifyCodeOutline;
@@ -1,3 +0,0 @@
1
- import type { IconProps } from '../../types';
2
- export declare const IconToolTextOutline: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
- export default IconToolTextOutline;
@@ -1,3 +0,0 @@
1
- import type { IconProps } from '../../types';
2
- export declare const IconToolUnlockedOutline: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
- export default IconToolUnlockedOutline;
@@ -1,3 +0,0 @@
1
- import type { IconProps } from '../../types';
2
- export declare const IconToolUrlOutline: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
- export default IconToolUrlOutline;
@@ -1,3 +0,0 @@
1
- import type { IconProps } from '../../types';
2
- export declare const IconTranslationFillSolid: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
- export default IconTranslationFillSolid;
@@ -1,3 +0,0 @@
1
- import type { IconProps } from '../../types';
2
- export declare const IconTrashDeleteSolid: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
- export default IconTrashDeleteSolid;
@@ -1,3 +0,0 @@
1
- import type { IconProps } from '../../types';
2
- export declare const IconUserSolid: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
- export default IconUserSolid;