@pop-ui/foundation 1.0.0 → 1.1.0-beta

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 (287) hide show
  1. package/README.md +92 -10
  2. package/dist/foundation.js +946 -526
  3. package/dist/foundation.umd.cjs +1 -1
  4. package/dist/native/icons/native/IconArrowDown.js +6 -0
  5. package/dist/native/icons/native/IconArrowLeft.js +6 -0
  6. package/dist/native/icons/native/IconArrowRight.js +6 -0
  7. package/dist/native/icons/native/IconArrowUp.js +6 -0
  8. package/dist/native/icons/native/IconBookmark.js +7 -0
  9. package/dist/native/icons/native/IconBriefcase.js +6 -0
  10. package/dist/native/icons/native/IconCafe.js +7 -0
  11. package/dist/native/icons/native/IconCalendar.js +7 -0
  12. package/dist/native/icons/native/IconCalendarCancel.js +6 -0
  13. package/dist/native/icons/native/IconCamera.js +6 -0
  14. package/dist/native/icons/native/IconCameraSwitch.js +6 -0
  15. package/dist/native/icons/native/IconCard.js +9 -0
  16. package/dist/native/icons/native/IconCards.js +6 -0
  17. package/dist/native/icons/native/IconCaretDown.js +6 -0
  18. package/dist/native/icons/native/IconCaretUp.js +6 -0
  19. package/dist/native/icons/native/IconCaution.js +7 -0
  20. package/dist/native/icons/native/IconChartBar.js +7 -0
  21. package/dist/native/icons/native/IconCheck.js +6 -0
  22. package/dist/native/icons/native/IconCheckBadge.js +6 -0
  23. package/dist/native/icons/native/IconCheckCircle.js +7 -0
  24. package/dist/native/icons/native/IconChevronDown.js +6 -0
  25. package/dist/native/icons/native/IconChevronLeft.js +6 -0
  26. package/dist/native/icons/native/IconChevronLeftDouble.js +6 -0
  27. package/dist/native/icons/native/IconChevronRight.js +6 -0
  28. package/dist/native/icons/native/IconChevronRightDouble.js +6 -0
  29. package/dist/native/icons/native/IconChevronUp.js +6 -0
  30. package/dist/native/icons/native/IconChevronUpDown.js +6 -0
  31. package/dist/native/icons/native/IconClock.js +6 -0
  32. package/dist/native/icons/native/IconCoffee.js +6 -0
  33. package/dist/native/icons/native/IconCopy.js +6 -0
  34. package/dist/native/icons/native/IconCreditCard.js +6 -0
  35. package/dist/native/icons/native/IconDev.js +6 -0
  36. package/dist/native/icons/native/IconDirection.js +6 -0
  37. package/dist/native/icons/native/IconDragMenu.js +6 -0
  38. package/dist/native/icons/native/IconEdit.js +6 -0
  39. package/dist/native/icons/native/IconEditNote.js +6 -0
  40. package/dist/native/icons/native/IconExport.js +6 -0
  41. package/dist/native/icons/native/IconExternalLink.js +6 -0
  42. package/dist/native/icons/native/IconFilter.js +6 -0
  43. package/dist/native/icons/native/IconGift.js +6 -0
  44. package/dist/native/icons/native/IconGrid.js +7 -0
  45. package/dist/native/icons/native/IconHamburger.js +6 -0
  46. package/dist/native/icons/native/IconHeart.js +7 -0
  47. package/dist/native/icons/native/IconHelp.js +6 -0
  48. package/dist/native/icons/native/IconHome.js +6 -0
  49. package/dist/native/icons/native/IconInfoCircle.js +7 -0
  50. package/dist/native/icons/native/IconKebap.js +6 -0
  51. package/dist/native/icons/native/IconLike.js +6 -0
  52. package/dist/native/icons/native/IconLink.js +6 -0
  53. package/dist/native/icons/native/IconList.js +6 -0
  54. package/dist/native/icons/native/IconListBullet.js +6 -0
  55. package/dist/native/icons/native/IconListNumber.js +6 -0
  56. package/dist/native/icons/native/IconLocation.js +6 -0
  57. package/dist/native/icons/native/IconMail.js +6 -0
  58. package/dist/native/icons/native/IconMap.js +6 -0
  59. package/dist/native/icons/native/IconMapMarker.js +7 -0
  60. package/dist/native/icons/native/IconMeatBall.js +6 -0
  61. package/dist/native/icons/native/IconMenu.js +6 -0
  62. package/dist/native/icons/native/IconMenuCheck.js +7 -0
  63. package/dist/native/icons/native/IconMessage.js +9 -0
  64. package/dist/native/icons/native/IconMinus.js +6 -0
  65. package/dist/native/icons/native/IconMoneyCircle.js +7 -0
  66. package/dist/native/icons/native/IconNote.js +6 -0
  67. package/dist/native/icons/native/IconNotification.js +7 -0
  68. package/dist/native/icons/native/IconPercentBadge.js +6 -0
  69. package/dist/native/icons/native/IconPhoneClock.js +6 -0
  70. package/dist/native/icons/native/IconPhoto.js +6 -0
  71. package/dist/native/icons/native/IconPlayCircle.js +7 -0
  72. package/dist/native/icons/native/IconPlus.js +6 -0
  73. package/dist/native/icons/native/IconPlusCircle.js +7 -0
  74. package/dist/native/icons/native/IconPopcorn.js +6 -0
  75. package/dist/native/icons/native/IconPopdeal.js +6 -0
  76. package/dist/native/icons/native/IconPoppass.js +6 -0
  77. package/dist/native/icons/native/IconPrinter.js +6 -0
  78. package/dist/native/icons/native/IconQuestion.js +6 -0
  79. package/dist/native/icons/native/IconQuestionCircle.js +7 -0
  80. package/dist/native/icons/native/IconQuote.js +9 -0
  81. package/dist/native/icons/native/IconRefresh.js +6 -0
  82. package/dist/native/icons/native/IconReset.js +6 -0
  83. package/dist/native/icons/native/IconRestaurant.js +7 -0
  84. package/dist/native/icons/native/IconSearch.js +6 -0
  85. package/dist/native/icons/native/IconSetting.js +6 -0
  86. package/dist/native/icons/native/IconShare.js +7 -0
  87. package/dist/native/icons/native/IconShop.js +7 -0
  88. package/dist/native/icons/native/IconShoppingBagCheck.js +9 -0
  89. package/dist/native/icons/native/IconSiren.js +6 -0
  90. package/dist/native/icons/native/IconSirenImportant.js +6 -0
  91. package/dist/native/icons/native/IconSmartphone.js +6 -0
  92. package/dist/native/icons/native/IconSound.js +7 -0
  93. package/dist/native/icons/native/IconStar.js +7 -0
  94. package/dist/native/icons/native/IconStore.js +6 -0
  95. package/dist/native/icons/native/IconSwapHorizontal.js +6 -0
  96. package/dist/native/icons/native/IconSwapVertical.js +6 -0
  97. package/dist/native/icons/native/IconText.js +6 -0
  98. package/dist/native/icons/native/IconTicket.js +6 -0
  99. package/dist/native/icons/native/IconTicketPlay.js +6 -0
  100. package/dist/native/icons/native/IconTrash.js +6 -0
  101. package/dist/native/icons/native/IconUser.js +7 -0
  102. package/dist/native/icons/native/IconUserDouble.js +7 -0
  103. package/dist/native/icons/native/IconUserSearch.js +7 -0
  104. package/dist/native/icons/native/IconVisibility.js +6 -0
  105. package/dist/native/icons/native/IconWarningCircle.js +7 -0
  106. package/dist/native/icons/native/IconWarningTriangle.js +7 -0
  107. package/dist/native/icons/native/IconX.js +6 -0
  108. package/dist/native/icons/native/IconXCircle.js +7 -0
  109. package/dist/native/icons/native/index.js +105 -0
  110. package/dist/native/illustrations/native/IllustrationAge12.js +5 -0
  111. package/dist/native/illustrations/native/IllustrationAge15.js +5 -0
  112. package/dist/native/illustrations/native/IllustrationAge19.js +5 -0
  113. package/dist/native/illustrations/native/IllustrationAgeAll.js +5 -0
  114. package/dist/native/illustrations/native/IllustrationAlarm.js +5 -0
  115. package/dist/native/illustrations/native/IllustrationBell.js +5 -0
  116. package/dist/native/illustrations/native/IllustrationCalendar.js +5 -0
  117. package/dist/native/illustrations/native/IllustrationChart.js +5 -0
  118. package/dist/native/illustrations/native/IllustrationChat.js +5 -0
  119. package/dist/native/illustrations/native/IllustrationClapperboard.js +5 -0
  120. package/dist/native/illustrations/native/IllustrationCoinWon.js +5 -0
  121. package/dist/native/illustrations/native/IllustrationCreditcard.js +5 -0
  122. package/dist/native/illustrations/native/IllustrationDiscountcoupon.js +5 -0
  123. package/dist/native/illustrations/native/IllustrationDiscounttagMint.js +5 -0
  124. package/dist/native/illustrations/native/IllustrationDiscounttagPurple.js +5 -0
  125. package/dist/native/illustrations/native/IllustrationDiscounttagRed.js +5 -0
  126. package/dist/native/illustrations/native/IllustrationExel.js +5 -0
  127. package/dist/native/illustrations/native/IllustrationFolder.js +5 -0
  128. package/dist/native/illustrations/native/IllustrationHome.js +5 -0
  129. package/dist/native/illustrations/native/IllustrationLink.js +5 -0
  130. package/dist/native/illustrations/native/IllustrationMappinMint.js +5 -0
  131. package/dist/native/illustrations/native/IllustrationMappinRed.js +5 -0
  132. package/dist/native/illustrations/native/IllustrationMegaphone.js +5 -0
  133. package/dist/native/illustrations/native/IllustrationMoneybag.js +5 -0
  134. package/dist/native/illustrations/native/IllustrationPopcorn.js +5 -0
  135. package/dist/native/illustrations/native/IllustrationShop.js +5 -0
  136. package/dist/native/illustrations/native/IllustrationShoppingbag.js +5 -0
  137. package/dist/native/illustrations/native/IllustrationSoda.js +5 -0
  138. package/dist/native/illustrations/native/IllustrationVendingmachine.js +5 -0
  139. package/dist/native/illustrations/native/index.js +29 -0
  140. package/dist/native/index.native.js +4 -0
  141. package/dist/native/theme/colors/tokens.js +28 -0
  142. package/dist/native/tokens/colors.js +185 -0
  143. package/dist/native/types/icon.native.js +1 -0
  144. package/dist/native/types/illustration.native.js +1 -0
  145. package/dist/types/index.d.ts +17 -3
  146. package/dist/types-native/icons/native/IconArrowDown.d.ts +2 -0
  147. package/dist/types-native/icons/native/IconArrowLeft.d.ts +2 -0
  148. package/dist/types-native/icons/native/IconArrowRight.d.ts +2 -0
  149. package/dist/types-native/icons/native/IconArrowUp.d.ts +2 -0
  150. package/dist/types-native/icons/native/IconBookmark.d.ts +2 -0
  151. package/dist/types-native/icons/native/IconBriefcase.d.ts +2 -0
  152. package/dist/types-native/icons/native/IconCafe.d.ts +2 -0
  153. package/dist/types-native/icons/native/IconCalendar.d.ts +2 -0
  154. package/dist/types-native/icons/native/IconCalendarCancel.d.ts +2 -0
  155. package/dist/types-native/icons/native/IconCamera.d.ts +2 -0
  156. package/dist/types-native/icons/native/IconCameraSwitch.d.ts +2 -0
  157. package/dist/types-native/icons/native/IconCard.d.ts +2 -0
  158. package/dist/types-native/icons/native/IconCards.d.ts +2 -0
  159. package/dist/types-native/icons/native/IconCaretDown.d.ts +2 -0
  160. package/dist/types-native/icons/native/IconCaretUp.d.ts +2 -0
  161. package/dist/types-native/icons/native/IconCaution.d.ts +2 -0
  162. package/dist/types-native/icons/native/IconChartBar.d.ts +2 -0
  163. package/dist/types-native/icons/native/IconCheck.d.ts +2 -0
  164. package/dist/types-native/icons/native/IconCheckBadge.d.ts +2 -0
  165. package/dist/types-native/icons/native/IconCheckCircle.d.ts +2 -0
  166. package/dist/types-native/icons/native/IconChevronDown.d.ts +2 -0
  167. package/dist/types-native/icons/native/IconChevronLeft.d.ts +2 -0
  168. package/dist/types-native/icons/native/IconChevronLeftDouble.d.ts +2 -0
  169. package/dist/types-native/icons/native/IconChevronRight.d.ts +2 -0
  170. package/dist/types-native/icons/native/IconChevronRightDouble.d.ts +2 -0
  171. package/dist/types-native/icons/native/IconChevronUp.d.ts +2 -0
  172. package/dist/types-native/icons/native/IconChevronUpDown.d.ts +2 -0
  173. package/dist/types-native/icons/native/IconClock.d.ts +2 -0
  174. package/dist/types-native/icons/native/IconCoffee.d.ts +2 -0
  175. package/dist/types-native/icons/native/IconCopy.d.ts +2 -0
  176. package/dist/types-native/icons/native/IconCreditCard.d.ts +2 -0
  177. package/dist/types-native/icons/native/IconDev.d.ts +2 -0
  178. package/dist/types-native/icons/native/IconDirection.d.ts +2 -0
  179. package/dist/types-native/icons/native/IconDragMenu.d.ts +2 -0
  180. package/dist/types-native/icons/native/IconEdit.d.ts +2 -0
  181. package/dist/types-native/icons/native/IconEditNote.d.ts +2 -0
  182. package/dist/types-native/icons/native/IconExport.d.ts +2 -0
  183. package/dist/types-native/icons/native/IconExternalLink.d.ts +2 -0
  184. package/dist/types-native/icons/native/IconFilter.d.ts +2 -0
  185. package/dist/types-native/icons/native/IconGift.d.ts +2 -0
  186. package/dist/types-native/icons/native/IconGrid.d.ts +2 -0
  187. package/dist/types-native/icons/native/IconHamburger.d.ts +2 -0
  188. package/dist/types-native/icons/native/IconHeart.d.ts +2 -0
  189. package/dist/types-native/icons/native/IconHelp.d.ts +2 -0
  190. package/dist/types-native/icons/native/IconHome.d.ts +2 -0
  191. package/dist/types-native/icons/native/IconInfoCircle.d.ts +2 -0
  192. package/dist/types-native/icons/native/IconKebap.d.ts +2 -0
  193. package/dist/types-native/icons/native/IconLike.d.ts +2 -0
  194. package/dist/types-native/icons/native/IconLink.d.ts +2 -0
  195. package/dist/types-native/icons/native/IconList.d.ts +2 -0
  196. package/dist/types-native/icons/native/IconListBullet.d.ts +2 -0
  197. package/dist/types-native/icons/native/IconListNumber.d.ts +2 -0
  198. package/dist/types-native/icons/native/IconLocation.d.ts +2 -0
  199. package/dist/types-native/icons/native/IconMail.d.ts +2 -0
  200. package/dist/types-native/icons/native/IconMap.d.ts +2 -0
  201. package/dist/types-native/icons/native/IconMapMarker.d.ts +2 -0
  202. package/dist/types-native/icons/native/IconMeatBall.d.ts +2 -0
  203. package/dist/types-native/icons/native/IconMenu.d.ts +2 -0
  204. package/dist/types-native/icons/native/IconMenuCheck.d.ts +2 -0
  205. package/dist/types-native/icons/native/IconMessage.d.ts +2 -0
  206. package/dist/types-native/icons/native/IconMinus.d.ts +2 -0
  207. package/dist/types-native/icons/native/IconMoneyCircle.d.ts +2 -0
  208. package/dist/types-native/icons/native/IconNote.d.ts +2 -0
  209. package/dist/types-native/icons/native/IconNotification.d.ts +2 -0
  210. package/dist/types-native/icons/native/IconPercentBadge.d.ts +2 -0
  211. package/dist/types-native/icons/native/IconPhoneClock.d.ts +2 -0
  212. package/dist/types-native/icons/native/IconPhoto.d.ts +2 -0
  213. package/dist/types-native/icons/native/IconPlayCircle.d.ts +2 -0
  214. package/dist/types-native/icons/native/IconPlus.d.ts +2 -0
  215. package/dist/types-native/icons/native/IconPlusCircle.d.ts +2 -0
  216. package/dist/types-native/icons/native/IconPopcorn.d.ts +2 -0
  217. package/dist/types-native/icons/native/IconPopdeal.d.ts +2 -0
  218. package/dist/types-native/icons/native/IconPoppass.d.ts +2 -0
  219. package/dist/types-native/icons/native/IconPrinter.d.ts +2 -0
  220. package/dist/types-native/icons/native/IconQuestion.d.ts +2 -0
  221. package/dist/types-native/icons/native/IconQuestionCircle.d.ts +2 -0
  222. package/dist/types-native/icons/native/IconQuote.d.ts +2 -0
  223. package/dist/types-native/icons/native/IconRefresh.d.ts +2 -0
  224. package/dist/types-native/icons/native/IconReset.d.ts +2 -0
  225. package/dist/types-native/icons/native/IconRestaurant.d.ts +2 -0
  226. package/dist/types-native/icons/native/IconSearch.d.ts +2 -0
  227. package/dist/types-native/icons/native/IconSetting.d.ts +2 -0
  228. package/dist/types-native/icons/native/IconShare.d.ts +2 -0
  229. package/dist/types-native/icons/native/IconShop.d.ts +2 -0
  230. package/dist/types-native/icons/native/IconShoppingBagCheck.d.ts +2 -0
  231. package/dist/types-native/icons/native/IconSiren.d.ts +2 -0
  232. package/dist/types-native/icons/native/IconSirenImportant.d.ts +2 -0
  233. package/dist/types-native/icons/native/IconSmartphone.d.ts +2 -0
  234. package/dist/types-native/icons/native/IconSound.d.ts +2 -0
  235. package/dist/types-native/icons/native/IconStar.d.ts +2 -0
  236. package/dist/types-native/icons/native/IconStore.d.ts +2 -0
  237. package/dist/types-native/icons/native/IconSwapHorizontal.d.ts +2 -0
  238. package/dist/types-native/icons/native/IconSwapVertical.d.ts +2 -0
  239. package/dist/types-native/icons/native/IconText.d.ts +2 -0
  240. package/dist/types-native/icons/native/IconTicket.d.ts +2 -0
  241. package/dist/types-native/icons/native/IconTicketPlay.d.ts +2 -0
  242. package/dist/types-native/icons/native/IconTrash.d.ts +2 -0
  243. package/dist/types-native/icons/native/IconUser.d.ts +2 -0
  244. package/dist/types-native/icons/native/IconUserDouble.d.ts +2 -0
  245. package/dist/types-native/icons/native/IconUserSearch.d.ts +2 -0
  246. package/dist/types-native/icons/native/IconVisibility.d.ts +2 -0
  247. package/dist/types-native/icons/native/IconWarningCircle.d.ts +2 -0
  248. package/dist/types-native/icons/native/IconWarningTriangle.d.ts +2 -0
  249. package/dist/types-native/icons/native/IconX.d.ts +2 -0
  250. package/dist/types-native/icons/native/IconXCircle.d.ts +2 -0
  251. package/dist/types-native/icons/native/index.d.ts +105 -0
  252. package/dist/types-native/illustrations/native/IllustrationAge12.d.ts +2 -0
  253. package/dist/types-native/illustrations/native/IllustrationAge15.d.ts +2 -0
  254. package/dist/types-native/illustrations/native/IllustrationAge19.d.ts +2 -0
  255. package/dist/types-native/illustrations/native/IllustrationAgeAll.d.ts +2 -0
  256. package/dist/types-native/illustrations/native/IllustrationAlarm.d.ts +2 -0
  257. package/dist/types-native/illustrations/native/IllustrationBell.d.ts +2 -0
  258. package/dist/types-native/illustrations/native/IllustrationCalendar.d.ts +2 -0
  259. package/dist/types-native/illustrations/native/IllustrationChart.d.ts +2 -0
  260. package/dist/types-native/illustrations/native/IllustrationChat.d.ts +2 -0
  261. package/dist/types-native/illustrations/native/IllustrationClapperboard.d.ts +2 -0
  262. package/dist/types-native/illustrations/native/IllustrationCoinWon.d.ts +2 -0
  263. package/dist/types-native/illustrations/native/IllustrationCreditcard.d.ts +2 -0
  264. package/dist/types-native/illustrations/native/IllustrationDiscountcoupon.d.ts +2 -0
  265. package/dist/types-native/illustrations/native/IllustrationDiscounttagMint.d.ts +2 -0
  266. package/dist/types-native/illustrations/native/IllustrationDiscounttagPurple.d.ts +2 -0
  267. package/dist/types-native/illustrations/native/IllustrationDiscounttagRed.d.ts +2 -0
  268. package/dist/types-native/illustrations/native/IllustrationExel.d.ts +2 -0
  269. package/dist/types-native/illustrations/native/IllustrationFolder.d.ts +2 -0
  270. package/dist/types-native/illustrations/native/IllustrationHome.d.ts +2 -0
  271. package/dist/types-native/illustrations/native/IllustrationLink.d.ts +2 -0
  272. package/dist/types-native/illustrations/native/IllustrationMappinMint.d.ts +2 -0
  273. package/dist/types-native/illustrations/native/IllustrationMappinRed.d.ts +2 -0
  274. package/dist/types-native/illustrations/native/IllustrationMegaphone.d.ts +2 -0
  275. package/dist/types-native/illustrations/native/IllustrationMoneybag.d.ts +2 -0
  276. package/dist/types-native/illustrations/native/IllustrationPopcorn.d.ts +2 -0
  277. package/dist/types-native/illustrations/native/IllustrationShop.d.ts +2 -0
  278. package/dist/types-native/illustrations/native/IllustrationShoppingbag.d.ts +2 -0
  279. package/dist/types-native/illustrations/native/IllustrationSoda.d.ts +2 -0
  280. package/dist/types-native/illustrations/native/IllustrationVendingmachine.d.ts +2 -0
  281. package/dist/types-native/illustrations/native/index.d.ts +29 -0
  282. package/dist/types-native/index.native.d.ts +6 -0
  283. package/dist/types-native/theme/colors/tokens.d.ts +20 -0
  284. package/dist/types-native/tokens/colors.d.ts +185 -0
  285. package/dist/types-native/types/icon.native.d.ts +15 -0
  286. package/dist/types-native/types/illustration.native.d.ts +4 -0
  287. package/package.json +24 -6
