@pop-ui/foundation 0.0.36-test.2 → 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,9 @@
1
+ import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
2
+ import { useId } from 'react';
3
+ import { Mask, Path, Svg } from 'react-native-svg';
4
+ import { ColorGray900 } from '../../tokens/colors';
5
+ export default function IconMessage({ size = 24, color = ColorGray900, variant = 'line', ...props }) {
6
+ const isFilled = variant === 'filled';
7
+ const maskId = useId();
8
+ return (_jsxs(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: "none", ...props, children: [isFilled && (_jsxs(Mask, { id: maskId, children: [_jsx(Path, { d: "M16.0043 18.0508C16.1848 17.7752 16.489 17.6136 16.8217 17.6136L19.5325 17.6041C20.6161 17.6041 21.5 16.7297 21.5 15.6366V7.28194C21.5 6.1984 20.6256 5.31445 19.5325 5.31445H4.46748C3.38394 5.31445 2.5 6.1984 2.5 7.28194V15.6461C2.5 16.7297 3.37444 17.6136 4.46748 17.6136H11.1473C11.48 17.6136 11.7936 17.7847 11.9742 18.0603L13.5615 20.465C13.7516 20.7597 14.1793 20.7597 14.3789 20.465L16.0043 18.0508Z", fill: "white" }), _jsx(Path, { d: "M12.0047 12.2133C12.5507 12.2133 12.9932 11.7708 12.9932 11.2248C12.9932 10.6789 12.5507 10.2363 12.0047 10.2363C11.4588 10.2363 11.0162 10.6789 11.0162 11.2248C11.0162 11.7708 11.4588 12.2133 12.0047 12.2133Z", fill: "black" }), _jsx(Path, { d: "M15.9493 12.2133C16.4952 12.2133 16.9378 11.7708 16.9378 11.2248C16.9378 10.6789 16.4952 10.2363 15.9493 10.2363C15.4034 10.2363 14.9608 10.6789 14.9608 11.2248C14.9608 11.7708 15.4034 12.2133 15.9493 12.2133Z", fill: "black" }), _jsx(Path, { d: "M8.06027 12.2133C8.6062 12.2133 9.04877 11.7708 9.04877 11.2248C9.04877 10.6789 8.6062 10.2363 8.06027 10.2363C7.51434 10.2363 7.07178 10.6789 7.07178 11.2248C7.07178 11.7708 7.51434 12.2133 8.06027 12.2133Z", fill: "black" })] })), _jsx(Path, { d: "M16.0043 18.0508C16.1848 17.7752 16.489 17.6136 16.8217 17.6136L19.5325 17.6041C20.6161 17.6041 21.5 16.7297 21.5 15.6366V7.28194C21.5 6.1984 20.6256 5.31445 19.5325 5.31445H4.46748C3.38394 5.31445 2.5 6.1984 2.5 7.28194V15.6461C2.5 16.7297 3.37444 17.6136 4.46748 17.6136H11.1473C11.48 17.6136 11.7936 17.7847 11.9742 18.0603L13.5615 20.465C13.7516 20.7597 14.1793 20.7597 14.3789 20.465L16.0043 18.0508Z", stroke: color, strokeWidth: "1.5", strokeMiterlimit: "10", fill: isFilled ? color : 'none', mask: isFilled ? `url(#${maskId})` : undefined }), !isFilled && (_jsxs(_Fragment, { children: [_jsx(Path, { d: "M12.0047 12.2133C12.5507 12.2133 12.9932 11.7708 12.9932 11.2248C12.9932 10.6789 12.5507 10.2363 12.0047 10.2363C11.4588 10.2363 11.0162 10.6789 11.0162 11.2248C11.0162 11.7708 11.4588 12.2133 12.0047 12.2133Z", fill: color }), _jsx(Path, { d: "M15.9493 12.2133C16.4952 12.2133 16.9378 11.7708 16.9378 11.2248C16.9378 10.6789 16.4952 10.2363 15.9493 10.2363C15.4034 10.2363 14.9608 10.6789 14.9608 11.2248C14.9608 11.7708 15.4034 12.2133 15.9493 12.2133Z", fill: color }), _jsx(Path, { d: "M8.06027 12.2133C8.6062 12.2133 9.04877 11.7708 9.04877 11.2248C9.04877 10.6789 8.6062 10.2363 8.06027 10.2363C7.51434 10.2363 7.07178 10.6789 7.07178 11.2248C7.07178 11.7708 7.51434 12.2133 8.06027 12.2133Z", fill: color })] }))] }));
9
+ }
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { Path, Svg } from 'react-native-svg';
3
+ import { ColorGray900 } from '../../tokens/colors';
4
+ export default function IconMinus({ size = 24, color = ColorGray900, variant: _variant = 'line', ...props }) {
5
+ return (_jsx(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: "none", ...props, children: _jsx(Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M21.08 10.763a1.237 1.237 0 0 1 0 2.473H2.92a1.237 1.237 0 1 1 0-2.473z", fill: color, strokeWidth: 0 }) }));
6
+ }
@@ -0,0 +1,7 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { Circle, Path, Svg } from 'react-native-svg';
3
+ import { ColorGray900, SemanticColorBgWhite } from '../../tokens/colors';
4
+ export default function IconMoneyCircle({ size = 24, color = ColorGray900, variant = 'line', ...props }) {
5
+ const isFilled = variant === 'filled';
6
+ return (_jsxs(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: "none", ...props, children: [_jsx(Circle, { cx: "12", cy: "12", r: "9.5", fill: isFilled ? color : 'none', stroke: color, strokeWidth: "1.5" }), _jsx(Path, { d: "M7.8707 13.0517H6.4922V11.9188H7.5875L6.6307 8.1043H8.2799L9.0541 11.9188H10.376L11.1376 8.1043H12.8624L13.624 11.9188H14.927L15.6949 8.1043H17.3693L16.4188 11.9188H17.5078V13.0517H16.1355L15.1787 16.8663H13.3785L12.6169 13.0517H11.3705L10.6089 16.8663H8.8213L7.8707 13.0517ZM12.0315 10.1437H11.956L11.5972 11.9188H12.3902L12.0315 10.1437ZM9.6584 14.915H9.778L10.1494 13.0517H9.2807L9.6584 14.915ZM14.222 14.915H14.3227L14.7004 13.0517H13.8506L14.222 14.915Z", fill: isFilled ? SemanticColorBgWhite : color, strokeWidth: 0 })] }));
7
+ }
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { Path, Rect, Svg } from 'react-native-svg';
3
+ import { ColorGray900 } from '../../tokens/colors';
4
+ export default function IconNote({ size = 24, color = ColorGray900, variant: _variant = 'line', ...props }) {
5
+ return (_jsxs(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: "none", ...props, children: [_jsx(Rect, { x: "0.65", y: "2.67539", width: "21.2859", height: "20.7513", rx: "4.01666", stroke: color, strokeWidth: "1.3" }), _jsx(Path, { d: "M6 4.65039V0.650391", stroke: color, strokeWidth: "1.3", strokeLinecap: "round" }), _jsx(Path, { d: "M19 4.65039V0.650391", stroke: color, strokeWidth: "1.3", strokeLinecap: "round" }), _jsx(Path, { d: "M5.29297 9.16504C5.29297 9.16504 12.6067 9.16504 17.293 9.16504", stroke: color, strokeWidth: "1.3", strokeLinecap: "round" }), _jsx(Path, { d: "M5.29297 13.417C5.29297 13.417 12.6067 13.417 17.293 13.417", stroke: color, strokeWidth: "1.3", strokeLinecap: "round" }), _jsx(Path, { d: "M8.09961 18.0479C8.09961 18.0479 9.80151 18.0479 14.4878 18.0479", stroke: color, strokeWidth: "1.3", strokeLinecap: "round" })] }));
6
+ }
@@ -0,0 +1,7 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { Path, Svg } from 'react-native-svg';
3
+ import { ColorGray900 } from '../../tokens/colors';
4
+ export default function IconNotification({ size = 24, color = ColorGray900, variant = 'line', ...props }) {
5
+ const isFilled = variant === 'filled';
6
+ return (_jsxs(Svg, { width: size, height: size, viewBox: "0 0 40 40", fill: "none", ...props, children: [_jsx(Path, { d: "M25.3832 30.2916C25.3832 33.2416 22.9832 35.6416 20.0332 35.6416C17.0832 35.6416 14.6832 33.2416 14.6832 30.2916", stroke: color, strokeMiterlimit: "10", strokeLinecap: "round", fill: isFilled ? color : 'none', strokeWidth: isFilled ? 0 : 2.5 }), _jsx(Path, { d: "M32.3833 30.2916H7.59997C6.26664 30.2916 5.39997 28.9083 5.9833 27.7083L8.1333 23.3249C8.24997 23.0749 8.31664 22.8083 8.31664 22.5416V16.0416C8.31664 9.59161 13.55 4.35828 20 4.35828C26.45 4.35828 31.6833 9.59161 31.6833 16.0416V22.5416C31.6833 22.8083 31.75 23.0916 31.8666 23.3249L34.0166 27.7083C34.6 28.8916 33.7333 30.2916 32.4 30.2916H32.3833Z", stroke: color, strokeMiterlimit: "10", fill: isFilled ? color : 'none', strokeWidth: isFilled ? 0 : 2.5 })] }));
7
+ }
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { Circle, Path, Svg } from 'react-native-svg';
3
+ import { ColorGray900 } from '../../tokens/colors';
4
+ export default function IconPercentBadge({ size = 24, color = ColorGray900, variant: _variant = 'filled', ...props }) {
5
+ return (_jsxs(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: "none", ...props, children: [_jsx(Path, { d: "M11.0025 1.8908a1.5 1.5 0 0 1 1.998 0l1.9358 1.7295a1.5 1.5 0 0 0 .915.3795l2.5913.1455a1.5 1.5 0 0 1 1.4138 1.413l.1455 2.5913a1.5 1.5 0 0 0 .3795.915l1.7288 1.9358a1.5 1.5 0 0 1 0 1.9988l-1.7288 1.935a1.5 1.5 0 0 0-.3795.9158l-.1455 2.5913a1.5 1.5 0 0 1-1.4138 1.4138l-2.5913.1455a1.5 1.5 0 0 0-.915.3788l-1.935 1.7295a1.5 1.5 0 0 1-1.9995 0l-1.935-1.7295a1.5 1.5 0 0 0-.915-.3788l-2.5913-.1455a1.5 1.5 0 0 1-1.4138-1.4138l-.1455-2.5913a1.5 1.5 0 0 0-.3795-.915l-1.7288-1.935a1.5 1.5 0 0 1 0-1.9995l1.7288-1.935a1.5 1.5 0 0 0 .3795-.915l.1455-2.592a1.5 1.5 0 0 1 1.4138-1.413l2.5913-.1455a1.5 1.5 0 0 0 .915-.3795z", fill: color, strokeWidth: 0 }), _jsx(Path, { stroke: "#fff", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2.55", d: "m9.2453 14.754 5.5073-5.508" }), _jsx(Circle, { cx: "14.7533", cy: "14.754", r: "1.6718", fill: "#fff" }), _jsx(Circle, { cx: "9.2475", cy: "9.246", r: "1.6718", fill: "#fff" })] }));
6
+ }
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { Path, Svg } from 'react-native-svg';
3
+ import { ColorGray900 } from '../../tokens/colors';
4
+ export default function IconPhoneClock({ size = 24, color = ColorGray900, variant: _variant = 'line', ...props }) {
5
+ return (_jsxs(Svg, { width: size, height: size, viewBox: "0 0 40 40", fill: "none", ...props, children: [_jsx(Path, { d: "M22.4984 31.9169C30.3233 31.9169 36.6667 25.5735 36.6667 17.7486C36.6667 9.92359 30.3233 3.5802 22.4984 3.5802C14.6734 3.5802 8.33002 9.92359 8.33002 17.7486C8.33002 25.5735 14.6734 31.9169 22.4984 31.9169Z", stroke: color, strokeWidth: "2.5", strokeMiterlimit: "10" }), _jsx(Path, { d: "M22.6781 17.7486V9.96985", stroke: color, strokeWidth: "2.5", strokeMiterlimit: "10", strokeLinecap: "round" }), _jsx(Path, { d: "M29.0678 17.7487H22.6781", stroke: color, strokeWidth: "2.5", strokeMiterlimit: "10", strokeLinecap: "round" }), _jsx(Path, { d: "M26.453 31.2143L22.4002 28.714C21.959 28.4199 21.4034 28.3872 20.8968 28.6323L18.9848 29.5311C12.4971 27.6355 10.6178 22.5531 10.0948 21.0497L11.108 18.8599C11.3532 18.3696 11.3205 17.7977 11.0427 17.3564L8.54238 13.3037C8.21554 12.7644 7.57821 12.4702 6.95722 12.6173C6.48331 12.7154 5.91134 12.9442 5.35572 13.369C4.53863 14.0064 3.77056 15.1013 3.37836 17.046C3.28031 17.5362 3.34568 18.0265 3.54178 18.5004C5.11059 22.1609 7.1043 26.2791 10.34 29.5148C13.5103 32.6851 17.514 34.6461 21.1256 36.1986C21.5668 36.3947 22.0897 36.4764 22.58 36.3783C24.541 36.0025 25.6686 35.2344 26.3223 34.401C26.7798 33.8617 27.0086 33.2897 27.1067 32.7831C27.2538 32.1458 26.9759 31.5248 26.4367 31.1816L26.453 31.2143Z", fill: color, strokeWidth: 0 })] }));
6
+ }
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { Path, Rect, Svg } from 'react-native-svg';
3
+ import { ColorGray900 } from '../../tokens/colors';
4
+ export default function IconPhoto({ size = 24, color = ColorGray900, variant: _variant = 'line', ...props }) {
5
+ return (_jsxs(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: "none", ...props, children: [_jsx(Rect, { x: "4", y: "4", width: "16", height: "16", rx: "2", stroke: color, strokeWidth: "1.5" }), _jsx(Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M10.222 8.4444C10.222 9.4267 9.4265 10.2222 8.4442 10.2222C7.4629 10.2222 6.6664 9.4267 6.6664 8.4444C6.6664 7.4621 7.4629 6.6667 8.4442 6.6667C9.4255 6.6676 10.221 7.4631 10.222 8.4444Z", stroke: color, strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }), _jsx(Path, { d: "M4 16.4444L6.4235 14.6267C7.1019 14.1179 8.0274 14.0923 8.7329 14.5627L8.9797 14.7271C9.7166 15.2185 10.689 15.1665 11.3695 14.5995L14.3809 12.0899C15.0743 11.5121 16.0688 11.4703 16.8082 11.9879L20 14.2222", stroke: color, strokeWidth: "1.5" })] }));
6
+ }
@@ -0,0 +1,7 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { Circle, Path, Svg } from 'react-native-svg';
3
+ import { ColorGray900, SemanticColorBgWhite } from '../../tokens/colors';
4
+ export default function IconPlayCircle({ size = 24, color = ColorGray900, variant = 'filled', ...props }) {
5
+ const isFilled = variant === 'filled';
6
+ return (_jsxs(Svg, { width: size, height: size, fill: "none", viewBox: "0 0 24 24", ...props, children: [_jsx(Circle, { cx: "12", cy: "12", r: "11.25", fill: isFilled ? color : 'none', stroke: color, opacity: isFilled ? 0.6 : 1, strokeWidth: "1.5" }), _jsx(Path, { fill: isFilled ? SemanticColorBgWhite : color, d: "M16.368 11.5035c.3218.2528.3218.7403 0 .9938l-5.346 4.2a.6315.6315 0 0 1-1.0223-.4965V7.8a.6315.6315 0 0 1 1.0223-.4973z" })] }));
7
+ }
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { Path, Svg } from 'react-native-svg';
3
+ import { ColorGray900 } from '../../tokens/colors';
4
+ export default function IconPlus({ size = 24, color = ColorGray900, variant: _variant = 'line', ...props }) {
5
+ return (_jsx(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: "none", ...props, children: _jsx(Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M12 1.683c.683 0 1.236.554 1.236 1.237v7.843h7.844a1.237 1.237 0 0 1 0 2.473h-7.843v7.844a1.237 1.237 0 0 1-2.474 0v-7.843H2.92a1.237 1.237 0 1 1 0-2.474h7.843V2.92c0-.683.554-1.237 1.237-1.237", fill: color, strokeWidth: 0 }) }));
6
+ }
@@ -0,0 +1,7 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { Circle, Path, Svg } from 'react-native-svg';
3
+ import { ColorGray900, SemanticColorBgWhite } from '../../tokens/colors';
4
+ export default function IconPlusCircle({ size = 24, color = ColorGray900, variant = 'line', ...props }) {
5
+ const isFilled = variant === 'filled';
6
+ return (_jsxs(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: "none", ...props, children: [_jsx(Circle, { cx: "12", cy: "12", r: "10.9091", fill: isFilled ? color : 'none', stroke: color, strokeWidth: "1.5" }), _jsx(Path, { strokeLinecap: "round", d: "M12 6.5455V17.4545M17.4545 12H6.5455", stroke: isFilled ? SemanticColorBgWhite : color, strokeWidth: "1.5" })] }));
7
+ }
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { Path, Svg } from 'react-native-svg';
3
+ import { ColorGray900 } from '../../tokens/colors';
4
+ export default function IconPopcorn({ size = 24, color = ColorGray900, variant: _variant = 'line', ...props }) {
5
+ return (_jsxs(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: "none", ...props, children: [_jsx(Path, { d: "M10.2195 1.27539C11.1417 1.27539 12.0039 1.65204 12.6501 2.2959C13.472 1.93414 14.3361 1.91692 15.0535 2.30078L15.281 2.43848C15.7772 2.7769 16.119 3.28535 16.2927 3.90332C16.6325 3.8006 16.9913 3.73535 17.3601 3.73535C19.2877 3.73543 20.8503 5.29802 20.8503 7.22559C20.8502 8.14384 20.4951 9.0803 19.9509 9.72852L19.9656 9.74023L19.9685 9.74316L20.0759 9.8877C20.3075 10.2355 20.4011 10.6588 20.3289 11.0742L18.699 20.4736C18.4749 21.7775 17.3544 22.7255 16.03 22.7256H8.27026C6.95597 22.7256 5.82447 21.7777 5.60034 20.4736L3.97046 11.0742C3.89054 10.6147 4.01517 10.1463 4.30347 9.78027C3.58424 9.12375 3.15026 8.21503 3.15015 7.22559C3.15015 5.29797 4.71277 3.73535 6.64038 3.73535C6.6948 3.73539 6.74595 3.74355 6.79175 3.75098C6.82509 3.75638 6.85551 3.75832 6.88452 3.76074C7.32363 2.31127 8.67138 1.2756 10.2195 1.27539ZM14.8855 21.625H16.0398C16.8255 21.625 17.4948 21.0623 17.6306 20.2861L17.6384 20.2451H17.6472L19.2703 10.8867L19.2781 10.7715C19.2722 10.6575 19.2281 10.5483 19.1531 10.459C19.041 10.3376 18.8938 10.2656 18.74 10.2656H16.0349L14.8855 21.625ZM5.5896 10.2549C5.42528 10.255 5.27934 10.3282 5.17847 10.4473C5.10234 10.5446 5.05851 10.6561 5.05249 10.7705L5.05933 10.8867L6.67261 20.1914L6.68237 20.1816L6.69897 20.2764C6.83479 21.0524 7.50421 21.6152 8.28979 21.6152H9.44409L8.29468 10.2549H5.5896ZM10.5447 21.625H13.7849L14.9343 10.2656H9.39526L10.5447 21.625ZM10.2195 2.375C9.03733 2.37523 8.02044 3.25287 7.85034 4.42383C7.85797 4.44846 7.86011 4.4706 7.86011 4.48535C7.86002 4.73204 7.65841 4.94521 7.40015 4.94531C7.32418 4.94531 7.25008 4.92319 7.18628 4.89258C7.01091 4.85383 6.83539 4.83497 6.65015 4.83496H6.6189L6.60913 4.81641C5.30106 4.83285 4.24982 5.89304 4.24976 7.20508C4.24976 7.94404 4.58776 8.64397 5.17651 9.09473H19.0466C19.4589 8.65305 19.74 7.89633 19.74 7.20508C19.7399 5.88287 18.6725 4.81563 17.3503 4.81543C16.9106 4.81543 16.4996 4.93181 16.1375 5.13672C16.0493 5.22142 15.9301 5.27539 15.7996 5.27539C15.5222 5.27518 15.2997 5.05278 15.2996 4.77539C15.2996 4.74962 15.306 4.72294 15.3113 4.7041L15.3103 4.6875C15.2809 4.02048 14.9871 3.49869 14.5261 3.24902C14.0566 3.00011 13.4467 3.04375 12.8386 3.39551C12.758 3.49176 12.6385 3.54492 12.5095 3.54492C12.3252 3.54475 12.1618 3.4386 12.0906 3.27637L12.0037 3.17285C11.5544 2.6681 10.9084 2.375 10.2195 2.375Z", fill: color, stroke: color, strokeWidth: "0.1" }), _jsx(Path, { d: "M9.22791 5.81641C9.87177 5.65547 10.5674 5.75404 11.2992 6.11914L11.6156 6.29199L11.6176 6.29297C11.8687 6.45677 11.9572 6.78658 11.8031 7.05078L11.8021 7.05273C11.6386 7.30349 11.299 7.39305 11.0443 7.23828C10.4504 6.88191 9.92432 6.76865 9.49255 6.88379C9.2382 6.95103 9.04277 7.09017 8.91052 7.21387C8.8446 7.27556 8.79439 7.33315 8.76111 7.375C8.74453 7.39586 8.73219 7.41321 8.724 7.4248C8.7199 7.4306 8.71717 7.43555 8.71521 7.43848C8.71427 7.43989 8.71271 7.44075 8.71228 7.44141V7.44238C8.71228 7.44238 8.71223 7.442 8.7113 7.44141C8.61162 7.61665 8.42583 7.71484 8.23962 7.71484C8.13831 7.71476 8.04968 7.6809 7.96716 7.63965L7.96814 7.63281C7.72136 7.47797 7.62338 7.15254 7.77673 6.88965L7.77869 6.8877V6.88672L7.7865 6.875C7.79122 6.86751 7.79787 6.85713 7.80603 6.84473C7.82251 6.81969 7.8459 6.78501 7.87634 6.74414C7.93747 6.66211 8.02776 6.55243 8.14685 6.43652C8.38491 6.20493 8.74182 5.94411 9.22693 5.81641H9.22791Z", fill: color, stroke: color, strokeWidth: "0.1" })] }));
6
+ }
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { Path, Svg } from 'react-native-svg';
3
+ import { ColorGray900 } from '../../tokens/colors';
4
+ export default function IconPopdeal({ size = 24, color = ColorGray900, variant: _variant = 'line', ...props }) {
5
+ return (_jsxs(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: "none", ...props, children: [_jsx(Path, { d: "M18.5158 22H5.4937C4.4093 22 3.5323 21.0947 3.5323 19.9726L4.513 7.7992C4.513 6.677 5.3899 5.7718 6.4744 5.7718H17.5257C18.6101 5.7718 19.487 6.677 19.487 7.7992L20.4677 19.9726C20.4677 21.0947 19.5908 22 18.5064 22H18.5158Z", stroke: color, strokeWidth: "1.5", strokeMiterlimit: "10" }), _jsx(Path, { d: "M8.5206 7.0071V5.4889C8.5206 3.5653 10.0859 2 12.0095 2C13.9332 2 15.4985 3.5653 15.4985 5.4889V7.0071", stroke: color, strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round" }), _jsx(Path, { d: "M9.8501 18.7751C11.2457 19.2749 12.7733 19.2749 14.1688 18.7751", stroke: color, strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round" }), _jsx(Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M11.538 10.1188H9.7652C9.6898 10.1188 9.6143 10.1848 9.6143 10.2697V15.9839C9.6143 16.0688 9.6898 16.1443 9.7652 16.1443H10.9345C11.0194 16.1443 11.0854 16.0783 11.0854 15.9934V15.0881C11.0854 14.9844 11.1702 14.8996 11.2645 14.8996H11.5285C13.3013 14.8996 14.3951 14.032 14.3951 12.5233C14.3951 11.0146 13.3013 10.1282 11.5285 10.1282L11.538 10.1188ZM11.6134 13.4569H11.2739C11.1797 13.4569 11.0948 13.3814 11.0948 13.2777V11.7407C11.0948 11.6369 11.1797 11.552 11.2739 11.552H11.6134C12.5092 11.552 12.9053 11.7784 12.9053 12.5139C12.9053 13.2494 12.5281 13.4663 11.6134 13.4663V13.4569Z", fill: color })] }));
6
+ }
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { Path, Svg } from 'react-native-svg';
3
+ import { ColorGray900 } from '../../tokens/colors';
4
+ export default function IconPoppass({ size = 24, color = ColorGray900, variant: _variant = 'line', ...props }) {
5
+ return (_jsxs(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: "none", ...props, children: [_jsx(Path, { d: "M17.7122 10.8763V10.3999", stroke: color, strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round" }), _jsx(Path, { d: "M17.7122 13.2486V12.7722", stroke: color, strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round" }), _jsx(Path, { d: "M17.7122 15.6212V15.1448", stroke: color, strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round" }), _jsx(Path, { d: "M17.7122 17.9937V17.5173", stroke: color, strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round" }), _jsx(Path, { d: "M19.3749 8.2666H4.62458C3.72721 8.2666 2.99976 9.07673 2.99976 10.0761V18.1905C2.99976 19.1898 3.72721 19.9999 4.62458 19.9999H19.3749C20.2723 19.9999 20.9998 19.1898 20.9998 18.1905V10.0761C20.9998 9.07673 20.2723 8.2666 19.3749 8.2666Z", stroke: color, strokeWidth: "1.5", strokeMiterlimit: "10" }), _jsx(Path, { d: "M7.00146 8.26545L15.2375 4.16829C16.0861 3.74904 17.0955 4.1397 17.4885 5.04489L18.8999 8.26545", stroke: color, strokeWidth: "1.5", strokeMiterlimit: "10" }), _jsx(Path, { d: "M6.17065 11.1709H13.2365", stroke: color, strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round" }), _jsx(Path, { d: "M6.17065 13.8381H8.82369", stroke: color, strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round" })] }));
6
+ }
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { Circle, Path, Svg } from 'react-native-svg';
3
+ import { ColorGray900 } from '../../tokens/colors';
4
+ export default function IconPrinter({ size = 24, color = ColorGray900, variant: _variant = 'line', ...props }) {
5
+ return (_jsxs(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: "none", ...props, children: [_jsx(Path, { d: "M8.46985 11.4272H15.5299", stroke: color, strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round" }), _jsx(Path, { d: "M8.46985 14.5371H15.5299", stroke: color, strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round" }), _jsx(Path, { d: "M8.46985 17.6572H12.0806", stroke: color, strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round" }), _jsx(Path, { d: "M5.00012 8.23047C5.00012 7.95433 5.22398 7.73047 5.50012 7.73047H18.5001C18.7763 7.73047 19.0001 7.95433 19.0001 8.23047V20.2607C19.0001 21.3653 18.1047 22.2607 17.0001 22.2607H7.00012C5.89555 22.2607 5.00012 21.3653 5.00012 20.2607V8.23047Z", stroke: color, strokeWidth: "1.5" }), _jsx(Path, { d: "M19.1437 10.2775C19.2459 10.2775 19.3459 10.2775 19.4432 10.2775C20.5478 10.2775 21.4432 9.38208 21.4432 8.27751V3.73926C21.4432 2.63469 20.5478 1.73926 19.4432 1.73926H4.55676C3.45219 1.73926 2.55676 2.63469 2.55676 3.73926V8.27751C2.55676 9.38208 3.4521 10.2775 4.55667 10.2775C4.64938 10.2775 4.74438 10.2775 4.84155 10.2775", stroke: color, strokeWidth: "1.5" }), _jsx(Circle, { cx: "5.60999", cy: "4.73926", r: "1", fill: color }), _jsx(Circle, { cx: "9.20911", cy: "4.73926", r: "1", fill: color })] }));
6
+ }
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { Path, Svg } from 'react-native-svg';
3
+ import { ColorGray900 } from '../../tokens/colors';
4
+ export default function IconQuestion({ size = 24, color = ColorGray900, variant: _variant = 'line', ...props }) {
5
+ return (_jsx(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: "none", ...props, children: _jsx(Path, { d: "M10.3439 14.975C10.365 12.2954 11.1246 11.4726 12.4538 10.6497C13.3611 10.0801 14.0362 9.36269 14.0362 8.30775C14.0362 7.12621 13.129 6.36665 11.9685 6.36665C10.9136 6.36665 9.90085 7.04181 9.83756 8.45544H7.2002C7.26349 5.62819 9.39448 4.17236 11.9896 4.17236C14.838 4.17236 16.8002 5.75478 16.8002 8.26555C16.8002 9.97456 15.9351 11.0928 14.5637 11.9157C13.34 12.6541 12.8336 13.3926 12.8125 14.975V15.1649H10.3439V14.975ZM11.6521 19.8277C10.7448 19.8277 10.0063 19.0893 10.0063 18.182C10.0063 17.2959 10.7448 16.5574 11.6521 16.5574C12.5171 16.5574 13.2767 17.2959 13.2767 18.182C13.2767 19.0893 12.5171 19.8277 11.6521 19.8277Z", fill: color }) }));
6
+ }
@@ -0,0 +1,7 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { Circle, Path, Svg } from 'react-native-svg';
3
+ import { ColorGray900, SemanticColorBgWhite } from '../../tokens/colors';
4
+ export default function IconQuestionCircle({ size = 24, color = ColorGray900, variant = 'line', ...props }) {
5
+ const isFilled = variant === 'filled';
6
+ return (_jsxs(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: "none", ...props, children: [_jsx(Circle, { cx: "12", cy: "12", r: "7.9333", fill: isFilled ? color : 'none', stroke: color, strokeWidth: "1.5" }), _jsx(Path, { d: "M11.1963 14.0287C11.1993 13.4848 11.2525 13.0457 11.3558 12.7115C11.4621 12.3742 11.6095 12.1037 11.7979 11.9001C11.9863 11.6965 12.2386 11.4975 12.5545 11.303C13.1957 10.905 13.5163 10.4066 13.5163 9.808C13.5163 9.5467 13.454 9.3173 13.3294 9.1197C13.2048 8.9192 13.0362 8.7657 12.8234 8.6594C12.6108 8.55 12.3752 8.4953 12.117 8.4953C11.8769 8.4953 11.6521 8.547 11.4424 8.6503C11.2327 8.7506 11.0595 8.904 10.9228 9.1106C10.786 9.3173 10.7086 9.5725 10.6903 9.8764H9.2956C9.3138 9.3446 9.449 8.8873 9.7012 8.5044C9.9534 8.1216 10.2907 7.8314 10.7131 7.6338C11.1355 7.4363 11.605 7.3376 12.1216 7.3376C12.6746 7.3376 13.1623 7.4424 13.5847 7.6521C14.0101 7.8587 14.3382 8.1504 14.5692 8.5272C14.8032 8.901 14.9202 9.3325 14.9202 9.8217C14.9202 10.317 14.8078 10.7454 14.5829 11.107C14.358 11.4687 14.0314 11.7801 13.6028 12.0414C13.3355 12.2024 13.1243 12.3696 12.9694 12.5428C12.8174 12.713 12.705 12.9166 12.632 13.1536C12.5591 13.3876 12.5196 13.6793 12.5135 14.0287V14.1108H11.1963V14.0287ZM10.9775 15.975C10.9744 15.811 11.0139 15.6589 11.096 15.5192C11.178 15.3794 11.2889 15.2686 11.4287 15.1865C11.5715 15.1044 11.7265 15.0634 11.8936 15.0634C12.0547 15.0634 12.2051 15.1044 12.3449 15.1865C12.4847 15.2686 12.5956 15.3794 12.6776 15.5192C12.7627 15.6589 12.8052 15.811 12.8052 15.975C12.8052 16.139 12.7627 16.2911 12.6776 16.4308C12.5956 16.5706 12.4847 16.6814 12.3449 16.7635C12.2051 16.8456 12.0547 16.8866 11.8936 16.8866C11.7265 16.8866 11.5715 16.8456 11.4287 16.7635C11.2889 16.6814 11.178 16.5706 11.096 16.4308C11.0139 16.2911 10.9744 16.139 10.9775 15.975Z", fill: isFilled ? SemanticColorBgWhite : color, strokeWidth: 0 })] }));
7
+ }
@@ -0,0 +1,9 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { Path, Svg } from 'react-native-svg';
3
+ import { ColorGray900 } from '../../tokens/colors';
4
+ export default function IconQuote({ size = 24, color = ColorGray900, variant = 'line', ...props }) {
5
+ const isFilled = variant === 'filled';
6
+ return (_jsx(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: "none", ...props, children: _jsx(Path, { fillRule: "evenodd", clipRule: "evenodd", d: isFilled
7
+ ? 'M9.76868 6.40855C9.99266 6.0603 10.4565 5.95917 10.8048 6.18296C11.1531 6.40688 11.2541 6.87071 11.0304 7.21909L7.99524 11.9388C9.58498 12.0142 10.8507 13.3275 10.8507 14.9359C10.8506 16.5926 9.50748 17.9359 7.85071 17.9359C6.19393 17.9359 4.85084 16.5926 4.85071 14.9359C4.85071 14.4075 4.98783 13.911 5.22766 13.4798C5.23974 13.4556 5.25371 13.4318 5.26868 13.4085L5.32825 13.3148C5.34459 13.2894 5.36 13.2635 5.37708 13.2386L9.76868 6.40855ZM17.7687 6.40855C17.9927 6.0603 18.4565 5.95917 18.8048 6.18296C19.1531 6.40688 19.2541 6.87071 19.0304 7.21909L15.9952 11.9388C17.585 12.0142 18.8507 13.3275 18.8507 14.9359C18.8506 16.5926 17.5075 17.9359 15.8507 17.9359C14.1939 17.9359 12.8508 16.5926 12.8507 14.9359C12.8507 14.4075 12.9878 13.911 13.2277 13.4798C13.2397 13.4556 13.2537 13.4318 13.2687 13.4085L13.3282 13.3148C13.3446 13.2894 13.36 13.2635 13.3771 13.2386L17.7687 6.40855Z'
8
+ : 'M9.76868 6.40855C9.99266 6.0603 10.4565 5.95917 10.8048 6.18296C11.1531 6.40688 11.2541 6.87071 11.0304 7.21909L7.99524 11.9388C9.58498 12.0142 10.8507 13.3275 10.8507 14.9359C10.8506 16.5926 9.50748 17.9359 7.85071 17.9359C6.19393 17.9359 4.85084 16.5926 4.85071 14.9359C4.85071 14.4075 4.98783 13.911 5.22766 13.4798C5.23974 13.4556 5.25371 13.4318 5.26868 13.4085L5.32825 13.3148C5.34459 13.2894 5.36 13.2635 5.37708 13.2386L9.76868 6.40855ZM17.7687 6.40855C17.9927 6.0603 18.4565 5.95917 18.8048 6.18296C19.1531 6.40688 19.2541 6.87071 19.0304 7.21909L15.9952 11.9388C17.585 12.0142 18.8507 13.3275 18.8507 14.9359C18.8506 16.5926 17.5075 17.9359 15.8507 17.9359C14.1939 17.9359 12.8508 16.5926 12.8507 14.9359C12.8507 14.4075 12.9878 13.911 13.2277 13.4798C13.2397 13.4556 13.2537 13.4318 13.2687 13.4085L13.3282 13.3148C13.3446 13.2894 13.36 13.2635 13.3771 13.2386L17.7687 6.40855ZM7.85071 13.4359C7.02228 13.4359 6.35071 14.1075 6.35071 14.9359C6.35084 15.7642 7.02236 16.4359 7.85071 16.4359C8.67905 16.4359 9.35058 15.7642 9.35071 14.9359C9.35071 14.1075 8.67914 13.4359 7.85071 13.4359ZM15.8507 13.4359C15.0223 13.4359 14.3507 14.1075 14.3507 14.9359C14.3508 15.7642 15.0224 16.4359 15.8507 16.4359C16.6791 16.4359 17.3506 15.7642 17.3507 14.9359C17.3507 14.1075 16.6791 13.4359 15.8507 13.4359Z', fill: color }) }));
9
+ }
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { Path, Svg } from 'react-native-svg';
3
+ import { ColorGray900 } from '../../tokens/colors';
4
+ export default function IconRefresh({ size = 24, color = ColorGray900, variant: _variant = 'line', ...props }) {
5
+ return (_jsx(Svg, { width: size, height: size, viewBox: "0 0 40 40", fill: "none", ...props, children: _jsx(Path, { d: "M20 7.5C13.0964 7.5 7.5 13.0964 7.5 20C7.5 26.9035 13.0964 32.5 20 32.5C26.9035 32.5 32.5 26.9035 32.5 20C32.5 19.3727 32.4538 18.7563 32.3647 18.1538C32.2525 17.397 32.8065 16.6667 33.5715 16.6667C34.1897 16.6667 34.7317 17.0937 34.8255 17.7047C34.9403 18.453 35 19.2195 35 20C35 28.2843 28.2843 35 20 35C11.7157 35 5 28.2843 5 20C5 11.7157 11.7157 5 20 5C23.8418 5 27.3462 6.44427 30 8.81947V7.08333C30 6.39298 30.5597 5.83333 31.25 5.83333C31.9403 5.83333 32.5 6.39298 32.5 7.08333V12.0833C32.5 12.7737 31.9403 13.3333 31.25 13.3333H26.25C25.5597 13.3333 25 12.7737 25 12.0833C25 11.393 25.5597 10.8333 26.25 10.8333H28.4985C26.2682 8.76472 23.2818 7.5 20 7.5Z", fill: color, strokeWidth: 0 }) }));
6
+ }
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { Path, Svg } from 'react-native-svg';
3
+ import { ColorGray900 } from '../../tokens/colors';
4
+ export default function IconReset({ size = 24, color = ColorGray900, variant: _variant = 'line', ...props }) {
5
+ return (_jsx(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: "none", ...props, children: _jsx(Path, { d: "M3 17.3487C4.6677 20.1293 7.7847 21.9999 11.3548 21.9999C16.6817 21.9999 21 17.8352 21 12.6975C21 7.56 16.6817 3.3952 11.3548 3.3952C7.7847 3.3952 4.6677 5.2659 3 8.0464M3 8.0464V2M3 8.0464H8.4612", stroke: color, strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }) }));
6
+ }
@@ -0,0 +1,7 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { Path, Rect, Svg } from 'react-native-svg';
3
+ import { ColorGray900 } from '../../tokens/colors';
4
+ export default function IconRestaurant({ size = 24, color = ColorGray900, variant = 'line', ...props }) {
5
+ const isFilled = variant === 'filled';
6
+ return (_jsxs(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: "none", ...props, children: [_jsx(Rect, { x: "6.61951", y: "11.4043", width: "2.56812", height: "10.3669", rx: "1.28406", stroke: color, strokeWidth: "1.5", fill: isFilled ? color : 'none' }), _jsx(Path, { d: "M7.90351 9.07377C9.32721 9.07377 10.4813 7.54152 10.4813 5.65139C10.4813 3.76126 9.32721 2.229 7.90351 2.229C6.47982 2.229 5.32568 3.76126 5.32568 5.65139C5.32568 7.54152 6.47982 9.07377 7.90351 9.07377Z", stroke: color, strokeWidth: "1.5", fill: isFilled ? color : 'none' }), _jsx(Rect, { x: "15.0516", y: "11.4043", width: "2.56812", height: "10.3669", rx: "1.28406", stroke: color, strokeWidth: "1.5", fill: isFilled ? color : 'none' }), _jsx(Path, { d: "M14.371 6.24414H18.2943V7.43851C18.2943 8.52189 17.416 9.40015 16.3326 9.40015V9.40015C15.2492 9.40015 14.371 8.52189 14.371 7.43851V6.24414Z", stroke: color, strokeWidth: "1.5", fill: isFilled ? color : 'none' }), _jsx(Path, { d: "M14.371 2.229V6.00637", stroke: color, strokeWidth: "1.5", strokeLinecap: "round" }), _jsx(Path, { d: "M16.3357 2.229V5.82149", stroke: color, strokeWidth: "1.5", strokeLinecap: "round" }), _jsx(Path, { d: "M18.2942 2.229V6.00637", stroke: color, strokeWidth: "1.5", strokeLinecap: "round" }), _jsx(Path, { d: "M7.90356 10.7414L7.90356 9.19141", stroke: color, strokeWidth: "1.5", strokeLinecap: "round" }), _jsx(Path, { d: "M16.3357 10.7416L16.3357 9.40039", stroke: color, strokeWidth: "1.5", strokeLinecap: "round" })] }));
7
+ }
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { Path, Svg } from 'react-native-svg';
3
+ import { ColorGray900 } from '../../tokens/colors';
4
+ export default function IconSearch({ size = 24, color = ColorGray900, variant: _variant = 'line', ...props }) {
5
+ return (_jsxs(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: "none", ...props, children: [_jsx(Path, { d: "M10.1811 17.3621C14.147 17.3621 17.3621 14.147 17.3621 10.1811C17.3621 6.21507 14.147 3 10.1811 3C6.21507 3 3 6.21507 3 10.1811C3 14.147 6.21507 17.3621 10.1811 17.3621Z", stroke: color, strokeWidth: "1.5", strokeMiterlimit: "10" }), _jsx(Path, { d: "M15.2876 15.2876L21.0002 21.0002", stroke: color, strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round" })] }));
6
+ }
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { Path, Svg } from 'react-native-svg';
3
+ import { ColorGray900 } from '../../tokens/colors';
4
+ export default function IconSetting({ size = 24, color = ColorGray900, variant: _variant = 'line', ...props }) {
5
+ return (_jsxs(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: "none", ...props, children: [_jsx(Path, { d: "M12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z", stroke: color, strokeWidth: "1.5", strokeMiterlimit: "10" }), _jsx(Path, { d: "M20.2674 13.6484L19.5345 13.2411C19.427 13.1842 19.3781 13.0705 19.3879 12.9568C19.4368 12.6253 19.4661 12.2937 19.4661 11.9526C19.4661 11.6116 19.4368 11.28 19.3879 10.9484C19.3684 10.8347 19.427 10.7211 19.5345 10.6642L20.2674 10.2568C20.971 9.86842 21.2056 8.99684 20.8049 8.31474L19.5833 6.26842C19.1827 5.58632 18.2836 5.35895 17.58 5.74737L16.7885 6.19263C16.6907 6.24947 16.5637 6.24 16.466 6.17368C15.9773 5.82316 15.4496 5.52947 14.8731 5.29263C14.7656 5.24526 14.6874 5.15053 14.6874 5.02737V4.42105C14.6874 3.63474 14.0326 3 13.2215 3H10.7785C9.96735 3 9.3126 3.63474 9.3126 4.42105V5.02737C9.3126 5.14105 9.2442 5.24526 9.12693 5.29263C8.56013 5.52 8.02265 5.81368 7.53403 6.17368C7.43631 6.24 7.30927 6.24947 7.21155 6.19263L6.41999 5.74737C5.71638 5.35895 4.82709 5.58632 4.41665 6.26842L3.19511 8.32421C2.79444 9.00632 3.02898 9.86842 3.73259 10.2663L4.46552 10.6737C4.57301 10.7305 4.62187 10.8442 4.6121 10.9579C4.56324 11.2895 4.53392 11.6211 4.53392 11.9621C4.53392 12.3032 4.56324 12.6347 4.6121 12.9663C4.63165 13.08 4.57301 13.1937 4.46552 13.2505L3.73259 13.6579C3.02898 14.0463 2.79444 14.9179 3.19511 15.6L4.41665 17.6463C4.81732 18.3284 5.71638 18.5558 6.41999 18.1674L7.21155 17.7221C7.30927 17.6653 7.43631 17.6747 7.53403 17.7411C8.02265 18.0916 8.55036 18.3853 9.12693 18.6221C9.23442 18.6695 9.3126 18.7642 9.3126 18.8874V19.5789C9.3126 20.3653 9.96735 21 10.7785 21H13.2215C14.0326 21 14.6874 20.3653 14.6874 19.5789V18.8874C14.6874 18.7737 14.7558 18.6695 14.8731 18.6221C15.4399 18.3947 15.9773 18.1011 16.466 17.7411C16.5637 17.6747 16.6907 17.6653 16.7885 17.7221L17.58 18.1674C18.2836 18.5558 19.1729 18.3284 19.5833 17.6463L20.8049 15.6C21.2056 14.9179 20.971 14.0558 20.2674 13.6579V13.6484Z", stroke: color, strokeWidth: "1.5", strokeMiterlimit: "10" })] }));
6
+ }
@@ -0,0 +1,7 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { Path, Svg } from 'react-native-svg';
3
+ import { ColorGray900 } from '../../tokens/colors';
4
+ export default function IconShare({ size = 24, color = ColorGray900, variant = 'line', ...props }) {
5
+ const isFilled = variant === 'filled';
6
+ return (_jsxs(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: "none", ...props, children: [_jsx(Path, { d: "M18.5249 8.095C20.0492 8.095 21.2849 6.8593 21.2849 5.335C21.2849 3.8107 20.0492 2.575 18.5249 2.575C17.0006 2.575 15.7649 3.8107 15.7649 5.335C15.7649 6.8593 17.0006 8.095 18.5249 8.095Z", stroke: color, strokeMiterlimit: "10", fill: isFilled ? color : 'none', strokeWidth: isFilled ? 0 : 1.5 }), _jsx(Path, { d: "M5.3349 14.775C6.8592 14.775 8.0949 13.5393 8.0949 12.015C8.0949 10.4907 6.8592 9.255 5.3349 9.255C3.8106 9.255 2.5749 10.4907 2.5749 12.015C2.5749 13.5393 3.8106 14.775 5.3349 14.775Z", stroke: color, strokeMiterlimit: "10", fill: isFilled ? color : 'none', strokeWidth: isFilled ? 0 : 1.5 }), _jsx(Path, { d: "M18.6649 21.425C20.1892 21.425 21.4249 20.1893 21.4249 18.665C21.4249 17.1407 20.1892 15.905 18.6649 15.905C17.1406 15.905 15.9049 17.1407 15.9049 18.665C15.9049 20.1893 17.1406 21.425 18.6649 21.425Z", stroke: color, strokeMiterlimit: "10", fill: isFilled ? color : 'none', strokeWidth: isFilled ? 0 : 1.5 }), _jsx(Path, { d: "M7.8049 13.245L16.1949 17.435", stroke: color, strokeWidth: "1.5", strokeMiterlimit: "10" }), _jsx(Path, { d: "M16.0649 6.585L7.7949 10.765", stroke: color, strokeWidth: "1.5", strokeMiterlimit: "10" })] }));
7
+ }
@@ -0,0 +1,7 @@
1
+ import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { Path, Svg } from 'react-native-svg';
3
+ import { ColorGray900 } from '../../tokens/colors';
4
+ export default function IconShop({ size = 24, color = ColorGray900, variant = 'line', ...props }) {
5
+ const isFilled = variant === 'filled';
6
+ return (_jsx(Svg, { width: size, height: size, viewBox: "0 0 28 28", fill: "none", ...props, children: isFilled ? (_jsxs(_Fragment, { children: [_jsx(Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M8.32 12.8896C7.82272 13.2138 7.23006 13.4022 6.59539 13.4023C6.49652 13.4023 6.39868 13.3964 6.30242 13.3877C6.95068 13.3348 7.72201 13.1212 8.32586 12.7891L8.32 12.8896ZM19.6813 12.7939C20.2889 13.1249 21.0642 13.3354 21.7126 13.3857C21.6111 13.3955 21.5083 13.4023 21.404 13.4023C20.7731 13.4023 20.1838 13.2159 19.6882 12.8955L19.6813 12.7939ZM12.3249 13.3066C12.3089 13.3107 12.2931 13.3155 12.277 13.3193C12.2931 13.3155 12.3089 13.3107 12.3249 13.3066ZM8.47918 10.3545L8.46258 10.3564C8.39568 11.3388 6.9862 12.1014 6.00164 12.1016C4.81567 12.1014 3.22229 11.013 3.4616 9.85156L3.445 9.84766C3.45556 9.76172 3.47014 9.67542 3.48797 9.58887L4.34539 5.42969C4.51531 4.60661 5.24026 4.01465 6.08074 4.01465H8.88055L8.47918 10.3545ZM13.3512 10.3193H13.3493C13.3492 11.3038 12.5515 12.1015 11.5671 12.1016C10.5635 12.1015 9.76497 11.2752 9.7868 10.2812L10.1823 4.01465H13.3512V10.3193ZM18.2165 10.209H18.2116C18.275 11.2347 17.46 12.1014 16.4323 12.1016C15.4543 12.1015 14.6616 11.3143 14.6511 10.3389V4.01465H17.8268L18.2165 10.209ZM21.9186 4.01465C22.7589 4.01488 23.4841 4.60673 23.654 5.42969L24.5114 9.58887C24.5291 9.67466 24.5409 9.76052 24.5514 9.8457L24.527 9.85156C24.7665 11.0132 23.1847 12.0976 21.9987 12.0977C21.0142 12.0974 19.6037 11.3387 19.5368 10.3564L19.528 10.3555L19.1286 4.01465H21.9186Z", fill: color }), _jsx(Path, { d: "M18.8975 12.1699C19.0074 12.3118 19.1329 12.43 19.2705 12.5293C19.9801 13.0695 21.1566 13.3983 21.999 13.3984C22.483 13.3984 22.9775 13.2903 23.4443 13.1006V21.583C23.4443 22.9085 22.3694 23.9834 21.0439 23.9834H6.95508C5.62959 23.9834 4.55469 22.9085 4.55469 21.583V13.1035C5.02284 13.2938 5.51865 13.4023 6.00293 13.4023C6.84483 13.4021 8.01846 13.0698 8.72754 12.5293C8.86538 12.4299 8.99143 12.3119 9.10156 12.1699C9.58867 12.818 10.3263 13.2692 11.1748 13.377C11.2422 13.3855 11.3102 13.3923 11.3789 13.3965C11.4412 13.4002 11.5041 13.4023 11.5674 13.4023C12.0007 13.4023 12.4125 13.3123 12.7861 13.1504C12.8928 13.1042 12.9967 13.0527 13.0967 12.9951C13.3467 12.8513 13.5747 12.6733 13.7744 12.4678C13.8543 12.3855 13.9295 12.2987 14 12.208C14.5641 12.9334 15.4427 13.4023 16.4326 13.4023C16.4959 13.4023 16.5588 13.4002 16.6211 13.3965C16.7457 13.389 16.8683 13.3744 16.9883 13.3525C17.0482 13.3416 17.1074 13.3288 17.166 13.3145C17.3422 13.2715 17.5122 13.2133 17.6748 13.1416C17.8913 13.0461 18.0946 12.9265 18.2812 12.7861C18.3747 12.7159 18.4641 12.6407 18.5488 12.5605C18.6111 12.5017 18.6694 12.4388 18.7266 12.375C18.786 12.3087 18.8439 12.2411 18.8975 12.1699Z", fill: color })] })) : (_jsxs(_Fragment, { children: [_jsx(Path, { d: "M4.98212 5.56135C5.08957 5.04005 5.54856 4.66602 6.08082 4.66602H9.5019L9.11186 10.4008C9.02183 11.7244 7.92193 12.752 6.5953 12.752C4.99752 12.752 3.80231 11.2853 4.12486 9.72045L4.98212 5.56135Z", stroke: color, strokeWidth: "1.3" }), _jsx(Path, { d: "M9.48047 4.66602L14.001 4.66602V10.3193C14.001 11.6629 12.9118 12.752 11.5683 12.752C10.1657 12.752 9.05362 11.5691 9.14018 10.1692L9.48047 4.66602Z", stroke: color, strokeWidth: "1.3" }), _jsx(Path, { d: "M23.0179 5.56135C22.9104 5.04005 22.4514 4.66602 21.9192 4.66602H18.4981L18.8881 10.4008C18.9782 11.7244 20.0781 12.752 21.4047 12.752C23.0025 12.752 24.1977 11.2853 23.8751 9.72045L23.0179 5.56135Z", stroke: color, strokeWidth: "1.3" }), _jsx(Path, { d: "M18.5195 4.66602L13.999 4.66602V10.3193C13.999 11.6629 15.0882 12.752 16.4317 12.752C17.8343 12.752 18.9464 11.5691 18.8598 10.1692L18.5195 4.66602Z", stroke: color, strokeWidth: "1.3" }), _jsx(Path, { d: "M5.20508 12.3525V21.5835C5.20508 22.55 5.98858 23.3335 6.95508 23.3335H21.0439C22.0104 23.3335 22.7939 22.55 22.7939 21.5835V12.3525", stroke: color, strokeWidth: "1.3" })] })) }));
7
+ }
@@ -0,0 +1,9 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { useId } from 'react';
3
+ import { Mask, Path, Svg } from 'react-native-svg';
4
+ import { ColorGray900 } from '../../tokens/colors';
5
+ export default function IconShoppingBagCheck({ size = 24, color = ColorGray900, variant = 'line', ...props }) {
6
+ const isFilled = variant === 'filled';
7
+ const maskId = useId();
8
+ return (_jsxs(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: "none", ...props, children: [isFilled && (_jsxs(Mask, { id: maskId, children: [_jsx(Path, { d: "M18.91 22.605H5.10001C3.95001 22.605 3.02002 21.645 3.02002 20.455L4.06001 7.54502C4.06001 6.35502 4.99001 5.39502 6.14001 5.39502H17.86C19.01 5.39502 19.94 6.35502 19.94 7.54502L20.98 20.455C20.98 21.645 20.05 22.605 18.9 22.605H18.91Z", fill: "white" }), _jsx(Path, { d: "M9.46997 13.205L11.03 16.325L15.71 11.645", stroke: "black", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round", fill: "none" })] })), _jsx(Path, { d: "M18.91 22.605H5.10001C3.95001 22.605 3.02002 21.645 3.02002 20.455L4.06001 7.54502C4.06001 6.35502 4.99001 5.39502 6.14001 5.39502H17.86C19.01 5.39502 19.94 6.35502 19.94 7.54502L20.98 20.455C20.98 21.645 20.05 22.605 18.9 22.605H18.91Z", stroke: color, strokeWidth: "1.5", strokeMiterlimit: "10", fill: isFilled ? color : 'none', mask: isFilled ? `url(#${maskId})` : undefined }), _jsx(Path, { d: "M8.31006 6.70502V5.09502C8.31006 3.05502 9.97006 1.39502 12.0101 1.39502C14.0501 1.39502 15.7101 3.05502 15.7101 5.09502V6.70502", stroke: color, strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round" }), !isFilled && (_jsx(Path, { d: "M9.46997 13.205L11.03 16.325L15.71 11.645", stroke: color, strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }))] }));
9
+ }
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { Path, Svg } from 'react-native-svg';
3
+ import { ColorGray900 } from '../../tokens/colors';
4
+ export default function IconSiren({ size = 24, color = ColorGray900, variant: _variant = 'line', ...props }) {
5
+ return (_jsxs(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: "none", ...props, children: [_jsx(Path, { d: "M12.015 3.25488C16.175 3.25488 19.545 6.62488 19.545 10.7849V17.5149C19.545 17.8049 19.305 18.0449 19.015 18.0449H5.01499C4.72499 18.0449 4.48499 17.8049 4.48499 17.5149V10.7849C4.48499 6.62488 7.85499 3.25488 12.015 3.25488Z", stroke: color, strokeWidth: "1.5", strokeMiterlimit: "10" }), _jsx(Path, { d: "M20.3449 18.0547H3.65495C2.91488 18.0547 2.31494 18.6546 2.31494 19.3947V19.4047C2.31494 20.1447 2.91488 20.7447 3.65495 20.7447H20.3449C21.085 20.7447 21.6849 20.1447 21.6849 19.4047V19.3947C21.6849 18.6546 21.085 18.0547 20.3449 18.0547Z", stroke: color, strokeWidth: "1.5", strokeMiterlimit: "10" }), _jsx(Path, { d: "M9.91492 6.94482C9.91492 6.94482 8.35492 7.39482 7.79492 9.43482", stroke: color, strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round" })] }));
6
+ }
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { Path, Svg } from 'react-native-svg';
3
+ import { ColorGray900 } from '../../tokens/colors';
4
+ export default function IconSirenImportant({ size = 24, color = ColorGray900, variant: _variant = 'line', ...props }) {
5
+ return (_jsxs(Svg, { width: size, height: size, viewBox: "0 0 40 40", fill: "none", ...props, children: [_jsx(Path, { d: "M20.0085 5.4353C26.9418 5.4353 32.5585 11.052 32.5585 17.9853V29.202C32.5585 29.6853 32.1585 30.0853 31.6751 30.0853H8.34181C7.85848 30.0853 7.45848 29.6853 7.45848 29.202V17.9853C7.45848 11.052 13.0918 5.4353 20.0085 5.4353Z", stroke: color, strokeWidth: "2.5", strokeMiterlimit: "10" }), _jsx(Path, { d: "M33.9084 30.0793H6.09176C4.85833 30.0793 3.85843 31.0792 3.85843 32.3127V32.3293C3.85843 33.5628 4.85833 34.5627 6.09176 34.5627H33.9084C35.1419 34.5627 36.1418 33.5628 36.1418 32.3293V32.3127C36.1418 31.0792 35.1419 30.0793 33.9084 30.0793Z", stroke: color, strokeWidth: "2.5", strokeMiterlimit: "10" }), _jsx(Path, { d: "M19.9958 10.421C20.7064 10.421 21.2832 10.9977 21.2832 11.7083V19.2936C21.2832 20.0042 20.7064 20.5809 19.9958 20.5809C19.2852 20.5809 18.7084 20.0042 18.7084 19.2936V11.7083C18.7084 10.9977 19.2852 10.421 19.9958 10.421Z", fill: color }), _jsx(Path, { d: "M20.0126 23.0233C20.9619 23.0233 21.7291 23.7906 21.7291 24.7398C21.7291 25.6891 20.9619 26.4563 20.0126 26.4563C19.0634 26.4563 18.2876 25.6891 18.2876 24.7398C18.2876 23.7906 19.048 23.0233 19.9955 23.0233H20.0126Z", fill: color })] }));
6
+ }
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { Path, Rect, Svg } from 'react-native-svg';
3
+ import { ColorGray900 } from '../../tokens/colors';
4
+ export default function IconSmartphone({ size = 24, color = ColorGray900, variant: _variant = 'line', ...props }) {
5
+ return (_jsxs(Svg, { width: size, height: size, viewBox: "0 0 24 26", fill: "none", ...props, children: [_jsx(Rect, { x: "5.15039", y: "1.50391", width: "13.6986", height: "22.9916", rx: "2", stroke: color, strokeWidth: "1.5" }), _jsx(Path, { d: "M9.79688 4.54102H14.2482", stroke: color, strokeWidth: "1.5", strokeLinecap: "round" })] }));
6
+ }
@@ -0,0 +1,7 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { Path, Svg } from 'react-native-svg';
3
+ import { ColorGray900 } from '../../tokens/colors';
4
+ export default function IconSound({ size = 24, color = ColorGray900, variant = 'line', ...props }) {
5
+ const isFilled = variant === 'filled';
6
+ return (_jsxs(Svg, { width: size, height: size, viewBox: "0 0 40 40", fill: "none", ...props, children: [_jsx(Path, { d: "M4.30542 23.8888V15.7407C4.30542 13.8998 5.79781 12.4074 7.63876 12.4074H11.2368C11.8336 12.4074 12.4196 12.2471 12.9334 11.9433L20.9033 7.23067C22.5698 6.24524 24.6757 7.44653 24.6757 9.38261V30.2469C24.6757 32.183 22.5698 33.3843 20.9033 32.3989L12.9334 27.6862C12.4196 27.3824 11.8336 27.2222 11.2368 27.2222H7.63875C5.7978 27.2222 4.30542 25.7298 4.30542 23.8888Z", stroke: color, strokeWidth: isFilled ? 0 : 2.5, fill: isFilled ? color : 'none' }), _jsx(Path, { d: "M30.2315 14.2592C31.4336 17.8654 31.4336 21.7642 30.2315 25.3703", stroke: color, strokeWidth: "2.5", strokeLinecap: "round" }), _jsx(Path, { d: "M33.9352 10.5555C36.3127 16.4994 36.3127 23.1301 33.9352 29.074", stroke: color, strokeWidth: "2.5", strokeLinecap: "round" })] }));
7
+ }
@@ -0,0 +1,7 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { Path, Svg } from 'react-native-svg';
3
+ import { ColorGray900 } from '../../tokens/colors';
4
+ export default function IconStar({ size = 24, color = ColorGray900, variant = 'line', ...props }) {
5
+ const isFilled = variant === 'filled';
6
+ return (_jsx(Svg, { width: size, height: size, viewBox: "0 0 16 16", fill: "none", ...props, children: _jsx(Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M8.73617 2.78471L9.95445 5.21854C10.0738 5.45748 10.3043 5.62316 10.5716 5.6615L13.2969 6.05378C13.9702 6.151 14.2382 6.96707 13.7509 7.43467L11.7801 9.32833C11.5864 9.51455 11.4983 9.78224 11.5441 10.0451L12.0092 12.7186C12.1237 13.3799 11.4198 13.8845 10.818 13.5716L8.38214 12.3085C8.14335 12.1846 7.85735 12.1846 7.61786 12.3085L5.182 13.5716C4.58015 13.8845 3.87626 13.3799 3.9915 12.7186L4.4559 10.0451C4.50171 9.78224 4.41355 9.51455 4.21988 9.32833L2.24912 7.43467C1.76181 6.96707 2.02976 6.151 2.70311 6.05378L5.42843 5.6615C5.69569 5.62316 5.92685 5.45748 6.04625 5.21854L7.26383 2.78471C7.5651 2.18293 8.4349 2.18293 8.73617 2.78471Z", stroke: color, strokeWidth: isFilled ? 0 : 1, fill: isFilled ? color : undefined, strokeLinecap: "round", strokeLinejoin: "round" }) }));
7
+ }
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { Path, Svg } from 'react-native-svg';
3
+ import { ColorGray900 } from '../../tokens/colors';
4
+ export default function IconStore({ size = 24, color = ColorGray900, variant: _variant = 'line', ...props }) {
5
+ return (_jsxs(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: "none", ...props, children: [_jsx(Path, { d: "M4.27039 4.76645C4.36249 4.31962 4.75591 3.99902 5.21213 3.99902H8.14449L7.81016 8.91457C7.733 10.0491 6.79023 10.9299 5.65311 10.9299V10.9299C4.28358 10.9299 3.25912 9.67273 3.53559 8.3314L4.27039 4.76645Z", stroke: color, strokeWidth: "1.5" }), _jsx(Path, { d: "M8.12535 3.99902L12.0001 3.99903V8.84469C12.0001 9.99632 11.0665 10.9299 9.91489 10.9299V10.9299C8.71265 10.9299 7.75947 9.91595 7.83367 8.716L8.12535 3.99902Z", stroke: color, strokeWidth: "1.5" }), _jsx(Path, { d: "M19.7296 4.76645C19.6375 4.31962 19.2441 3.99902 18.7879 3.99902H15.8555L16.1898 8.91457C16.267 10.0491 17.2098 10.9299 18.3469 10.9299V10.9299C19.7164 10.9299 20.7409 9.67273 20.4644 8.3314L19.7296 4.76645Z", stroke: color, strokeWidth: "1.5" }), _jsx(Path, { d: "M15.8747 3.99902L11.9999 3.99903V8.84469C11.9999 9.99632 12.9335 10.9299 14.0851 10.9299V10.9299C15.2873 10.9299 16.2405 9.91595 16.1663 8.716L15.8747 3.99902Z", stroke: color, strokeWidth: "1.5" }), _jsx(Path, { d: "M4.46191 10.5876V18.4999C4.46191 19.3284 5.13349 19.9999 5.96191 19.9999H18.0381C18.8665 19.9999 19.5381 19.3284 19.5381 18.4999V10.5876", stroke: color, strokeWidth: "1.5" })] }));
6
+ }
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { Path, Svg } from 'react-native-svg';
3
+ import { ColorGray900 } from '../../tokens/colors';
4
+ export default function IconSwapHorizontal({ size = 24, color = ColorGray900, variant: _variant = 'line', ...props }) {
5
+ return (_jsxs(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: "none", ...props, children: [_jsx(Path, { d: "M17.14 12.5146L18.42 13.8046L21 16.3746L18.42 18.9446L17.14 20.2346", stroke: color, strokeWidth: "0.75", strokeLinecap: "round", strokeLinejoin: "round" }), _jsx(Path, { d: "M21 16.3748L4.28 16.3748", stroke: color, strokeWidth: "0.75", strokeMiterlimit: "10", strokeLinecap: "round" }), _jsx(Path, { d: "M6.8501 11.4746L5.5701 10.1946L3.0001 7.62465L5.5701 5.05465L6.8501 3.76465", stroke: color, strokeWidth: "0.75", strokeLinecap: "round", strokeLinejoin: "round" }), _jsx(Path, { d: "M2.99996 7.62451L19.71 7.62451", stroke: color, strokeWidth: "0.75", strokeMiterlimit: "10", strokeLinecap: "round" })] }));
6
+ }
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { Path, Svg } from 'react-native-svg';
3
+ import { ColorGray900 } from '../../tokens/colors';
4
+ export default function IconSwapVertical({ size = 24, color = ColorGray900, variant: _variant = 'line', ...props }) {
5
+ return (_jsxs(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: "none", ...props, children: [_jsx(Path, { d: "M12.515 6.86L13.805 5.58L16.375 3L18.945 5.58L20.235 6.86", stroke: color, strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }), _jsx(Path, { d: "M16.375 3V19.72", stroke: color, strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round" }), _jsx(Path, { d: "M11.475 17.1499L10.195 18.4299L7.62501 20.9999L5.05501 18.4299L3.76501 17.1499", stroke: color, strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }), _jsx(Path, { d: "M7.625 21V4.29004", stroke: color, strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round" })] }));
6
+ }
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { Path, Svg } from 'react-native-svg';
3
+ import { ColorGray900 } from '../../tokens/colors';
4
+ export default function IconText({ size = 24, color = ColorGray900, variant: _variant = 'line', ...props }) {
5
+ return (_jsx(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: "none", ...props, children: _jsx(Path, { d: "M19.286 7.482h-1.519l-.364-2.41q-.087-.44-.426-.439h-3.678v14.22q0 .189.126.364.138.175.414.201l1.644.1v1.105H8.517v-1.105l1.645-.1q.276-.026.401-.201a.58.58 0 0 0 .138-.364V4.633H6.999q-.377 0-.44.439l-.351 2.41H4.714V3.378h14.572z", fill: color }) }));
6
+ }
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { Circle, Path, Svg } from 'react-native-svg';
3
+ import { ColorGray900 } from '../../tokens/colors';
4
+ export default function IconTicket({ size = 24, color = ColorGray900, variant: _variant = 'line', ...props }) {
5
+ return (_jsxs(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: "none", ...props, children: [_jsx(Path, { d: "M3.36307 14.3226C3.36307 13.6382 2.96134 13.0499 2.38242 12.7737C2.1694 12.6721 2 12.4751 2 12.2391V11.8785C2 11.6413 2.1711 11.4437 2.38522 11.3417C2.96264 11.0667 3.36307 10.4757 3.36307 9.79242C3.36307 9.10798 2.96134 8.51969 2.38242 8.24354C2.1694 8.14193 2 7.9449 2 7.70888V7.25671H2.00501V6.93599C2.00501 6.19933 2.4009 5.72827 2.89201 5.72827H21.108C21.5991 5.73328 21.995 6.20434 21.995 6.78565V7.26673H22V7.71634C22 7.95352 21.8289 8.15112 21.6148 8.25312C21.0374 8.52819 20.6369 9.11911 20.6369 9.80244C20.6369 10.4869 21.0387 11.0752 21.6176 11.3513C21.8306 11.4529 22 11.65 22 11.886V12.2465C22 12.4837 21.8289 12.6813 21.6148 12.7833C21.0374 13.0584 20.6369 13.6493 20.6369 14.3326C20.6369 15.0171 21.0387 15.6054 21.6176 15.8815C21.8306 15.9831 22 16.1801 22 16.4162V16.7431H21.995V17.2241C21.995 17.8054 21.5991 18.2765 21.108 18.2715H7.87823H5.58306H2.89702C2.40591 18.2715 2.01002 17.8004 2.01002 17.2191V16.738H2.00501V16.4137C2.00501 16.1765 2.17611 15.9789 2.39023 15.8769C2.96765 15.6019 3.36808 15.0109 3.36808 14.3276L3.36307 14.3226Z", stroke: color, strokeWidth: "1.5" }), _jsx(Path, { d: "M15.7573 8.86189C15.7221 8.78284 15.6099 8.78284 15.5746 8.86189L14.7659 10.6762C14.7513 10.7088 14.7205 10.7312 14.685 10.7349L12.7096 10.9434C12.6235 10.9525 12.5889 11.0592 12.6532 11.1172L14.1288 12.447C14.1553 12.4709 14.167 12.5071 14.1596 12.542L13.7475 14.4852C13.7295 14.5699 13.8203 14.6358 13.8953 14.5926L15.616 13.6001C15.6469 13.5823 15.685 13.5823 15.7159 13.6001L17.4366 14.5926C17.5116 14.6358 17.6024 14.5699 17.5844 14.4852L17.1723 12.542C17.1649 12.5071 17.1766 12.4709 17.2031 12.447L18.6788 11.1172C18.7431 11.0592 18.7084 10.9525 18.6223 10.9434L16.6469 10.7349C16.6114 10.7312 16.5806 10.7088 16.566 10.6762L15.7573 8.86189Z", stroke: color, strokeWidth: "1.5" }), _jsx(Path, { d: "M9.97485 10.8875H7.52856", stroke: color, strokeWidth: "1.5", strokeLinecap: "round" }), _jsx(Path, { d: "M9.97485 13.1123L5.56398 13.1123", stroke: color, strokeWidth: "1.5", strokeLinecap: "round" }), _jsx(Circle, { cx: "0.74297", cy: "0.74297", r: "0.74297", transform: "matrix(-1 0 0 1 6.30701 10.1445)", fill: color })] }));
6
+ }
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { Path, Svg } from 'react-native-svg';
3
+ import { ColorGray900 } from '../../tokens/colors';
4
+ export default function IconTicketPlay({ size = 24, color = ColorGray900, variant: _variant = 'line', ...props }) {
5
+ return (_jsxs(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: "none", ...props, children: [_jsx(Path, { d: "M21.6176 12.774C21.0387 13.0501 20.6369 13.6384 20.6369 14.3229L20.6319 14.3279C20.6319 15.0112 21.0324 15.6021 21.6098 15.8772C21.8239 15.9792 21.995 16.1768 21.995 16.414V16.7383H21.99V17.2194C21.99 17.8007 21.5941 18.2717 21.103 18.2717H18.4169H16.1218H2.89201C2.4009 18.2767 2.00501 17.8057 2.00501 17.2244V16.7433H2V16.4164C2 16.1804 2.1694 15.9834 2.38242 15.8818C2.96134 15.6056 3.36307 15.0173 3.36307 14.3329C3.36307 13.6495 2.96264 13.0586 2.38522 12.7836C2.1711 12.6816 2 12.484 2 12.2468V11.8862C2 11.6502 2.1694 11.4532 2.38242 11.3516C2.96134 11.0754 3.36307 10.4871 3.36307 9.80268C3.36307 9.11936 2.96264 8.52844 2.38522 8.25336C2.1711 8.15136 2 7.95376 2 7.71659V7.26698H2.00501V6.78589C2.00501 6.20459 2.4009 5.73353 2.89201 5.72852H21.108C21.5991 5.72852 21.995 6.19958 21.995 6.93623V7.25695L21.9976 7.70671C21.999 7.94382 21.8293 8.14244 21.6154 8.24483C21.0376 8.52142 20.6369 9.10909 20.6369 9.79266C20.6369 10.476 21.0374 11.0669 21.6148 11.342C21.8289 11.444 22 11.6416 22 11.8788V12.2393C22 12.4753 21.8306 12.6724 21.6176 12.774Z", stroke: color, strokeWidth: "1.5" }), _jsx(Path, { d: "M14.7034 11.5673C15.0367 11.7597 15.0367 12.2409 14.7034 12.4333L11.0232 14.558C10.6899 14.7505 10.2732 14.5099 10.2732 14.125L10.2732 9.87557C10.2732 9.49067 10.6899 9.25011 11.0232 9.44256L14.7034 11.5673Z", stroke: color, strokeWidth: "1.5" })] }));
6
+ }
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { Path, Svg } from 'react-native-svg';
3
+ import { ColorGray900 } from '../../tokens/colors';
4
+ export default function IconTrash({ size = 24, color = ColorGray900, variant: _variant = 'line', ...props }) {
5
+ return (_jsxs(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: "none", ...props, children: [_jsx(Path, { d: "M4.625 6.92H19.265V19.9801C19.265 21.08 18.365 21.98 17.265 21.98H6.625C5.525 21.98 4.625 21.08 4.625 19.9801V6.92Z", stroke: color, strokeWidth: "1.5", strokeMiterlimit: "10" }), _jsx(Path, { d: "M9.565 9.33V19.57", stroke: color, strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round" }), _jsx(Path, { d: "M14.325 9.33V19.57", stroke: color, strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round" }), _jsx(Path, { d: "M19.235 4.29H4.765C4.036 4.29 3.445 4.8788 3.445 5.605C3.445 6.3313 4.036 6.92 4.765 6.92H19.235C19.964 6.92 20.555 6.3313 20.555 5.605C20.555 4.8788 19.964 4.29 19.235 4.29Z", stroke: color, strokeWidth: "1.5", strokeMiterlimit: "10" }), _jsx(Path, { d: "M8.875 4.42V3.22C8.875 2.56 9.425 2.02 10.105 2.02H13.795C14.475 2.02 15.025 2.56 15.025 3.22V4.42", stroke: color, strokeWidth: "1.5", strokeMiterlimit: "10" })] }));
6
+ }
@@ -0,0 +1,7 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { Path, Svg } from 'react-native-svg';
3
+ import { ColorGray900 } from '../../tokens/colors';
4
+ export default function IconUp({ size = 24, color = ColorGray900, variant = 'line', ...props }) {
5
+ const isFilled = variant === 'filled';
6
+ return (_jsxs(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: "none", ...props, children: [_jsx(Path, { d: "M12.005 10.785C14.2804 10.785 16.125 8.9404 16.125 6.665C16.125 4.3896 14.2804 2.545 12.005 2.545C9.7296 2.545 7.885 4.3896 7.885 6.665C7.885 8.9404 9.7296 10.785 12.005 10.785Z", stroke: color, strokeMiterlimit: "10", fill: isFilled ? color : 'none', strokeWidth: isFilled ? 0 : 1.5 }), _jsx(Path, { d: "M9.885 13.485H14.125C17.105 13.485 19.515 15.905 19.515 18.875V19.575C19.515 20.615 18.675 21.455 17.635 21.455H6.365C5.325 21.455 4.485 20.615 4.485 19.575V18.875C4.485 15.895 6.905 13.485 9.875 13.485H9.885Z", stroke: color, strokeMiterlimit: "10", fill: isFilled ? color : 'none', strokeWidth: isFilled ? 0 : 1.5 })] }));
7
+ }
@@ -0,0 +1,7 @@
1
+ import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { Path, Svg } from 'react-native-svg';
3
+ import { ColorGray900 } from '../../tokens/colors';
4
+ export default function IconUserDouble({ size = 24, color = ColorGray900, variant = 'line', ...props }) {
5
+ const isFilled = variant === 'filled';
6
+ return (_jsx(Svg, { width: size, height: size, viewBox: "0 0 28 28", fill: "none", ...props, children: isFilled ? (_jsxs(_Fragment, { children: [_jsx(Path, { d: "M10.3522 13.0463C12.5909 13.0463 14.4056 11.2315 14.4056 8.99286C14.4056 6.75423 12.5909 4.93945 10.3522 4.93945C8.1136 4.93945 6.29883 6.75423 6.29883 8.99286C6.29883 11.2315 8.1136 13.0463 10.3522 13.0463Z", fill: color }), _jsx(Path, { d: "M8.26976 15.7031H12.4412C15.3731 15.7031 17.7441 18.084 17.7441 21.006V21.6947C17.7441 22.7179 16.9177 23.5443 15.8945 23.5443H4.80665C3.78346 23.5443 2.95703 22.7179 2.95703 21.6947V21.006C2.95703 18.0742 5.33792 15.7031 8.25991 15.7031H8.26976Z", fill: color }), _jsx(Path, { d: "M20.96 13.3516C23.2055 13.3516 25.0215 15.1751 25.0215 17.4131V17.9404C25.0215 18.724 24.389 19.3572 23.6055 19.3574H18.9902C18.4448 17.1868 16.8485 15.4283 14.7695 14.6641C15.5126 13.8571 16.5774 13.3516 17.7578 13.3516H20.96ZM19.3623 5.10742C21.0768 5.10742 22.4666 6.49749 22.4668 8.21191C22.4668 9.92653 21.0769 11.3174 19.3623 11.3174C17.6478 11.3172 16.2578 9.92641 16.2578 8.21191C16.258 6.49761 17.648 5.10762 19.3623 5.10742Z", fill: color })] })) : (_jsxs(_Fragment, { children: [_jsx(Path, { d: "M9.62553 12.8004C11.8716 12.8004 13.6925 10.9796 13.6925 8.73345C13.6925 6.48734 11.8716 4.6665 9.62553 4.6665C7.37942 4.6665 5.55859 6.48734 5.55859 8.73345C5.55859 10.9796 7.37942 12.8004 9.62553 12.8004Z", stroke: color, strokeWidth: "1.3", strokeMiterlimit: "10" }), _jsx(Path, { d: "M7.53359 15.4658H11.719C14.6606 15.4658 17.0396 17.8547 17.0396 20.7864V21.4774C17.0396 22.504 16.2104 23.3332 15.1838 23.3332H4.05892C3.03231 23.3332 2.20312 22.504 2.20312 21.4774V20.7864C2.20312 17.8448 4.59196 15.4658 7.52371 15.4658H7.53359Z", stroke: color, strokeWidth: "1.3", strokeMiterlimit: "10" }), _jsx(Path, { d: "M21.04 13.6904C23.6701 13.6905 25.7968 15.8264 25.7969 18.4473V18.9805C25.7969 20.1318 24.8652 21.0635 23.7139 21.0635H17.6885V20.7861C17.6885 20.4372 17.6572 20.0954 17.5996 19.7627H23.7139C24.1472 19.7627 24.4961 19.4138 24.4961 18.9805V18.4473C24.496 16.5428 22.9506 14.9913 21.04 14.9912H17.8018C16.8341 14.9912 15.9573 15.39 15.3291 16.0332C14.9784 15.7661 14.597 15.5377 14.1914 15.3525C15.0648 14.335 16.3595 13.6905 17.8018 13.6904H21.04ZM19.4248 5.35547C21.5173 5.35549 23.2137 7.05209 23.2139 9.14453C23.2139 11.2371 21.5174 12.9336 19.4248 12.9336C17.3322 12.9336 15.6357 11.2371 15.6357 9.14453C15.6359 7.05208 17.3323 5.35547 19.4248 5.35547ZM19.4248 6.65625C18.0503 6.65625 16.9357 7.77005 16.9355 9.14453C16.9355 10.5192 18.0502 11.6338 19.4248 11.6338C20.7994 11.6338 21.9141 10.5191 21.9141 9.14453C21.9139 7.77006 20.7993 6.65627 19.4248 6.65625Z", fill: color })] })) }));
7
+ }
@@ -0,0 +1,7 @@
1
+ import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { Path, Svg } from 'react-native-svg';
3
+ import { ColorGray900 } from '../../tokens/colors';
4
+ export default function IconUserSearch({ size = 24, color = ColorGray900, variant = 'line', ...props }) {
5
+ const isFilled = variant === 'filled';
6
+ return (_jsx(Svg, { width: size, height: size, viewBox: "0 0 28 28", fill: "none", ...props, children: isFilled ? (_jsxs(_Fragment, { children: [_jsx(Path, { d: "M12.562 21.5064C17.5021 21.5064 21.5068 17.5016 21.5068 12.5615C21.5068 7.62143 17.5021 3.6167 12.562 3.6167C7.62192 3.6167 3.61719 7.62143 3.61719 12.5615C3.61719 17.5016 7.62192 21.5064 12.562 21.5064Z", fill: color, stroke: color, strokeWidth: "1.3", strokeMiterlimit: "10" }), _jsx(Path, { d: "M12.5631 11.8835C13.9042 11.8835 14.9914 10.7963 14.9914 9.45515C14.9914 8.11404 13.9042 7.02686 12.5631 7.02686C11.2219 7.02686 10.1348 8.11404 10.1348 9.45515C10.1348 10.7963 11.2219 11.8835 12.5631 11.8835Z", fill: "white" }), _jsx(Path, { d: "M11.3155 13.3989H13.8146C15.571 13.3989 16.9914 14.8253 16.9914 16.5758V16.9883C16.9914 17.6013 16.4963 18.0964 15.8833 18.0964H9.24087C8.62791 18.0964 8.13281 17.6013 8.13281 16.9883V16.5758C8.13281 14.8194 9.55914 13.3989 11.3096 13.3989H11.3155Z", fill: "white" }), _jsx(Path, { d: "M18.8828 18.8862L23.4859 23.489", stroke: color, strokeWidth: "1.155", strokeMiterlimit: "10", strokeLinecap: "round" })] })) : (_jsxs(_Fragment, { children: [_jsx(Path, { d: "M12.4605 21.3032C17.3446 21.3032 21.3038 17.3439 21.3038 12.4599C21.3038 7.57587 17.3446 3.61658 12.4605 3.61658C7.57648 3.61658 3.61719 7.57587 3.61719 12.4599C3.61719 17.3439 7.57648 21.3032 12.4605 21.3032Z", stroke: color, strokeWidth: "1.3", strokeMiterlimit: "10" }), _jsx(Path, { d: "M12.4602 11.8175C13.7305 11.8175 14.7603 10.7877 14.7603 9.51741C14.7603 8.24712 13.7305 7.21735 12.4602 7.21735C11.1899 7.21735 10.1602 8.24712 10.1602 9.51741C10.1602 10.7877 11.1899 11.8175 12.4602 11.8175Z", stroke: color, strokeWidth: "1.3", strokeMiterlimit: "10" }), _jsx(Path, { d: "M11.2803 13.2529H13.6473C15.311 13.2529 16.6564 14.6039 16.6564 16.262V16.6528C16.6564 17.2334 16.1874 17.7023 15.6068 17.7023H9.31517C8.73457 17.7023 8.26562 17.2334 8.26562 16.6528V16.262C8.26562 14.5984 9.61663 13.2529 11.2747 13.2529H11.2803Z", stroke: color, strokeWidth: "1.3", strokeMiterlimit: "10" }), _jsx(Path, { d: "M18.7559 18.7583L23.4877 23.4889", stroke: color, strokeWidth: "1.155", strokeMiterlimit: "10", strokeLinecap: "round" })] })) }));
7
+ }
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { Path, Svg } from 'react-native-svg';
3
+ import { ColorGray900 } from '../../tokens/colors';
4
+ export default function IconVisibility({ size = 24, color = ColorGray900, variant: _variant = 'line', ...props }) {
5
+ return (_jsxs(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: "none", ...props, children: [_jsx(Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M12 8.449a3.551 3.551 0 1 0 0 7.102 3.551 3.551 0 0 0 0-7.102M9.948 12a2.051 2.051 0 1 1 4.103 0 2.051 2.051 0 0 1-4.103 0", fill: color }), _jsx(Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M21.258 10.27c-4.406-7.098-14.11-7.098-18.516 0a3.28 3.28 0 0 0 0 3.459c4.406 7.098 14.11 7.098 18.516 0a3.28 3.28 0 0 0 0-3.458m-17.241.792c3.82-6.154 12.147-6.154 15.966 0a1.78 1.78 0 0 1 0 1.876c-3.82 6.153-12.147 6.153-15.966 0a1.78 1.78 0 0 1 0-1.876", fill: color })] }));
6
+ }
@@ -0,0 +1,7 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { Circle, Path, Svg } from 'react-native-svg';
3
+ import { ColorGray900, SemanticColorBgWhite } from '../../tokens/colors';
4
+ export default function IconWarningCircle({ size = 24, color = ColorGray900, variant = 'line', ...props }) {
5
+ const isFilled = variant === 'filled';
6
+ return (_jsxs(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: "none", ...props, children: [_jsx(Circle, { cx: "12", cy: "12", r: "10", fill: isFilled ? color : 'none', stroke: color, strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round" }), _jsx(Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M12.0046 15.2893C12.6552 15.2893 13.181 15.8152 13.181 16.4658C13.181 17.1164 12.6552 17.6422 12.0046 17.6422C11.354 17.6422 10.8222 17.1164 10.8222 16.4658C10.8222 15.8152 11.3434 15.2893 11.9928 15.2893H12.0046ZM11.993 6.6518C12.4801 6.6518 12.8754 7.047 12.8754 7.5341V12.733C12.8754 13.22 12.4801 13.6153 11.993 13.6153C11.506 13.6153 11.1107 13.22 11.1107 12.733V7.5341C11.1107 7.047 11.506 6.6518 11.993 6.6518Z", fill: isFilled ? SemanticColorBgWhite : color, strokeWidth: 0 })] }));
7
+ }
@@ -0,0 +1,7 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { Path, Svg } from 'react-native-svg';
3
+ import { ColorGray900, SemanticColorBgWhite } from '../../tokens/colors';
4
+ export default function IconWarningTriangle({ size = 24, color = ColorGray900, variant = 'line', ...props }) {
5
+ const isFilled = variant === 'filled';
6
+ return (_jsxs(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: "none", ...props, children: [_jsx(Path, { d: "M2.3498 18.1694L10.7279 4.7643C11.3155 3.8243 12.6844 3.8243 13.2719 4.7643L21.6502 18.1694C22.2746 19.1685 21.5563 20.4644 20.3782 20.4644H3.6217C2.4436 20.4644 1.7253 19.1685 2.3498 18.1694Z", fill: isFilled ? color : 'none', stroke: color, strokeWidth: "1.5" }), _jsx(Path, { d: "M11.9923 8.3878C12.4291 8.3878 12.7836 8.7422 12.7836 9.179V13.8411C12.7836 14.2778 12.4291 14.6323 11.9923 14.6323C11.5556 14.6323 11.201 14.2778 11.201 13.8411V9.179C11.201 8.7422 11.5556 8.3878 11.9923 8.3878Z", fill: isFilled ? SemanticColorBgWhite : color, strokeWidth: 0 }), _jsx(Path, { d: "M12.0026 16.1335C12.5861 16.1335 13.0577 16.6051 13.0577 17.1885C13.0577 17.7719 12.5861 18.2435 12.0026 18.2435C11.4193 18.2435 10.9424 17.7719 10.9424 17.1885C10.9424 16.6051 11.4097 16.1335 11.9921 16.1335H12.0026Z", fill: isFilled ? SemanticColorBgWhite : color, strokeWidth: 0 })] }));
7
+ }
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { Path, Svg } from 'react-native-svg';
3
+ import { ColorGray900 } from '../../tokens/colors';
4
+ export default function IconX({ size = 24, color = ColorGray900, variant: _variant = 'line', ...props }) {
5
+ return (_jsx(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: "none", ...props, children: _jsx(Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M4.33 4.33a1.3 1.3 0 0 1 1.84 0L12 10.163l5.83-5.831a1.3 1.3 0 0 1 1.84 1.838L13.837 12l5.831 5.83a1.3 1.3 0 1 1-1.838 1.84L12 13.837 6.17 19.67a1.3 1.3 0 1 1-1.84-1.838L10.163 12 4.33 6.17a1.3 1.3 0 0 1 0-1.84", fill: color, strokeWidth: 0 }) }));
6
+ }
@@ -0,0 +1,7 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { Circle, Rect, Svg } from 'react-native-svg';
3
+ import { ColorGray900, SemanticColorBgWhite } from '../../tokens/colors';
4
+ export default function IconXCircle({ size = 24, color = ColorGray900, variant = 'filled', ...props }) {
5
+ const isFilled = variant === 'filled';
6
+ return (_jsxs(Svg, { width: size, height: size, viewBox: "0 0 24 24", fill: "none", ...props, children: [_jsx(Circle, { cx: "12", cy: "12", r: "9", fill: isFilled ? color : 'none', stroke: color, strokeWidth: "1.5" }), _jsx(Rect, { x: "14.8284", y: "7.75781", width: "2", height: "10", rx: "1", transform: "rotate(45 14.8284 7.75781)", fill: isFilled ? SemanticColorBgWhite : color, strokeWidth: 0 }), _jsx(Rect, { width: "2", height: "10", rx: "1", transform: "matrix(-0.707107 0.707107 0.707107 0.707107 9.17139 7.75781)", fill: isFilled ? SemanticColorBgWhite : color, strokeWidth: 0 })] }));
7
+ }