@pedidopago/ui 1.8.1 → 1.8.3

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 (465) hide show
  1. package/dist/@types/index.d.ts +6 -6
  2. package/dist/components/Alert/alert.test.d.ts +1 -1
  3. package/dist/components/Alert/index.d.ts +4 -4
  4. package/dist/components/Alert/styles.d.ts +10 -10
  5. package/dist/components/Alert/types.d.ts +42 -42
  6. package/dist/components/Avatar/avatar.test.d.ts +1 -1
  7. package/dist/components/Avatar/index.d.ts +4 -4
  8. package/dist/components/Avatar/styles.d.ts +25 -25
  9. package/dist/components/Avatar/types.d.ts +15 -15
  10. package/dist/components/Badge/badge.test.d.ts +1 -1
  11. package/dist/components/Badge/index.d.ts +4 -4
  12. package/dist/components/Badge/styles.d.ts +16 -16
  13. package/dist/components/Badge/types.d.ts +12 -12
  14. package/dist/components/Button/Button.test.d.ts +1 -1
  15. package/dist/components/Button/index.d.ts +3 -3
  16. package/dist/components/Button/styles.d.ts +14 -14
  17. package/dist/components/Button/types.d.ts +92 -92
  18. package/dist/components/Card/card.test.d.ts +1 -1
  19. package/dist/components/Card/index.d.ts +3 -3
  20. package/dist/components/Card/styles.d.ts +6 -6
  21. package/dist/components/Card/types.d.ts +17 -17
  22. package/dist/components/CheckboxInput/checkbox-input.test.d.ts +1 -1
  23. package/dist/components/CheckboxInput/components/MultipleCheckbox.d.ts +4 -4
  24. package/dist/components/CheckboxInput/index.d.ts +4 -4
  25. package/dist/components/CheckboxInput/styles.d.ts +30 -30
  26. package/dist/components/CheckboxInput/types.d.ts +27 -27
  27. package/dist/components/ChoiceList/index.d.ts +5 -4
  28. package/dist/components/ChoiceList/index.d.ts.map +1 -1
  29. package/dist/components/ChoiceList/index.js +1 -1
  30. package/dist/components/ChoiceList/styles.d.ts +21 -21
  31. package/dist/components/ChoiceList/types.d.ts +23 -23
  32. package/dist/components/ChoiceList/types.d.ts.map +1 -1
  33. package/dist/components/CollapseCard/ExpandButton/index.d.ts +3 -3
  34. package/dist/components/CollapseCard/ExpandButton/styles.d.ts +269 -269
  35. package/dist/components/CollapseCard/ExpandButton/types.d.ts +5 -5
  36. package/dist/components/CollapseCard/expand-button.test.d.ts +1 -1
  37. package/dist/components/CollapseCard/index.d.ts +3 -3
  38. package/dist/components/CollapseCard/styles.d.ts +268 -268
  39. package/dist/components/CollapseCard/types.d.ts +12 -12
  40. package/dist/components/ColorPicker/colorpicker.test.d.ts +1 -1
  41. package/dist/components/ColorPicker/components/ColorHue.d.ts +4 -4
  42. package/dist/components/ColorPicker/components/ColorInput.d.ts +4 -4
  43. package/dist/components/ColorPicker/components/ColorPickerBox.d.ts +4 -4
  44. package/dist/components/ColorPicker/components/ColorPointer.d.ts +4 -4
  45. package/dist/components/ColorPicker/components/ColorSelector.d.ts +4 -4
  46. package/dist/components/ColorPicker/hooks/useCachedCallback.d.ts +1 -1
  47. package/dist/components/ColorPicker/hooks/useHsva.d.ts +2 -2
  48. package/dist/components/ColorPicker/index.d.ts +4 -4
  49. package/dist/components/ColorPicker/styles.d.ts +44 -44
  50. package/dist/components/ColorPicker/types.d.ts +73 -73
  51. package/dist/components/ColorPicker/utils/checkers.d.ts +7 -7
  52. package/dist/components/ColorPicker/utils/conversors.d.ts +60 -60
  53. package/dist/components/ColorPicker/utils/parsers.d.ts +27 -27
  54. package/dist/components/ComposeIcon/index.d.ts +4 -4
  55. package/dist/components/ComposeIcon/styles.d.ts +10 -10
  56. package/dist/components/ComposeIcon/types.d.ts +11 -11
  57. package/dist/components/DateInput/DateInput-example.d.ts +5 -5
  58. package/dist/components/DateInput/components/ModalWrapper/index.d.ts +3 -3
  59. package/dist/components/DateInput/components/ModalWrapper/styles.d.ts +268 -268
  60. package/dist/components/DateInput/components/ModalWrapper/types.d.ts +15 -15
  61. package/dist/components/DateInput/dateInput.test.d.ts +1 -1
  62. package/dist/components/DateInput/index.d.ts +3 -3
  63. package/dist/components/DateInput/styles.d.ts +10 -10
  64. package/dist/components/DateInput/types.d.ts +18 -18
  65. package/dist/components/DatePicker/components/DatePickerContent.d.ts +3 -3
  66. package/dist/components/DatePicker/components/DateYearPicker.d.ts +3 -3
  67. package/dist/components/DatePicker/datepicker.test.d.ts +1 -1
  68. package/dist/components/DatePicker/index.d.ts +4 -4
  69. package/dist/components/DatePicker/styles.d.ts +77 -77
  70. package/dist/components/DatePicker/types.d.ts +69 -69
  71. package/dist/components/DatePicker/utils/getMonthName.d.ts +1 -1
  72. package/dist/components/Dialog/dialog-example.d.ts +3 -3
  73. package/dist/components/Dialog/dialog.test.d.ts +1 -1
  74. package/dist/components/Dialog/index.d.ts +3 -3
  75. package/dist/components/Dialog/styles.d.ts +23 -23
  76. package/dist/components/Dialog/types.d.ts +30 -30
  77. package/dist/components/Dropzone/dropzone.test.d.ts +1 -1
  78. package/dist/components/Dropzone/index.d.ts +4 -4
  79. package/dist/components/Dropzone/styles.d.ts +55 -55
  80. package/dist/components/Dropzone/types.d.ts +27 -27
  81. package/dist/components/Dropzone/utils/accepts.d.ts +10 -10
  82. package/dist/components/EmojiPicker/Emote/index.d.ts +3 -3
  83. package/dist/components/EmojiPicker/Emote/styles.d.ts +12 -12
  84. package/dist/components/EmojiPicker/Emote/types.d.ts +31 -31
  85. package/dist/components/EmojiPicker/EmotePickerData/constants.d.ts +9 -9
  86. package/dist/components/EmojiPicker/EmotePickerData/index.d.ts +3 -3
  87. package/dist/components/EmojiPicker/EmotePickerData/styles.d.ts +17 -17
  88. package/dist/components/EmojiPicker/EmotePickerData/types.d.ts +9 -9
  89. package/dist/components/EmojiPicker/EmotePickerData/utils.d.ts +4 -4
  90. package/dist/components/EmojiPicker/Example/EmotePickerExample.d.ts +3 -3
  91. package/dist/components/EmojiPicker/animation.d.ts +3 -3
  92. package/dist/components/EmojiPicker/index.d.ts +3 -3
  93. package/dist/components/EmojiPicker/styles.d.ts +517 -517
  94. package/dist/components/EmojiPicker/types.d.ts +20 -20
  95. package/dist/components/Flex/flex.test.d.ts +1 -1
  96. package/dist/components/Flex/index.d.ts +4 -4
  97. package/dist/components/Flex/styles.d.ts +464 -464
  98. package/dist/components/Flex/types.d.ts +175 -175
  99. package/dist/components/Grid/grid.test.d.ts +1 -1
  100. package/dist/components/Grid/index.d.ts +4 -4
  101. package/dist/components/Grid/styles.d.ts +456 -456
  102. package/dist/components/Grid/types.d.ts +88 -88
  103. package/dist/components/Icon/data/beauty.d.ts +8 -8
  104. package/dist/components/Icon/data/dash.d.ts +8 -8
  105. package/dist/components/Icon/data/ecommerce.d.ts +8 -8
  106. package/dist/components/Icon/data/form.d.ts +8 -8
  107. package/dist/components/Icon/data/health.d.ts +8 -8
  108. package/dist/components/Icon/data/illustrations.d.ts +8 -8
  109. package/dist/components/Icon/data/men.d.ts +8 -8
  110. package/dist/components/Icon/data/payment.d.ts +8 -8
  111. package/dist/components/Icon/data/pedidoPago.d.ts +8 -8
  112. package/dist/components/Icon/data/physicalPerfomance.d.ts +8 -8
  113. package/dist/components/Icon/data/social.d.ts +8 -8
  114. package/dist/components/Icon/data/status.d.ts +8 -8
  115. package/dist/components/Icon/data/summer.d.ts +8 -8
  116. package/dist/components/Icon/data/woman.d.ts +8 -8
  117. package/dist/components/Icon/icon.test.d.ts +1 -1
  118. package/dist/components/Icon/index.d.ts +4 -4
  119. package/dist/components/Icon/scripts/build.d.ts +5 -5
  120. package/dist/components/Icon/scripts/extractor.d.ts +15 -15
  121. package/dist/components/Icon/scripts/run-build.d.ts +1 -1
  122. package/dist/components/Icon/scripts/writers.d.ts +22 -22
  123. package/dist/components/Icon/styles.d.ts +13 -13
  124. package/dist/components/Icon/types.d.ts +8 -8
  125. package/dist/components/Icon/utils/allIcons.d.ts +8 -8
  126. package/dist/components/Icon/utils/iconExists.d.ts +4 -4
  127. package/dist/components/IconItem/IconItem.test.d.ts +1 -1
  128. package/dist/components/IconItem/index.d.ts +4 -4
  129. package/dist/components/IconItem/styles.d.ts +18 -18
  130. package/dist/components/IconItem/types.d.ts +22 -22
  131. package/dist/components/Illustration/AlternativeOrderSvg/index.d.ts +5 -0
  132. package/dist/components/Illustration/AlternativeOrderSvg/index.d.ts.map +1 -0
  133. package/dist/components/Illustration/AlternativeOrderSvg/index.js +107 -0
  134. package/dist/components/Illustration/BoletoSvg/index.d.ts +5 -0
  135. package/dist/components/Illustration/BoletoSvg/index.d.ts.map +1 -0
  136. package/dist/components/Illustration/BoletoSvg/index.js +168 -0
  137. package/dist/components/Illustration/BoxClosedSvg/index.d.ts +5 -0
  138. package/dist/components/Illustration/BoxClosedSvg/index.d.ts.map +1 -0
  139. package/dist/components/Illustration/BoxClosedSvg/index.js +99 -0
  140. package/dist/components/Illustration/BoxDeliverySvg/index.d.ts +5 -0
  141. package/dist/components/Illustration/BoxDeliverySvg/index.d.ts.map +1 -0
  142. package/dist/components/Illustration/BoxDeliverySvg/index.js +111 -0
  143. package/dist/components/Illustration/BoxOpenSvg/index.d.ts +5 -0
  144. package/dist/components/Illustration/BoxOpenSvg/index.d.ts.map +1 -0
  145. package/dist/components/Illustration/BoxOpenSvg/index.js +108 -0
  146. package/dist/components/Illustration/CalendarSvg/index.d.ts +5 -0
  147. package/dist/components/Illustration/CalendarSvg/index.d.ts.map +1 -0
  148. package/dist/components/Illustration/CalendarSvg/index.js +109 -0
  149. package/dist/components/Illustration/CardSvg/index.d.ts +5 -0
  150. package/dist/components/Illustration/CardSvg/index.d.ts.map +1 -0
  151. package/dist/components/Illustration/CardSvg/index.js +110 -0
  152. package/dist/components/Illustration/CollaboratorSvg/index.d.ts +5 -0
  153. package/dist/components/Illustration/CollaboratorSvg/index.d.ts.map +1 -0
  154. package/dist/components/Illustration/CollaboratorSvg/index.js +99 -0
  155. package/dist/components/Illustration/InquirySvg/index.d.ts +5 -0
  156. package/dist/components/Illustration/InquirySvg/index.d.ts.map +1 -0
  157. package/dist/components/Illustration/InquirySvg/index.js +219 -0
  158. package/dist/components/Illustration/OrderSvg/index.d.ts +5 -0
  159. package/dist/components/Illustration/OrderSvg/index.d.ts.map +1 -0
  160. package/dist/components/Illustration/OrderSvg/index.js +135 -0
  161. package/dist/components/Illustration/PixSvg/index.d.ts +5 -0
  162. package/dist/components/Illustration/PixSvg/index.d.ts.map +1 -0
  163. package/dist/components/Illustration/PixSvg/index.js +93 -0
  164. package/dist/components/Illustration/PrescriptionSvg/index.d.ts +5 -0
  165. package/dist/components/Illustration/PrescriptionSvg/index.d.ts.map +1 -0
  166. package/dist/components/Illustration/PrescriptionSvg/index.js +81 -0
  167. package/dist/components/Illustration/TransportSvg/index.d.ts +5 -0
  168. package/dist/components/Illustration/TransportSvg/index.d.ts.map +1 -0
  169. package/dist/components/Illustration/TransportSvg/index.js +102 -0
  170. package/dist/components/Illustration/illustration.test.d.ts +1 -1
  171. package/dist/components/Illustration/index.d.ts +4 -4
  172. package/dist/components/Illustration/styles.d.ts +10 -10
  173. package/dist/components/Illustration/types.d.ts +11 -11
  174. package/dist/components/ImageItem/imageFake.d.ts +2 -2
  175. package/dist/components/ImageItem/index.d.ts +4 -4
  176. package/dist/components/ImageItem/input.test.d.ts +1 -1
  177. package/dist/components/ImageItem/styles.d.ts +26 -26
  178. package/dist/components/ImageItem/types.d.ts +25 -25
  179. package/dist/components/Input/index.d.ts +4 -4
  180. package/dist/components/Input/input.test.d.ts +1 -1
  181. package/dist/components/Input/styles.d.ts +65 -65
  182. package/dist/components/Input/types.d.ts +30 -30
  183. package/dist/components/Label/index.d.ts +3 -3
  184. package/dist/components/Label/label.test.d.ts +1 -1
  185. package/dist/components/Label/styles.d.ts +6 -6
  186. package/dist/components/Label/types.d.ts +17 -17
  187. package/dist/components/LegacyRadio/index.d.ts +5 -0
  188. package/dist/components/LegacyRadio/index.d.ts.map +1 -0
  189. package/dist/components/LegacyRadio/index.js +1 -0
  190. package/dist/components/LegacyRadio/legacy-radio.test.d.ts +2 -0
  191. package/dist/components/LegacyRadio/legacy-radio.test.d.ts.map +1 -0
  192. package/dist/components/LegacyRadio/legacy-radio.test.js +1 -0
  193. package/dist/components/LegacyRadio/styles.d.ts +34 -0
  194. package/dist/components/LegacyRadio/styles.d.ts.map +1 -0
  195. package/dist/components/LegacyRadio/styles.js +11 -0
  196. package/dist/components/LegacyRadio/types.d.ts +28 -0
  197. package/dist/components/LegacyRadio/types.d.ts.map +1 -0
  198. package/dist/components/LegacyRadio/types.js +1 -0
  199. package/dist/components/List/index.d.ts +4 -4
  200. package/dist/components/List/list.test.d.ts +1 -1
  201. package/dist/components/List/styles.d.ts +15 -15
  202. package/dist/components/List/types.d.ts +8 -8
  203. package/dist/components/Modal/ModalExample.d.ts +7 -7
  204. package/dist/components/Modal/index.d.ts +3 -3
  205. package/dist/components/Modal/modal.test.d.ts +1 -1
  206. package/dist/components/Modal/styles.d.ts +538 -538
  207. package/dist/components/Modal/types.d.ts +37 -37
  208. package/dist/components/MultipleSelect/MultipleSelect.test.d.ts +1 -1
  209. package/dist/components/MultipleSelect/animations.d.ts +2 -2
  210. package/dist/components/MultipleSelect/components/InputWrapper/index.d.ts +10 -10
  211. package/dist/components/MultipleSelect/components/InputWrapper/types.d.ts +4 -4
  212. package/dist/components/MultipleSelect/components/OptionsArea/index.d.ts +3 -3
  213. package/dist/components/MultipleSelect/components/OptionsArea/styles.d.ts +275 -275
  214. package/dist/components/MultipleSelect/components/OptionsArea/types.d.ts +20 -20
  215. package/dist/components/MultipleSelect/components/SelectArea/ButtonsArea.d.ts +13 -13
  216. package/dist/components/MultipleSelect/components/SelectArea/SelectAreaWrapper.d.ts +6 -6
  217. package/dist/components/MultipleSelect/components/SelectArea/SelectedOptionsArea.d.ts +21 -21
  218. package/dist/components/MultipleSelect/components/SelectArea/index.d.ts +3 -3
  219. package/dist/components/MultipleSelect/components/SelectArea/styles.d.ts +18 -18
  220. package/dist/components/MultipleSelect/components/SelectArea/types.d.ts +22 -22
  221. package/dist/components/MultipleSelect/components/index.d.ts +3 -3
  222. package/dist/components/MultipleSelect/index.d.ts +5 -5
  223. package/dist/components/MultipleSelect/types.d.ts +44 -44
  224. package/dist/components/NewSelect/Examples/constants.d.ts +4 -4
  225. package/dist/components/NewSelect/Examples/index.d.ts +4 -4
  226. package/dist/components/NewSelect/components/Chip/index.d.ts +3 -3
  227. package/dist/components/NewSelect/components/Chip/styles.d.ts +5 -5
  228. package/dist/components/NewSelect/components/Chip/types.d.ts +4 -4
  229. package/dist/components/NewSelect/components/OptionsSelect/index.d.ts +4 -0
  230. package/dist/components/NewSelect/components/OptionsSelect/index.d.ts.map +1 -0
  231. package/dist/components/NewSelect/components/OptionsSelect/index.js +56 -0
  232. package/dist/components/NewSelect/components/OptionsSelect/styles.d.ts +260 -260
  233. package/dist/components/NewSelect/components/OptionsSelect/types.d.ts +22 -22
  234. package/dist/components/NewSelect/components/SelectInputSearch/index.d.ts +3 -3
  235. package/dist/components/NewSelect/components/SelectInputSearch/types.d.ts +3 -3
  236. package/dist/components/NewSelect/components/SelectItem/index.d.ts +3 -3
  237. package/dist/components/NewSelect/components/SelectItem/styles.d.ts +8 -8
  238. package/dist/components/NewSelect/components/SelectItem/types.d.ts +2 -2
  239. package/dist/components/NewSelect/index.d.ts +3 -3
  240. package/dist/components/NewSelect/multiple/index.d.ts +3 -3
  241. package/dist/components/NewSelect/newSelect.test.d.ts +1 -1
  242. package/dist/components/NewSelect/single/index.d.ts +3 -3
  243. package/dist/components/NewSelect/styles.d.ts +24 -24
  244. package/dist/components/NewSelect/types.d.ts +44 -44
  245. package/dist/components/Observer/index.d.ts +6 -6
  246. package/dist/components/Observer/observer.test.d.ts +1 -1
  247. package/dist/components/Observer/types.d.ts +6 -6
  248. package/dist/components/Pagination/hooks/usePagination.d.ts +3 -3
  249. package/dist/components/Pagination/index.d.ts +3 -3
  250. package/dist/components/Pagination/pagination.test.d.ts +1 -1
  251. package/dist/components/Pagination/styles.d.ts +34 -34
  252. package/dist/components/Pagination/types.d.ts +28 -28
  253. package/dist/components/Progress/Circle/index.d.ts +3 -3
  254. package/dist/components/Progress/Circle/styles.d.ts +27 -27
  255. package/dist/components/Progress/Circle/types.d.ts +18 -18
  256. package/dist/components/Progress/Linear/index.d.ts +3 -3
  257. package/dist/components/Progress/Linear/styles.d.ts +15 -15
  258. package/dist/components/Progress/Linear/types.d.ts +13 -13
  259. package/dist/components/Progress/getSteps.d.ts +1 -1
  260. package/dist/components/Progress/index.d.ts +4 -4
  261. package/dist/components/Progress/progress.test.d.ts +1 -1
  262. package/dist/components/Progress/types.d.ts +27 -27
  263. package/dist/components/Radio/components/RadioGroup/index.d.ts +4 -4
  264. package/dist/components/Radio/components/RadioGroup/styles.d.ts +18 -18
  265. package/dist/components/Radio/components/RadioGroup/types.d.ts +16 -16
  266. package/dist/components/Radio/index.d.ts +4 -4
  267. package/dist/components/Radio/styles.d.ts +9 -9
  268. package/dist/components/Radio/types.d.ts +5 -5
  269. package/dist/components/RadioInput/components/ChoiceList/index.d.ts +5 -5
  270. package/dist/components/RadioInput/components/ChoiceList/index.d.ts.map +1 -1
  271. package/dist/components/RadioInput/components/ChoiceList/index.js +2 -3
  272. package/dist/components/RadioInput/index.d.ts +4 -4
  273. package/dist/components/RadioInput/radio-input.test.d.ts +1 -1
  274. package/dist/components/RadioInput/styles.d.ts +30 -33
  275. package/dist/components/RadioInput/styles.d.ts.map +1 -1
  276. package/dist/components/RadioInput/styles.js +5 -16
  277. package/dist/components/RadioInput/types.d.ts +26 -27
  278. package/dist/components/RadioInput/types.d.ts.map +1 -1
  279. package/dist/components/RadioInput/utils/get-colors-props.d.ts +11 -11
  280. package/dist/components/Rating/index.d.ts +3 -3
  281. package/dist/components/Rating/rating.test.d.ts +1 -1
  282. package/dist/components/Rating/styles.d.ts +18 -18
  283. package/dist/components/Rating/types.d.ts +19 -19
  284. package/dist/components/ReactPortal/index.d.ts +7 -7
  285. package/dist/components/ReactPortal/reactPortal.test.d.ts +1 -1
  286. package/dist/components/ReactPortal/utils/createWrapperAndApprendToBody.d.ts +1 -1
  287. package/dist/components/Select/components/OptionsSelect/index.d.ts +3 -3
  288. package/dist/components/Select/components/OptionsSelect/styles.d.ts +268 -268
  289. package/dist/components/Select/components/OptionsSelect/types.d.ts +17 -17
  290. package/dist/components/Select/index.d.ts +4 -4
  291. package/dist/components/Select/select.test.d.ts +1 -1
  292. package/dist/components/Select/styles.d.ts +20 -20
  293. package/dist/components/Select/types.d.ts +26 -26
  294. package/dist/components/Skeleton/index.d.ts +4 -4
  295. package/dist/components/Skeleton/skeleton.test.d.ts +1 -1
  296. package/dist/components/Skeleton/styles.d.ts +7 -7
  297. package/dist/components/Skeleton/types.d.ts +40 -40
  298. package/dist/components/Slider/SliderExample.d.ts +3 -3
  299. package/dist/components/Slider/components/SliderPointer.d.ts +3 -3
  300. package/dist/components/Slider/components/SliderRail.d.ts +3 -3
  301. package/dist/components/Slider/components/SliderSelector.d.ts +17 -17
  302. package/dist/components/Slider/hooks/useEventCallback.d.ts +2 -2
  303. package/dist/components/Slider/index.d.ts +19 -19
  304. package/dist/components/Slider/slider.test.d.ts +1 -1
  305. package/dist/components/Slider/styles.d.ts +65 -65
  306. package/dist/components/Slider/types.d.ts +40 -40
  307. package/dist/components/Spinner/index.d.ts +4 -4
  308. package/dist/components/Spinner/spinner.test.d.ts +1 -1
  309. package/dist/components/Spinner/styles.d.ts +456 -456
  310. package/dist/components/Spinner/types.d.ts +11 -11
  311. package/dist/components/Steps/components/StepIcon/index.d.ts +3 -3
  312. package/dist/components/Steps/components/StepIcon/styles.d.ts +22 -22
  313. package/dist/components/Steps/components/StepIcon/types.d.ts +15 -15
  314. package/dist/components/Steps/components/StepIcon/utils.d.ts +4 -4
  315. package/dist/components/Steps/components/StepIconMobile/index.d.ts +4 -0
  316. package/dist/components/Steps/components/StepIconMobile/index.d.ts.map +1 -0
  317. package/dist/components/Steps/components/StepIconMobile/index.js +126 -0
  318. package/dist/components/Steps/index.d.ts +4 -4
  319. package/dist/components/Steps/steps.test.d.ts +1 -1
  320. package/dist/components/Steps/styles.d.ts +47 -47
  321. package/dist/components/Steps/types.d.ts +20 -20
  322. package/dist/components/Steps/utils.d.ts +8 -8
  323. package/dist/components/Switch/index.d.ts +4 -4
  324. package/dist/components/Switch/styles.d.ts +18 -18
  325. package/dist/components/Switch/switch.test.d.ts +1 -1
  326. package/dist/components/Switch/types.d.ts +14 -14
  327. package/dist/components/Table/components/MenuItem.d.ts +3 -3
  328. package/dist/components/Table/components/TableSkeleton.d.ts +3 -3
  329. package/dist/components/Table/components/animations.d.ts +2 -2
  330. package/dist/components/Table/index.d.ts +3 -3
  331. package/dist/components/Table/styles.d.ts +33 -33
  332. package/dist/components/Table/table.test.d.ts +1 -1
  333. package/dist/components/Table/types.d.ts +55 -55
  334. package/dist/components/Tabs/TabsExample.d.ts +3 -3
  335. package/dist/components/Tabs/components/Tab.d.ts +3 -3
  336. package/dist/components/Tabs/components/TabPanel.d.ts +3 -3
  337. package/dist/components/Tabs/components/Tabs.d.ts +4 -4
  338. package/dist/components/Tabs/index.d.ts +3 -3
  339. package/dist/components/Tabs/styles.d.ts +41 -41
  340. package/dist/components/Tabs/tabs.test.d.ts +1 -1
  341. package/dist/components/Tabs/types.d.ts +50 -50
  342. package/dist/components/Tag/index.d.ts +4 -4
  343. package/dist/components/Tag/styles.d.ts +1374 -1374
  344. package/dist/components/Tag/tag.test.d.ts +1 -1
  345. package/dist/components/Tag/types.d.ts +10 -10
  346. package/dist/components/TextAreaInput/index.d.ts +4 -4
  347. package/dist/components/TextAreaInput/styles.d.ts +18 -18
  348. package/dist/components/TextAreaInput/text-area-input.test.d.ts +1 -1
  349. package/dist/components/TextAreaInput/types.d.ts +26 -26
  350. package/dist/components/Thumbnail/index.d.ts +3 -3
  351. package/dist/components/Thumbnail/styles.d.ts +38 -38
  352. package/dist/components/Thumbnail/thumbnail.test.d.ts +1 -1
  353. package/dist/components/Thumbnail/types.d.ts +20 -20
  354. package/dist/components/Thumbnail/utils/index.d.ts +2 -2
  355. package/dist/components/Thumbnail/utils/validate-file-size.d.ts +1 -1
  356. package/dist/components/Thumbnail/utils/validate-file-type.d.ts +1 -1
  357. package/dist/components/TimeInput/constants.d.ts +4 -4
  358. package/dist/components/TimeInput/index.d.ts +4 -4
  359. package/dist/components/TimeInput/styles.d.ts +16 -16
  360. package/dist/components/TimeInput/types.d.ts +4 -4
  361. package/dist/components/TimeInput/utils.d.ts +9 -9
  362. package/dist/components/Timeline/components/Timeline.d.ts +3 -3
  363. package/dist/components/Timeline/components/TimelineContent.d.ts +3 -3
  364. package/dist/components/Timeline/components/TimelineItem.d.ts +2 -2
  365. package/dist/components/Timeline/components/TimelineSeparator.d.ts +3 -3
  366. package/dist/components/Timeline/index.d.ts +4 -4
  367. package/dist/components/Timeline/styles.d.ts +31 -31
  368. package/dist/components/Timeline/timeline.test.d.ts +1 -1
  369. package/dist/components/Timeline/types.d.ts +19 -19
  370. package/dist/components/Toast/button-example.d.ts +6 -6
  371. package/dist/components/Toast/components/Toast.d.ts +4 -4
  372. package/dist/components/Toast/contexts/ToastProvider.d.ts +5 -5
  373. package/dist/components/Toast/hooks/useToast.d.ts +2 -2
  374. package/dist/components/Toast/index.d.ts +3 -3
  375. package/dist/components/Toast/styles.d.ts +22 -22
  376. package/dist/components/Toast/toast.test.d.ts +1 -1
  377. package/dist/components/Toast/types.d.ts +29 -29
  378. package/dist/components/Tooltip/components/TooltipLabel.d.ts +12 -12
  379. package/dist/components/Tooltip/example.d.ts +2 -2
  380. package/dist/components/Tooltip/index.d.ts +4 -4
  381. package/dist/components/Tooltip/styles.d.ts +13 -13
  382. package/dist/components/Tooltip/types.d.ts +26 -26
  383. package/dist/components/Typography/index.d.ts +4 -4
  384. package/dist/components/Typography/styles.d.ts +21 -21
  385. package/dist/components/Typography/types.d.ts +16 -16
  386. package/dist/components/Typography/typography.test.d.ts +1 -1
  387. package/dist/index.d.ts +70 -69
  388. package/dist/index.d.ts.map +1 -1
  389. package/dist/index.js +1 -1
  390. package/dist/shared/animations/opacityAnimation.d.ts +2 -2
  391. package/dist/shared/assets/emotes.d.ts +5007 -5007
  392. package/dist/shared/components/FocusLock/index.d.ts +7 -7
  393. package/dist/shared/formatters/format-number.d.ts +5 -5
  394. package/dist/shared/formatters/types.d.ts +5 -5
  395. package/dist/shared/hooks/devices.d.ts +8 -8
  396. package/dist/shared/hooks/useBreakpoints.d.ts +17 -25
  397. package/dist/shared/hooks/useBreakpoints.d.ts.map +1 -1
  398. package/dist/shared/hooks/useBreakpoints.js +1 -1
  399. package/dist/shared/hooks/useDebounce.d.ts +1 -1
  400. package/dist/shared/hooks/useDevices.d.ts +8 -8
  401. package/dist/shared/hooks/useDisableBodyScroll.d.ts +1 -1
  402. package/dist/shared/hooks/useDraggableScroll/index.d.ts +9 -9
  403. package/dist/shared/hooks/useDraggableScroll/types.d.ts +5 -5
  404. package/dist/shared/hooks/useKeyPress.d.ts +1 -1
  405. package/dist/shared/hooks/useObserver.d.ts +10 -10
  406. package/dist/shared/hooks/useOnClickOutside.d.ts +2 -2
  407. package/dist/shared/hooks/useReposition/index.d.ts +3 -3
  408. package/dist/shared/hooks/useReposition/types.d.ts +29 -29
  409. package/dist/shared/hooks/useSystemTheme.d.ts +4 -4
  410. package/dist/shared/hooks/useWindowSize.d.ts +8 -8
  411. package/dist/shared/tests/test-utils.d.ts +4 -4
  412. package/dist/shared/tests/types.d.ts +4 -4
  413. package/dist/shared/theme/button-example.d.ts +2 -2
  414. package/dist/shared/theme/contexts/ThemeContext.d.ts +15 -15
  415. package/dist/shared/theme/hooks/useColorMode.d.ts +4 -4
  416. package/dist/shared/theme/hooks/useColorModeValue.d.ts +1 -1
  417. package/dist/shared/theme/hooks/useTheme.d.ts +452 -452
  418. package/dist/shared/theme/index.d.ts +7 -7
  419. package/dist/shared/theme/objects/breakpoints.d.ts +8 -8
  420. package/dist/shared/theme/objects/colors.d.ts +170 -170
  421. package/dist/shared/theme/objects/shadows.d.ts +12 -12
  422. package/dist/shared/theme/objects/sizes.d.ts +22 -22
  423. package/dist/shared/theme/objects/spaces.d.ts +130 -130
  424. package/dist/shared/theme/objects/transitions.d.ts +3 -3
  425. package/dist/shared/theme/objects/typography.d.ts +13 -13
  426. package/dist/shared/theme/objects/z-indexes.d.ts +13 -13
  427. package/dist/shared/theme/theme.d.ts +450 -450
  428. package/dist/shared/theme/theme.test.d.ts +1 -1
  429. package/dist/shared/theme/theme.types.d.ts +22 -22
  430. package/dist/shared/theme/utils/extendTheme.d.ts +2 -2
  431. package/dist/shared/theme/utils/localStorageController.d.ts +6 -6
  432. package/dist/shared/types/credit-card.d.ts +5 -5
  433. package/dist/shared/types/file.d.ts +11 -11
  434. package/dist/shared/types/name.d.ts +3 -3
  435. package/dist/shared/types/phone.d.ts +7 -7
  436. package/dist/utils/GenerateKey.d.ts +10 -10
  437. package/dist/utils/brightnessColorChange.d.ts +8 -8
  438. package/dist/utils/colorCheck.d.ts +40 -40
  439. package/dist/utils/colorFunctions.d.ts +2 -2
  440. package/dist/utils/colorToGray.d.ts +5 -5
  441. package/dist/utils/customColorMode.d.ts +1 -1
  442. package/dist/utils/file.d.ts +26 -26
  443. package/dist/utils/formatters/bytes.d.ts +7 -7
  444. package/dist/utils/formatters/capitalize.d.ts +6 -6
  445. package/dist/utils/formatters/cep.d.ts +12 -12
  446. package/dist/utils/formatters/cnpj.d.ts +18 -18
  447. package/dist/utils/formatters/color.d.ts +15 -15
  448. package/dist/utils/formatters/cpf.d.ts +18 -18
  449. package/dist/utils/formatters/credit-card.d.ts +26 -26
  450. package/dist/utils/formatters/email.d.ts +1 -1
  451. package/dist/utils/formatters/index.d.ts +15 -15
  452. package/dist/utils/formatters/name.d.ts +20 -20
  453. package/dist/utils/formatters/number.d.ts +6 -6
  454. package/dist/utils/formatters/passport.d.ts +24 -24
  455. package/dist/utils/formatters/phone.d.ts +71 -71
  456. package/dist/utils/formatters/price.d.ts +11 -11
  457. package/dist/utils/formatters/rg.d.ts +12 -12
  458. package/dist/utils/formatters/strings.d.ts +19 -19
  459. package/dist/utils/fuctionsColors.d.ts +2 -2
  460. package/dist/utils/generateUUID.d.ts +1 -1
  461. package/dist/utils/getColorValue.d.ts +12 -12
  462. package/dist/utils/getSvg.d.ts +10 -10
  463. package/dist/utils/getValuesBySize.d.ts +6 -6
  464. package/dist/utils/invertColor.d.ts +7 -7
  465. package/package.json +1 -1