@@ -0,0 +1,105 @@
1
+ export { default as IconArrowDown } from './IconArrowDown';
2
+ export { default as IconArrowLeft } from './IconArrowLeft';
3
+ export { default as IconArrowRight } from './IconArrowRight';
4
+ export { default as IconArrowUp } from './IconArrowUp';
5
+ export { default as IconBookmark } from './IconBookmark';
6
+ export { default as IconBriefcase } from './IconBriefcase';
7
+ export { default as IconCafe } from './IconCafe';
8
+ export { default as IconCalendar } from './IconCalendar';
9
+ export { default as IconCalendarCancel } from './IconCalendarCancel';
10
+ export { default as IconCamera } from './IconCamera';
11
+ export { default as IconCameraSwitch } from './IconCameraSwitch';
12
+ export { default as IconCard } from './IconCard';
13
+ export { default as IconCards } from './IconCards';
14
+ export { default as IconCaretDown } from './IconCaretDown';
15
+ export { default as IconCaretUp } from './IconCaretUp';
16
+ export { default as IconCaution } from './IconCaution';
17
+ export { default as IconChartBar } from './IconChartBar';
18
+ export { default as IconCheck } from './IconCheck';
19
+ export { default as IconCheckBadge } from './IconCheckBadge';
20
+ export { default as IconCheckCircle } from './IconCheckCircle';
21
+ export { default as IconChevronDown } from './IconChevronDown';
22
+ export { default as IconChevronLeft } from './IconChevronLeft';
23
+ export { default as IconChevronLeftDouble } from './IconChevronLeftDouble';
24
+ export { default as IconChevronRight } from './IconChevronRight';
25
+ export { default as IconChevronRightDouble } from './IconChevronRightDouble';
26
+ export { default as IconChevronUp } from './IconChevronUp';
27
+ export { default as IconChevronUpDown } from './IconChevronUpDown';
28
+ export { default as IconClock } from './IconClock';
29
+ export { default as IconCoffee } from './IconCoffee';
30
+ export { default as IconCopy } from './IconCopy';
31
+ export { default as IconCreditCard } from './IconCreditCard';
32
+ export { default as IconDev } from './IconDev';
33
+ export { default as IconDirection } from './IconDirection';
34
+ export { default as IconDragMenu } from './IconDragMenu';
35
+ export { default as IconEdit } from './IconEdit';
36
+ export { default as IconEditNote } from './IconEditNote';
37
+ export { default as IconExport } from './IconExport';
38
+ export { default as IconExternalLink } from './IconExternalLink';
39
+ export { default as IconFilter } from './IconFilter';
40
+ export { default as IconGift } from './IconGift';
41
+ export { default as IconGrid } from './IconGrid';
42
+ export { default as IconHamburger } from './IconHamburger';
43
+ export { default as IconHeart } from './IconHeart';
44
+ export { default as IconHelp } from './IconHelp';
45
+ export { default as IconHome } from './IconHome';
46
+ export { default as IconInfoCircle } from './IconInfoCircle';
47
+ export { default as IconKebap } from './IconKebap';
48
+ export { default as IconLike } from './IconLike';
49
+ export { default as IconLink } from './IconLink';
50
+ export { default as IconList } from './IconList';
51
+ export { default as IconListBullet } from './IconListBullet';
52
+ export { default as IconListNumber } from './IconListNumber';
53
+ export { default as IconLocation } from './IconLocation';
54
+ export { default as IconMail } from './IconMail';
55
+ export { default as IconMap } from './IconMap';
56
+ export { default as IconMapMarker } from './IconMapMarker';
57
+ export { default as IconMeatBall } from './IconMeatBall';
58
+ export { default as IconMenu } from './IconMenu';
59
+ export { default as IconMenuCheck } from './IconMenuCheck';
60
+ export { default as IconMessage } from './IconMessage';
61
+ export { default as IconMinus } from './IconMinus';
62
+ export { default as IconMoneyCircle } from './IconMoneyCircle';
63
+ export { default as IconNote } from './IconNote';
64
+ export { default as IconNotification } from './IconNotification';
65
+ export { default as IconPercentBadge } from './IconPercentBadge';
66
+ export { default as IconPhoneClock } from './IconPhoneClock';
67
+ export { default as IconPhoto } from './IconPhoto';
68
+ export { default as IconPlayCircle } from './IconPlayCircle';
69
+ export { default as IconPlus } from './IconPlus';
70
+ export { default as IconPlusCircle } from './IconPlusCircle';
71
+ export { default as IconPopcorn } from './IconPopcorn';
72
+ export { default as IconPopdeal } from './IconPopdeal';
73
+ export { default as IconPoppass } from './IconPoppass';
74
+ export { default as IconPrinter } from './IconPrinter';
75
+ export { default as IconQuestion } from './IconQuestion';
76
+ export { default as IconQuestionCircle } from './IconQuestionCircle';
77
+ export { default as IconQuote } from './IconQuote';
78
+ export { default as IconRefresh } from './IconRefresh';
79
+ export { default as IconReset } from './IconReset';
80
+ export { default as IconRestaurant } from './IconRestaurant';
81
+ export { default as IconSearch } from './IconSearch';
82
+ export { default as IconSetting } from './IconSetting';
83
+ export { default as IconShare } from './IconShare';
84
+ export { default as IconShop } from './IconShop';
85
+ export { default as IconShoppingBagCheck } from './IconShoppingBagCheck';
86
+ export { default as IconSiren } from './IconSiren';
87
+ export { default as IconSirenImportant } from './IconSirenImportant';
88
+ export { default as IconSmartphone } from './IconSmartphone';
89
+ export { default as IconSound } from './IconSound';
90
+ export { default as IconStar } from './IconStar';
91
+ export { default as IconStore } from './IconStore';
92
+ export { default as IconSwapHorizontal } from './IconSwapHorizontal';
93
+ export { default as IconSwapVertical } from './IconSwapVertical';
94
+ export { default as IconText } from './IconText';
95
+ export { default as IconTicket } from './IconTicket';
96
+ export { default as IconTicketPlay } from './IconTicketPlay';
97
+ export { default as IconTrash } from './IconTrash';
98
+ export { default as IconUser } from './IconUser';
99
+ export { default as IconUserDouble } from './IconUserDouble';
100
+ export { default as IconUserSearch } from './IconUserSearch';
101
+ export { default as IconVisibility } from './IconVisibility';
102
+ export { default as IconWarningCircle } from './IconWarningCircle';
103
+ export { default as IconWarningTriangle } from './IconWarningTriangle';
104
+ export { default as IconX } from './IconX';
105
+ export { default as IconXCircle } from './IconXCircle';
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { ClipPath, Defs, G, Path, Svg } from 'react-native-svg';
3
+ export default function IllustrationAge12({ size = 24, ...props }) {
4
+ return (_jsxs(Svg, { width: size, height: size, fill: "none", viewBox: "0 0 24 24", ...props, children: [_jsxs(G, { clipPath: "url(#clip0_437_2294)", children: [_jsx(Path, { fill: "#EABC00", d: "M21.294 24H2.706A2.705 2.705 0 0 1 0 21.295V2.705A2.706 2.706 0 0 1 2.706 0h18.588A2.707 2.707 0 0 1 24 2.706v18.59A2.706 2.706 0 0 1 21.294 24" }), _jsx(Path, { fill: "#fff", d: "M5.192 20.269V8.341h-1.32l1.71-4.61h3.312v16.538zM19.565 3.731h-9.047a.37.37 0 0 0-.369.369v4.999h3.616V6.847h2.555v1.991l-6.301 8.985v2.426h9.873v-3.227H14.61l4.61-6.472q.217-.304.347-.531t.216-.444q.086-.216.119-.476.032-.26.032-.628V4.1a.37.37 0 0 0-.37-.37" })] }), _jsx(Defs, { children: _jsx(ClipPath, { id: "clip0_437_2294", children: _jsx(Path, { fill: "#fff", d: "M0 0h24v24H0z" }) }) })] }));
5
+ }
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { ClipPath, Defs, G, Path, Svg } from 'react-native-svg';
3
+ export default function IllustrationAge15({ size = 24, ...props }) {
4
+ return (_jsxs(Svg, { width: size, height: size, fill: "none", viewBox: "0 0 24 24", ...props, children: [_jsxs(G, { clipPath: "url(#clip0_435_2288)", children: [_jsx(Path, { fill: "#DC7317", d: "M21.295 24H2.705A2.706 2.706 0 0 1 0 21.295V2.705A2.706 2.706 0 0 1 2.705 0h18.59A2.706 2.706 0 0 1 24 2.705v18.59A2.706 2.706 0 0 1 21.295 24" }), _jsx(Path, { fill: "#fff", d: "M5.182 20.27V8.341H3.86L5.57 3.73h3.313v16.54zM19.576 9.38h-5.801V6.955h6.062V3.73h-9.699v8.81h6.214v4.611h-2.62v-2.165h-3.594v4.913c0 .204.166.37.37.37h9.068a.37.37 0 0 0 .369-.37V9.75a.37.37 0 0 0-.37-.369" })] }), _jsx(Defs, { children: _jsx(ClipPath, { id: "clip0_435_2288", children: _jsx(Path, { fill: "#fff", d: "M0 0h24v24H0z" }) }) })] }));
5
+ }
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { ClipPath, Defs, G, Path, Svg } from 'react-native-svg';
3
+ export default function IllustrationAge19({ size = 24, ...props }) {
4
+ return (_jsxs(Svg, { width: size, height: size, fill: "none", viewBox: "0 0 24 24", ...props, children: [_jsxs(G, { clipPath: "url(#clip0_437_2303)", children: [_jsx(Path, { fill: "#D92C35", d: "M21.295 24H2.705A2.704 2.704 0 0 1 0 21.295V2.705A2.705 2.705 0 0 1 2.705 0h18.59A2.706 2.706 0 0 1 24 2.705v18.59A2.705 2.705 0 0 1 21.295 24" }), _jsx(Path, { fill: "#fff", d: "M13.734 7.142a.37.37 0 0 1 .37-.37h1.9a.37.37 0 0 1 .37.37v2.894a.37.37 0 0 1-.37.37h-1.9a.37.37 0 0 1-.37-.37V7.142M19.64 3.73h-9.197a.37.37 0 0 0-.37.37v8.329a.74.74 0 0 0 .737.74h5.607v3.983h-2.62v-2.165h-3.594V19.9c0 .204.165.37.37.37h9.068a.37.37 0 0 0 .369-.37V4.1a.37.37 0 0 0-.37-.37M5.084 20.269V8.34h-1.32l1.71-4.61h3.312v16.54z" })] }), _jsx(Defs, { children: _jsx(ClipPath, { id: "clip0_437_2303", children: _jsx(Path, { fill: "#fff", d: "M0 0h24v24H0z" }) }) })] }));
5
+ }
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { ClipPath, Defs, G, Path, Svg } from 'react-native-svg';
3
+ export default function IllustrationAgeAll({ size = 24, ...props }) {
4
+ return (_jsxs(Svg, { width: size, height: size, fill: "none", viewBox: "0 0 24 24", ...props, children: [_jsxs(G, { clipPath: "url(#clip0_437_2312)", children: [_jsx(Path, { fill: "#00964B", d: "M21.295 24H2.706A2.706 2.706 0 0 1 0 21.294V2.706A2.706 2.706 0 0 1 2.706 0h18.589A2.705 2.705 0 0 1 24 2.706v18.588A2.705 2.705 0 0 1 21.295 24" }), _jsx(Path, { fill: "#fff", d: "m6.958 18.154-.291-1.84-2.13.001-.291 1.838-2.744.001v-.033L4.1 5.824h3.002L9.7 18.122l.001.032zM5.6 9.794l-.678 4.196h1.356zm4.583 8.36V5.824h2.744v9.86h3.228v2.47zm6.553 0V5.823h2.744l-.001 9.862h3.23v2.47z" })] }), _jsx(Defs, { children: _jsx(ClipPath, { id: "clip0_437_2312", children: _jsx(Path, { fill: "#fff", d: "M0 0h24v24H0z" }) }) })] }));
5
+ }
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { Path, Svg } from 'react-native-svg';
3
+ export default function IllustrationAlarm({ size = 24, ...props }) {
4
+ return (_jsxs(Svg, { width: size, height: size, fill: "none", viewBox: "0 0 20 20", ...props, children: [_jsx(Path, { fill: "#2E90FA", d: "M2.586 5.397a2.5 2.5 0 1 1 4.33-2.5l.417.722-4.33 2.5zM17.414 5.397a2.5 2.5 0 0 0-4.33-2.5l-.417.722 4.33 2.5z" }), _jsx(Path, { stroke: "#2E90FA", strokeLinecap: "round", strokeMiterlimit: "10", strokeWidth: "1.25", d: "M10 2.75v-1" }), _jsx(Path, { fill: "#D8F0FF", stroke: "#84CAFF", strokeMiterlimit: "10", strokeWidth: "1.25", d: "M10 18.25a7.5 7.5 0 1 0 0-15 7.5 7.5 0 0 0 0 15Z" }), _jsx(Path, { stroke: "#2E90FA", strokeLinecap: "round", strokeMiterlimit: "10", strokeWidth: "1.25", d: "m10.1 10.75 2.9-3M8 9l2.102 2" })] }));
5
+ }
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { Path, Rect, Svg } from 'react-native-svg';
3
+ export default function IllustrationBell({ size = 24, ...props }) {
4
+ return (_jsxs(Svg, { width: size, height: size, fill: "none", viewBox: "0 0 24 24", ...props, children: [_jsx(Rect, { width: "2.4", height: "4.2", x: "10.8", y: "1.8", fill: "#FF922B", rx: "1.2" }), _jsx(Path, { fill: "#FF922B", d: "M15.23 18.775c0 1.77-1.44 3.21-3.21 3.21s-3.21-1.44-3.21-3.21" }), _jsx(Path, { fill: "#FCC419", d: "M19.43 18.775H4.56c-.8 0-1.32-.83-.97-1.55l1.29-2.63c.07-.15.11-.31.11-.47v-3.9c0-3.87 3.14-7.01 7.01-7.01s7.01 3.14 7.01 7.01v3.9c0 .16.04.33.11.47l1.29 2.63c.35.71-.17 1.55-.97 1.55z" })] }));
5
+ }
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { Path, Rect, Svg } from 'react-native-svg';
3
+ export default function IllustrationCalendar({ size = 24, ...props }) {
4
+ return (_jsxs(Svg, { width: size, height: size, fill: "none", viewBox: "0 0 24 24", ...props, children: [_jsx(Rect, { width: "18", height: "17", x: "3", y: "4", fill: "#F6F6F6", rx: "1.889" }), _jsx(Path, { fill: "#FA5252", d: "M3 5.889C3 4.846 3.846 4 4.889 4H19.11C20.154 4 21 4.846 21 5.889V10H3z" }), _jsx(Path, { stroke: "#D8D8D8", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "M7 3v3M16.444 3v3" }), _jsx(Path, { fill: "#4A4A4A", d: "M14.217 19.008c-1.572 0-2.383-.937-2.383-3.504S12.62 12 14.217 12c1.472 0 2.384.803 2.384 3.504 0 2.676-.87 3.504-2.384 3.504m0-1.196c.745 0 1.088-.468 1.088-2.308 0-1.923-.402-2.308-1.088-2.308-.76 0-1.087.518-1.087 2.308 0 1.815.351 2.308 1.087 2.308M9.448 18.883c-.009-.711-.009-3.53-.009-5.361a11 11 0 0 1-.978.602 3.8 3.8 0 0 1-.619-1.062c.61-.376 1.363-.828 1.606-.962a11 11 0 0 1 1.304 0c.025 1.046.034 5.394 0 6.783-.284.05-1.003.05-1.304 0" })] }));
5
+ }
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { Rect, Svg } from 'react-native-svg';
3
+ export default function IllustrationChart({ size = 24, ...props }) {
4
+ return (_jsxs(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: "none", ...props, children: [_jsx(Rect, { x: "3.5", y: "13.8889", width: "3.77778", height: "6.61111", rx: "1", fill: "#6DE372" }), _jsx(Rect, { x: "10.1113", y: "3.5", width: "3.77778", height: "17", rx: "1", fill: "#30CC37" }), _jsx(Rect, { x: "16.7227", y: "9.16669", width: "3.77778", height: "11.3333", rx: "1", fill: "#6DE372" })] }));
5
+ }
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { Path, Svg } from 'react-native-svg';
3
+ export default function IllustrationChat({ size = 24, ...props }) {
4
+ return (_jsxs(Svg, { width: size, height: size, fill: "none", viewBox: "0 0 24 24", ...props, children: [_jsx(Path, { fill: "#CDF0FF", d: "M2.794 12.24h1.242c.24 0 .459.116.59.315l1.172 1.741a.352.352 0 0 0 .59 0l1.145-1.735a.72.72 0 0 1 .596-.322h5.534c.788 0 1.42-.638 1.42-1.42V4.793c0-.788-.638-1.419-1.42-1.419H2.794c-.788 0-1.419.638-1.419 1.42v6.027c0 .788.638 1.42 1.42 1.42" }), _jsx(Path, { fill: "#fff", d: "M8.232 8.351a.713.713 0 1 1 0-1.426.713.713 0 0 1 0 1.426M5.386 8.351a.713.713 0 1 1 0-1.426.713.713 0 0 1 0 1.426M11.077 8.351a.713.713 0 1 1 0-1.426.713.713 0 0 1 0 1.426" }), _jsx(Path, { fill: "#97E0FF", d: "M21.206 18.41h-1.241c-.24 0-.46.117-.59.316l-1.173 1.742a.352.352 0 0 1-.59 0l-1.144-1.735a.72.72 0 0 0-.597-.323h-5.534c-.788 0-1.419-.637-1.419-1.419v-6.027c0-.789.638-1.42 1.42-1.42h10.868c.788 0 1.42.638 1.42 1.42v6.027c0 .789-.639 1.42-1.42 1.42" }), _jsx(Path, { fill: "#fff", d: "M15.768 14.523a.713.713 0 1 0 0-1.427.713.713 0 0 0 0 1.427M18.614 14.523a.713.713 0 1 0 0-1.427.713.713 0 0 0 0 1.427M12.923 14.523a.713.713 0 1 0 0-1.427.713.713 0 0 0 0 1.427" })] }));
5
+ }
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { ClipPath, Defs, G, LinearGradient, Mask, Path, Stop, Svg } from 'react-native-svg';
3
+ export default function IllustrationClapperboard({ size = 24, ...props }) {
4
+ return (_jsxs(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: "none", ...props, children: [_jsxs(G, { clipPath: "url(#clip0_371_2261)", children: [_jsx(Path, { fill: "url(#paint0_linear_371_2261)", d: "M21.32 19.389c0 1.161-.94 2.111-2.089 2.111H5.651c-1.148 0-2.088-.95-2.088-2.111v-6.861c0-1.161.94-2.111 2.089-2.111H19.23c1.149 0 2.09.95 2.09 2.11z" }), _jsx(Path, { fill: "#fff", d: "M3.563 11.25c0-.46.373-.833.833-.833h16.09c.461 0 .834.373.834.833v2.861H3.563z" }), _jsx(Mask, { id: "mask0_371_2261", width: "19", height: "5", x: "3", y: "10", maskUnits: "userSpaceOnUse", style: { maskType: 'alpha' }, children: _jsx(Path, { fill: "#DFE2F6", d: "M3.563 11.25c0-.46.373-.833.833-.833h16.09c.461 0 .834.373.834.833v2.861H3.563z" }) }), _jsx(G, { mask: "url(#mask0_371_2261)", children: _jsx(Path, { fill: "url(#paint1_linear_371_2261)", d: "M3.563 10.417h2.089l-2.09 3.694zm5.745 0-2.09 3.694h3.656l2.09-3.694zm7.312 0-2.09 3.694h3.656l2.09-3.694z" }) }), _jsx(Path, { fill: "#fff", d: "M2.878 7.637a.833.833 0 0 1 .606-1.008L19.1 2.704a.833.833 0 0 1 1.013.61l.484 1.965a.833.833 0 0 1-.606 1.008L4.375 10.213a.833.833 0 0 1-1.013-.61z" }), _jsx(Mask, { id: "mask1_371_2261", width: "19", height: "9", x: "2", y: "2", maskUnits: "userSpaceOnUse", style: { maskType: 'alpha' }, children: _jsx(Path, { fill: "#DFE2F6", d: "M2.878 7.637a.833.833 0 0 1 .606-1.008L19.1 2.704a.833.833 0 0 1 1.013.61l.484 1.965a.833.833 0 0 1-.606 1.008L4.375 10.213a.833.833 0 0 1-1.013-.61z" }) }), _jsx(G, { mask: "url(#mask1_371_2261)", children: _jsx(Path, { fill: "url(#paint2_linear_371_2261)", d: "m2.68 6.831 2.91 3.076-2.027.51zm10.006 1.292-2.91-3.075-3.548.892 2.91 3.075zm7.096-1.783-2.91-3.076-3.549.892 2.91 3.075z" }) })] }), _jsxs(Defs, { children: [_jsxs(LinearGradient, { id: "paint0_linear_371_2261", x1: "5.329", x2: "8.73", y1: "10.417", y2: "24.175", gradientUnits: "userSpaceOnUse", children: [_jsx(Stop, { offset: "0.019", stopColor: "#FF9E9E" }), _jsx(Stop, { offset: "1", stopColor: "#C09AFF" })] }), _jsxs(LinearGradient, { id: "paint1_linear_371_2261", x1: "5.225", x2: "5.648", y1: "10.417", y2: "15.246", gradientUnits: "userSpaceOnUse", children: [_jsx(Stop, { offset: "0.019", stopColor: "#FF9E9E" }), _jsx(Stop, { offset: "1", stopColor: "#C09AFF" })] }), _jsxs(LinearGradient, { id: "paint2_linear_371_2261", x1: "4.381", x2: "5.9", y1: "3.264", y2: "12.434", gradientUnits: "userSpaceOnUse", children: [_jsx(Stop, { offset: "0.019", stopColor: "#FF9E9E" }), _jsx(Stop, { offset: "1", stopColor: "#C09AFF" })] }), _jsx(ClipPath, { id: "clip0_371_2261", children: _jsx(Path, { fill: "#fff", d: "M2.599 2.5h18.802v19H2.599z" }) })] })] }));
5
+ }
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { Circle, Path, Svg } from 'react-native-svg';
3
+ export default function IllustrationCoinWon({ size = 24, ...props }) {
4
+ return (_jsxs(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: "none", ...props, children: [_jsx(Circle, { cx: "12", cy: "12", r: "8.95", fill: "#FCC419", stroke: "#FFDC72", strokeWidth: "2.1" }), _jsx(Path, { d: "M8.3406 13.0315H7.11914V12.0275H8.08962L7.24184 8.64758H8.70314L9.38916 12.0275H10.5604L11.2353 8.64758H12.7635L13.4384 12.0275H14.5929L15.2734 8.64758H16.757L15.9148 12.0275H16.8797V13.0315H15.6638L14.816 16.4114H13.2209L12.546 13.0315H11.4417L10.7668 16.4114H9.1828L8.3406 13.0315ZM12.0273 10.4547H11.9604L11.6425 12.0275H12.3452L12.0273 10.4547ZM9.9246 14.6824H10.0306L10.3596 13.0315H9.58995L9.9246 14.6824ZM13.9682 14.6824H14.0575L14.3921 13.0315H13.6392L13.9682 14.6824Z", fill: "white" })] }));
5
+ }
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { Circle, ClipPath, Defs, G, Path, Rect, Svg } from 'react-native-svg';
3
+ export default function IllustrationCreditcard({ size = 24, ...props }) {
4
+ return (_jsxs(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: "none", ...props, children: [_jsxs(G, { clipPath: "url(#clip0_32_2248)", children: [_jsx(Rect, { width: "20", height: "12.632", x: "0.182", y: "11.53", fill: "#84CAFF", rx: "1.579", transform: "rotate(-30 .182 11.53)" }), _jsx(Path, { fill: "#53B1FD", d: "m1.46 13.744 17.32-10 1.053 1.823-17.32 10z" }), _jsx(Rect, { width: "7.622", height: "1.892", x: "14.488", y: "20.137", fill: "#FCC419", rx: "0.499" }), _jsx(Rect, { width: "7.622", height: "1.892", x: "15.646", y: "18.246", fill: "#FFDC72", rx: "0.499" }), _jsx(Rect, { width: "7.622", height: "1.892", x: "14.488", y: "16.354", fill: "#FCC419", rx: "0.499" }), _jsx(Circle, { cx: "19.94", cy: "11.62", r: "1.089", fill: "#FFDC72", transform: "rotate(-30.34 19.94 11.62)" }), _jsx(Circle, { cx: "18.641", cy: "12.38", r: "1.089", fill: "#FF922B", transform: "rotate(-30.34 18.641 12.38)" })] }), _jsx(Defs, { children: _jsx(ClipPath, { id: "clip0_32_2248", children: _jsx(Path, { fill: "#fff", d: "M0 0h24v24H0z" }) }) })] }));
5
+ }
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { Circle, Path, Rect, Svg } from 'react-native-svg';
3
+ export default function IllustrationDiscountcoupon({ size = 24, ...props }) {
4
+ return (_jsxs(Svg, { width: size, height: size, fill: "none", viewBox: "0 0 44 30", ...props, children: [_jsx(Path, { fill: "#D8F0FF", d: "M40.106 26.462a1.36 1.36 0 0 1-1.559 1.126L4.454 22.096a1.36 1.36 0 0 1-1.126-1.558l.607-3.77c.12-.74.869-1.207 1.536-1.552a2.14 2.14 0 0 0-.425-3.968.23.23 0 0 1-.18-.261l1.11-6.89a1.36 1.36 0 0 1 1.558-1.126l34.094 5.492a1.36 1.36 0 0 1 1.126 1.559z" }), _jsx(Path, { fill: "#84CAFF", d: "M37.734 1.316a1.737 1.737 0 0 1 2.024 1.392l1.24 6.707a2.14 2.14 0 0 0 .562 4.236l.217-.03 1.143 6.181a1.737 1.737 0 0 1-1.392 2.024L5.502 28.489a1.737 1.737 0 0 1-2.024-1.391l-1.143-6.18a2.14 2.14 0 0 0-.779-4.209l-1.24-6.705a1.737 1.737 0 0 1 1.392-2.025z" }), _jsx(Path, { fill: "#fff", d: "M15.6 19.678c-1.2.24-2.125-.009-2.963-.526l.823-1.472c.644.354 1.22.52 1.792.407.62-.124.935-.51.838-.993l-.004-.02c-.096-.483-.563-.702-1.153-.584-.416.083-.736.298-1.016.555l-1.237-.397-.492-3.475 4.529-.904.309 1.549-3.049.608.147 1.038a2.44 2.44 0 0 1 1.036-.459c1.22-.243 2.458.214 2.752 1.685l.003.02c.302 1.51-.67 2.64-2.315 2.968m6.686-1.335c-1.936.386-3.443-.963-3.826-2.88l-.003-.019c-.383-1.916.516-3.766 2.441-4.15 1.926-.385 3.443.962 3.826 2.878l.004.02c.382 1.916-.507 3.764-2.442 4.15m-.313-1.669c.755-.15 1.086-1.012.872-2.086l-.004-.02c-.215-1.074-.884-1.755-1.63-1.606s-1.087 1.002-.871 2.086l.004.02c.216 1.083.874 1.757 1.629 1.606" }), _jsx(Circle, { cx: "27.206", cy: "11.319", r: "1.147", fill: "#fff", transform: "rotate(-56.292 27.206 11.32)" }), _jsx(Circle, { cx: "32.454", cy: "14.822", r: "1.147", fill: "#fff", transform: "rotate(-56.292 32.454 14.822)" }), _jsx(Rect, { width: "9.177", height: "1.721", x: "26.567", y: "16.41", fill: "#fff", rx: "0.86", transform: "rotate(-56.292 26.567 16.41)" })] }));
5
+ }
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { Circle, Path, Svg } from 'react-native-svg';
3
+ export default function IllustrationDiscounttagMint({ size = 24, ...props }) {
4
+ return (_jsxs(Svg, { width: size, height: size, fill: "none", viewBox: "0 0 24 24", ...props, children: [_jsx(Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M12.094 4.602a1.94 1.94 0 0 0-2.348.937l-2.417 4.699a1.9 1.9 0 0 0-.06 1.611l3.87 9.221a1.985 1.985 0 0 0 2.556 1.072l7.52-2.998a1.9 1.9 0 0 0 1.053-2.51l-3.87-9.222a1.98 1.98 0 0 0-1.2-1.109zm.162 3.653a.875.875 0 0 1 1.126.473.837.837 0 0 1-.463 1.105.874.874 0 0 1-1.126-.472.84.84 0 0 1 .463-1.106", fill: "#72EEF1", strokeWidth: 0 }), _jsx(Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M9.816 5.042a1.98 1.98 0 0 1 2.58 0l4.132 3.542c.44.377.692.927.692 1.506v10.207a1.983 1.983 0 0 1-1.982 1.982H6.974a1.983 1.983 0 0 1-1.982-1.982V10.09c0-.579.253-1.129.692-1.506zm1.29 3.525a.874.874 0 1 0 .001 1.748.874.874 0 0 0 0-1.748", fill: "#0FD3D8", strokeWidth: 0 }), _jsx(Path, { stroke: "#fff", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.643", d: "m9.15 18.206 3.908-3.91" }), _jsx(Circle, { cx: "13.059", cy: "18.206", r: "1.187", fill: "#fff" }), _jsx(Circle, { cx: "9.15", cy: "14.296", r: "1.187", fill: "#fff" }), _jsx(Path, { d: "M12.546 4.085c-.502-1.063-1.265-1.84-2.055-2.257s-1.537-.447-2.116-.174c-.579.274-1.031.868-1.212 1.744-.18.874-.065 1.958.436 3.02S8.864 8.26 9.654 8.677s1.537.447 2.116.174l.354.75-.171.073c-1.722.674-3.9-.477-5.034-2.66l-.11-.222c-1.133-2.4-.59-5.036 1.212-5.886L8.192.83c1.78-.697 4.046.555 5.143 2.881l.102.226c.996 2.338.433 4.838-1.313 5.661l-.354-.75c.579-.272 1.031-.867 1.212-1.743.18-.874.065-1.959-.436-3.021", fill: "#D9D9D9", strokeWidth: 0 }), _jsx(Path, { d: "M13.93 6.353c-.026 1.456-.66 2.709-1.8 3.247l-.172.074-.007.001a.87.87 0 0 0-.15-.77l-.026-.055c.58-.273 1.032-.867 1.212-1.743.096-.467.107-.993.02-1.545z", fill: "#0FD3D8", strokeWidth: 0 }), _jsx(Path, { d: "m11.775 8.85.026.056-.042-.05q.008-.002.016-.006M7.791 6.782c.494.878 1.172 1.527 1.868 1.895q.372.195.725.28a.87.87 0 0 0-.065.85c-1.2-.229-2.4-1.115-3.2-2.448z", fill: "#D9D9D9", strokeWidth: 0 })] }));
5
+ }
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { Circle, Path, Svg } from 'react-native-svg';
3
+ export default function IllustrationDiscounttagPurple({ size = 24, ...props }) {
4
+ return (_jsxs(Svg, { width: size, height: size, fill: "none", viewBox: "0 0 24 24", ...props, children: [_jsx(Path, { fill: "#B197FC", fillRule: "evenodd", d: "M12.095 4.602a1.94 1.94 0 0 0-2.349.937L7.33 10.238a1.9 1.9 0 0 0-.059 1.611l3.87 9.221a1.985 1.985 0 0 0 2.556 1.072l7.52-2.998a1.9 1.9 0 0 0 1.052-2.51l-3.87-9.222a1.98 1.98 0 0 0-1.2-1.109zm.162 3.653a.875.875 0 0 1 1.126.473.837.837 0 0 1-.463 1.105.874.874 0 0 1-1.126-.472.84.84 0 0 1 .463-1.106", clipRule: "evenodd" }), _jsx(Path, { fill: "#9775FA", fillRule: "evenodd", d: "M9.816 5.042a1.98 1.98 0 0 1 2.581 0l4.132 3.542c.439.377.692.927.692 1.506v10.207a1.983 1.983 0 0 1-1.983 1.982H6.975a1.983 1.983 0 0 1-1.983-1.982V10.09c0-.579.253-1.129.692-1.506zm1.29 3.525a.874.874 0 1 0 .002 1.748.874.874 0 0 0-.001-1.748", clipRule: "evenodd" }), _jsx(Path, { stroke: "#fff", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.643", d: "m9.15 18.206 3.91-3.91" }), _jsx(Circle, { cx: "13.06", cy: "18.206", r: "1.187", fill: "#fff" }), _jsx(Circle, { cx: "9.151", cy: "14.296", r: "1.187", fill: "#fff" }), _jsx(Path, { fill: "#D9D9D9", d: "M12.546 4.085c-.501-1.063-1.265-1.84-2.054-2.257-.791-.418-1.538-.447-2.116-.174-.58.273-1.032.868-1.212 1.744-.18.874-.066 1.958.436 3.02.5 1.063 1.265 1.841 2.054 2.258.791.418 1.538.447 2.116.174l.354.75-.17.073c-1.722.674-3.9-.477-5.034-2.66l-.11-.222c-1.133-2.4-.59-5.036 1.212-5.886l.17-.074c1.78-.697 4.047.555 5.144 2.881l.101.226c.996 2.338.433 4.838-1.313 5.661l-.354-.75c.58-.272 1.032-.867 1.212-1.743.18-.874.065-1.959-.436-3.021" }), _jsx(Path, { fill: "#9775FA", d: "M13.931 6.353c-.026 1.456-.66 2.709-1.8 3.247l-.172.074-.007.001a.869.869 0 0 0-.15-.77l-.026-.055c.579-.273 1.031-.867 1.212-1.743.096-.467.106-.993.02-1.545z" }), _jsx(Path, { fill: "#D9D9D9", d: "m11.776 8.85.025.056-.041-.05zM7.792 6.782c.494.878 1.172 1.527 1.868 1.895q.371.195.725.28a.87.87 0 0 0-.066.85c-1.199-.229-2.4-1.115-3.2-2.448z" })] }));
5
+ }
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { Circle, Path, Svg } from 'react-native-svg';
3
+ export default function IllustrationDiscounttagRed({ size = 24, ...props }) {
4
+ return (_jsxs(Svg, { width: size, height: size, fill: "none", viewBox: "0 0 24 24", ...props, children: [_jsx(Path, { fill: "#FECDCA", fillRule: "evenodd", d: "M12.095 4.602a1.94 1.94 0 0 0-2.349.937L7.33 10.238a1.9 1.9 0 0 0-.059 1.611l3.87 9.221a1.985 1.985 0 0 0 2.556 1.072l7.52-2.998a1.9 1.9 0 0 0 1.052-2.51l-3.87-9.222a1.98 1.98 0 0 0-1.2-1.109zm.162 3.653a.875.875 0 0 1 1.126.473.837.837 0 0 1-.463 1.105.874.874 0 0 1-1.126-.472.84.84 0 0 1 .463-1.106", clipRule: "evenodd" }), _jsx(Path, { fill: "#FF8A8A", fillRule: "evenodd", d: "M9.816 5.042a1.98 1.98 0 0 1 2.581 0l4.132 3.542c.439.377.692.927.692 1.506v10.207a1.983 1.983 0 0 1-1.983 1.982H6.975a1.983 1.983 0 0 1-1.983-1.982V10.09c0-.579.253-1.129.692-1.506zm1.29 3.525a.874.874 0 1 0 .002 1.748.874.874 0 0 0-.001-1.748", clipRule: "evenodd" }), _jsx(Path, { stroke: "#fff", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.643", d: "m9.15 18.206 3.91-3.91" }), _jsx(Circle, { cx: "13.06", cy: "18.206", r: "1.187", fill: "#fff" }), _jsx(Circle, { cx: "9.151", cy: "14.296", r: "1.187", fill: "#fff" }), _jsx(Path, { fill: "#D9D9D9", d: "M12.546 4.085c-.501-1.063-1.265-1.84-2.054-2.257-.791-.418-1.538-.447-2.116-.174-.58.273-1.032.868-1.212 1.744-.18.874-.066 1.958.436 3.02.5 1.063 1.265 1.841 2.054 2.258.791.418 1.538.447 2.116.174l.354.75-.17.073c-1.722.674-3.9-.477-5.034-2.66l-.11-.222c-1.133-2.4-.59-5.036 1.212-5.886l.17-.074c1.78-.697 4.047.555 5.144 2.881l.101.226c.996 2.338.433 4.838-1.313 5.661l-.354-.75c.58-.272 1.032-.867 1.212-1.743.18-.874.065-1.959-.436-3.021" }), _jsx(Path, { fill: "#FF8A8A", d: "M13.926 6.352c-.026 1.456-.66 2.71-1.8 3.248l-.172.073-.007.002a.87.87 0 0 0-.15-.77l-.026-.055c.579-.273 1.031-.867 1.212-1.744.096-.466.106-.993.02-1.544z" }), _jsx(Path, { fill: "#FF8A8A", d: "m11.771 8.85.026.056-.042-.05z" }), _jsx(Path, { fill: "#D9D9D9", d: "M7.787 6.782c.494.878 1.172 1.526 1.868 1.894q.371.196.725.28a.87.87 0 0 0-.065.85c-1.2-.228-2.4-1.114-3.2-2.448z" })] }));
5
+ }
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { ClipPath, Defs, G, LinearGradient, Path, Stop, Svg } from 'react-native-svg';
3
+ export default function IllustrationExel({ size = 24, ...props }) {
4
+ return (_jsxs(Svg, { width: size, height: size, fill: "none", viewBox: "0 0 24 24", ...props, children: [_jsxs(G, { clipPath: "url(#clip0_437_2367)", children: [_jsx(Path, { fill: "#185C37", d: "M15.07 11.4 5.58 9.6v13.3c0 .608.458 1.1 1.023 1.1h16.373c.565 0 1.023-.492 1.023-1.1V18z" }), _jsx(Path, { fill: "#21A366", d: "M15.07 0H6.604C6.04 0 5.581.492 5.581 1.1V6l9.489 6 5.023 1.8L24 12V6z" }), _jsx(Path, { fill: "#107C41", d: "M5.581 6h9.489v6H5.58z" }), _jsx(Path, { fill: "#000", d: "M12.372 4.8h-6.79v15h6.79c.565-.002 1.021-.493 1.023-1.1V5.9c-.002-.607-.458-1.098-1.023-1.1", opacity: "0.1" }), _jsx(Path, { fill: "#000", d: "M11.814 5.4H5.581v15h6.233c.564-.002 1.021-.493 1.023-1.1V6.5c-.002-.607-.459-1.098-1.023-1.1", opacity: "0.2" }), _jsx(Path, { fill: "#000", d: "M11.814 5.4H5.581v13.8h6.233c.564-.002 1.021-.493 1.023-1.1V6.5c-.002-.607-.459-1.098-1.023-1.1", opacity: "0.2" }), _jsx(Path, { fill: "#000", d: "M11.256 5.4H5.581v13.8h5.675c.564-.002 1.021-.493 1.023-1.1V6.5c-.002-.607-.459-1.098-1.023-1.1", opacity: "0.2" }), _jsx(Path, { fill: "url(#paint0_linear_437_2367)", d: "M1.023 5.4h10.233c.565 0 1.023.492 1.023 1.1v11c0 .608-.458 1.1-1.023 1.1H1.023C.458 18.6 0 18.108 0 17.5v-11c0-.608.458-1.1 1.023-1.1" }), _jsx(Path, { fill: "#fff", d: "M3.169 15.575 5.32 11.99 3.349 8.425h1.586l1.076 2.28q.15.324.204.483h.014q.107-.259.224-.503l1.15-2.26h1.456L7.037 11.97l2.074 3.605H7.56l-1.243-2.503a2 2 0 0 1-.148-.334H6.15a1.6 1.6 0 0 1-.144.324l-1.28 2.513z" }), _jsx(Path, { fill: "#33C481", d: "M22.977 0H15.07v6H24V1.1c0-.608-.458-1.1-1.023-1.1" }), _jsx(Path, { fill: "#107C41", d: "M15.07 12H24v6h-8.93z" })] }), _jsxs(Defs, { children: [_jsxs(LinearGradient, { id: "paint0_linear_437_2367", x1: "2.133", x2: "11.046", y1: "4.541", y2: "18.901", gradientUnits: "userSpaceOnUse", children: [_jsx(Stop, { stopColor: "#18884F" }), _jsx(Stop, { offset: "0.5", stopColor: "#117E43" }), _jsx(Stop, { offset: "1", stopColor: "#0B6631" })] }), _jsx(ClipPath, { id: "clip0_437_2367", children: _jsx(Path, { fill: "#fff", d: "M0 0h24v24H0z" }) })] })] }));
5
+ }
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { Rect, Svg } from 'react-native-svg';
3
+ export default function IllustrationFolder({ size = 24, ...props }) {
4
+ return (_jsxs(Svg, { width: size, height: size, fill: "none", viewBox: "0 0 24 24", ...props, children: [_jsx(Rect, { width: "6.3", height: "14.571", x: "13.8", y: "3", fill: "#53B1FD", rx: "1.35" }), _jsx(Rect, { width: "17.999", height: "11.999", x: "3", y: "5.572", fill: "#D8D8D8", rx: "1.35" }), _jsx(Rect, { width: "6.3", height: "14.571", x: "8.4", y: "4.714", fill: "#6DE372", rx: "1.35" }), _jsx(Rect, { width: "17.999", height: "11.999", x: "3", y: "7.285", fill: "#F6F6F6", rx: "1.35" }), _jsx(Rect, { width: "6.3", height: "14.571", x: "3", y: "6.429", fill: "#FF6C6C", rx: "1.35" }), _jsx(Rect, { width: "17.999", height: "11.999", x: "3", y: "9", fill: "#FCC419", rx: "1.35" })] }));
5
+ }
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { Path, Svg } from 'react-native-svg';
3
+ export default function IllustrationHome({ size = 24, ...props }) {
4
+ return (_jsxs(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: "none", ...props, children: [_jsx(Path, { d: "M19.3503 8.78754V18.1647C19.3503 19.1785 18.5427 20 17.546 20H6.4625C5.46584 20 4.6582 19.1785 4.6582 18.1647V8.78754", fill: "#B2DDFF" }), _jsx(Path, { d: "M3 10.0635L10.6983 3.49158C11.4458 2.83614 12.5542 2.83614 13.3017 3.49158L21 10.0635", fill: "#B2DDFF" }), _jsx(Path, { d: "M3 10.0635L10.6983 3.49158C11.4458 2.83614 12.5542 2.83614 13.3017 3.49158L21 10.0635", stroke: "#53B1FD", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), _jsx(Path, { d: "M9.46094 19.9913V15.7877C9.46094 14.7739 10.2686 13.9525 11.2652 13.9525H12.7516C13.7483 13.9525 14.5559 14.7739 14.5559 15.7877V19.9913", fill: "#E8F5FF" })] }));
5
+ }
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { Path, Svg } from 'react-native-svg';
3
+ export default function IllustrationLink({ size = 24, ...props }) {
4
+ return (_jsxs(Svg, { width: size, height: size, viewBox: "0 0 32 32", fill: "none", ...props, children: [_jsx(Path, { d: "M17.2903 12.2987C17.7497 11.8393 18.4946 11.8393 18.954 12.2987C19.4134 12.7581 19.4134 13.503 18.954 13.9624L13.963 18.9534C13.5036 19.4128 12.7587 19.4128 12.2993 18.9534C11.8399 18.494 11.8399 17.7491 12.2993 17.2897L17.2903 12.2987Z", fill: "#11BADD", strokeWidth: 0 }), _jsx(Path, { d: "M16.4136 17.8327C16.8703 19.3568 16.4967 21.0764 15.293 22.2803L12.6306 24.9427C10.8848 26.6881 8.05414 26.6883 6.30849 24.9427C4.61752 23.2516 4.56501 20.5423 6.15017 18.7875L6.30849 18.6206L8.97035 15.9587C10.1743 14.7548 11.8947 14.3814 13.419 14.8381L10.9677 17.2894C10.9122 17.3448 10.8611 17.4035 10.8131 17.4633C10.7516 17.5124 10.6919 17.5652 10.6349 17.6222L7.97303 20.284C7.14623 21.1109 7.14571 22.4518 7.97249 23.2787C8.79939 24.1056 10.1402 24.105 10.9671 23.2781L13.629 20.6163C13.6847 20.5606 13.7359 20.5019 13.7841 20.4418C13.8454 20.3928 13.9056 20.3408 13.9623 20.284L16.4136 17.8327Z", fill: "#0FD3D8", strokeWidth: 0 }), _jsx(Path, { d: "M24.942 6.30917C26.6877 8.05487 26.6876 10.8855 24.942 12.6313L22.2802 15.2931L22.1138 15.452C20.9213 16.5294 19.2881 16.849 17.8331 16.4132L20.2844 13.9619C20.3412 13.9051 20.3932 13.845 20.4422 13.7837C20.502 13.7356 20.5607 13.6846 20.6162 13.6291L23.278 10.9673C24.1047 10.1403 24.1049 8.80003 23.278 7.97316C22.4511 7.14643 21.1108 7.14648 20.2839 7.97316L17.622 10.635C17.5655 10.6916 17.5131 10.7511 17.4643 10.8122C17.4042 10.8604 17.3455 10.9116 17.2898 10.9673L14.8385 13.4186C14.4025 11.9634 14.7217 10.33 15.7992 9.13742L15.9586 8.97048L18.6199 6.30917C20.3656 4.56363 23.1963 4.5636 24.942 6.30917Z", fill: "#0FD3D8", strokeWidth: 0 })] }));
5
+ }
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { ClipPath, Defs, G, Path, Rect, Svg } from 'react-native-svg';
3
+ export default function IllustrationMappinMint({ size = 24, ...props }) {
4
+ return (_jsxs(Svg, { width: size, height: size, viewBox: "0 0 32 32", fill: "none", ...props, children: [_jsxs(G, { clipPath: "url(#clip0_mappinmint)", children: [_jsx(Path, { d: "M7.75351 16.5913L7.90257 15.1045H5.72938C4.95268 15.1045 4.29367 15.6592 4.17598 16.4141L3.82294 18.7715L3.52481 20.7282L2.68535 26.2286C2.54413 27.1608 3.2816 27.9928 4.23875 27.9928H6.59238L7.57306 18.3786L7.75351 16.5836V16.5913Z", fill: "#B1E174", strokeWidth: 0 }), _jsx(Path, { d: "M28.5419 21.129L28.2516 19.2185L27.9613 17.3003L27.8279 16.4144C27.7181 15.6594 27.0591 15.1047 26.2824 15.1047H9.49314L9.46961 16.4606L9.43822 18.2478L9.26562 28.0007H21.3711C22.3283 25.5972 24.3838 22.1844 28.534 21.1367L28.5419 21.129Z", fill: "#B1E174", strokeWidth: 0 }), _jsx(Path, { d: "M29.3166 26.2286L28.9164 23.5786L28.8929 23.4014C26.3824 24.3489 24.7427 26.2055 23.6992 27.9928H27.771C28.7281 27.9928 29.4656 27.1608 29.3244 26.2286H29.3166Z", fill: "#B1E174", strokeWidth: 0 }), _jsx(Path, { d: "M28.887 23.4014L28.6124 21.591L28.5418 21.1211C24.3916 22.1765 22.3282 25.5815 21.3789 27.9851H23.6933C24.7368 26.1978 26.3686 24.3412 28.887 23.3937V23.4014Z", fill: "white", strokeWidth: 0 }), _jsx(Path, { d: "M9.46912 16.4603L9.49266 15.1045H7.90003L7.75097 16.5913L7.57052 18.3863L6.58984 28.0005H9.27299L9.43774 18.2476L9.46912 16.4603Z", fill: "white", strokeWidth: 0 }), _jsx(Path, { opacity: "0.4", d: "M16.0051 25.4578C18.2105 25.4578 19.9984 24.7887 19.9984 23.9633C19.9984 23.1379 18.2105 22.4688 16.0051 22.4688C13.7996 22.4688 12.0117 23.1379 12.0117 23.9633C12.0117 24.7887 13.7996 25.4578 16.0051 25.4578Z", fill: "#838383", strokeWidth: 0 }), _jsx(Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M16.4297 5.34053C20.4028 5.51855 23.2199 9.20738 22.8555 13.1628C22.4287 17.7493 19.2999 21.5539 17.46 23.4294C16.7133 24.1935 15.4868 24.1937 14.7402 23.4294C12.7492 21.4117 9.33607 17.1272 9.33594 12.114C9.33594 8.26508 12.5452 5.16275 16.4297 5.34053ZM16.2432 9.56416C14.795 9.56425 13.6211 10.739 13.6211 12.1872C13.6214 13.6352 14.7952 14.8092 16.2432 14.8093C17.6912 14.8093 18.865 13.6352 18.8652 12.1872C18.8652 10.739 17.6914 9.56416 16.2432 9.56416Z", fill: "#0FD3D8", strokeWidth: 0 })] }), _jsx(Defs, { children: _jsx(ClipPath, { id: "clip0_mappinmint", children: _jsx(Rect, { width: "26.6667", height: "24", fill: "white", transform: "translate(2.66797 4)" }) }) })] }));
5
+ }
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { ClipPath, Defs, G, Path, Svg } from 'react-native-svg';
3
+ export default function IllustrationMappinRed({ size = 24, ...props }) {
4
+ return (_jsxs(Svg, { width: size, height: size, fill: "none", viewBox: "0 0 32 32", ...props, children: [_jsxs(G, { clipPath: "url(#clip0_33_2521)", children: [_jsx(Path, { fill: "#B1E174", d: "m7.057 18.481.149-1.501H5.044a1.56 1.56 0 0 0-1.545 1.322l-.352 2.38-.296 1.976-.835 5.553a1.556 1.556 0 0 0 1.545 1.781h2.341l.976-9.707.18-1.812zM27.738 23.062l-.288-1.929-.29-1.936-.132-.895a1.546 1.546 0 0 0-1.537-1.322H8.79l-.024 1.369-.03 1.804L8.562 30h12.042c.952-2.427 2.997-5.872 7.125-6.93zM28.511 28.211l-.398-2.675-.023-.18c-2.498.957-4.129 2.832-5.167 4.636h4.05c.953 0 1.686-.84 1.546-1.78z" }), _jsx(Path, { fill: "#fff", d: "m28.082 25.357-.273-1.828-.07-.475c-4.129 1.066-6.181 4.504-7.126 6.93h2.303c1.037-1.804 2.66-3.678 5.166-4.635zM8.766 18.349l.024-1.369H7.206l-.149 1.501-.18 1.812L5.903 30h2.67l.163-9.847z" }), _jsx(Path, { fill: "#838383", d: "M15.267 27.433c2.194 0 3.973-.675 3.973-1.509s-1.779-1.508-3.973-1.508-3.972.675-3.972 1.508c0 .834 1.778 1.51 3.972 1.51" }), _jsx(Path, { fill: "#E15980", d: "M22.587 13.153c-1.217 3.251-2.996 6.222-4.807 9.17a90 90 0 0 1-1.896 2.94c-.351.521-.843.545-1.179.04-2.645-4.045-5.182-8.136-6.945-12.663C5.972 8.05 9.086 2.879 14.112 2.093c4.292-.676 8.585 2.481 9.131 6.775.047.357.031.73.031 1.127.04.016-.296 2.132-.679 3.158zm-3.254-3.08c.008-2.255-1.81-4.09-4.05-4.09-2.232 0-4.05 1.811-4.05 4.02 0 2.271 1.779 4.107 4.018 4.122a4.055 4.055 0 0 0 4.082-4.052" })] }), _jsx(Defs, { children: _jsx(ClipPath, { id: "clip0_33_2521", children: _jsx(Path, { fill: "#fff", d: "M2 2h26.526v28H2z" }) }) })] }));
5
+ }
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { Path, Svg } from 'react-native-svg';
3
+ export default function IllustrationMegaphone({ size = 24, ...props }) {
4
+ return (_jsxs(Svg, { width: size, height: size, fill: "none", viewBox: "0 0 24 24", ...props, children: [_jsx(Path, { fill: "#FF922B", d: "M1.5 9.5A1.5 1.5 0 0 1 3 8h2.5v8H3a1.5 1.5 0 0 1-1.5-1.5zM19.5 9H21a1.5 1.5 0 0 1 1.5 1.5v3A1.5 1.5 0 0 1 21 15h-1.5z" }), _jsx(Path, { fill: "#FCC419", d: "m5.5 8 11.91-5.104a1.5 1.5 0 0 1 2.09 1.379v15.45a1.5 1.5 0 0 1-2.09 1.379L5.5 16z" })] }));
5
+ }
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { Path, Svg } from 'react-native-svg';
3
+ export default function IllustrationMoneybag({ size = 24, ...props }) {
4
+ return (_jsxs(Svg, { width: size, height: size, fill: "none", viewBox: "0 0 24 24", ...props, children: [_jsx(Path, { fill: "#FCC419", d: "m16.589 5.346-.663 1.113a.4.4 0 0 1-.344.195H8.417a.4.4 0 0 1-.344-.195l-.664-1.115a.999.999 0 0 1 .858-1.51h7.462a1 1 0 0 1 .86 1.512M20 15.44c0 2-1 6-8 6s-8-4-8-6c0-3.321 2.071-5.956 3.705-7.567a.4.4 0 0 1 .281-.113h8.028c.106 0 .206.038.281.113C17.929 9.484 20 12.12 20 15.44m-5.5.613c0-1.03-.69-1.925-1.682-2.18l-1.265-.32a.73.73 0 0 1-.4-.266.75.75 0 0 1-.153-.46c0-.413.325-.748.725-.748h.551c.369 0 .678.286.72.666a.75.75 0 0 0 1.491-.165 2.24 2.24 0 0 0-1.737-1.945v-.195a.75.75 0 0 0-1.5 0v.193a2.245 2.245 0 0 0-1.75 2.194c0 .5.167.99.464 1.375.301.395.732.68 1.218.805l1.265.319a.745.745 0 0 1 .553.727c0 .2-.077.389-.218.532a.7.7 0 0 1-.507.216h-.551a.734.734 0 0 1-.72-.666.75.75 0 0 0-1.491.165 2.24 2.24 0 0 0 1.737 1.945v.195a.75.75 0 0 0 1.5 0v-.193a2.244 2.244 0 0 0 1.75-2.194" }), _jsx(Path, { fill: "#FF922B", d: "M6.814 7.096c0-.494.4-.894.894-.894h8.584a.894.894 0 1 1 0 1.787H7.708a.894.894 0 0 1-.894-.893" }), _jsx(Path, { fill: "#FFDC72", d: "M9.237 3.192a.5.5 0 0 1 .482-.633h4.562a.5.5 0 0 1 .482.633l-.725 2.642a.5.5 0 0 1-.482.368h-3.112a.5.5 0 0 1-.482-.368z" })] }));
5
+ }
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { Path, Svg } from 'react-native-svg';
3
+ export default function IllustrationPopcorn({ size = 24, ...props }) {
4
+ return (_jsxs(Svg, { width: size, height: size, fill: "none", viewBox: "0 0 32 32", ...props, children: [_jsx(Path, { fill: "#F2D78E", d: "M23.54 9.774c.104-.237.165-.493.165-.769a1.94 1.94 0 0 0-.947-1.662 2 2 0 0 0 .01-.158 2.125 2.125 0 0 0-2.733-2.034 2.31 2.31 0 0 0-3.464-.836 2.312 2.312 0 0 0-4.29.17 1.611 1.611 0 0 0-2.228 1.755c-.29.09-.543.261-.736.486A1.61 1.61 0 0 0 7.82 8.33c0 .61.343 1.136.841 1.41a2.125 2.125 0 0 0 3.343 2.607c.39.446.963.73 1.6.73s1.222-.289 1.611-.743a2.115 2.115 0 0 0 2.992.232 2.12 2.12 0 0 0 2.473.207c.32.19.692.305 1.092.305a2.124 2.124 0 0 0 1.766-3.302z" }), _jsx(Path, { fill: "#6B6B6B", d: "M14.33 10.861a1.8 1.8 0 0 1-.039-.374z" }), _jsx(Path, { fill: "#7D7D7D", d: "M15.347 26.602a2 2 0 0 0-.287.029q.388.066.796.067a1.4 1.4 0 0 0-.509-.098z" }), _jsx(Path, { fill: "#ABABAB", d: "M14.2 2.96c-.152.01-.304.028-.454.064s-.284.098-.42.16a1.5 1.5 0 0 0-.217.124 2.4 2.4 0 0 0-.346.284 2.13 2.13 0 0 0-.586 1.476c.003.212.09.426.24.579a.84.84 0 0 0 .578.24c.212-.01.431-.08.579-.24a.84.84 0 0 0 .24-.579q-.001-.095.01-.19-.016.108-.028.216a1.4 1.4 0 0 1 .087-.328l-.082.197q.065-.157.17-.295l-.127.166q.098-.123.223-.222c-.055.04-.111.085-.166.126q.135-.101.287-.168-.097.042-.196.083a1.4 1.4 0 0 1 .32-.088q-.108.015-.217.028.052-.006.103-.01a.87.87 0 0 0 .578-.24.84.84 0 0 0 .24-.578c-.007-.204-.08-.431-.24-.578-.155-.142-.36-.253-.578-.24z" }), _jsx(Path, { fill: "#FDF7E1", d: "M16.113 3.46c-.307-.462-.769-.702-1.316-.753h-.047a1.28 1.28 0 0 0-.931.116 4 4 0 0 0-.184.057c-.397.144-.774.345-1.069.655-.27.29-.498.664-.557 1.059-.034.224-.039.423.082.63a1 1 0 0 0 .083.113 3 3 0 0 0-.237.212 2.2 2.2 0 0 0-.563.98 1.82 1.82 0 0 0 .15 1.291c.196.38.759.524 1.117.292a.84.84 0 0 0 .382-.576c.075.013.15.024.217.031q.06.007.122.003.135-.012.265-.036.03-.005.06-.013c.103-.026.204-.075.3-.119a1 1 0 0 0 .102-.062c.078-.057.176-.121.243-.199.072-.08.142-.165.194-.258a.6.6 0 0 0 .098-.304q.018-.087.013-.173.27-.038.526-.17a1.57 1.57 0 0 0 .625-.628c.155-.29.232-.607.232-.932a.8.8 0 0 0-.038-.232c.235-.258.333-.68.126-.989zM22.112 5.572a.8.8 0 0 0-.209-.362c-.108-.087-.22-.183-.346-.24-.129-.059-.263-.121-.405-.147-.14-.023-.287-.049-.431-.038h-.034a2.28 2.28 0 0 0-1.706.665c-.098.096-.18.21-.26.318a2 2 0 0 0-.122.188.85.85 0 0 0-.082.63.84.84 0 0 0 .374.488c.188.1.418.15.63.083.198-.065.387-.186.488-.375q.028-.049.061-.095.07-.077.148-.147.062-.04.129-.072l.044-.016c.108.016.219.016.328-.015.017-.008.038-.01.056-.016h.016s.008 0 .01.003q.026.014.047.028.073.052.157.08a.6.6 0 0 0 .315.07.6.6 0 0 0 .315-.07q.15-.05.263-.168c.142-.155.248-.359.24-.578a6 6 0 0 1-.028-.217zM18.367 8.127c-.137.013-.276.026-.408.062-.13.037-.256.093-.377.15a1 1 0 0 0-.18.106c-.111.077-.223.16-.32.255-.096.093-.176.204-.256.313q-.063.085-.111.178a2 2 0 0 0-.155.374c-.041.134-.054.276-.07.416a.6.6 0 0 0 .07.315q.051.15.168.263a.6.6 0 0 0 .263.168.6.6 0 0 0 .315.07c.212-.01.431-.08.578-.24l.127-.166a.8.8 0 0 0 .088-.23c.007-.056.028-.108.046-.162q.024-.046.052-.088.035-.037.074-.075.044-.028.09-.051.063-.02.125-.034c.07-.01.139-.026.203-.06a.65.65 0 0 0 .264-.167.6.6 0 0 0 .168-.263.6.6 0 0 0 .07-.315c-.01-.212-.08-.431-.24-.578-.153-.14-.365-.259-.579-.24zM10.099 6.563a.8.8 0 0 0-.413-.11c-.168-.019-.336.01-.501.035a1.9 1.9 0 0 0-.465.168 1.8 1.8 0 0 0-.397.276 1 1 0 0 0-.109.106 2 2 0 0 0-.211.276.6.6 0 0 0-.098.305.6.6 0 0 0 .015.325.63.63 0 0 0 .147.279q.087.134.23.209c.188.1.418.15.63.083q.096-.042.196-.083a.8.8 0 0 0 .222-.201c.028-.034.062-.062.093-.093q.026-.016.057-.034a1 1 0 0 1 .064-.018c.044 0 .088-.005.135 0a.6.6 0 0 0 .314-.07q.152-.05.264-.167a.6.6 0 0 0 .168-.264.6.6 0 0 0 .07-.315c-.011-.211-.08-.43-.24-.578l-.166-.126z" }), _jsx(Path, { fill: "#8A85D0", d: "m23.434 19.441-.204 2.115-.679 7.067a.794.794 0 0 1-.802.71H10.117a.803.803 0 0 1-.808-.71l-.676-7.062-.173-1.8-.031-.32h15.005" }), _jsx(Path, { fill: "#FFEC82", d: "m24.18 11.38-.382 4.081-.366 3.98h-15l-.205-2.206-.173-1.854-.371-3.998a.79.79 0 0 1 .735-.865c.019-.01.042-.01.065-.01h14.902q.227.002.403.113c.263.15.426.439.395.761z" }), _jsx(Path, { fill: "#fff", d: "M8.78 15.048h-.726l.173 1.853h.24c.155 0 .228.073.228.228v2.085c0 .155-.073.228-.228.228h-.005l.173 1.858h.145c1.218 0 2.02-.816 2.02-2.037v-2.18c0-1.224-.802-2.038-2.02-2.038zM11.885 16.987c0-1.221.803-2.037 2.024-2.037h2c1.222 0 2.025.816 2.025 2.037v5.594c0 1.22-.803 2.036-2.024 2.036h-2c-1.222 0-2.025-.816-2.025-2.037zm2.107 5.547c0 .155.072.227.227.227h1.378c.155 0 .228-.072.228-.227v-5.498c0-.155-.073-.228-.228-.228H14.22c-.155 0-.227.073-.227.228zM23.16 15.048h-3.69c-.109 0-.155.046-.155.155v9.164c0 .108.046.157.154.157h1.81c.108 0 .155-.049.155-.157v-3.064h1.727q.035.001.067-.005l.204-2.187.366-3.98a2.4 2.4 0 0 0-.64-.083zm-.084 4.166c0 .155-.067.228-.227.228h-1.415v-2.54h1.415c.157 0 .227.072.227.227zM24.426 10.002H7.574a.41.41 0 0 0-.41.41v.526c0 .227.184.41.41.41h16.852a.41.41 0 0 0 .41-.41v-.526a.41.41 0 0 0-.41-.41" })] }));
5
+ }
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { G, Path, Svg } from 'react-native-svg';
3
+ export default function IllustrationShop({ size = 24, ...props }) {
4
+ return (_jsx(Svg, { width: size, height: size, fill: "none", viewBox: "0 0 24 24", ...props, children: _jsxs(G, { transform: "scale(0.75)", children: [_jsx(Path, { fill: "#E2F6FF", d: "M2.734 27.067v-14.09a2.6 2.6 0 0 1 2.6-2.6h20.932a2.6 2.6 0 0 1 2.6 2.6v14.09a2.6 2.6 0 0 1-2.6 2.6H5.334a2.6 2.6 0 0 1-2.6-2.6", strokeWidth: 0 }), _jsx(Path, { fill: "#6BD1FC", d: "M2.402 3.262c.16-.775.842-1.33 1.632-1.33h5.083l-.58 8.52a3.747 3.747 0 1 1-7.409-1.01z", strokeWidth: 0 }), _jsx(Path, { fill: "#97E0FF", d: "M9.084 1.932h6.717v8.399a3.614 3.614 0 1 1-7.222-.223zM29.198 3.262a1.67 1.67 0 0 0-1.632-1.33h-5.083l.58 8.52a3.748 3.748 0 1 0 7.409-1.01z", strokeWidth: 0 }), _jsx(Path, { fill: "#6BD1FC", d: "M22.515 1.932h-6.716v8.399a3.614 3.614 0 1 0 7.221-.223z", strokeWidth: 0 })] }) }));
5
+ }
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { Path, Rect, Svg } from 'react-native-svg';
3
+ export default function IllustrationShoppingbag({ size = 24, ...props }) {
4
+ return (_jsxs(Svg, { width: size, height: size, fill: "none", viewBox: "0 0 24 24", ...props, children: [_jsx(Path, { stroke: "#E5DBFF", strokeLinecap: "round", strokeMiterlimit: "10", strokeWidth: "1.6", d: "M8.636 6.436V4.98c0-1.843 1.5-3.343 3.343-3.343 1.844 0 3.343 1.5 3.343 3.343v1.455" }), _jsx(Path, { fill: "#B197FC", d: "M2.999 20.06c0 1.19.93 2.15 2.08 2.15l13.8-.01c1.15 0 2.08-.96 2.08-2.15l-1.04-12.91c0-1.19-.93-2.15-2.08-2.15H6.119c-1.15 0-2.08.96-2.08 2.15z" }), _jsx(Rect, { width: "15.83", height: "2.893", x: "4.063", y: "4.989", fill: "#9775FA", rx: "1.447" }), _jsx(Path, { stroke: "#E5DBFF", strokeLinecap: "round", strokeMiterlimit: "10", strokeWidth: "1.6", d: "M8.28 9.511v-1.61c0-2.04 1.66-3.7 3.7-3.7s3.7 1.66 3.7 3.7v1.61" })] }));
5
+ }
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { Path, Svg } from 'react-native-svg';
3
+ export default function IllustrationSoda({ size = 24, ...props }) {
4
+ return (_jsxs(Svg, { width: size, height: size, fill: "none", viewBox: "0 0 24 24", ...props, children: [_jsx(Path, { fill: "#8A85D0", d: "M12.38 11h-.754V4.37c0-.628.316-1.218.84-1.566l2.669-1.781a.14.14 0 0 1 .19.038l.265.396a.14.14 0 0 1-.038.191l-2.669 1.781a1.13 1.13 0 0 0-.503.941z" }), _jsx(Path, { fill: "#9CF7FF", d: "m16.987 13.839-.077.795-.125 1.36-.617 6.42c-.036.33-.36.586-.753.586h-6.82c-.394 0-.722-.256-.754-.587l-.623-6.493-.2-2.081h9.972z" }), _jsx(Path, { fill: "#8A85D0", d: "m17.547 8.022-.325 3.401h-.006l-.13 1.376-.099 1.043H7.016l-.23-2.413-.33-3.404c-.036-.373.31-.685.747-.685h9.594c.44 0 .783.312.747.685z" }), _jsx(Path, { fill: "#fff", d: "M17.628 6.38H6.372c-.2 0-.363.163-.363.364v.828c0 .2.163.363.363.363h11.256c.2 0 .363-.162.363-.363v-.828c0-.2-.163-.363-.363-.363M8.183 12.906c0-.864-.548-1.45-1.397-1.48l.23 2.412.199 2.082c.602-.187.968-.706.968-1.418M8.975 12.838c0-.894.587-1.49 1.48-1.49h1.463c.893 0 1.48.596 1.48 1.49v4.092c0 .894-.587 1.49-1.48 1.49h-1.463c-.893 0-1.48-.596-1.48-1.49zm2.88.036c0-.114-.053-.167-.167-.167h-1.006c-.114 0-.167.053-.167.166v4.021q-.002.169.167.167h1.006M16.785 15.992l.125-1.361h-.948v-1.859h1.03q.056 0 .096.021l.131-1.376h-2.695c-.078 0-.116.033-.116.11v6.702c0 .077.036.116.116.116h1.322q.116.002.116-.116" })] }));
5
+ }
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { Path, Rect, Svg } from 'react-native-svg';
3
+ export default function IllustrationVendingmachine({ size = 24, ...props }) {
4
+ return (_jsxs(Svg, { width: size, height: size, fill: "none", viewBox: "0 0 24 24", ...props, children: [_jsx(Path, { fill: "#B2DDFF", d: "M6 2.5A1.5 1.5 0 0 1 7.5 1h9A1.5 1.5 0 0 1 18 2.5V21H6z" }), _jsx(Rect, { width: "14", height: "1.5", x: "5", y: "21", fill: "#53B1FD", rx: "0.75" }), _jsx(Rect, { width: "6", height: "1", x: "9", y: "12", fill: "#53B1FD", rx: "0.5" }), _jsx(Rect, { width: "10", height: "8", x: "7", y: "2", fill: "#E8F5FF", rx: "1" }), _jsx(Rect, { width: "4", height: "1", x: "8", y: "3", fill: "#D8D8D8", rx: "0.5" }), _jsx(Rect, { width: "4", height: "1", x: "8", y: "5", fill: "#D8D8D8", rx: "0.5" }), _jsx(Rect, { width: "2", height: "1", x: "8", y: "7", fill: "#D8D8D8", rx: "0.5" })] }));
5
+ }
@@ -0,0 +1,29 @@
1
+ export { default as IllustrationAge12 } from './IllustrationAge12';
2
+ export { default as IllustrationAge15 } from './IllustrationAge15';
3
+ export { default as IllustrationAge19 } from './IllustrationAge19';
4
+ export { default as IllustrationAgeAll } from './IllustrationAgeAll';
5
+ export { default as IllustrationAlarm } from './IllustrationAlarm';
6
+ export { default as IllustrationBell } from './IllustrationBell';
7
+ export { default as IllustrationCalendar } from './IllustrationCalendar';
8
+ export { default as IllustrationChart } from './IllustrationChart';
9
+ export { default as IllustrationChat } from './IllustrationChat';
10
+ export { default as IllustrationClapperboard } from './IllustrationClapperboard';
11
+ export { default as IllustrationCoinWon } from './IllustrationCoinWon';
12
+ export { default as IllustrationCreditcard } from './IllustrationCreditcard';
13
+ export { default as IllustrationDiscountcoupon } from './IllustrationDiscountcoupon';
14
+ export { default as IllustrationDiscounttagMint } from './IllustrationDiscounttagMint';
15
+ export { default as IllustrationDiscounttagPurple } from './IllustrationDiscounttagPurple';
16
+ export { default as IllustrationDiscounttagRed } from './IllustrationDiscounttagRed';
17
+ export { default as IllustrationExel } from './IllustrationExel';
18
+ export { default as IllustrationFolder } from './IllustrationFolder';
19
+ export { default as IllustrationHome } from './IllustrationHome';
20
+ export { default as IllustrationLink } from './IllustrationLink';
21
+ export { default as IllustrationMappinMint } from './IllustrationMappinMint';
22
+ export { default as IllustrationMappinRed } from './IllustrationMappinRed';
23
+ export { default as IllustrationMegaphone } from './IllustrationMegaphone';
24
+ export { default as IllustrationMoneybag } from './IllustrationMoneybag';
25
+ export { default as IllustrationPopcorn } from './IllustrationPopcorn';
26
+ export { default as IllustrationShop } from './IllustrationShop';
27
+ export { default as IllustrationShoppingbag } from './IllustrationShoppingbag';
28
+ export { default as IllustrationSoda } from './IllustrationSoda';
29
+ export { default as IllustrationVendingmachine } from './IllustrationVendingmachine';
@@ -0,0 +1,4 @@
1
+ export * from './tokens/colors';
2
+ export * from './theme/colors/tokens';
3
+ export * from './icons/native';
4
+ export * from './illustrations/native';
@@ -0,0 +1,28 @@
1
+ /**
2
+ * Design System Color Tokens
3
+ *
4
+ * token.json에서 추출된 색상 팔레트
5
+ * 모든 색상은 global.color에서 정의됩니다.
6
+ */
7
+ import tokenData from '../../../token.json';
8
+ const rawColors = tokenData.global.color;
9
+ export const colors = Object.entries(rawColors).reduce((acc, [colorName, shades]) => {
10
+ acc[colorName] = Object.entries(shades).reduce((shadeAcc, [shade, tokenValue]) => {
11
+ shadeAcc[shade] = tokenValue.value;
12
+ return shadeAcc;
13
+ }, {});
14
+ return acc;
15
+ }, {});
16
+ export const colorNames = Object.keys(colors);
17
+ export const getColorShades = (colorName) => {
18
+ return colors[colorName];
19
+ };
20
+ export const getColorValue = (colorName, shade) => {
21
+ return colors[colorName]?.[shade];
22
+ };
23
+ export const getCSSVariableName = (colorName, shade) => {
24
+ return `--color-${colorName}-${shade}`;
25
+ };
26
+ export const getCSSVariableRef = (colorName, shade) => {
27
+ return `var(${getCSSVariableName(colorName, shade)})`;
28
+ };