@ctlyst.id/icons 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 (204) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +5 -0
  3. package/dist/index.js +27 -0
  4. package/dist/index.mjs +3090 -0
  5. package/dist/types/icons/index.d.ts +3 -0
  6. package/dist/types/icons/outline/arrow-button-left.d.ts +3 -0
  7. package/dist/types/icons/outline/arrow-button-right.d.ts +3 -0
  8. package/dist/types/icons/outline/arrow-down.d.ts +3 -0
  9. package/dist/types/icons/outline/arrow-right.d.ts +3 -0
  10. package/dist/types/icons/outline/arrow-top-left.d.ts +3 -0
  11. package/dist/types/icons/outline/arrow-top-right.d.ts +3 -0
  12. package/dist/types/icons/outline/arrow-up.d.ts +3 -0
  13. package/dist/types/icons/outline/bag.d.ts +3 -0
  14. package/dist/types/icons/outline/barcode.d.ts +3 -0
  15. package/dist/types/icons/outline/bell.d.ts +3 -0
  16. package/dist/types/icons/outline/box.d.ts +3 -0
  17. package/dist/types/icons/outline/broken-image.d.ts +3 -0
  18. package/dist/types/icons/outline/calendar.d.ts +3 -0
  19. package/dist/types/icons/outline/call.d.ts +3 -0
  20. package/dist/types/icons/outline/card.d.ts +3 -0
  21. package/dist/types/icons/outline/category-designers.d.ts +3 -0
  22. package/dist/types/icons/outline/category.d.ts +3 -0
  23. package/dist/types/icons/outline/chat-cs.d.ts +3 -0
  24. package/dist/types/icons/outline/chat.d.ts +3 -0
  25. package/dist/types/icons/outline/check-file.d.ts +3 -0
  26. package/dist/types/icons/outline/check-shield.d.ts +3 -0
  27. package/dist/types/icons/outline/check.d.ts +3 -0
  28. package/dist/types/icons/outline/checkbox-off.d.ts +3 -0
  29. package/dist/types/icons/outline/checkbox.d.ts +3 -0
  30. package/dist/types/icons/outline/chevron-down.d.ts +3 -0
  31. package/dist/types/icons/outline/chevron-left.d.ts +3 -0
  32. package/dist/types/icons/outline/chevron-right.d.ts +3 -0
  33. package/dist/types/icons/outline/chevron-up.d.ts +3 -0
  34. package/dist/types/icons/outline/clock.d.ts +3 -0
  35. package/dist/types/icons/outline/close.d.ts +3 -0
  36. package/dist/types/icons/outline/copy.d.ts +3 -0
  37. package/dist/types/icons/outline/delivery.d.ts +3 -0
  38. package/dist/types/icons/outline/discount.d.ts +3 -0
  39. package/dist/types/icons/outline/document.d.ts +3 -0
  40. package/dist/types/icons/outline/download.d.ts +3 -0
  41. package/dist/types/icons/outline/edit.d.ts +3 -0
  42. package/dist/types/icons/outline/envelope.d.ts +3 -0
  43. package/dist/types/icons/outline/error.d.ts +3 -0
  44. package/dist/types/icons/outline/expand.d.ts +3 -0
  45. package/dist/types/icons/outline/eye-close.d.ts +3 -0
  46. package/dist/types/icons/outline/eye-open.d.ts +3 -0
  47. package/dist/types/icons/outline/fast-truck.d.ts +3 -0
  48. package/dist/types/icons/outline/filter.d.ts +3 -0
  49. package/dist/types/icons/outline/globe.d.ts +3 -0
  50. package/dist/types/icons/outline/gps.d.ts +3 -0
  51. package/dist/types/icons/outline/handphone.d.ts +3 -0
  52. package/dist/types/icons/outline/headphone.d.ts +3 -0
  53. package/dist/types/icons/outline/heart.d.ts +3 -0
  54. package/dist/types/icons/outline/help.d.ts +3 -0
  55. package/dist/types/icons/outline/history.d.ts +3 -0
  56. package/dist/types/icons/outline/home.d.ts +3 -0
  57. package/dist/types/icons/outline/house.d.ts +3 -0
  58. package/dist/types/icons/outline/index.d.ts +93 -0
  59. package/dist/types/icons/outline/info.d.ts +3 -0
  60. package/dist/types/icons/outline/kebab-menu.d.ts +3 -0
  61. package/dist/types/icons/outline/list.d.ts +3 -0
  62. package/dist/types/icons/outline/lock.d.ts +3 -0
  63. package/dist/types/icons/outline/login.d.ts +3 -0
  64. package/dist/types/icons/outline/logout.d.ts +3 -0
  65. package/dist/types/icons/outline/map-marker.d.ts +3 -0
  66. package/dist/types/icons/outline/minus-fill.d.ts +3 -0
  67. package/dist/types/icons/outline/minus.d.ts +3 -0
  68. package/dist/types/icons/outline/mute.d.ts +3 -0
  69. package/dist/types/icons/outline/pause.d.ts +3 -0
  70. package/dist/types/icons/outline/play.d.ts +3 -0
  71. package/dist/types/icons/outline/plus-fill.d.ts +3 -0
  72. package/dist/types/icons/outline/plus.d.ts +3 -0
  73. package/dist/types/icons/outline/print.d.ts +3 -0
  74. package/dist/types/icons/outline/profile.d.ts +3 -0
  75. package/dist/types/icons/outline/qr-code-2.d.ts +3 -0
  76. package/dist/types/icons/outline/qr-code.d.ts +3 -0
  77. package/dist/types/icons/outline/radio-off.d.ts +3 -0
  78. package/dist/types/icons/outline/refresh.d.ts +3 -0
  79. package/dist/types/icons/outline/reward.d.ts +3 -0
  80. package/dist/types/icons/outline/scan-qr.d.ts +3 -0
  81. package/dist/types/icons/outline/search.d.ts +3 -0
  82. package/dist/types/icons/outline/setting.d.ts +3 -0
  83. package/dist/types/icons/outline/share.d.ts +3 -0
  84. package/dist/types/icons/outline/sort.d.ts +3 -0
  85. package/dist/types/icons/outline/star.d.ts +3 -0
  86. package/dist/types/icons/outline/success.d.ts +3 -0
  87. package/dist/types/icons/outline/thumb.d.ts +3 -0
  88. package/dist/types/icons/outline/trash.d.ts +3 -0
  89. package/dist/types/icons/outline/truck.d.ts +3 -0
  90. package/dist/types/icons/outline/upload.d.ts +3 -0
  91. package/dist/types/icons/outline/verified.d.ts +3 -0
  92. package/dist/types/icons/outline/virtual-wallet.d.ts +3 -0
  93. package/dist/types/icons/outline/volume-1.d.ts +3 -0
  94. package/dist/types/icons/outline/volume-2.d.ts +3 -0
  95. package/dist/types/icons/outline/voucher.d.ts +3 -0
  96. package/dist/types/icons/outline/wallet.d.ts +3 -0
  97. package/dist/types/icons/outline/warning-document.d.ts +3 -0
  98. package/dist/types/icons/outline/warning.d.ts +3 -0
  99. package/dist/types/icons/solid/bag-solid.d.ts +3 -0
  100. package/dist/types/icons/solid/barcode-solid.d.ts +3 -0
  101. package/dist/types/icons/solid/bell-solid.d.ts +3 -0
  102. package/dist/types/icons/solid/box-solid.d.ts +3 -0
  103. package/dist/types/icons/solid/broken-image-solid.d.ts +3 -0
  104. package/dist/types/icons/solid/calendar-solid.d.ts +3 -0
  105. package/dist/types/icons/solid/call-solid.d.ts +3 -0
  106. package/dist/types/icons/solid/card-solid.d.ts +3 -0
  107. package/dist/types/icons/solid/category-designers-solid.d.ts +3 -0
  108. package/dist/types/icons/solid/category-solid.d.ts +3 -0
  109. package/dist/types/icons/solid/chat-cs-solid.d.ts +3 -0
  110. package/dist/types/icons/solid/chat-solid.d.ts +3 -0
  111. package/dist/types/icons/solid/check-file-solid.d.ts +3 -0
  112. package/dist/types/icons/solid/check-shield-solid.d.ts +3 -0
  113. package/dist/types/icons/solid/checkbox-solid.d.ts +3 -0
  114. package/dist/types/icons/solid/clock-solid.d.ts +3 -0
  115. package/dist/types/icons/solid/delivery-solid.d.ts +3 -0
  116. package/dist/types/icons/solid/discount-solid.d.ts +3 -0
  117. package/dist/types/icons/solid/document-solid.d.ts +3 -0
  118. package/dist/types/icons/solid/envelope-solid.d.ts +3 -0
  119. package/dist/types/icons/solid/error-solid.d.ts +3 -0
  120. package/dist/types/icons/solid/fast-truck-solid.d.ts +3 -0
  121. package/dist/types/icons/solid/half-star-solid.d.ts +3 -0
  122. package/dist/types/icons/solid/handphone-solid.d.ts +3 -0
  123. package/dist/types/icons/solid/hear-solid.d.ts +3 -0
  124. package/dist/types/icons/solid/help-solid.d.ts +3 -0
  125. package/dist/types/icons/solid/home-solid.d.ts +3 -0
  126. package/dist/types/icons/solid/index.d.ts +59 -0
  127. package/dist/types/icons/solid/info-solid.d.ts +3 -0
  128. package/dist/types/icons/solid/list-solid.d.ts +3 -0
  129. package/dist/types/icons/solid/lock-solid.d.ts +3 -0
  130. package/dist/types/icons/solid/map-marker-solid.d.ts +3 -0
  131. package/dist/types/icons/solid/membership-reward-solid.d.ts +3 -0
  132. package/dist/types/icons/solid/minus-solid.d.ts +3 -0
  133. package/dist/types/icons/solid/mute-solid.d.ts +3 -0
  134. package/dist/types/icons/solid/play-solid.d.ts +3 -0
  135. package/dist/types/icons/solid/plus-solid.d.ts +3 -0
  136. package/dist/types/icons/solid/point-solid.d.ts +3 -0
  137. package/dist/types/icons/solid/print-solid.d.ts +3 -0
  138. package/dist/types/icons/solid/profile-solid.d.ts +3 -0
  139. package/dist/types/icons/solid/pruchase-history-solid.d.ts +3 -0
  140. package/dist/types/icons/solid/radio-on-solid.d.ts +3 -0
  141. package/dist/types/icons/solid/redeem-points-solid.d.ts +3 -0
  142. package/dist/types/icons/solid/reward-solid.d.ts +3 -0
  143. package/dist/types/icons/solid/search-solid.d.ts +3 -0
  144. package/dist/types/icons/solid/setting-solid.d.ts +3 -0
  145. package/dist/types/icons/solid/star-solid.d.ts +3 -0
  146. package/dist/types/icons/solid/success-solid.d.ts +3 -0
  147. package/dist/types/icons/solid/thumb-solid.d.ts +3 -0
  148. package/dist/types/icons/solid/trash-solid.d.ts +3 -0
  149. package/dist/types/icons/solid/truck-solid.d.ts +3 -0
  150. package/dist/types/icons/solid/verified-solid.d.ts +3 -0
  151. package/dist/types/icons/solid/volume-1-solid.d.ts +3 -0
  152. package/dist/types/icons/solid/volume-2-solid.d.ts +3 -0
  153. package/dist/types/icons/solid/voucher-solid.d.ts +3 -0
  154. package/dist/types/icons/solid/wallet-solid.d.ts +3 -0
  155. package/dist/types/icons/solid/warning-document-solid.d.ts +3 -0
  156. package/dist/types/icons/solid/warning-solid.d.ts +3 -0
  157. package/dist/types/icons/sosial-icon/apple-color.d.ts +3 -0
  158. package/dist/types/icons/sosial-icon/apple.d.ts +3 -0
  159. package/dist/types/icons/sosial-icon/facebook-color.d.ts +3 -0
  160. package/dist/types/icons/sosial-icon/facebook.d.ts +3 -0
  161. package/dist/types/icons/sosial-icon/google-color.d.ts +3 -0
  162. package/dist/types/icons/sosial-icon/google.d.ts +3 -0
  163. package/dist/types/icons/sosial-icon/index.d.ts +22 -0
  164. package/dist/types/icons/sosial-icon/instagram-color.d.ts +3 -0
  165. package/dist/types/icons/sosial-icon/instagram.d.ts +3 -0
  166. package/dist/types/icons/sosial-icon/linkedin-color.d.ts +3 -0
  167. package/dist/types/icons/sosial-icon/linkedin.d.ts +3 -0
  168. package/dist/types/icons/sosial-icon/messenger-color.d.ts +3 -0
  169. package/dist/types/icons/sosial-icon/messenger.d.ts +3 -0
  170. package/dist/types/icons/sosial-icon/telegram-color.d.ts +3 -0
  171. package/dist/types/icons/sosial-icon/telegram.d.ts +3 -0
  172. package/dist/types/icons/sosial-icon/tiktok-color.d.ts +3 -0
  173. package/dist/types/icons/sosial-icon/tiktok.d.ts +3 -0
  174. package/dist/types/icons/sosial-icon/twitter-color.d.ts +3 -0
  175. package/dist/types/icons/sosial-icon/twitter.d.ts +3 -0
  176. package/dist/types/icons/sosial-icon/whatsapp-color.d.ts +3 -0
  177. package/dist/types/icons/sosial-icon/whatsapp.d.ts +3 -0
  178. package/dist/types/icons/sosial-icon/youtube-color.d.ts +3 -0
  179. package/dist/types/icons/sosial-icon/youtube.d.ts +3 -0
  180. package/dist/types/illustrations/img-404.d.ts +3 -0
  181. package/dist/types/illustrations/img-address-not-found.d.ts +3 -0
  182. package/dist/types/illustrations/img-bag.d.ts +3 -0
  183. package/dist/types/illustrations/img-broken-image.d.ts +3 -0
  184. package/dist/types/illustrations/img-clock.d.ts +3 -0
  185. package/dist/types/illustrations/img-document.d.ts +3 -0
  186. package/dist/types/illustrations/img-face-id.d.ts +3 -0
  187. package/dist/types/illustrations/img-fingerprint.d.ts +3 -0
  188. package/dist/types/illustrations/img-form.d.ts +3 -0
  189. package/dist/types/illustrations/img-heart.d.ts +3 -0
  190. package/dist/types/illustrations/img-lost-connection.d.ts +3 -0
  191. package/dist/types/illustrations/img-no-face-id.d.ts +3 -0
  192. package/dist/types/illustrations/img-no-transaction.d.ts +3 -0
  193. package/dist/types/illustrations/img-not-found.d.ts +3 -0
  194. package/dist/types/illustrations/img-overload.d.ts +3 -0
  195. package/dist/types/illustrations/img-search-not-found.d.ts +3 -0
  196. package/dist/types/illustrations/img-shield.d.ts +3 -0
  197. package/dist/types/illustrations/img-update.d.ts +3 -0
  198. package/dist/types/illustrations/img-warning.d.ts +3 -0
  199. package/dist/types/illustrations/img-welcome.d.ts +3 -0
  200. package/dist/types/illustrations/index.d.ts +20 -0
  201. package/dist/types/index.d.ts +3 -0
  202. package/dist/types/utils/index.d.ts +1 -0
  203. package/dist/types/utils/types.d.ts +6 -0
  204. package/package.json +42 -0
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../../utils';
2
+ declare const BoxSolid: ({ size, color, fill, ...props }: BaseIconProps) => JSX.Element;
3
+ export default BoxSolid;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../../utils';
2
+ declare const BrokenImageSolid: ({ size, color, fill, ...props }: BaseIconProps) => JSX.Element;
3
+ export default BrokenImageSolid;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../../utils';
2
+ declare const CalendarSolid: ({ size, color, fill, ...props }: BaseIconProps) => JSX.Element;
3
+ export default CalendarSolid;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../../utils';
2
+ declare const CallSolid: ({ size, color, fill, ...props }: BaseIconProps) => JSX.Element;
3
+ export default CallSolid;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../../utils';
2
+ declare const CardSolid: ({ size, color, fill, ...props }: BaseIconProps) => JSX.Element;
3
+ export default CardSolid;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../../utils';
2
+ declare const CategoryDesignersSolid: ({ size, color, fill, ...props }: BaseIconProps) => JSX.Element;
3
+ export default CategoryDesignersSolid;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../../utils';
2
+ declare const CategorySolid: ({ size, color, fill, ...props }: BaseIconProps) => JSX.Element;
3
+ export default CategorySolid;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../../utils';
2
+ declare const ChatCsSolid: ({ size, color, fill, ...props }: BaseIconProps) => JSX.Element;
3
+ export default ChatCsSolid;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../../utils';
2
+ declare const ChatSolid: ({ size, color, fill, ...props }: BaseIconProps) => JSX.Element;
3
+ export default ChatSolid;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../../utils';
2
+ declare const CheckFileSolid: ({ size, color, fill, ...props }: BaseIconProps) => JSX.Element;
3
+ export default CheckFileSolid;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../../utils';
2
+ declare const CheckShieldSolid: ({ size, color, fill, ...props }: BaseIconProps) => JSX.Element;
3
+ export default CheckShieldSolid;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../../utils';
2
+ declare const CheckboxSolid: ({ size, color, fill, ...props }: BaseIconProps) => JSX.Element;
3
+ export default CheckboxSolid;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../../utils';
2
+ declare const ClockSolid: ({ size, color, fill, ...props }: BaseIconProps) => JSX.Element;
3
+ export default ClockSolid;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../../utils';
2
+ declare const DeliverySolid: ({ size, color, fill, ...props }: BaseIconProps) => JSX.Element;
3
+ export default DeliverySolid;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../../utils';
2
+ declare const DiscountSolid: ({ size, color, fill, ...props }: BaseIconProps) => JSX.Element;
3
+ export default DiscountSolid;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../../utils';
2
+ declare const DocumentSolid: ({ size, color, fill, ...props }: BaseIconProps) => JSX.Element;
3
+ export default DocumentSolid;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../../utils';
2
+ declare const EnvelopeSolid: ({ size, color, fill, ...props }: BaseIconProps) => JSX.Element;
3
+ export default EnvelopeSolid;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../../utils';
2
+ declare const ErrorSolid: ({ size, color, fill, ...props }: BaseIconProps) => JSX.Element;
3
+ export default ErrorSolid;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../../utils';
2
+ declare const FastTruckSolid: ({ size, color, fill, ...props }: BaseIconProps) => JSX.Element;
3
+ export default FastTruckSolid;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../../utils';
2
+ declare const HalfStarSolid: ({ size, color, fill, ...props }: BaseIconProps) => JSX.Element;
3
+ export default HalfStarSolid;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../../utils';
2
+ declare const HandphoneSolid: ({ size, color, fill, ...props }: BaseIconProps) => JSX.Element;
3
+ export default HandphoneSolid;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../../utils';
2
+ declare const HeartSolid: ({ size, color, fill, ...props }: BaseIconProps) => JSX.Element;
3
+ export default HeartSolid;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../../utils';
2
+ declare const HelpSolid: ({ size, color, fill, ...props }: BaseIconProps) => JSX.Element;
3
+ export default HelpSolid;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../../utils';
2
+ declare const HomeSolid: ({ size, color, fill, ...props }: BaseIconProps) => JSX.Element;
3
+ export default HomeSolid;
@@ -0,0 +1,59 @@
1
+ export { default as IconBagSolid } from './bag-solid';
2
+ export { default as IconBarcodeSolid } from './barcode-solid';
3
+ export { default as IconBellSolid } from './bell-solid';
4
+ export { default as IconBoxSolid } from './box-solid';
5
+ export { default as IconBrokenImageSolid } from './broken-image-solid';
6
+ export { default as IconCalendarSolid } from './calendar-solid';
7
+ export { default as IconCallSolid } from './call-solid';
8
+ export { default as IconCardSolid } from './card-solid';
9
+ export { default as IconCategoryDesignersSolid } from './category-designers-solid';
10
+ export { default as IconCategorySolid } from './category-solid';
11
+ export { default as IconChatCsSolid } from './chat-cs-solid';
12
+ export { default as IconChatSolid } from './chat-solid';
13
+ export { default as IconCheckFileSolid } from './check-file-solid';
14
+ export { default as IconCheckShieldSolid } from './check-shield-solid';
15
+ export { default as IconCheckboxSolid } from './checkbox-solid';
16
+ export { default as IconClockSolid } from './clock-solid';
17
+ export { default as IconDeliverySolid } from './delivery-solid';
18
+ export { default as IconDiscountSolid } from './discount-solid';
19
+ export { default as IconDocumentSolid } from './document-solid';
20
+ export { default as IconEnvelopeSolid } from './envelope-solid';
21
+ export { default as IconErrorSolid } from './error-solid';
22
+ export { default as IconFastTruckSolid } from './fast-truck-solid';
23
+ export { default as IconHalfStarSolid } from './half-star-solid';
24
+ export { default as IconHandphoneSolid } from './handphone-solid';
25
+ export { default as IconHearSolid } from './hear-solid';
26
+ export { default as IconHeartSolid } from './hear-solid';
27
+ export { default as IconHelpSolid } from './help-solid';
28
+ export { default as IconHomeSolid } from './home-solid';
29
+ export { default as IconHouseSolid } from './home-solid';
30
+ export { default as IconInfoSolid } from './info-solid';
31
+ export { default as IconListSolid } from './list-solid';
32
+ export { default as IconLockSolid } from './lock-solid';
33
+ export { default as IconMapMarkerSolid } from './map-marker-solid';
34
+ export { default as IconMembershipRewardSolid } from './membership-reward-solid';
35
+ export { default as IconMinusSolid } from './minus-solid';
36
+ export { default as IconMuteSolid } from './mute-solid';
37
+ export { default as IconPlaySolid } from './play-solid';
38
+ export { default as IconPlusSolid } from './plus-solid';
39
+ export { default as IconPointSolid } from './point-solid';
40
+ export { default as IconPrintSolid } from './print-solid';
41
+ export { default as IconProfileSolid } from './profile-solid';
42
+ export { default as IconPruchaseHistorySolid } from './pruchase-history-solid';
43
+ export { default as IconRadioOnSolid } from './radio-on-solid';
44
+ export { default as IconRedeemPointsSolid } from './redeem-points-solid';
45
+ export { default as IconRewardSolid } from './reward-solid';
46
+ export { default as IconSearchSolid } from './search-solid';
47
+ export { default as IconSettingSolid } from './setting-solid';
48
+ export { default as IconStarSolid } from './star-solid';
49
+ export { default as IconSuccessSolid } from './success-solid';
50
+ export { default as IconThumbSolid } from './thumb-solid';
51
+ export { default as IconTrashSolid } from './trash-solid';
52
+ export { default as IconTruckSolid } from './truck-solid';
53
+ export { default as IconVerifiedSolid } from './verified-solid';
54
+ export { default as IconVolume1Solid } from './volume-1-solid';
55
+ export { default as IconVolume2Solid } from './volume-2-solid';
56
+ export { default as IconVoucherSolid } from './voucher-solid';
57
+ export { default as IconWalletSolid } from './wallet-solid';
58
+ export { default as IconWarningDocumentSolid } from './warning-document-solid';
59
+ export { default as IconWarningSolid } from './warning-solid';
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../../utils';
2
+ declare const InfoSolid: ({ size, color, fill, ...props }: BaseIconProps) => JSX.Element;
3
+ export default InfoSolid;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../../utils';
2
+ declare const ListSolid: ({ size, color, fill, ...props }: BaseIconProps) => JSX.Element;
3
+ export default ListSolid;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../../utils';
2
+ declare const LockSolid: ({ size, color, fill, ...props }: BaseIconProps) => JSX.Element;
3
+ export default LockSolid;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../../utils';
2
+ declare const MapMarkerSolid: ({ size, color, fill, ...props }: BaseIconProps) => JSX.Element;
3
+ export default MapMarkerSolid;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../../utils';
2
+ declare const MembershipRewardSolid: ({ size, color, fill, ...props }: BaseIconProps) => JSX.Element;
3
+ export default MembershipRewardSolid;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../../utils';
2
+ declare const MinusSolid: ({ size, color, fill, ...props }: BaseIconProps) => JSX.Element;
3
+ export default MinusSolid;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../../utils';
2
+ declare const MuteSolid: ({ size, color, fill, ...props }: BaseIconProps) => JSX.Element;
3
+ export default MuteSolid;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../../utils';
2
+ declare const PlaySolid: ({ size, color, fill, ...props }: BaseIconProps) => JSX.Element;
3
+ export default PlaySolid;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../../utils';
2
+ declare const PlusSolid: ({ size, color, fill, ...props }: BaseIconProps) => JSX.Element;
3
+ export default PlusSolid;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../../utils';
2
+ declare const PointSolid: ({ size, color, fill, ...props }: BaseIconProps) => JSX.Element;
3
+ export default PointSolid;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../../utils';
2
+ declare const PrintSolid: ({ size, color, fill, ...props }: BaseIconProps) => JSX.Element;
3
+ export default PrintSolid;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../../utils';
2
+ declare const ProfileSolid: ({ size, color, fill, ...props }: BaseIconProps) => JSX.Element;
3
+ export default ProfileSolid;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../../utils';
2
+ declare const PruchaseHistorySolid: ({ size, color, fill, ...props }: BaseIconProps) => JSX.Element;
3
+ export default PruchaseHistorySolid;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../../utils';
2
+ declare const RadioOnSolid: ({ size, color, fill, ...props }: BaseIconProps) => JSX.Element;
3
+ export default RadioOnSolid;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../../utils';
2
+ declare const RedeemPointsSolid: ({ size, color, fill, ...props }: BaseIconProps) => JSX.Element;
3
+ export default RedeemPointsSolid;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../../utils';
2
+ declare const RewardSolid: ({ size, color, fill, ...props }: BaseIconProps) => JSX.Element;
3
+ export default RewardSolid;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../../utils';
2
+ declare const SearchSolid: ({ size, color, fill, ...props }: BaseIconProps) => JSX.Element;
3
+ export default SearchSolid;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../../utils';
2
+ declare const SettingSolid: ({ size, color, fill, ...props }: BaseIconProps) => JSX.Element;
3
+ export default SettingSolid;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../../utils';
2
+ declare const StarSolid: ({ size, color, fill, ...props }: BaseIconProps) => JSX.Element;
3
+ export default StarSolid;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../../utils';
2
+ declare const SuccessSolid: ({ size, color, fill, ...props }: BaseIconProps) => JSX.Element;
3
+ export default SuccessSolid;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../../utils';
2
+ declare const ThumbSolid: ({ size, color, fill, ...props }: BaseIconProps) => JSX.Element;
3
+ export default ThumbSolid;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../../utils';
2
+ declare const TrashSolid: ({ size, color, fill, ...props }: BaseIconProps) => JSX.Element;
3
+ export default TrashSolid;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../../utils';
2
+ declare const TruckSolid: ({ size, color, fill, ...props }: BaseIconProps) => JSX.Element;
3
+ export default TruckSolid;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../../utils';
2
+ declare const VerifiedSolid: ({ size, color, fill, ...props }: BaseIconProps) => JSX.Element;
3
+ export default VerifiedSolid;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../../utils';
2
+ declare const Volume1Solid: ({ size, color, fill, ...props }: BaseIconProps) => JSX.Element;
3
+ export default Volume1Solid;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../../utils';
2
+ declare const Volume2Solid: ({ size, color, fill, ...props }: BaseIconProps) => JSX.Element;
3
+ export default Volume2Solid;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../../utils';
2
+ declare const VoucherSolid: ({ size, color, fill, ...props }: BaseIconProps) => JSX.Element;
3
+ export default VoucherSolid;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../../utils';
2
+ declare const WalletSolid: ({ size, color, fill, ...props }: BaseIconProps) => JSX.Element;
3
+ export default WalletSolid;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../../utils';
2
+ declare const WarningDocumentSolid: ({ size, color, fill, ...props }: BaseIconProps) => JSX.Element;
3
+ export default WarningDocumentSolid;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../../utils';
2
+ declare const WarningSolid: ({ size, color, fill, ...props }: BaseIconProps) => JSX.Element;
3
+ export default WarningSolid;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../../utils';
2
+ declare const AppleColor: ({ size, testId, ...props }: BaseIconProps) => JSX.Element;
3
+ export default AppleColor;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../../utils';
2
+ declare const Apple: ({ size, testId, ...props }: BaseIconProps) => JSX.Element;
3
+ export default Apple;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../../utils';
2
+ declare const FacebookColor: ({ size, testId, ...props }: BaseIconProps) => JSX.Element;
3
+ export default FacebookColor;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../../utils';
2
+ declare const Facebook: ({ size, testId, ...props }: BaseIconProps) => JSX.Element;
3
+ export default Facebook;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../../utils';
2
+ declare const GoogleColor: ({ size, testId, ...props }: BaseIconProps) => JSX.Element;
3
+ export default GoogleColor;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../../utils';
2
+ declare const Google: ({ size, testId, ...props }: BaseIconProps) => JSX.Element;
3
+ export default Google;
@@ -0,0 +1,22 @@
1
+ export { default as IconApple } from './apple';
2
+ export { default as IconAppleColor } from './apple-color';
3
+ export { default as IconFacebook } from './facebook';
4
+ export { default as IconFacebookColor } from './facebook-color';
5
+ export { default as IconGoogle } from './google';
6
+ export { default as IconGoogleColor } from './google-color';
7
+ export { default as IconInstagram } from './instagram';
8
+ export { default as IconInstagramColor } from './instagram-color';
9
+ export { default as IconLinkedin } from './linkedin';
10
+ export { default as IconLinkedinColor } from './linkedin-color';
11
+ export { default as IconMessenger } from './messenger';
12
+ export { default as IconMessengerColor } from './messenger-color';
13
+ export { default as IconTelegram } from './telegram';
14
+ export { default as IconTelegramColor } from './telegram-color';
15
+ export { default as IconTiktok } from './tiktok';
16
+ export { default as IconTiktokColor } from './tiktok-color';
17
+ export { default as IconTwitter } from './twitter';
18
+ export { default as IconTwitterColor } from './twitter-color';
19
+ export { default as IconWhatsapp } from './whatsapp';
20
+ export { default as IconWhatsappColor } from './whatsapp-color';
21
+ export { default as IconYoutube } from './youtube';
22
+ export { default as IconYoutubeColor } from './youtube-color';
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../../utils';
2
+ declare const InstagramColor: ({ size, testId, ...props }: BaseIconProps) => JSX.Element;
3
+ export default InstagramColor;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../../utils';
2
+ declare const Instagram: ({ size, testId, ...props }: BaseIconProps) => JSX.Element;
3
+ export default Instagram;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../../utils';
2
+ declare const LinkedinColor: ({ size, testId, ...props }: BaseIconProps) => JSX.Element;
3
+ export default LinkedinColor;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../../utils';
2
+ declare const Linkedin: ({ size, testId, ...props }: BaseIconProps) => JSX.Element;
3
+ export default Linkedin;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../../utils';
2
+ declare const MessengerColor: ({ size, testId, ...props }: BaseIconProps) => JSX.Element;
3
+ export default MessengerColor;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../../utils';
2
+ declare const Messenger: ({ size, testId, ...props }: BaseIconProps) => JSX.Element;
3
+ export default Messenger;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../../utils';
2
+ declare const TelegramColor: ({ size, testId, ...props }: BaseIconProps) => JSX.Element;
3
+ export default TelegramColor;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../../utils';
2
+ declare const Telegram: ({ size, testId, ...props }: BaseIconProps) => JSX.Element;
3
+ export default Telegram;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../../utils';
2
+ declare const TiktokColor: ({ size, testId, ...props }: BaseIconProps) => JSX.Element;
3
+ export default TiktokColor;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../../utils';
2
+ declare const Tiktok: ({ size, testId, ...props }: BaseIconProps) => JSX.Element;
3
+ export default Tiktok;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../../utils';
2
+ declare const TwitterColor: ({ size, testId, ...props }: BaseIconProps) => JSX.Element;
3
+ export default TwitterColor;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../../utils';
2
+ declare const Twitter: ({ size, testId, ...props }: BaseIconProps) => JSX.Element;
3
+ export default Twitter;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../../utils';
2
+ declare const WhatsappColor: ({ size, testId, ...props }: BaseIconProps) => JSX.Element;
3
+ export default WhatsappColor;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../../utils';
2
+ declare const Whatsapp: ({ size, testId, ...props }: BaseIconProps) => JSX.Element;
3
+ export default Whatsapp;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../../utils';
2
+ declare const YoutubeColor: ({ size, testId, ...props }: BaseIconProps) => JSX.Element;
3
+ export default YoutubeColor;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../../utils';
2
+ declare const Youtube: ({ size, testId, ...props }: BaseIconProps) => JSX.Element;
3
+ export default Youtube;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../utils';
2
+ declare const Img404: ({ size, testId, ...props }: BaseIconProps) => JSX.Element;
3
+ export default Img404;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../utils';
2
+ declare const ImgAddressNotFound: ({ size, testId, ...props }: BaseIconProps) => JSX.Element;
3
+ export default ImgAddressNotFound;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../utils';
2
+ declare const ImgBag: ({ size, testId, ...props }: BaseIconProps) => JSX.Element;
3
+ export default ImgBag;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../utils';
2
+ declare const ImgBrokenImage: ({ size, testId, ...props }: BaseIconProps) => JSX.Element;
3
+ export default ImgBrokenImage;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../utils';
2
+ declare const ImgClock: ({ size, testId, ...props }: BaseIconProps) => JSX.Element;
3
+ export default ImgClock;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../utils';
2
+ declare const ImgDocument: ({ size, testId, ...props }: BaseIconProps) => JSX.Element;
3
+ export default ImgDocument;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../utils';
2
+ declare const ImgFaceId: ({ size, testId, ...props }: BaseIconProps) => JSX.Element;
3
+ export default ImgFaceId;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../utils';
2
+ declare const ImgFingerPrint: ({ size, testId, ...props }: BaseIconProps) => JSX.Element;
3
+ export default ImgFingerPrint;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../utils';
2
+ declare const ImgForm: ({ size, testId, ...props }: BaseIconProps) => JSX.Element;
3
+ export default ImgForm;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../utils';
2
+ declare const ImgHeart: ({ size, testId, ...props }: BaseIconProps) => JSX.Element;
3
+ export default ImgHeart;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../utils';
2
+ declare const ImgLostConnection: ({ size, testId, ...props }: BaseIconProps) => JSX.Element;
3
+ export default ImgLostConnection;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../utils';
2
+ declare const ImgNoFaceId: ({ size, testId, ...props }: BaseIconProps) => JSX.Element;
3
+ export default ImgNoFaceId;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../utils';
2
+ declare const ImgNoTransaction: ({ size, testId, ...props }: BaseIconProps) => JSX.Element;
3
+ export default ImgNoTransaction;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../utils';
2
+ declare const ImgNotFound: ({ size, testId, ...props }: BaseIconProps) => JSX.Element;
3
+ export default ImgNotFound;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../utils';
2
+ declare const ImgOverload: ({ size, testId, ...props }: BaseIconProps) => JSX.Element;
3
+ export default ImgOverload;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../utils';
2
+ declare const ImgSearchNotFound: ({ size, testId, ...props }: BaseIconProps) => JSX.Element;
3
+ export default ImgSearchNotFound;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../utils';
2
+ declare const ImgShield: ({ size, testId, ...props }: BaseIconProps) => JSX.Element;
3
+ export default ImgShield;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../utils';
2
+ declare const ImgUpdate: ({ size, testId, ...props }: BaseIconProps) => JSX.Element;
3
+ export default ImgUpdate;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../utils';
2
+ declare const ImgWarning: ({ size, testId, ...props }: BaseIconProps) => JSX.Element;
3
+ export default ImgWarning;
@@ -0,0 +1,3 @@
1
+ import type { BaseIconProps } from '../utils';
2
+ declare const ImgWelcome: ({ size, testId, ...props }: BaseIconProps) => JSX.Element;
3
+ export default ImgWelcome;