@@ -0,0 +1,219 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.InquirySvg = InquirySvg;
7
+
8
+ var _jsxRuntime = require("react/jsx-runtime");
9
+
10
+ function InquirySvg(_ref) {
11
+ var color = _ref.color;
12
+ return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
13
+ width: "167",
14
+ height: "192",
15
+ viewBox: "0 0 167 192",
16
+ fill: "none",
17
+ xmlns: "http://www.w3.org/2000/svg",
18
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
19
+ d: "M166.876 108.655C166.876 120.93 164.185 132.591 159.35 143.068C146.25 171.54 117.379 191.31 83.8765 191.31C50.3736 191.31 21.5031 171.54 8.40255 143.068C3.56836 132.591 0.876465 120.93 0.876465 108.655C0.876465 63.0049 38.0358 26 83.8765 26C129.717 26 166.876 63.0049 166.876 108.655Z",
20
+ fill: "#EAEFED"
21
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("mask", {
22
+ id: "mask0_3289_3640",
23
+ maskUnits: "userSpaceOnUse",
24
+ x: "1",
25
+ y: "11",
26
+ width: "166",
27
+ height: "180",
28
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
29
+ d: "M1 11H167V108.5C167 154.063 129.563 191 84 191V191C38.4365 191 1 154.063 1 108.5V11Z",
30
+ fill: "#C4C4C4"
31
+ })
32
+ }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
33
+ mask: "url(#mask0_3289_3640)",
34
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
35
+ fillRule: "evenodd",
36
+ clipRule: "evenodd",
37
+ d: "M67.0215 163.752H50.1168C50.5816 170.133 49.2803 182.895 40.3574 182.895H67.0215H93.6857C84.7628 182.895 83.4615 170.133 83.9262 163.752H67.0215Z",
38
+ fill: "#A3B8B0"
39
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
40
+ d: "M33.5195 186.086C33.5195 183.619 35.5194 181.619 37.9863 181.619H96.0549C98.5218 181.619 100.522 183.619 100.522 186.086V186.086C100.522 188.553 98.5218 190.552 96.0549 190.552H37.9863C35.5194 190.552 33.5195 188.553 33.5195 186.086V186.086Z",
41
+ fill: "#709085"
42
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
43
+ d: "M-7 51.4433C-7 48.6239 -4.71445 46.3384 -1.89507 46.3384H136.895C139.714 46.3384 142 48.6239 142 51.4433V158.647C142 161.466 139.714 163.752 136.895 163.752H-1.89508C-4.71445 163.752 -7 161.466 -7 158.647V51.4433Z",
44
+ fill: "#709085"
45
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
46
+ d: "M-3.81006 53.3577C-3.81006 51.2432 -2.09589 49.5291 0.0186349 49.5291H135.299C137.414 49.5291 139.128 51.2432 139.128 53.3577V145.565C139.128 147.68 137.414 149.394 135.299 149.394H0.0186373C-2.09589 149.394 -3.81006 147.68 -3.81006 145.565V53.3577Z",
47
+ fill: "#EAEFED"
48
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
49
+ d: "M18.1069 44.1049C18.1069 41.2856 20.3925 39 23.2119 39H87.8211L115.42 67.0771V149.394H18.1069V44.1049Z",
50
+ fill: "white"
51
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
52
+ fillRule: "evenodd",
53
+ clipRule: "evenodd",
54
+ d: "M29.4033 57.2312C29.4033 55.8022 30.5617 54.6438 31.9907 54.6438H50.9646C52.3936 54.6438 53.552 55.8022 53.552 57.2312C53.552 58.6601 52.3936 59.8185 50.9646 59.8185H31.9907C30.5617 59.8185 29.4033 58.6601 29.4033 57.2312Z",
55
+ fill: "#1BB380"
56
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
57
+ d: "M60.451 68.4431H31.1284V97.7665H60.4518L60.451 68.4431ZM60.451 107.254H31.1284V136.578H60.4518L60.451 107.254Z",
58
+ fill: "#EAEFED"
59
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
60
+ fillRule: "evenodd",
61
+ clipRule: "evenodd",
62
+ d: "M71.6641 78.7925C71.6641 77.8399 72.4363 77.0676 73.389 77.0676H100.125C101.078 77.0676 101.85 77.8399 101.85 78.7925C101.85 79.7452 101.078 80.5174 100.125 80.5174H73.389C72.4363 80.5174 71.6641 79.7452 71.6641 78.7925Z",
63
+ fill: "#A3B8B0"
64
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
65
+ fillRule: "evenodd",
66
+ clipRule: "evenodd",
67
+ d: "M71.6641 86.5547C71.6641 85.6021 72.4363 84.8298 73.389 84.8298H87.1882C88.1409 84.8298 88.9131 85.6021 88.9131 86.5547C88.9131 87.5074 88.1409 88.2796 87.1882 88.2796H73.389C72.4363 88.2796 71.6641 87.5074 71.6641 86.5547Z",
68
+ fill: "#CAD6D1"
69
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
70
+ fillRule: "evenodd",
71
+ clipRule: "evenodd",
72
+ d: "M70.8013 116.74C70.8013 115.788 71.5735 115.016 72.5262 115.016H93.2251C94.1777 115.016 94.95 115.788 94.95 116.74C94.95 117.693 94.1777 118.465 93.2251 118.465H72.5262C71.5735 118.465 70.8013 117.693 70.8013 116.74Z",
73
+ fill: "#A3B8B0"
74
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
75
+ fillRule: "evenodd",
76
+ clipRule: "evenodd",
77
+ d: "M70.8013 124.503C70.8013 123.55 71.5735 122.778 72.5262 122.778H100.125C101.077 122.778 101.85 123.55 101.85 124.503C101.85 125.455 101.077 126.228 100.125 126.228H72.5262C71.5735 126.228 70.8013 125.455 70.8013 124.503Z",
78
+ fill: "#CAD6D1"
79
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
80
+ d: "M38.2614 114.027C38.1651 113.368 37.9435 112.715 38.0607 112.043C38.1655 111.444 38.5279 111.018 39.1144 110.796C39.1544 110.781 39.2041 110.781 39.2188 110.729C39.2197 110.726 39.2117 110.719 39.2068 110.715C39.201 110.71 39.1944 110.707 39.1881 110.703C39.2325 110.703 39.277 110.703 39.3214 110.703C39.3254 110.715 39.3293 110.728 39.3333 110.741C39.344 110.728 39.3551 110.715 39.3658 110.703C39.987 110.703 40.6086 110.703 41.2298 110.703C41.2298 111.147 41.2267 111.592 41.2312 112.036C41.2334 112.264 41.383 112.417 41.5771 112.408C41.764 112.399 41.895 112.25 41.8959 112.036C41.8977 111.592 41.8959 111.147 41.8959 110.703C42.843 110.703 43.7897 110.703 44.7368 110.703C44.7373 111.131 44.7342 111.56 44.7391 111.989C44.7417 112.225 44.9255 112.417 45.1267 112.408C45.3252 112.399 45.4455 112.244 45.4468 111.989C45.4486 111.56 45.4473 111.131 45.4473 110.702C46.3944 110.702 47.3411 110.702 48.2882 110.702C48.2882 111.14 48.29 111.577 48.2873 112.015C48.286 112.204 48.3593 112.344 48.5493 112.398C48.7602 112.458 48.9903 112.257 48.9956 112.002C49.0027 111.645 49.0027 111.288 48.9956 110.93C48.9925 110.765 49.0706 110.721 49.2145 110.756C49.2931 110.774 49.3704 110.802 49.4436 110.835C50.1869 111.167 50.524 111.897 50.4036 112.739C50.3441 113.156 50.2504 113.568 50.2424 113.991C50.2282 114.002 50.214 114.014 50.1998 114.025C50.1554 114.023 50.1115 114.019 50.0671 114.019C46.1311 114.022 42.1965 114.025 38.2614 114.027Z",
81
+ fill: "#1DD195"
82
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
83
+ d: "M41.408 133.128C41.4426 133.051 41.3742 133.057 41.336 133.042C40.6802 132.793 40.3072 132.321 40.277 131.631C40.2477 130.957 40.2695 130.28 40.2699 129.604C40.2699 129.583 40.2828 129.563 40.2899 129.542C41.3756 129.543 42.4612 129.542 43.5473 129.543C44.8621 129.545 46.1769 129.548 47.4913 129.549C47.4375 129.599 47.3865 129.652 47.3301 129.698C46.5091 130.365 46.414 131.634 47.1267 132.429C47.1543 132.462 47.1809 132.497 47.2093 132.53C47.4944 132.86 47.89 132.996 48.2879 133.128C45.9949 133.128 43.7014 133.128 41.408 133.128Z",
84
+ fill: "#1DD195"
85
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
86
+ d: "M48.2871 133.127C47.8893 132.996 47.4936 132.861 47.2086 132.53C47.1801 132.497 47.1535 132.463 47.126 132.429C48.4314 132.397 49.7387 132.479 51.0433 132.383C51.5943 132.342 52.0987 132.173 52.5219 131.814C53.5836 130.916 53.6165 129.313 52.8554 128.266C52.7817 128.041 52.7461 127.806 52.616 127.587C53.8078 127.713 54.9765 128.809 55.2119 129.998C55.4375 131.139 55.0618 132.143 54.1977 132.702C53.9495 132.862 53.68 132.973 53.3909 133.039C53.3465 133.05 53.3469 133.051 53.303 133.127C53.2288 133.127 53.1551 133.127 53.081 133.127C53.0801 133.117 53.0792 133.106 53.0778 133.096C53.0641 133.106 53.0503 133.117 53.0365 133.127C51.4536 133.127 49.8706 133.127 48.2871 133.127Z",
87
+ fill: "#FBD0A4"
88
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
89
+ d: "M50.2417 113.993C50.2497 113.57 50.3434 113.157 50.4029 112.741C50.5233 111.899 50.1862 111.169 49.4429 110.837C49.3692 110.804 49.2919 110.776 49.2138 110.757C49.0695 110.723 48.9913 110.767 48.9949 110.932C49.002 111.289 49.002 111.647 48.9949 112.004C48.99 112.258 48.7595 112.459 48.5486 112.399C48.3581 112.345 48.2853 112.206 48.2866 112.016C48.2893 111.579 48.2875 111.142 48.2875 110.704C49.2049 110.704 50.1223 110.704 51.0397 110.704C50.9948 110.841 51.132 110.801 51.176 110.819C51.9091 111.13 52.2594 111.916 52.1853 112.551C52.128 113.039 52.0365 113.524 51.9602 114.009C51.3869 114.003 50.8141 113.998 50.2417 113.993Z",
90
+ fill: "#1BB380"
91
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
92
+ d: "M45.4464 110.703C45.4464 111.132 45.4477 111.561 45.4459 111.99C45.445 112.245 45.3247 112.4 45.1258 112.409C44.9246 112.418 44.7408 112.226 44.7381 111.99C44.7333 111.561 44.7364 111.132 44.7359 110.704C44.9726 110.703 45.2097 110.703 45.4464 110.703Z",
93
+ fill: "#1BB380"
94
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
95
+ d: "M41.8956 110.703C41.8956 111.148 41.8974 111.592 41.8956 112.037C41.8947 112.251 41.7637 112.399 41.5768 112.408C41.3828 112.417 41.2336 112.265 41.2309 112.037C41.2265 111.592 41.2296 111.148 41.2296 110.703C41.4516 110.703 41.6736 110.703 41.8956 110.703Z",
96
+ fill: "#1BB380"
97
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
98
+ d: "M39.366 110.703C39.3553 110.716 39.3441 110.729 39.3334 110.742C39.3293 110.729 39.3253 110.716 39.3213 110.703C39.3361 110.703 39.3513 110.703 39.366 110.703Z",
99
+ fill: "#020303"
100
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
101
+ d: "M53.0366 133.127C53.0505 133.117 53.0644 133.107 53.0782 133.097C53.0791 133.107 53.08 133.117 53.0814 133.127C53.0666 133.127 53.0518 133.127 53.0366 133.127Z",
102
+ fill: "#020303"
103
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
104
+ d: "M52.8558 128.266C53.6173 129.313 53.584 130.916 52.5223 131.815C52.0991 132.173 51.5947 132.342 51.0436 132.383C49.7391 132.479 48.4318 132.397 47.1263 132.429C46.4137 131.635 46.5087 130.366 47.3297 129.698C47.3861 129.652 47.4372 129.599 47.4909 129.55C47.7178 129.428 47.9523 129.324 48.1987 129.247C48.7742 129.191 49.3519 129.244 49.9282 129.212C50.6738 129.23 51.422 129.283 52.1546 129.095C52.6373 128.972 52.8114 128.753 52.8558 128.266Z",
105
+ fill: "#FEE5C2"
106
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
107
+ d: "M50.2417 113.993C50.8145 113.998 51.3873 114.004 51.9597 114.009C51.8185 114.971 51.6764 115.933 51.537 116.895C51.3984 117.85 51.2657 118.806 51.1254 119.762C50.9988 120.623 50.8638 121.484 50.7373 122.346C50.6267 123.1 50.5233 123.855 50.4149 124.609C50.4056 124.674 50.3838 124.736 50.3678 124.799C49.7919 124.795 49.2156 124.791 48.6396 124.787C48.6849 124.471 48.7293 124.155 48.7755 123.838C48.9016 122.976 49.0291 122.114 49.1552 121.251C49.2804 120.396 49.4056 119.541 49.5308 118.686C49.6578 117.816 49.7866 116.947 49.9118 116.077C50.0099 115.394 50.1036 114.711 50.1996 114.028C50.2129 114.015 50.2271 114.004 50.2417 113.993Z",
108
+ fill: "#DDDAEC"
109
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
110
+ d: "M48.6391 124.787C49.215 124.791 49.7914 124.795 50.3673 124.799C50.3216 125.163 50.2798 125.528 50.2288 125.892C50.1466 126.476 50.0587 127.06 49.9712 127.644C49.9606 127.715 49.9388 127.785 49.922 127.856C49.3478 127.858 48.7737 127.86 48.1995 127.863C48.1982 127.853 48.196 127.842 48.1929 127.833C48.3421 126.823 48.4913 125.814 48.6405 124.805L48.6391 124.787Z",
111
+ fill: "#1BB380"
112
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
113
+ d: "M48.2001 127.862C48.7742 127.86 49.3483 127.858 49.9225 127.855C49.9243 128.308 49.9265 128.76 49.9283 129.212C49.3523 129.243 48.7742 129.19 48.1987 129.246C48.1992 128.785 48.1996 128.324 48.2001 127.862Z",
114
+ fill: "#DDDAEC"
115
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
116
+ d: "M50.1992 114.026C50.1038 114.71 50.0101 115.393 49.9115 116.076C49.7863 116.945 49.658 117.815 49.5305 118.684C49.4053 119.539 49.2805 120.395 49.1549 121.25C49.0283 122.112 48.9013 122.974 48.7752 123.837C48.729 124.153 48.6846 124.469 48.6393 124.786L48.6407 124.804C48.5523 124.801 48.4639 124.797 48.3751 124.797C45.7016 124.796 43.028 124.797 40.3545 124.795C40.1782 124.795 40.0019 124.779 39.8256 124.77C39.5672 123.012 39.3097 121.255 39.0503 119.497C38.8048 117.832 38.5548 116.169 38.3132 114.504C38.2906 114.347 38.2391 114.191 38.2613 114.028C42.1964 114.025 46.131 114.022 50.066 114.02C50.1109 114.02 50.1553 114.024 50.1992 114.026ZM45.3166 115.887C45.2873 115.887 45.2584 115.886 45.2291 115.885C44.9618 115.869 44.6989 115.906 44.4383 115.954C42.8007 116.258 41.5632 117.682 41.5427 119.284C41.5205 121.015 42.6679 122.468 44.3402 122.826C44.7909 122.942 45.246 122.946 45.7016 122.868C47.7619 122.517 49.0727 120.501 48.5461 118.498C48.1718 117.075 46.8219 115.961 45.4085 115.91C45.3779 115.903 45.3472 115.895 45.3166 115.887Z",
117
+ fill: "#FAF7F9"
118
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
119
+ d: "M39.8257 124.771C40.002 124.78 40.1782 124.796 40.3545 124.796C43.0281 124.798 45.7016 124.797 48.3752 124.798C48.4635 124.798 48.5523 124.802 48.6407 124.805C48.4915 125.814 48.3423 126.824 48.1931 127.833C48.0901 127.835 47.9866 127.838 47.8832 127.838C45.3517 127.838 42.8203 127.839 40.2888 127.84C40.1658 127.325 40.1267 126.797 40.0384 126.277C39.9545 125.778 39.8958 125.273 39.8257 124.771Z",
120
+ fill: "#1DD195"
121
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
122
+ d: "M40.2893 127.84C42.8208 127.839 45.3523 127.839 47.8837 127.838C47.9872 127.838 48.0902 127.835 48.1936 127.833C48.1968 127.843 48.199 127.853 48.2003 127.863C48.1999 128.324 48.1994 128.785 48.199 129.247C47.9525 129.324 47.7181 129.428 47.4912 129.55C46.1764 129.548 44.862 129.545 43.5472 129.544C42.4611 129.542 41.3755 129.543 40.2893 129.542C40.2534 128.975 40.2543 128.408 40.2893 127.84Z",
123
+ fill: "#FAF7F9"
124
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
125
+ d: "M44.3407 122.827C42.6685 122.469 41.5207 121.016 41.5433 119.285C41.5637 117.682 42.8013 116.259 44.4389 115.955C44.6995 115.907 44.9624 115.87 45.2297 115.886C45.2443 115.949 45.299 115.949 45.3478 115.966C45.8411 116.139 46.2941 116.384 46.6648 116.75C47.3922 117.468 47.7611 118.329 47.762 119.358C47.7629 120.791 46.7687 122.135 45.4153 122.594C45.0641 122.712 44.7 122.754 44.3407 122.827Z",
126
+ fill: "#B1CDFB"
127
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
128
+ opacity: "0.8",
129
+ fillRule: "evenodd",
130
+ clipRule: "evenodd",
131
+ d: "M45.0009 119.12V119.837C45.0009 120.144 44.7466 120.394 44.4333 120.394C44.12 120.394 43.8657 120.144 43.8657 119.837V118.562C43.8657 118.254 44.12 118.004 44.4333 118.004H45.7307C46.044 118.004 46.2983 118.254 46.2983 118.562C46.2983 118.87 46.044 119.12 45.7307 119.12H45.0009Z",
132
+ fill: "#FAF7F9"
133
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
134
+ opacity: "0.6",
135
+ fillRule: "evenodd",
136
+ clipRule: "evenodd",
137
+ d: "M45.4873 119.598V120.315C45.4873 120.622 45.2329 120.872 44.9197 120.872C44.6064 120.872 44.3521 120.622 44.3521 120.315V119.04C44.3521 118.732 44.6064 118.482 44.9197 118.482H46.217C46.5303 118.482 46.7846 118.732 46.7846 119.04C46.7846 119.348 46.5303 119.598 46.217 119.598H45.4873Z",
138
+ fill: "#FAF7F9"
139
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
140
+ d: "M44.3403 122.827C44.6996 122.754 45.0641 122.712 45.4149 122.594C46.7683 122.135 47.7625 120.791 47.7616 119.358C47.7607 118.329 47.3918 117.467 46.6644 116.75C46.2936 116.384 45.8407 116.138 45.3474 115.966C45.2986 115.949 45.2439 115.949 45.2293 115.886C45.2586 115.887 45.2875 115.887 45.3168 115.888C45.3474 115.895 45.378 115.903 45.4087 115.911C46.8221 115.962 48.1719 117.076 48.5462 118.499C49.0729 120.502 47.7621 122.518 45.7017 122.869C45.2457 122.946 44.791 122.943 44.3403 122.827Z",
141
+ fill: "#A5C0EB"
142
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
143
+ d: "M45.4083 115.91C45.3777 115.903 45.347 115.896 45.3164 115.888C45.347 115.895 45.3777 115.903 45.4083 115.91Z",
144
+ fill: "#7CCDF4"
145
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
146
+ d: "M41.5137 71.5347C41.5073 71.3824 41.5662 71.2617 41.6846 71.1662C41.7116 71.1442 41.7756 71.1223 41.7116 71.0702C41.7422 71.0702 41.7724 71.0702 41.803 71.0702C41.8181 71.1333 41.8337 71.0601 41.8487 71.0702C44.0573 71.0702 46.2662 71.0702 48.4748 71.0702C48.7171 71.2288 48.8181 71.4405 48.8012 71.7408C48.7765 72.187 48.7952 72.6355 48.7957 73.0835C46.4299 73.0858 44.0641 73.0867 41.6983 73.0926C41.5493 73.0931 41.5237 73.03 41.5237 72.9015C41.5255 72.4458 41.5178 71.9904 41.5137 71.5347Z",
147
+ fill: "#FAF8F9"
148
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
149
+ d: "M40.2498 94.4683C40.2768 94.3508 40.1735 94.3892 40.1264 94.3714C39.7332 94.2242 39.3922 93.9997 39.1755 93.6372C38.8084 93.0228 38.4637 92.3951 38.1099 91.7729C38.2232 91.7107 38.3362 91.6481 38.4495 91.5864C39.0031 91.286 39.5312 90.94 40.1026 90.6716C40.1497 90.7297 40.2059 90.7832 40.2425 90.8472C40.5168 91.3272 40.7769 91.8159 41.0626 92.2895C41.2871 92.6621 41.3913 93.0594 41.3415 93.4831C41.2967 93.8635 41.2341 94.253 40.8446 94.4679C40.6457 94.4683 40.4478 94.4683 40.2498 94.4683Z",
150
+ fill: "#FEFEFE"
151
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
152
+ d: "M40.843 94.468C41.2325 94.2536 41.2952 93.8637 41.34 93.4833C41.3898 93.0595 41.286 92.6618 41.0611 92.2897C40.7754 91.8165 40.5153 91.3278 40.241 90.8474C40.2044 90.7829 40.1482 90.7299 40.1011 90.6718C40.1052 90.6576 40.1088 90.643 40.113 90.6288C40.5262 90.3971 40.9395 90.1657 41.3528 89.934C41.5864 90.3248 41.82 90.7162 42.054 91.107C42.0582 91.118 42.0641 91.1276 42.0732 91.1354C42.1601 91.2949 42.2451 91.4558 42.3347 91.614C42.6602 92.1873 42.6973 92.7752 42.4367 93.3832C42.3233 93.6479 42.1217 93.8449 41.9416 94.0589C41.9265 94.0708 41.9114 94.0826 41.8968 94.0945C41.6915 94.1937 41.5068 94.3355 41.2796 94.3903C41.2526 94.3967 41.206 94.4237 41.2549 94.4676C41.2092 94.4676 41.1635 94.4676 41.1178 94.4676C41.1128 94.4539 41.1082 94.4401 41.1032 94.4264C41.0926 94.4401 41.0826 94.4539 41.0721 94.4676C40.9957 94.468 40.9194 94.468 40.843 94.468Z",
153
+ fill: "#DED7E7"
154
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
155
+ d: "M48.795 73.0833C48.7946 72.6357 48.7758 72.1868 48.8005 71.7406C48.8174 71.4402 48.7164 71.2286 48.4741 71.0699C49.068 71.0699 49.6623 71.0699 50.2561 71.0699C50.4998 71.2062 50.5857 71.4137 50.577 71.6903C50.5629 72.1525 50.5729 72.6156 50.5729 73.0778C50.5574 73.0823 50.5418 73.0869 50.5258 73.091C49.9494 73.0887 49.3724 73.086 48.795 73.0833Z",
156
+ fill: "#DDDAEC"
157
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
158
+ d: "M41.8488 71.0702C41.8336 71.0601 41.8179 71.1337 41.8027 71.0702C41.8184 71.0702 41.8336 71.0702 41.8488 71.0702Z",
159
+ fill: "#020203"
160
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
161
+ d: "M41.0723 94.468C41.0829 94.4541 41.093 94.4403 41.1036 94.4265C41.1086 94.4403 41.1133 94.4541 41.1183 94.468C41.1031 94.468 41.0875 94.468 41.0723 94.468Z",
162
+ fill: "#020203"
163
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
164
+ d: "M39.4176 80.3501C39.4093 80.3533 39.4016 80.3574 39.3952 80.3633C39.2937 79.3123 40.1161 77.9491 41.3938 77.8403C41.4396 77.8366 41.4857 77.8362 41.5154 77.7932C41.5191 77.2314 41.531 76.6686 41.5218 76.1058C41.5186 75.9175 41.5689 75.8622 41.7614 75.8636C42.9262 75.8727 44.0911 75.8672 45.2559 75.8681C46.4358 75.8695 47.6157 75.8727 48.7956 75.875C48.7956 76.75 48.7998 77.625 48.7924 78.5C48.7911 78.6888 48.8537 78.7651 49.0434 78.7491C49.3511 78.7231 49.6473 78.7843 49.9353 78.8899C50.5342 79.1098 50.9146 79.6205 50.9018 80.1649C50.8986 80.3039 50.8547 80.361 50.7162 80.3473C50.6485 80.3405 50.5795 80.3464 50.5109 80.3464C46.8125 80.3473 43.115 80.3487 39.4176 80.3501Z",
165
+ fill: "#FAF8F9"
166
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
167
+ d: "M48.7949 75.8761C47.615 75.8738 46.4351 75.8701 45.2552 75.8692C44.0904 75.8678 42.9255 75.8733 41.7607 75.8646C41.5682 75.8633 41.5184 75.9186 41.5211 76.1069C41.5303 76.6692 41.5184 77.232 41.5147 77.7943C41.5093 77.2169 41.4978 76.64 41.5033 76.0635C41.5047 75.9012 41.4585 75.8523 41.3003 75.866C40.6224 75.9241 40.3431 75.685 40.3837 74.9494C40.4057 74.5553 40.3856 74.159 40.3883 73.7635C40.3911 73.3443 40.6128 73.1226 41.0347 73.1094C41.4992 73.0952 41.4974 73.0952 41.4997 72.6243C41.5015 72.2609 41.5088 71.8974 41.5134 71.5349C41.5175 71.9912 41.5248 72.4469 41.5234 72.9027C41.523 73.0316 41.5486 73.0943 41.6981 73.0938C44.0638 73.0879 46.4296 73.0865 48.7954 73.0847C49.3728 73.0874 49.9497 73.0902 50.5271 73.0929C50.2268 73.1775 49.915 73.0892 49.6032 73.1436C49.8779 73.4161 49.8921 73.4518 49.8921 73.8714C49.8921 74.2824 49.8743 74.6943 49.8976 75.1039C49.9177 75.4564 49.8048 75.7092 49.4843 75.8619C49.2544 75.8665 49.0244 75.871 48.7949 75.8761Z",
168
+ fill: "#1DD195"
169
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
170
+ d: "M40.1139 90.6289C40.1103 90.6431 40.1061 90.6577 40.102 90.6719C39.531 90.9402 39.0026 91.2863 38.449 91.5866C38.3356 91.6483 38.2227 91.711 38.1093 91.7731C37.7582 91.1624 37.3797 90.5653 37.0642 89.9368C36.7227 89.256 36.8068 88.5863 37.275 87.9751C37.3586 87.976 37.4418 87.9774 37.5255 87.9778C38.1244 87.9801 38.6231 88.2014 38.9724 88.6924C39.4072 89.3045 39.7258 89.9875 40.1139 90.6289Z",
171
+ fill: "#EA5468"
172
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
173
+ d: "M40.1143 90.6284C39.7262 89.987 39.408 89.304 38.9728 88.6919C38.6235 88.2009 38.1252 87.9796 37.5259 87.9773C37.4423 87.9769 37.3591 87.9755 37.2754 87.9746C37.6535 87.4 38.4846 87.1174 39.2265 87.3108C39.2768 87.3241 39.3289 87.3305 39.3801 87.3401C39.9045 87.5627 40.2647 87.9463 40.5249 88.4496C40.785 88.9525 41.1032 89.4247 41.3537 89.934C40.9409 90.1653 40.5276 90.3966 40.1143 90.6284Z",
174
+ fill: "#E4394F"
175
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
176
+ d: "M41.9418 94.0595C42.1219 93.8456 42.3235 93.6486 42.4369 93.3839C42.6979 92.7758 42.6604 92.1879 42.335 91.6147C42.2454 91.4565 42.1603 91.2956 42.0735 91.136C44.5549 91.1351 47.0363 91.1347 49.5178 91.1337C49.9137 91.1337 50.3096 91.1392 50.705 91.131C50.8554 91.1278 50.9052 91.1795 50.9002 91.328C50.8911 91.6092 50.8984 91.8912 50.897 92.1729C50.8947 92.6446 50.7014 93.0373 50.4015 93.3893C50.0613 93.7884 49.6225 94.0033 49.1146 94.0929C47.1863 94.0952 45.2575 94.0979 43.3293 94.0989C42.8662 94.0993 42.4031 94.0943 41.9404 94.092C41.9423 94.081 41.9427 94.0705 41.9418 94.0595Z",
177
+ fill: "#FAF8F9"
178
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
179
+ d: "M50.8984 91.0839C50.8984 87.5199 50.8979 83.9559 50.8979 80.3915C51.4891 80.3846 52.0802 80.3777 52.6713 80.3713C52.674 80.4244 52.6795 80.4774 52.6795 80.5304C52.6799 83.998 52.6799 87.4655 52.6795 90.9325C52.6795 90.9856 52.6745 91.0386 52.6717 91.0916C52.0806 91.0893 51.4895 91.0866 50.8984 91.0839Z",
180
+ fill: "#A5C0EB"
181
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
182
+ d: "M52.6713 80.371C52.0802 80.3779 51.4891 80.3848 50.898 80.3912C50.7993 80.3884 50.7005 80.3829 50.6018 80.3829C46.9701 80.3825 43.3385 80.3829 39.7069 80.3811C39.6104 80.3811 39.5085 80.409 39.4175 80.3491C43.115 80.3477 46.8124 80.3464 50.5099 80.3454C50.5785 80.3454 50.6475 80.34 50.7152 80.3464C50.8537 80.3601 50.8976 80.3029 50.9008 80.164C50.9136 79.619 50.5337 79.1088 49.9343 78.8889C49.6468 78.7833 49.3501 78.7225 49.0424 78.7481C48.8527 78.7641 48.7901 78.6883 48.7915 78.499C48.7988 77.624 48.7947 76.749 48.7947 75.874C49.0246 75.869 49.2541 75.8644 49.484 75.8594C49.8475 75.8644 50.2109 75.869 50.5748 75.874C50.5748 76.4678 50.578 77.0617 50.5716 77.6551C50.5702 77.7858 50.5945 77.8261 50.7403 77.8398C51.5627 77.917 52.3239 78.6279 52.5881 79.5381C52.6672 79.8124 52.702 80.0881 52.6713 80.371Z",
183
+ fill: "#DED8E9"
184
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
185
+ d: "M50.8988 91.0845C51.4899 91.0872 52.081 91.09 52.6721 91.0922C52.6721 91.5691 52.7316 92.0491 52.6319 92.5218C52.4472 93.3968 51.5996 94.0921 50.7096 94.1003C50.1779 94.1054 49.6467 94.0953 49.115 94.0921C49.6229 94.002 50.0618 93.7876 50.4019 93.3885C50.7018 93.0365 50.8952 92.6438 50.8974 92.172C50.8988 91.8904 50.8915 91.6084 50.9006 91.3272C50.9057 91.1786 50.8558 91.127 50.7054 91.1302C50.31 91.1384 49.9141 91.1329 49.5182 91.1329C47.0368 91.1338 44.5553 91.1343 42.0739 91.1352C42.0652 91.1274 42.0588 91.1183 42.0547 91.1069C42.1607 91.1028 42.2668 91.0954 42.3729 91.0954C45.1163 91.095 47.8596 91.095 50.603 91.0945C50.7018 91.095 50.8005 91.0881 50.8988 91.0845Z",
186
+ fill: "#DED7E7"
187
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
188
+ d: "M50.5742 75.8754C50.2107 75.8703 49.8473 75.8658 49.4834 75.8607C49.8043 75.7076 49.9168 75.4548 49.8967 75.1028C49.8734 74.6932 49.8912 74.2813 49.8912 73.8703C49.8912 73.4502 49.8775 73.415 49.6023 73.1425C49.914 73.0881 50.2258 73.1768 50.5262 73.0917C50.5417 73.0872 50.5573 73.0826 50.5728 73.0785C50.7899 73.1137 51.0117 73.0579 51.2288 73.1196C51.5059 73.1987 51.67 73.3898 51.6718 73.6746C51.6755 74.2136 51.6759 74.7526 51.6718 75.2916C51.6695 75.6189 51.4263 75.8589 51.0972 75.8681C50.923 75.8731 50.7488 75.8731 50.5742 75.8754Z",
189
+ fill: "#1FCB92"
190
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
191
+ d: "M41.9421 94.0599C41.9435 94.071 41.943 94.0816 41.9407 94.0922L41.9191 94.1005L41.8965 94.0959C41.9117 94.0839 41.9269 94.0719 41.9421 94.0599Z",
192
+ fill: "#DED7E7"
193
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
194
+ fillRule: "evenodd",
195
+ clipRule: "evenodd",
196
+ d: "M41.8631 90.7875L41.9505 90.9338L42.0542 91.1073C42.0913 91.106 42.1283 91.1043 42.1653 91.1026L42.1654 91.1026C42.2347 91.0994 42.3039 91.0962 42.3733 91.0959C43.745 91.0956 45.1167 91.0955 46.4884 91.0954C47.8601 91.0953 49.2318 91.0952 50.6035 91.095C50.6705 91.095 50.7378 91.0918 50.805 91.0886H50.805H50.805H50.805H50.8051C50.8363 91.0871 50.8676 91.0856 50.8988 91.0844C50.8988 89.3022 50.8987 87.52 50.8986 85.7379V85.7377V85.7376V85.7374V85.7372C50.8985 83.9555 50.8983 82.1737 50.8983 80.392C50.8654 80.3911 50.8325 80.3899 50.7996 80.3887C50.7338 80.3862 50.6679 80.3838 50.6021 80.3838C49.6952 80.3837 48.7884 80.3836 47.8815 80.3835C45.1567 80.3833 42.4319 80.383 39.7072 80.382C39.684 80.382 39.6605 80.3836 39.6369 80.3852C39.5624 80.3903 39.4869 80.3955 39.4178 80.35C39.4091 80.3532 39.4018 80.3573 39.3949 80.3632C39.3936 80.3936 39.3917 80.4239 39.3899 80.4543L39.3899 80.4543L39.3899 80.4543L39.3899 80.4543L39.3899 80.4543C39.3862 80.5147 39.3826 80.5751 39.3826 80.6357C39.3812 82.3116 39.3806 83.9878 39.38 85.6641V85.6642V85.6644V85.6646C39.3798 86.2232 39.3796 86.7818 39.3794 87.3403C39.9038 87.563 40.2635 87.9465 40.5241 88.4499C40.6442 88.6822 40.7766 88.9079 40.909 89.1336L40.909 89.1336C41.0634 89.3968 41.2178 89.6601 41.3529 89.9342C41.5232 90.2185 41.6932 90.5031 41.8631 90.7875ZM45.9044 81.7685C45.9323 81.7619 45.9597 81.7586 45.9861 81.7585C45.9595 81.7586 45.932 81.7619 45.9039 81.7685C45.6941 81.8184 45.6232 81.9724 45.6241 82.1791C45.6265 82.7372 45.6259 83.2953 45.6252 83.8536L45.6252 83.8601C45.6249 84.044 45.6247 84.2279 45.6246 84.4118L45.6251 84.4118C45.6252 84.226 45.6254 84.0401 45.6256 83.8543V83.8542C45.6263 83.2958 45.627 82.7373 45.6246 82.1791C45.6237 81.9724 45.6945 81.8184 45.9044 81.7685ZM46.3304 83.1749V83.1748C46.7226 82.8628 47.1384 82.6005 47.6521 82.543C47.7406 82.8806 47.6752 83.1812 47.5361 83.4632C47.6748 83.1815 47.7402 82.8812 47.6521 82.5434C47.1384 82.6006 46.7225 82.8628 46.3304 83.1749ZM47.2038 84.6966L47.2041 84.6967C47.3752 84.6351 47.5435 84.5675 47.6964 84.4676C47.5438 84.5672 47.3751 84.6349 47.2038 84.6966ZM48.6575 82.7946C48.657 82.7834 48.6565 82.7723 48.6558 82.7614C48.6514 82.6913 48.6387 82.6285 48.5626 82.5925C48.5556 82.5891 48.548 82.586 48.5399 82.5832L48.6575 82.7946ZM46.0278 89.3509C47.3892 89.3481 48.47 88.1783 48.4689 86.8721C48.4705 88.1786 47.3895 89.349 46.0278 89.3518C45.7384 89.3523 45.4532 89.3441 45.1862 89.2138C44.2857 88.9198 43.6644 88.165 43.5215 87.2504C43.6644 88.1651 44.2858 88.9194 45.1862 89.2133C45.4532 89.3436 45.7384 89.3519 46.0278 89.3509ZM45.6576 84.5345C45.888 84.6606 46.118 84.7865 46.3116 84.97C46.1181 84.7869 45.8885 84.6611 45.6589 84.5353L45.6589 84.5353L45.6588 84.5352C45.6059 84.5063 45.5531 84.4773 45.5006 84.4476C45.5527 84.477 45.6052 84.5058 45.6576 84.5345Z",
197
+ fill: "#B1CDFB"
198
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
199
+ opacity: "0.8",
200
+ fillRule: "evenodd",
201
+ clipRule: "evenodd",
202
+ d: "M45.3558 85.1018V86.599C45.3558 87.2417 44.8341 87.7635 44.1913 87.7635C43.5486 87.7635 43.0269 87.2417 43.0269 86.599V83.9373C43.0269 83.2946 43.5486 82.7728 44.1913 82.7728H46.853C47.4957 82.7728 48.0175 83.2946 48.0175 83.9373C48.0175 84.58 47.4957 85.1018 46.853 85.1018H45.3558Z",
203
+ fill: "#FAF7F9"
204
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
205
+ opacity: "0.6",
206
+ fillRule: "evenodd",
207
+ clipRule: "evenodd",
208
+ d: "M46.3539 86.0998V87.597C46.3539 88.2398 45.8321 88.7615 45.1894 88.7615C44.5467 88.7615 44.0249 88.2398 44.0249 87.597V84.9354C44.0249 84.2926 44.5467 83.7709 45.1894 83.7709H47.8511C48.4938 83.7709 49.0155 84.2926 49.0155 84.9354C49.0155 85.5781 48.4938 86.0998 47.8511 86.0998H46.3539Z",
209
+ fill: "#FAF7F9"
210
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
211
+ d: "M87.8002 39L101.56 52.7594L115.518 67.117L97.594 67.4904C91.7338 67.6125 86.9743 62.7864 87.1777 56.9285L87.8002 39Z",
212
+ fill: "#A3B8B0"
213
+ })]
214
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
215
+ d: "M55 154C55 158.01 54.1243 161.819 52.5518 165.241C48.2901 174.542 38.8985 181 28 181C17.1015 181 7.70986 174.542 3.44824 165.241C1.87568 161.819 1 158.01 1 154C1 139.088 13.088 127 28 127C42.912 127 55 139.088 55 154Z",
216
+ fill: color
217
+ })]
218
+ });
219
+ }
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ export declare function OrderSvg({ color }: {
3
+ color: string;
4
+ }): JSX.Element;
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Illustration/OrderSvg/index.tsx"],"names":[],"mappings":";AAAA,wBAAgB,QAAQ,CAAC,EAAE,KAAK,EAAE,EAAE;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,eA4FpD"}
@@ -0,0 +1,135 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.OrderSvg = OrderSvg;
7
+
8
+ var _jsxRuntime = require("react/jsx-runtime");
9
+
10
+ function OrderSvg(_ref) {
11
+ var color = _ref.color;
12
+ return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
13
+ width: "167",
14
+ height: "192",
15
+ viewBox: "0 0 167 192",
16
+ fill: "none",
17
+ xmlns: "http://www.w3.org/2000/svg",
18
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
19
+ d: "M166.876 108.347C166.876 120.623 164.185 132.284 159.35 142.761C146.25 171.232 117.379 191.002 83.8765 191.002C50.3736 191.002 21.5031 171.232 8.40255 142.761C3.56836 132.284 0.876465 120.623 0.876465 108.347C0.876465 62.6972 38.0358 25.6924 83.8765 25.6924C129.717 25.6924 166.876 62.6972 166.876 108.347Z",
20
+ fill: "#EAEFED"
21
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("mask", {
22
+ id: "mask0_4899_15675",
23
+ maskUnits: "userSpaceOnUse",
24
+ x: "1",
25
+ y: "0",
26
+ width: "166",
27
+ height: "192",
28
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
29
+ d: "M167 45.2368C167 57.5122 164.308 132.282 159.474 142.759C146.373 171.23 117.503 191 84 191C50.4972 191 21.6266 171.23 8.52608 142.759C3.69189 132.282 1 57.5122 1 45.2368C1 -0.413274 38.1593 0.000130822 84 0.000130822C129.841 0.000130822 167 -0.413274 167 45.2368Z",
30
+ fill: "#F0F1F2"
31
+ })
32
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
33
+ mask: "url(#mask0_4899_15675)",
34
+ children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
35
+ filter: "url(#filter0_d_4899_15675)",
36
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
37
+ d: "M21 21.9183C21 20.9164 21.8143 20.1055 22.8204 20.1055H144.801C145.807 20.1055 146.622 20.9164 146.622 21.9183V189.689C146.622 190.691 145.807 191.502 144.801 191.502H22.8204C21.8143 191.502 21 190.691 21 189.689V21.9183Z",
38
+ fill: color
39
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
40
+ d: "M26.5 15L31.2631 21H21.7369L26.5 15Z",
41
+ fill: color
42
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
43
+ d: "M34.5 15L39.2631 21H29.7369L34.5 15Z",
44
+ fill: color
45
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
46
+ d: "M43 15L48.1962 21H37.8038L43 15Z",
47
+ fill: color
48
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
49
+ d: "M51.5 15L56.2631 21H46.7369L51.5 15Z",
50
+ fill: color
51
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
52
+ d: "M59.5 15L64.2631 21H54.7369L59.5 15Z",
53
+ fill: color
54
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
55
+ d: "M67.5 15L72.2631 21H62.7369L67.5 15Z",
56
+ fill: color
57
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
58
+ d: "M75.5 15L80.2631 21H70.7369L75.5 15Z",
59
+ fill: color
60
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
61
+ d: "M84 15L89.1962 21H78.8038L84 15Z",
62
+ fill: color
63
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
64
+ d: "M92.5 15L97.2631 21H87.7369L92.5 15Z",
65
+ fill: color
66
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
67
+ d: "M100.5 15L105.263 21H95.7369L100.5 15Z",
68
+ fill: color
69
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
70
+ d: "M108.5 15L113.263 21H103.737L108.5 15Z",
71
+ fill: color
72
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
73
+ d: "M116.5 15L121.263 21H111.737L116.5 15Z",
74
+ fill: color
75
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
76
+ d: "M125 15L130.196 21H119.804L125 15Z",
77
+ fill: color
78
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
79
+ d: "M133.5 15L138.263 21H128.737L133.5 15Z",
80
+ fill: color
81
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
82
+ d: "M141.5 15L146.263 21H136.737L141.5 15Z",
83
+ fill: color
84
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
85
+ d: "M21 20H146.627V23H21V20Z",
86
+ fill: color
87
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
88
+ d: "M21.0684 118.074H146.69V189.689C146.69 190.691 145.876 191.502 144.87 191.502H22.8888C21.8827 191.502 21.0684 190.691 21.0684 189.689V118.074Z",
89
+ fill: "white"
90
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
91
+ d: "M87.2436 130.684H35.649C34.4096 130.684 33.4058 131.684 33.4058 132.918C33.4058 134.152 34.4096 135.152 35.649 135.152H87.2436C88.483 135.152 89.4868 134.152 89.4868 132.918C89.4868 131.684 88.4819 130.684 87.2436 130.684Z",
92
+ fill: "#EAEFED"
93
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
94
+ d: "M72.6625 147.439H39.0139C35.9171 147.439 33.4058 149.94 33.4058 153.024C33.4058 156.107 35.9171 158.608 39.0139 158.608H72.6625C75.7593 158.608 78.2706 156.107 78.2706 153.024C78.2706 149.94 75.7593 147.439 72.6625 147.439Z",
95
+ fill: color
96
+ })]
97
+ })
98
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("defs", {
99
+ children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("filter", {
100
+ id: "filter0_d_4899_15675",
101
+ x: "11",
102
+ y: "7",
103
+ width: "145.69",
104
+ height: "196.502",
105
+ filterUnits: "userSpaceOnUse",
106
+ colorInterpolationFilters: "sRGB",
107
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("feFlood", {
108
+ floodOpacity: "0",
109
+ result: "BackgroundImageFix"
110
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("feColorMatrix", {
111
+ in: "SourceAlpha",
112
+ type: "matrix",
113
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
114
+ result: "hardAlpha"
115
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("feOffset", {
116
+ dy: "2"
117
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("feGaussianBlur", {
118
+ stdDeviation: "5"
119
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("feColorMatrix", {
120
+ type: "matrix",
121
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3 0"
122
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("feBlend", {
123
+ mode: "normal",
124
+ in2: "BackgroundImageFix",
125
+ result: "effect1_dropShadow_4899_15675"
126
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("feBlend", {
127
+ mode: "normal",
128
+ in: "SourceGraphic",
129
+ in2: "effect1_dropShadow_4899_15675",
130
+ result: "shape"
131
+ })]
132
+ })
133
+ })]
134
+ });
135
+ }
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ export declare function PixSvg({ color }: {
3
+ color: string;
4
+ }): JSX.Element;
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Illustration/PixSvg/index.tsx"],"names":[],"mappings":";AAAA,wBAAgB,MAAM,CAAC,EAAE,KAAK,EAAE,EAAE;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,eA2ElD"}
@@ -0,0 +1,93 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.PixSvg = PixSvg;
7
+
8
+ var _jsxRuntime = require("react/jsx-runtime");
9
+
10
+ function PixSvg(_ref) {
11
+ var color = _ref.color;
12
+ return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
13
+ width: "167",
14
+ height: "192",
15
+ viewBox: "0 0 167 192",
16
+ fill: "none",
17
+ xmlns: "http://www.w3.org/2000/svg",
18
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
19
+ d: "M166.876 108.655C166.876 120.93 164.185 132.591 159.35 143.068C146.25 171.54 117.379 191.31 83.8765 191.31C50.3736 191.31 21.5031 171.54 8.40255 143.068C3.56836 132.591 0.876465 120.93 0.876465 108.655C0.876465 63.0049 38.0358 26 83.8765 26C129.717 26 166.876 63.0049 166.876 108.655Z",
20
+ fill: "#EAEFED"
21
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("mask", {
22
+ id: "mask0_3315_5614",
23
+ maskUnits: "userSpaceOnUse",
24
+ x: "1",
25
+ y: "11",
26
+ width: "166",
27
+ height: "180",
28
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
29
+ d: "M1 11H167V108.5C167 154.063 129.563 191 84 191V191C38.4365 191 1 154.063 1 108.5V11Z",
30
+ fill: "#C4C4C4"
31
+ })
32
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
33
+ mask: "url(#mask0_3315_5614)",
34
+ children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
35
+ filter: "url(#filter0_d_3315_5614)",
36
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
37
+ d: "M9 63.2659C9 57.5962 13.5962 53 19.2659 53H148.873C154.543 53 159.139 57.5962 159.139 63.2659V153.734C159.139 159.404 154.543 164 148.873 164H19.2659C13.5962 164 9 159.404 9 153.734V63.2659Z",
38
+ fill: "white"
39
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
40
+ d: "M109.35 134.171C105.723 134.171 102.311 132.753 99.7463 130.177L85.8789 116.245C84.9052 115.264 83.2083 115.267 82.235 116.245L68.317 130.228C65.7519 132.803 62.3401 134.222 58.7128 134.222H55.98L73.5436 151.867C79.0286 157.378 87.9219 157.378 93.4073 151.867L111.021 134.171H109.35Z",
41
+ fill: "#32BCAD"
42
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
43
+ d: "M58.7121 84.7643C62.3394 84.7643 65.7512 86.1824 68.3164 88.7566L82.2347 102.733C83.237 103.74 84.8737 103.744 85.8786 102.732L99.7462 88.8076C102.311 86.2334 105.723 84.8153 109.35 84.8153H111.021L93.4075 67.1307C87.9216 61.6231 79.0281 61.6231 73.5431 67.1307L55.98 84.7644L58.7121 84.7643Z",
44
+ fill: "#32BCAD"
45
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
46
+ d: "M125.862 99.5956L115.156 88.981C114.92 89.0746 114.665 89.133 114.395 89.133H109.527C107.011 89.133 104.547 90.1451 102.769 91.9094L88.8201 105.739C87.5148 107.033 85.7995 107.68 84.0859 107.68C82.3707 107.68 80.6567 107.033 79.3518 105.74L65.3506 91.8588C63.5723 90.0941 61.1086 89.0825 58.592 89.0825H52.6064C52.3511 89.0825 52.1125 89.0228 51.8873 88.9387L41.1382 99.5956C35.6206 105.066 35.6206 113.934 41.1382 119.405L51.8868 130.061C52.1125 129.977 52.3511 129.917 52.6064 129.917H58.592C61.1086 129.917 63.5723 128.906 65.3506 127.141L79.3505 113.262C81.881 110.755 86.2921 110.754 88.8201 113.263L102.769 127.091C104.547 128.855 107.011 129.867 109.527 129.867H114.395C114.665 129.867 114.92 129.926 115.156 130.019L125.862 119.405C131.379 113.934 131.379 105.066 125.862 99.5955",
47
+ fill: "#32BCAD"
48
+ })]
49
+ })
50
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
51
+ d: "M55 154C55 158.01 54.1243 161.819 52.5518 165.241C48.2901 174.542 38.8985 181 28 181C17.1015 181 7.70986 174.542 3.44824 165.241C1.87568 161.819 1 158.01 1 154C1 139.088 13.088 127 28 127C42.912 127 55 139.088 55 154Z",
52
+ fill: color
53
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("defs", {
54
+ children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("filter", {
55
+ id: "filter0_d_3315_5614",
56
+ x: "3",
57
+ y: "49",
58
+ width: "162.139",
59
+ height: "123",
60
+ filterUnits: "userSpaceOnUse",
61
+ colorInterpolationFilters: "sRGB",
62
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("feFlood", {
63
+ floodOpacity: "0",
64
+ result: "BackgroundImageFix"
65
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("feColorMatrix", {
66
+ in: "SourceAlpha",
67
+ type: "matrix",
68
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
69
+ result: "hardAlpha"
70
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("feOffset", {
71
+ dy: "2"
72
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("feGaussianBlur", {
73
+ stdDeviation: "3"
74
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("feComposite", {
75
+ in2: "hardAlpha",
76
+ operator: "out"
77
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("feColorMatrix", {
78
+ type: "matrix",
79
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0"
80
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("feBlend", {
81
+ mode: "normal",
82
+ in2: "BackgroundImageFix",
83
+ result: "effect1_dropShadow_3315_5614"
84
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("feBlend", {
85
+ mode: "normal",
86
+ in: "SourceGraphic",
87
+ in2: "effect1_dropShadow_3315_5614",
88
+ result: "shape"
89
+ })]
90
+ })
91
+ })]
92
+ });
93
+ }
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ export declare function PrescriptionSvg({ color }: {
3
+ color: string;
4
+ }): JSX.Element;
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Illustration/PrescriptionSvg/index.tsx"],"names":[],"mappings":";AAAA,wBAAgB,eAAe,CAAC,EAAE,KAAK,EAAE,EAAE;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,eAwE3D"}
@@ -0,0 +1,81 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.PrescriptionSvg = PrescriptionSvg;
7
+
8
+ var _jsxRuntime = require("react/jsx-runtime");
9
+
10
+ function PrescriptionSvg(_ref) {
11
+ var color = _ref.color;
12
+ return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
13
+ width: "166",
14
+ height: "191",
15
+ viewBox: "0 0 166 191",
16
+ fill: "none",
17
+ xmlns: "http://www.w3.org/2000/svg",
18
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
19
+ d: "M157 106C157 116.99 154.6 127.43 150.29 136.81C138.61 162.3 112.87 180 83 180C53.13 180 27.39 162.3 15.71 136.81C11.4 127.43 9 116.99 9 106C9 65.13 42.13 32 83 32C123.87 32 157 65.13 157 106Z",
20
+ fill: "#EAEFED"
21
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
22
+ filter: "url(#filter0_d_3271_3493)",
23
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
24
+ d: "M148.012 50H20.359C18.512 50 17 51.8 17 54V158C17 160.2 18.512 162 20.36 162H148.012C149.86 162 151.372 160.2 151.372 158V54C151.372 51.8 149.86 50 148.012 50Z",
25
+ fill: "white"
26
+ })
27
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
28
+ d: "M54 154C54 158.01 53.1243 161.819 51.5518 165.241C47.2901 174.542 37.8985 181 27 181C16.1015 181 6.70986 174.542 2.44824 165.241C0.875676 161.819 0 158.01 0 154C0 139.088 12.088 127 27 127C41.912 127 54 139.088 54 154Z",
29
+ fill: color
30
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
31
+ d: "M36 69C36 67.3431 37.3431 66 39 66H105C106.657 66 108 67.3431 108 69V69C108 70.6569 106.657 72 105 72H39C37.3431 72 36 70.6569 36 69V69Z",
32
+ fill: "#EAEFED"
33
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
34
+ d: "M36 88C36 86.3431 37.3431 85 39 85H127C128.657 85 130 86.3431 130 88V88C130 89.6569 128.657 91 127 91H39C37.3431 91 36 89.6569 36 88V88Z",
35
+ fill: "#EAEFED"
36
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
37
+ d: "M36 109C36 107.343 37.3431 106 39 106H127C128.657 106 130 107.343 130 109V109C130 110.657 128.657 112 127 112H39C37.3431 112 36 110.657 36 109V109Z",
38
+ fill: "#EAEFED"
39
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
40
+ fillRule: "evenodd",
41
+ clipRule: "evenodd",
42
+ d: "M89.8572 138.217C89.5843 137.936 89.3692 137.604 89.2228 137.241C89.0755 136.875 89 136.484 89 136.09C89 135.696 89.0755 135.305 89.2228 134.94C89.3701 134.574 89.5869 134.24 89.8621 133.958L89.8692 133.951L89.8764 133.944C95.6402 128.268 98.9162 125.478 100.917 124.161C101.916 123.504 102.681 123.155 103.34 123.042C104.066 122.917 104.559 123.098 104.876 123.215L104.883 123.218L104.891 123.221C105.415 123.424 105.877 123.759 106.236 124.191C106.596 124.622 106.842 125.138 106.955 125.689L106.96 125.713L106.964 125.736C107.072 126.433 107.191 128.46 107.283 130.83C107.347 132.492 107.4 134.364 107.426 136.148L111.732 132.076C112.215 131.608 112.845 131.322 113.518 131.276L126.801 130.064C127.193 130.032 127.587 130.08 127.96 130.204C128.333 130.329 128.677 130.528 128.972 130.788C129.267 131.047 129.507 131.363 129.682 131.715C129.856 132.067 129.96 132.45 129.991 132.842C130.021 133.234 129.977 133.628 129.859 134.003C129.742 134.378 129.554 134.727 129.304 135.031C129.054 135.334 128.747 135.585 128.399 135.769C128.054 135.951 127.676 136.063 127.287 136.096L114.933 137.314L106.616 145.166C106.096 145.646 105.426 145.927 104.721 145.955C104.363 146.022 103.994 146.014 103.637 145.931L103.56 145.913L103.487 145.883C102.945 145.661 102.484 145.28 102.159 144.793C101.836 144.307 101.661 143.737 101.654 143.153C101.618 140.857 101.538 138.404 101.463 136.114C101.409 134.443 101.358 132.858 101.328 131.486C99.201 133.257 96.4615 135.836 94.0256 138.227C93.7586 138.504 93.4397 138.727 93.086 138.881C92.7261 139.037 92.3383 139.118 91.9458 139.118C91.5533 139.118 91.1655 139.037 90.8056 138.881C90.4479 138.726 90.1259 138.499 89.8572 138.217Z",
43
+ fill: "#709085"
44
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("defs", {
45
+ children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("filter", {
46
+ id: "filter0_d_3271_3493",
47
+ x: "11",
48
+ y: "46",
49
+ width: "146.372",
50
+ height: "124",
51
+ filterUnits: "userSpaceOnUse",
52
+ colorInterpolationFilters: "sRGB",
53
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("feFlood", {
54
+ floodOpacity: "0",
55
+ result: "BackgroundImageFix"
56
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("feColorMatrix", {
57
+ in: "SourceAlpha",
58
+ type: "matrix",
59
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
60
+ result: "hardAlpha"
61
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("feOffset", {
62
+ dy: "2"
63
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("feGaussianBlur", {
64
+ stdDeviation: "3"
65
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("feColorMatrix", {
66
+ type: "matrix",
67
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3 0"
68
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("feBlend", {
69
+ mode: "normal",
70
+ in2: "BackgroundImageFix",
71
+ result: "effect1_dropShadow_3271_3493"
72
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("feBlend", {
73
+ mode: "normal",
74
+ in: "SourceGraphic",
75
+ in2: "effect1_dropShadow_3271_3493",
76
+ result: "shape"
77
+ })]
78
+ })
79
+ })]
80
+ });
81
+ }
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ export declare function TransportSvg({ color }: {
3
+ color: string;
4
+ }): JSX.Element;
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Illustration/TransportSvg/index.tsx"],"names":[],"mappings":";AAAA,wBAAgB,YAAY,CAAC,EAAE,KAAK,EAAE,EAAE;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,eAsFxD"}