infinity-forge 3.8.9 → 3.9.2

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 (629) hide show
  1. package/LICENSE +20 -20
  2. package/dist/infinity-forge.css +3 -0
  3. package/dist/sites/fixed-components/header-link/versions/version-01/component.js +1 -1
  4. package/dist/sites/fixed-components/header-link/versions/version-01/component.js.map +1 -1
  5. package/dist/sites/hooks/use-social-links.js +4 -4
  6. package/dist/sites/public/fonts/fonts.css +760 -760
  7. package/dist/system/presentation/components/data/detail-card/component.js +1 -1
  8. package/dist/system/presentation/components/data/detail-card/component.js.map +1 -1
  9. package/dist/system/presentation/components/data/menu/components/menu-item/index.js +1 -1
  10. package/dist/system/presentation/components/data/menu/components/menu-item/index.js.map +1 -1
  11. package/dist/system/presentation/components/data/menu/modes/collapsed-menu/index.js +1 -1
  12. package/dist/system/presentation/components/data/menu/modes/collapsed-menu/index.js.map +1 -1
  13. package/dist/system/presentation/components/layout/header/components/search-modal/search-list/index.js +1 -1
  14. package/dist/system/presentation/hooks/ui/use-table/components/table/active-filters/index.js +3 -3
  15. package/dist/system/presentation/hooks/ui/use-table/components/table/filters/index.js +1 -1
  16. package/dist/system/presentation/hooks/ui/use-table/components/table/pagination/index.d.ts +1 -1
  17. package/dist/system/presentation/hooks/ui/use-table/components/table/pagination/index.js +7 -3
  18. package/dist/system/presentation/hooks/ui/use-table/components/table/pagination/index.js.map +1 -1
  19. package/dist/test/index.js +3 -3
  20. package/dist/test/index.js.map +1 -1
  21. package/dist/ui/components/breadcrumb/component.js +1 -1
  22. package/dist/ui/components/breadcrumb/component.js.map +1 -1
  23. package/dist/ui/components/form/date-picker/index.d.ts +5 -0
  24. package/dist/ui/components/form/date-picker/index.js +58 -0
  25. package/dist/ui/components/form/date-picker/index.js.map +1 -0
  26. package/dist/ui/components/form/date-picker/styles.d.ts +4 -0
  27. package/dist/ui/components/form/date-picker/styles.js +14 -0
  28. package/dist/ui/components/form/date-picker/styles.js.map +1 -0
  29. package/dist/ui/components/form/handler/form-handler/index.js +0 -1
  30. package/dist/ui/components/form/handler/form-handler/index.js.map +1 -1
  31. package/dist/ui/components/form/index.d.ts +3 -1
  32. package/dist/ui/components/form/index.js +2 -0
  33. package/dist/ui/components/form/index.js.map +1 -1
  34. package/dist/ui/components/form/input-color/index.js.map +1 -1
  35. package/dist/ui/components/form/input-control/index.d.ts +1 -1
  36. package/dist/ui/components/form/input-control/index.js +1 -1
  37. package/dist/ui/components/form/input-control/index.js.map +1 -1
  38. package/dist/ui/components/form/input-date-picker/calendar/calendar-header/index.d.ts +1 -1
  39. package/dist/ui/components/form/input-date-picker/calendar/calendar-header/index.js +6 -4
  40. package/dist/ui/components/form/input-date-picker/calendar/calendar-header/index.js.map +1 -1
  41. package/dist/ui/components/form/input-file/hooks/use-file-elements.js +3 -3
  42. package/dist/ui/components/form/input-file/hooks/use-file-elements.js.map +1 -1
  43. package/dist/ui/components/form/input-file/hooks/use-rendered-file.js +2 -2
  44. package/dist/ui/components/form/input-file/hooks/use-rendered-file.js.map +1 -1
  45. package/dist/ui/components/form/input-password/index.js +1 -1
  46. package/dist/ui/components/form/input-password/index.js.map +1 -1
  47. package/dist/ui/components/form/input-seo/index.js +0 -3
  48. package/dist/ui/components/form/input-seo/index.js.map +1 -1
  49. package/dist/ui/components/form/input-seo/input-meta-image/index.js +1 -1
  50. package/dist/ui/components/form/input-seo/input-meta-image/index.js.map +1 -1
  51. package/dist/ui/components/form/input-svg/index.js +1 -1
  52. package/dist/ui/components/form/input-svg/index.js.map +1 -1
  53. package/dist/ui/components/form/input-youtube/index.js +1 -1
  54. package/dist/ui/components/form/input-youtube/index.js.map +1 -1
  55. package/dist/ui/components/form/range-date-picker/index.d.ts +5 -0
  56. package/dist/ui/components/form/range-date-picker/index.js +61 -0
  57. package/dist/ui/components/form/range-date-picker/index.js.map +1 -0
  58. package/dist/ui/components/form/range-date-picker/styles.d.ts +4 -0
  59. package/dist/ui/components/form/range-date-picker/styles.js +14 -0
  60. package/dist/ui/components/form/range-date-picker/styles.js.map +1 -0
  61. package/dist/ui/components/form/select-icon/index.js +1 -1
  62. package/dist/ui/components/form/select-icon/index.js.map +1 -1
  63. package/dist/ui/components/menu-mobile/components/nav-links/index.js +2 -2
  64. package/dist/ui/components/menu-mobile/components/nav-links/index.js.map +1 -1
  65. package/dist/ui/components/modal/index.js +1 -1
  66. package/dist/ui/components/modal/index.js.map +1 -1
  67. package/dist/ui/components/pagination/index.d.ts +1 -1
  68. package/dist/ui/components/pagination/index.js +7 -3
  69. package/dist/ui/components/pagination/index.js.map +1 -1
  70. package/dist/ui/components/warning/index.js +1 -1
  71. package/dist/ui/components/warning/index.js.map +1 -1
  72. package/dist/ui/contexts/dynamic-sections/use-dynamic-section/edit-section.js +1 -1
  73. package/dist/ui/contexts/dynamic-sections/use-dynamic-section/edit-section.js.map +1 -1
  74. package/dist/ui/contexts/toast/toast-item/index.js +1 -1
  75. package/dist/ui/contexts/toast/toast-item/index.js.map +1 -1
  76. package/dist/ui/hooks/permitions/camera/use-camera.js +1 -1
  77. package/dist/ui/hooks/permitions/camera/use-camera.js.map +1 -1
  78. package/dist/ui/icons/index.d.ts +102 -111
  79. package/dist/ui/icons/index.js +102 -111
  80. package/dist/ui/icons/index.js.map +1 -1
  81. package/dist/ui/icons/interfaces.d.ts +1 -2
  82. package/dist/ui/icons/render/component.d.ts +3 -4
  83. package/dist/ui/icons/render/component.js +2 -2
  84. package/dist/ui/icons/render/component.js.map +1 -1
  85. package/dist/ui/icons/render/icon-Instagram.d.ts +3 -0
  86. package/dist/ui/icons/render/icon-Instagram.js +15 -0
  87. package/dist/ui/icons/render/icon-Instagram.js.map +1 -0
  88. package/dist/ui/icons/render/icon-Linkedin.d.ts +3 -0
  89. package/dist/ui/icons/render/icon-Linkedin.js +15 -0
  90. package/dist/ui/icons/render/icon-Linkedin.js.map +1 -0
  91. package/dist/ui/icons/render/{Close.d.ts → icon-Lupa.d.ts} +1 -1
  92. package/dist/ui/icons/render/icon-Lupa.js +10 -0
  93. package/dist/ui/icons/render/icon-Lupa.js.map +1 -0
  94. package/dist/ui/icons/render/{Lupa.d.ts → icon-Map.d.ts} +1 -1
  95. package/dist/ui/icons/render/{Map.js → icon-Map.js} +3 -3
  96. package/dist/ui/icons/render/icon-Map.js.map +1 -0
  97. package/dist/ui/icons/render/{send-message.d.ts → icon-Microphone.d.ts} +1 -1
  98. package/dist/ui/icons/render/{Microphone.js → icon-Microphone.js} +3 -3
  99. package/dist/ui/icons/render/icon-Microphone.js.map +1 -0
  100. package/dist/ui/icons/render/{Folder.d.ts → icon-Minus.d.ts} +1 -1
  101. package/dist/ui/icons/render/{Minus.js → icon-Minus.js} +3 -3
  102. package/dist/ui/icons/render/icon-Minus.js.map +1 -0
  103. package/dist/ui/icons/render/icon-Phone.d.ts +3 -0
  104. package/dist/ui/icons/render/icon-Phone.js +15 -0
  105. package/dist/ui/icons/render/icon-Phone.js.map +1 -0
  106. package/dist/ui/icons/render/icon-Pin.d.ts +4 -0
  107. package/dist/ui/icons/render/{Pin.js → icon-Pin.js} +7 -7
  108. package/dist/ui/icons/render/icon-Pin.js.map +1 -0
  109. package/dist/ui/icons/render/{Codie.d.ts → icon-Play.d.ts} +1 -1
  110. package/dist/ui/icons/render/icon-Play.js +10 -0
  111. package/dist/ui/icons/render/icon-Play.js.map +1 -0
  112. package/dist/ui/icons/render/{Checked.d.ts → icon-Plus.d.ts} +1 -1
  113. package/dist/ui/icons/render/icon-Plus.js +10 -0
  114. package/dist/ui/icons/render/icon-Plus.js.map +1 -0
  115. package/dist/ui/icons/render/{TikTok.d.ts → icon-Share.d.ts} +1 -1
  116. package/dist/ui/icons/render/icon-Share.js +10 -0
  117. package/dist/ui/icons/render/icon-Share.js.map +1 -0
  118. package/dist/ui/icons/render/{loading.d.ts → icon-TikTok.d.ts} +1 -1
  119. package/dist/ui/icons/render/icon-TikTok.js +10 -0
  120. package/dist/ui/icons/render/icon-TikTok.js.map +1 -0
  121. package/dist/ui/icons/render/{calendar.d.ts → icon-YouTube.d.ts} +1 -1
  122. package/dist/ui/icons/render/icon-YouTube.js +10 -0
  123. package/dist/ui/icons/render/icon-YouTube.js.map +1 -0
  124. package/dist/ui/icons/render/{chalet.d.ts → icon-block.d.ts} +1 -1
  125. package/dist/ui/icons/render/{block.js → icon-block.js} +3 -3
  126. package/dist/ui/icons/render/icon-block.js.map +1 -0
  127. package/dist/ui/icons/render/icon-bottom-chevron.d.ts +1 -0
  128. package/dist/ui/icons/render/icon-bottom-chevron.js +9 -0
  129. package/dist/ui/icons/render/icon-bottom-chevron.js.map +1 -0
  130. package/dist/ui/icons/render/{basic-right-arrow.d.ts → icon-bottom-navigation.d.ts} +1 -1
  131. package/dist/ui/icons/render/icon-bottom-navigation.js +10 -0
  132. package/dist/ui/icons/render/icon-bottom-navigation.js.map +1 -0
  133. package/dist/ui/icons/render/{Edit.d.ts → icon-box.d.ts} +1 -1
  134. package/dist/ui/icons/render/{box.js → icon-box.js} +3 -3
  135. package/dist/ui/icons/render/icon-box.js.map +1 -0
  136. package/dist/ui/icons/render/{arrow-bottom.d.ts → icon-calculator.d.ts} +1 -1
  137. package/dist/ui/icons/render/{calculator.js → icon-calculator.js} +3 -3
  138. package/dist/ui/icons/render/icon-calculator.js.map +1 -0
  139. package/dist/ui/icons/render/{arrow-foward-left.d.ts → icon-calendar-browse.d.ts} +1 -1
  140. package/dist/ui/icons/render/{calendar-browse.js → icon-calendar-browse.js} +3 -3
  141. package/dist/ui/icons/render/icon-calendar-browse.js.map +1 -0
  142. package/dist/ui/icons/render/{fullfield-bell.d.ts → icon-calendar-time.d.ts} +1 -1
  143. package/dist/ui/icons/render/icon-calendar-time.js +10 -0
  144. package/dist/ui/icons/render/icon-calendar-time.js.map +1 -0
  145. package/dist/ui/icons/render/icon-calendar.d.ts +1 -0
  146. package/dist/ui/icons/render/icon-calendar.js +9 -0
  147. package/dist/ui/icons/render/icon-calendar.js.map +1 -0
  148. package/dist/ui/icons/render/{File.d.ts → icon-cam.d.ts} +1 -1
  149. package/dist/ui/icons/render/icon-cam.js +10 -0
  150. package/dist/ui/icons/render/icon-cam.js.map +1 -0
  151. package/dist/ui/icons/render/{NavLeft.d.ts → icon-chalet.d.ts} +1 -1
  152. package/dist/ui/icons/render/{chalet.js → icon-chalet.js} +3 -3
  153. package/dist/ui/icons/render/icon-chalet.js.map +1 -0
  154. package/dist/ui/icons/render/{Globe.d.ts → icon-chat.d.ts} +1 -1
  155. package/dist/ui/icons/render/{chat.js → icon-chat.js} +3 -3
  156. package/dist/ui/icons/render/icon-chat.js.map +1 -0
  157. package/dist/ui/icons/render/{Microphone.d.ts → icon-check.d.ts} +1 -1
  158. package/dist/ui/icons/render/{Check.js → icon-check.js} +3 -3
  159. package/dist/ui/icons/render/icon-check.js.map +1 -0
  160. package/dist/ui/icons/render/{Home.d.ts → icon-checked.d.ts} +1 -1
  161. package/dist/ui/icons/render/{Checked.js → icon-checked.js} +3 -3
  162. package/dist/ui/icons/render/icon-checked.js.map +1 -0
  163. package/dist/ui/icons/render/{keyboard-right-arrow.d.ts → icon-circular-left-arrow.d.ts} +1 -1
  164. package/dist/ui/icons/render/{arrow-foward-left.js → icon-circular-left-arrow.js} +5 -5
  165. package/dist/ui/icons/render/icon-circular-left-arrow.js.map +1 -0
  166. package/dist/ui/icons/render/{interrogation-circle.d.ts → icon-circular-right-arrow.d.ts} +1 -1
  167. package/dist/ui/icons/render/{arrow-foward-right.js → icon-circular-right-arrow.js} +5 -5
  168. package/dist/ui/icons/render/icon-circular-right-arrow.js.map +1 -0
  169. package/dist/ui/icons/render/icon-clip.d.ts +2 -0
  170. package/dist/ui/icons/render/{clip.js → icon-clip.js} +3 -3
  171. package/dist/ui/icons/render/icon-clip.js.map +1 -0
  172. package/dist/ui/icons/render/icon-clock.d.ts +3 -0
  173. package/dist/ui/icons/render/{Clock.js → icon-clock.js} +5 -5
  174. package/dist/ui/icons/render/icon-clock.js.map +1 -0
  175. package/dist/ui/icons/render/{danger.d.ts → icon-close.d.ts} +1 -1
  176. package/dist/ui/icons/render/icon-close.js +10 -0
  177. package/dist/ui/icons/render/icon-close.js.map +1 -0
  178. package/dist/ui/icons/render/icon-codie.d.ts +2 -0
  179. package/dist/ui/icons/render/icon-codie.js +10 -0
  180. package/dist/ui/icons/render/icon-codie.js.map +1 -0
  181. package/dist/ui/icons/render/{Carousel-left-icon.d.ts → icon-computer.d.ts} +1 -1
  182. package/dist/ui/icons/render/{computer.js → icon-computer.js} +3 -3
  183. package/dist/ui/icons/render/icon-computer.js.map +1 -0
  184. package/dist/ui/icons/render/{YouTube.d.ts → icon-danger.d.ts} +1 -1
  185. package/dist/ui/icons/render/{danger.js → icon-danger.js} +3 -3
  186. package/dist/ui/icons/render/icon-danger.js.map +1 -0
  187. package/dist/ui/icons/render/icon-death.d.ts +2 -0
  188. package/dist/ui/icons/render/icon-death.js +10 -0
  189. package/dist/ui/icons/render/icon-death.js.map +1 -0
  190. package/dist/ui/icons/render/{diabets.d.ts → icon-delete.d.ts} +1 -1
  191. package/dist/ui/icons/render/{delete.js → icon-delete.js} +3 -3
  192. package/dist/ui/icons/render/icon-delete.js.map +1 -0
  193. package/dist/ui/icons/render/{computer.d.ts → icon-diabets.d.ts} +1 -1
  194. package/dist/ui/icons/render/icon-diabets.js +10 -0
  195. package/dist/ui/icons/render/icon-diabets.js.map +1 -0
  196. package/dist/ui/icons/render/icon-door.d.ts +2 -0
  197. package/dist/ui/icons/render/{door.js → icon-door.js} +3 -3
  198. package/dist/ui/icons/render/icon-door.js.map +1 -0
  199. package/dist/ui/icons/render/{Check.d.ts → icon-drop-file.d.ts} +1 -1
  200. package/dist/ui/icons/render/{drop-file.js → icon-drop-file.js} +3 -3
  201. package/dist/ui/icons/render/icon-drop-file.js.map +1 -0
  202. package/dist/ui/icons/render/icon-edit-image.d.ts +1 -0
  203. package/dist/ui/icons/render/icon-edit-image.js +9 -0
  204. package/dist/ui/icons/render/icon-edit-image.js.map +1 -0
  205. package/dist/ui/icons/render/icon-edit.d.ts +2 -0
  206. package/dist/ui/icons/render/{Edit.js → icon-edit.js} +3 -3
  207. package/dist/ui/icons/render/icon-edit.js.map +1 -0
  208. package/dist/ui/icons/render/icon-email.d.ts +3 -0
  209. package/dist/ui/icons/render/icon-email.js +15 -0
  210. package/dist/ui/icons/render/icon-email.js.map +1 -0
  211. package/dist/ui/icons/render/{calculator.d.ts → icon-empty-chat.d.ts} +1 -1
  212. package/dist/ui/icons/render/icon-empty-chat.js +10 -0
  213. package/dist/ui/icons/render/icon-empty-chat.js.map +1 -0
  214. package/dist/ui/icons/render/icon-equalizer.d.ts +3 -0
  215. package/dist/ui/icons/render/icon-equalizer.js +15 -0
  216. package/dist/ui/icons/render/icon-equalizer.js.map +1 -0
  217. package/dist/ui/icons/render/icon-excel.d.ts +2 -0
  218. package/dist/ui/icons/render/icon-excel.js +10 -0
  219. package/dist/ui/icons/render/icon-excel.js.map +1 -0
  220. package/dist/ui/icons/render/{arrow-to-right.d.ts → icon-exclamation.d.ts} +1 -1
  221. package/dist/ui/icons/render/{exclamation.js → icon-exclamation.js} +3 -3
  222. package/dist/ui/icons/render/icon-exclamation.js.map +1 -0
  223. package/dist/ui/icons/render/{Exit.js → icon-exit.js} +1 -1
  224. package/dist/ui/icons/render/icon-exit.js.map +1 -0
  225. package/dist/ui/icons/render/{empty-chat.d.ts → icon-eye-slash.d.ts} +1 -1
  226. package/dist/ui/icons/render/icon-eye-slash.js +10 -0
  227. package/dist/ui/icons/render/icon-eye-slash.js.map +1 -0
  228. package/dist/ui/icons/render/icon-eye.d.ts +2 -0
  229. package/dist/ui/icons/render/{Eye.js → icon-eye.js} +3 -3
  230. package/dist/ui/icons/render/icon-eye.js.map +1 -0
  231. package/dist/ui/icons/render/icon-facebook.d.ts +3 -0
  232. package/dist/ui/icons/render/icon-facebook.js +15 -0
  233. package/dist/ui/icons/render/icon-facebook.js.map +1 -0
  234. package/dist/ui/icons/render/icon-file.d.ts +2 -0
  235. package/dist/ui/icons/render/{File.js → icon-file.js} +3 -3
  236. package/dist/ui/icons/render/icon-file.js.map +1 -0
  237. package/dist/ui/icons/render/icon-folder.d.ts +2 -0
  238. package/dist/ui/icons/render/{Folder.js → icon-folder.js} +3 -3
  239. package/dist/ui/icons/render/icon-folder.js.map +1 -0
  240. package/dist/ui/icons/render/{calendar-browse.d.ts → icon-fullfield-bell.d.ts} +1 -1
  241. package/dist/ui/icons/render/{fullfield-bell.js → icon-fullfield-bell.js} +3 -3
  242. package/dist/ui/icons/render/icon-fullfield-bell.js.map +1 -0
  243. package/dist/ui/icons/render/icon-fullfield-chat.d.ts +2 -0
  244. package/dist/ui/icons/render/{fullfield-chat.js → icon-fullfield-chat.js} +3 -3
  245. package/dist/ui/icons/render/icon-fullfield-chat.js.map +1 -0
  246. package/dist/ui/icons/render/{Gear.js → icon-gear.js} +1 -1
  247. package/dist/ui/icons/render/icon-gear.js.map +1 -0
  248. package/dist/ui/icons/render/icon-gender.d.ts +2 -0
  249. package/dist/ui/icons/render/{gender.js → icon-gender.js} +3 -3
  250. package/dist/ui/icons/render/icon-gender.js.map +1 -0
  251. package/dist/ui/icons/render/icon-globe.d.ts +2 -0
  252. package/dist/ui/icons/render/{Globe.js → icon-globe.js} +3 -3
  253. package/dist/ui/icons/render/icon-globe.js.map +1 -0
  254. package/dist/ui/icons/render/icon-heart.d.ts +2 -0
  255. package/dist/ui/icons/render/{heart.js → icon-heart.js} +3 -3
  256. package/dist/ui/icons/render/icon-heart.js.map +1 -0
  257. package/dist/ui/icons/render/icon-home.d.ts +2 -0
  258. package/dist/ui/icons/render/icon-home.js +10 -0
  259. package/dist/ui/icons/render/icon-home.js.map +1 -0
  260. package/dist/ui/icons/render/{arrow-foward-right.d.ts → icon-hospitalization.d.ts} +1 -1
  261. package/dist/ui/icons/render/{hospitalization.js → icon-hospitalization.js} +3 -3
  262. package/dist/ui/icons/render/icon-hospitalization.js.map +1 -0
  263. package/dist/ui/icons/render/{fullfield-chat.d.ts → icon-hypertension.d.ts} +1 -1
  264. package/dist/ui/icons/render/{hypertension.js → icon-hypertension.js} +3 -3
  265. package/dist/ui/icons/render/icon-hypertension.js.map +1 -0
  266. package/dist/ui/icons/render/icon-info.d.ts +2 -0
  267. package/dist/ui/icons/render/{info.js → icon-info.js} +2 -2
  268. package/dist/ui/icons/render/icon-info.js.map +1 -0
  269. package/dist/ui/icons/render/icon-interrogation-circle.d.ts +2 -0
  270. package/dist/ui/icons/render/{interrogation-circle.js → icon-interrogation-circle.js} +3 -3
  271. package/dist/ui/icons/render/icon-interrogation-circle.js.map +1 -0
  272. package/dist/ui/icons/render/{edit-image.d.ts → icon-language.d.ts} +1 -1
  273. package/dist/ui/icons/render/icon-language.js +10 -0
  274. package/dist/ui/icons/render/icon-language.js.map +1 -0
  275. package/dist/ui/icons/render/icon-left-chevron.d.ts +1 -0
  276. package/dist/ui/icons/render/icon-left-chevron.js +9 -0
  277. package/dist/ui/icons/render/icon-left-chevron.js.map +1 -0
  278. package/dist/ui/icons/render/{transparent-mail.d.ts → icon-left-navigation.d.ts} +1 -1
  279. package/dist/ui/icons/render/icon-left-navigation.js +10 -0
  280. package/dist/ui/icons/render/icon-left-navigation.js.map +1 -0
  281. package/dist/ui/icons/render/icon-like.d.ts +2 -0
  282. package/dist/ui/icons/render/{like.js → icon-like.js} +3 -3
  283. package/dist/ui/icons/render/icon-like.js.map +1 -0
  284. package/dist/ui/icons/render/{NavRight.d.ts → icon-loading.d.ts} +1 -1
  285. package/dist/ui/icons/render/{loading.js → icon-loading.js} +3 -3
  286. package/dist/ui/icons/render/icon-loading.js.map +1 -0
  287. package/dist/ui/icons/render/icon-map-floor.d.ts +2 -0
  288. package/dist/ui/icons/render/icon-map-floor.js +10 -0
  289. package/dist/ui/icons/render/icon-map-floor.js.map +1 -0
  290. package/dist/ui/icons/render/{message-balloon.js → icon-message-balloon.js} +1 -1
  291. package/dist/ui/icons/render/icon-message-balloon.js.map +1 -0
  292. package/dist/ui/icons/render/icon-mobile.d.ts +2 -0
  293. package/dist/ui/icons/render/icon-mobile.js +10 -0
  294. package/dist/ui/icons/render/icon-mobile.js.map +1 -0
  295. package/dist/ui/icons/render/{keyboard-left-arrow.d.ts → icon-money-value-symbol.d.ts} +1 -1
  296. package/dist/ui/icons/render/{money-value-symbol.js → icon-money-value-symbol.js} +3 -3
  297. package/dist/ui/icons/render/icon-money-value-symbol.js.map +1 -0
  298. package/dist/ui/icons/render/icon-not-found.d.ts +2 -0
  299. package/dist/ui/icons/render/icon-not-found.js +10 -0
  300. package/dist/ui/icons/render/icon-not-found.js.map +1 -0
  301. package/dist/ui/icons/render/{arrow-top.d.ts → icon-not-like.d.ts} +1 -1
  302. package/dist/ui/icons/render/{not-like.js → icon-not-like.js} +3 -3
  303. package/dist/ui/icons/render/icon-not-like.js.map +1 -0
  304. package/dist/ui/icons/render/icon-padlock.d.ts +2 -0
  305. package/dist/ui/icons/render/{padlock.js → icon-padlock.js} +3 -3
  306. package/dist/ui/icons/render/icon-padlock.js.map +1 -0
  307. package/dist/ui/icons/render/icon-pdf.d.ts +2 -0
  308. package/dist/ui/icons/render/icon-pdf.js +10 -0
  309. package/dist/ui/icons/render/icon-pdf.js.map +1 -0
  310. package/dist/ui/icons/render/icon-person.d.ts +3 -0
  311. package/dist/ui/icons/render/{person.js → icon-person.js} +5 -5
  312. package/dist/ui/icons/render/icon-person.js.map +1 -0
  313. package/dist/ui/icons/render/icon-pet.d.ts +2 -0
  314. package/dist/ui/icons/render/icon-pet.js +10 -0
  315. package/dist/ui/icons/render/icon-pet.js.map +1 -0
  316. package/dist/ui/icons/render/icon-phone-message.d.ts +2 -0
  317. package/dist/ui/icons/render/icon-phone-message.js +10 -0
  318. package/dist/ui/icons/render/icon-phone-message.js.map +1 -0
  319. package/dist/ui/icons/render/{calendar-time.d.ts → icon-play-rounded.d.ts} +1 -1
  320. package/dist/ui/icons/render/{play-rounded.js → icon-play-rounded.js} +3 -3
  321. package/dist/ui/icons/render/icon-play-rounded.js.map +1 -0
  322. package/dist/ui/icons/render/{Carousel-right-icon.d.ts → icon-plus-sharp.d.ts} +1 -1
  323. package/dist/ui/icons/render/{plus-sharp.js → icon-plus-sharp.js} +3 -3
  324. package/dist/ui/icons/render/icon-plus-sharp.js.map +1 -0
  325. package/dist/ui/icons/render/icon-prev.d.ts +2 -0
  326. package/dist/ui/icons/render/{prev.js → icon-prev.js} +3 -3
  327. package/dist/ui/icons/render/icon-prev.js.map +1 -0
  328. package/dist/ui/icons/render/{print.js → icon-print.js} +1 -1
  329. package/dist/ui/icons/render/icon-print.js.map +1 -0
  330. package/dist/ui/icons/render/icon-right-chevron.d.ts +1 -0
  331. package/dist/ui/icons/render/icon-right-chevron.js +9 -0
  332. package/dist/ui/icons/render/icon-right-chevron.js.map +1 -0
  333. package/dist/ui/icons/render/{basic-bottom-arrow.d.ts → icon-right-navigation.d.ts} +1 -1
  334. package/dist/ui/icons/render/icon-right-navigation.js +10 -0
  335. package/dist/ui/icons/render/icon-right-navigation.js.map +1 -0
  336. package/dist/ui/icons/render/{hypertension.d.ts → icon-send-message.d.ts} +1 -1
  337. package/dist/ui/icons/render/{send-message.js → icon-send-message.js} +3 -3
  338. package/dist/ui/icons/render/icon-send-message.js.map +1 -0
  339. package/dist/ui/icons/render/icon-send.d.ts +2 -0
  340. package/dist/ui/icons/render/{arrow-forward.js → icon-send.js} +6 -6
  341. package/dist/ui/icons/render/icon-send.js.map +1 -0
  342. package/dist/ui/icons/render/icon-seo.d.ts +2 -0
  343. package/dist/ui/icons/render/icon-seo.js +10 -0
  344. package/dist/ui/icons/render/icon-seo.js.map +1 -0
  345. package/dist/ui/icons/render/icon-share-v2.d.ts +2 -0
  346. package/dist/ui/icons/render/{share-v2.js → icon-share-v2.js} +3 -3
  347. package/dist/ui/icons/render/icon-share-v2.js.map +1 -0
  348. package/dist/ui/icons/render/icon-shopping.d.ts +3 -0
  349. package/dist/ui/icons/render/{shopping.js → icon-shopping.js} +5 -5
  350. package/dist/ui/icons/render/icon-shopping.js.map +1 -0
  351. package/dist/ui/icons/render/icon-star.d.ts +2 -0
  352. package/dist/ui/icons/render/{star.js → icon-star.js} +3 -3
  353. package/dist/ui/icons/render/icon-star.js.map +1 -0
  354. package/dist/ui/icons/render/icon-starBg.d.ts +2 -0
  355. package/dist/ui/icons/render/{starBg.js → icon-starBg.js} +3 -3
  356. package/dist/ui/icons/render/icon-starBg.js.map +1 -0
  357. package/dist/ui/icons/render/icon-three-dots.d.ts +2 -0
  358. package/dist/ui/icons/render/icon-three-dots.js +10 -0
  359. package/dist/ui/icons/render/icon-three-dots.js.map +1 -0
  360. package/dist/ui/icons/render/icon-top-chevron.d.ts +1 -0
  361. package/dist/ui/icons/render/icon-top-chevron.js +9 -0
  362. package/dist/ui/icons/render/icon-top-chevron.js.map +1 -0
  363. package/dist/ui/icons/render/icon-top-navigation.d.ts +2 -0
  364. package/dist/ui/icons/render/icon-top-navigation.js +10 -0
  365. package/dist/ui/icons/render/icon-top-navigation.js.map +1 -0
  366. package/dist/ui/icons/render/{basic-left-arrow.d.ts → icon-transparent-mail.d.ts} +1 -1
  367. package/dist/ui/icons/render/{transparent-mail.js → icon-transparent-mail.js} +3 -3
  368. package/dist/ui/icons/render/icon-transparent-mail.js.map +1 -0
  369. package/dist/ui/icons/render/icon-transparent-phone.d.ts +2 -0
  370. package/dist/ui/icons/render/icon-transparent-phone.js +10 -0
  371. package/dist/ui/icons/render/icon-transparent-phone.js.map +1 -0
  372. package/dist/ui/icons/render/icon-twitter.d.ts +3 -0
  373. package/dist/ui/icons/render/icon-twitter.js +15 -0
  374. package/dist/ui/icons/render/icon-twitter.js.map +1 -0
  375. package/dist/ui/icons/render/icon-upload.d.ts +2 -0
  376. package/dist/ui/icons/render/{upload.js → icon-upload.js} +3 -3
  377. package/dist/ui/icons/render/icon-upload.js.map +1 -0
  378. package/dist/ui/icons/render/icon-user.d.ts +3 -0
  379. package/dist/ui/icons/render/{user.js → icon-user.js} +5 -5
  380. package/dist/ui/icons/render/icon-user.js.map +1 -0
  381. package/dist/ui/icons/render/icon-weight.d.ts +2 -0
  382. package/dist/ui/icons/render/icon-weight.js +10 -0
  383. package/dist/ui/icons/render/icon-weight.js.map +1 -0
  384. package/dist/ui/icons/render/icon-whats.d.ts +3 -0
  385. package/dist/ui/icons/render/icon-whats.js +15 -0
  386. package/dist/ui/icons/render/icon-whats.js.map +1 -0
  387. package/dist/ui/icons/render/{word.js → icon-word.js} +1 -1
  388. package/dist/ui/icons/render/icon-word.js.map +1 -0
  389. package/dist/ui/icons/render/image.d.ts +1 -1
  390. package/dist/ui/icons/render/image.js +2 -2
  391. package/dist/ui/icons/render/image.js.map +1 -1
  392. package/package.json +4 -1
  393. package/dist/ui/icons/render/Carousel-left-icon.js +0 -10
  394. package/dist/ui/icons/render/Carousel-left-icon.js.map +0 -1
  395. package/dist/ui/icons/render/Carousel-right-icon.js +0 -10
  396. package/dist/ui/icons/render/Carousel-right-icon.js.map +0 -1
  397. package/dist/ui/icons/render/Check.js.map +0 -1
  398. package/dist/ui/icons/render/Checked.js.map +0 -1
  399. package/dist/ui/icons/render/Clock.d.ts +0 -3
  400. package/dist/ui/icons/render/Clock.js.map +0 -1
  401. package/dist/ui/icons/render/Close.js +0 -10
  402. package/dist/ui/icons/render/Close.js.map +0 -1
  403. package/dist/ui/icons/render/Codie.js +0 -10
  404. package/dist/ui/icons/render/Codie.js.map +0 -1
  405. package/dist/ui/icons/render/Edit.js.map +0 -1
  406. package/dist/ui/icons/render/Email.d.ts +0 -3
  407. package/dist/ui/icons/render/Email.js +0 -15
  408. package/dist/ui/icons/render/Email.js.map +0 -1
  409. package/dist/ui/icons/render/Exit.js.map +0 -1
  410. package/dist/ui/icons/render/Eye.d.ts +0 -2
  411. package/dist/ui/icons/render/Eye.js.map +0 -1
  412. package/dist/ui/icons/render/Facebook.d.ts +0 -3
  413. package/dist/ui/icons/render/Facebook.js +0 -15
  414. package/dist/ui/icons/render/Facebook.js.map +0 -1
  415. package/dist/ui/icons/render/File.js.map +0 -1
  416. package/dist/ui/icons/render/Folder.js.map +0 -1
  417. package/dist/ui/icons/render/Gear.js.map +0 -1
  418. package/dist/ui/icons/render/Globe.js.map +0 -1
  419. package/dist/ui/icons/render/Home.js +0 -10
  420. package/dist/ui/icons/render/Home.js.map +0 -1
  421. package/dist/ui/icons/render/Insagram.d.ts +0 -3
  422. package/dist/ui/icons/render/Insagram.js +0 -15
  423. package/dist/ui/icons/render/Insagram.js.map +0 -1
  424. package/dist/ui/icons/render/Linkedin.d.ts +0 -3
  425. package/dist/ui/icons/render/Linkedin.js +0 -15
  426. package/dist/ui/icons/render/Linkedin.js.map +0 -1
  427. package/dist/ui/icons/render/LongArrowRight.d.ts +0 -2
  428. package/dist/ui/icons/render/LongArrowRight.js +0 -11
  429. package/dist/ui/icons/render/LongArrowRight.js.map +0 -1
  430. package/dist/ui/icons/render/Lupa.js +0 -10
  431. package/dist/ui/icons/render/Lupa.js.map +0 -1
  432. package/dist/ui/icons/render/Map.d.ts +0 -2
  433. package/dist/ui/icons/render/Map.js.map +0 -1
  434. package/dist/ui/icons/render/Microphone.js.map +0 -1
  435. package/dist/ui/icons/render/Minus.d.ts +0 -2
  436. package/dist/ui/icons/render/Minus.js.map +0 -1
  437. package/dist/ui/icons/render/NavDown.d.ts +0 -3
  438. package/dist/ui/icons/render/NavDown.js +0 -15
  439. package/dist/ui/icons/render/NavDown.js.map +0 -1
  440. package/dist/ui/icons/render/NavLeft.js +0 -10
  441. package/dist/ui/icons/render/NavLeft.js.map +0 -1
  442. package/dist/ui/icons/render/NavRight.js +0 -10
  443. package/dist/ui/icons/render/NavRight.js.map +0 -1
  444. package/dist/ui/icons/render/NavUp.d.ts +0 -2
  445. package/dist/ui/icons/render/NavUp.js +0 -10
  446. package/dist/ui/icons/render/NavUp.js.map +0 -1
  447. package/dist/ui/icons/render/Phone.d.ts +0 -3
  448. package/dist/ui/icons/render/Phone.js +0 -15
  449. package/dist/ui/icons/render/Phone.js.map +0 -1
  450. package/dist/ui/icons/render/Pin.d.ts +0 -4
  451. package/dist/ui/icons/render/Pin.js.map +0 -1
  452. package/dist/ui/icons/render/Play.d.ts +0 -2
  453. package/dist/ui/icons/render/Play.js +0 -10
  454. package/dist/ui/icons/render/Play.js.map +0 -1
  455. package/dist/ui/icons/render/Plus.d.ts +0 -2
  456. package/dist/ui/icons/render/Plus.js +0 -10
  457. package/dist/ui/icons/render/Plus.js.map +0 -1
  458. package/dist/ui/icons/render/Share.d.ts +0 -2
  459. package/dist/ui/icons/render/Share.js +0 -10
  460. package/dist/ui/icons/render/Share.js.map +0 -1
  461. package/dist/ui/icons/render/TikTok.js +0 -10
  462. package/dist/ui/icons/render/TikTok.js.map +0 -1
  463. package/dist/ui/icons/render/Twitter.d.ts +0 -3
  464. package/dist/ui/icons/render/Twitter.js +0 -15
  465. package/dist/ui/icons/render/Twitter.js.map +0 -1
  466. package/dist/ui/icons/render/YouTube.js +0 -10
  467. package/dist/ui/icons/render/YouTube.js.map +0 -1
  468. package/dist/ui/icons/render/arrow-bottom.js +0 -10
  469. package/dist/ui/icons/render/arrow-bottom.js.map +0 -1
  470. package/dist/ui/icons/render/arrow-forward.d.ts +0 -2
  471. package/dist/ui/icons/render/arrow-forward.js.map +0 -1
  472. package/dist/ui/icons/render/arrow-foward-left.js.map +0 -1
  473. package/dist/ui/icons/render/arrow-foward-right.js.map +0 -1
  474. package/dist/ui/icons/render/arrow-to-right.js +0 -10
  475. package/dist/ui/icons/render/arrow-to-right.js.map +0 -1
  476. package/dist/ui/icons/render/arrow-top.js +0 -10
  477. package/dist/ui/icons/render/arrow-top.js.map +0 -1
  478. package/dist/ui/icons/render/basic-bottom-arrow.js +0 -10
  479. package/dist/ui/icons/render/basic-bottom-arrow.js.map +0 -1
  480. package/dist/ui/icons/render/basic-left-arrow.js +0 -10
  481. package/dist/ui/icons/render/basic-left-arrow.js.map +0 -1
  482. package/dist/ui/icons/render/basic-right-arrow.js +0 -10
  483. package/dist/ui/icons/render/basic-right-arrow.js.map +0 -1
  484. package/dist/ui/icons/render/block.d.ts +0 -2
  485. package/dist/ui/icons/render/block.js.map +0 -1
  486. package/dist/ui/icons/render/box.d.ts +0 -2
  487. package/dist/ui/icons/render/box.js.map +0 -1
  488. package/dist/ui/icons/render/calculator.js.map +0 -1
  489. package/dist/ui/icons/render/calendar-browse.js.map +0 -1
  490. package/dist/ui/icons/render/calendar-time.js +0 -10
  491. package/dist/ui/icons/render/calendar-time.js.map +0 -1
  492. package/dist/ui/icons/render/calendar.js +0 -10
  493. package/dist/ui/icons/render/calendar.js.map +0 -1
  494. package/dist/ui/icons/render/cam.d.ts +0 -2
  495. package/dist/ui/icons/render/cam.js +0 -10
  496. package/dist/ui/icons/render/cam.js.map +0 -1
  497. package/dist/ui/icons/render/chalet.js.map +0 -1
  498. package/dist/ui/icons/render/chat.d.ts +0 -2
  499. package/dist/ui/icons/render/chat.js.map +0 -1
  500. package/dist/ui/icons/render/clip.d.ts +0 -2
  501. package/dist/ui/icons/render/clip.js.map +0 -1
  502. package/dist/ui/icons/render/computer.js.map +0 -1
  503. package/dist/ui/icons/render/danger.js.map +0 -1
  504. package/dist/ui/icons/render/death.d.ts +0 -2
  505. package/dist/ui/icons/render/death.js +0 -10
  506. package/dist/ui/icons/render/death.js.map +0 -1
  507. package/dist/ui/icons/render/delete.d.ts +0 -2
  508. package/dist/ui/icons/render/delete.js.map +0 -1
  509. package/dist/ui/icons/render/diabets.js +0 -10
  510. package/dist/ui/icons/render/diabets.js.map +0 -1
  511. package/dist/ui/icons/render/door.d.ts +0 -2
  512. package/dist/ui/icons/render/door.js.map +0 -1
  513. package/dist/ui/icons/render/drop-file.d.ts +0 -2
  514. package/dist/ui/icons/render/drop-file.js.map +0 -1
  515. package/dist/ui/icons/render/edit-image.js +0 -10
  516. package/dist/ui/icons/render/edit-image.js.map +0 -1
  517. package/dist/ui/icons/render/empty-chat.js +0 -10
  518. package/dist/ui/icons/render/empty-chat.js.map +0 -1
  519. package/dist/ui/icons/render/equalizer.d.ts +0 -3
  520. package/dist/ui/icons/render/equalizer.js +0 -15
  521. package/dist/ui/icons/render/equalizer.js.map +0 -1
  522. package/dist/ui/icons/render/excel.d.ts +0 -1
  523. package/dist/ui/icons/render/excel.js +0 -9
  524. package/dist/ui/icons/render/excel.js.map +0 -1
  525. package/dist/ui/icons/render/exclamation.d.ts +0 -2
  526. package/dist/ui/icons/render/exclamation.js.map +0 -1
  527. package/dist/ui/icons/render/eye-off.d.ts +0 -2
  528. package/dist/ui/icons/render/eye-off.js +0 -10
  529. package/dist/ui/icons/render/eye-off.js.map +0 -1
  530. package/dist/ui/icons/render/fullfield-bell.js.map +0 -1
  531. package/dist/ui/icons/render/fullfield-chat.js.map +0 -1
  532. package/dist/ui/icons/render/gender.d.ts +0 -2
  533. package/dist/ui/icons/render/gender.js.map +0 -1
  534. package/dist/ui/icons/render/heart.d.ts +0 -2
  535. package/dist/ui/icons/render/heart.js.map +0 -1
  536. package/dist/ui/icons/render/hospitalization.d.ts +0 -2
  537. package/dist/ui/icons/render/hospitalization.js.map +0 -1
  538. package/dist/ui/icons/render/hut.d.ts +0 -2
  539. package/dist/ui/icons/render/hut.js +0 -10
  540. package/dist/ui/icons/render/hut.js.map +0 -1
  541. package/dist/ui/icons/render/hypertension.js.map +0 -1
  542. package/dist/ui/icons/render/info.d.ts +0 -2
  543. package/dist/ui/icons/render/info.js.map +0 -1
  544. package/dist/ui/icons/render/interrogation-circle.js.map +0 -1
  545. package/dist/ui/icons/render/keyboard-left-arrow.js +0 -10
  546. package/dist/ui/icons/render/keyboard-left-arrow.js.map +0 -1
  547. package/dist/ui/icons/render/keyboard-right-arrow.js +0 -10
  548. package/dist/ui/icons/render/keyboard-right-arrow.js.map +0 -1
  549. package/dist/ui/icons/render/language.d.ts +0 -2
  550. package/dist/ui/icons/render/language.js +0 -10
  551. package/dist/ui/icons/render/language.js.map +0 -1
  552. package/dist/ui/icons/render/like.d.ts +0 -2
  553. package/dist/ui/icons/render/like.js.map +0 -1
  554. package/dist/ui/icons/render/loading.js.map +0 -1
  555. package/dist/ui/icons/render/map-floor.d.ts +0 -2
  556. package/dist/ui/icons/render/map-floor.js +0 -10
  557. package/dist/ui/icons/render/map-floor.js.map +0 -1
  558. package/dist/ui/icons/render/message-balloon.js.map +0 -1
  559. package/dist/ui/icons/render/mobile.d.ts +0 -2
  560. package/dist/ui/icons/render/mobile.js +0 -10
  561. package/dist/ui/icons/render/mobile.js.map +0 -1
  562. package/dist/ui/icons/render/money-value-symbol.d.ts +0 -2
  563. package/dist/ui/icons/render/money-value-symbol.js.map +0 -1
  564. package/dist/ui/icons/render/next.d.ts +0 -2
  565. package/dist/ui/icons/render/next.js +0 -10
  566. package/dist/ui/icons/render/next.js.map +0 -1
  567. package/dist/ui/icons/render/not-found.d.ts +0 -2
  568. package/dist/ui/icons/render/not-found.js +0 -10
  569. package/dist/ui/icons/render/not-found.js.map +0 -1
  570. package/dist/ui/icons/render/not-like.d.ts +0 -2
  571. package/dist/ui/icons/render/not-like.js.map +0 -1
  572. package/dist/ui/icons/render/padlock.d.ts +0 -2
  573. package/dist/ui/icons/render/padlock.js.map +0 -1
  574. package/dist/ui/icons/render/pdf.d.ts +0 -2
  575. package/dist/ui/icons/render/pdf.js +0 -10
  576. package/dist/ui/icons/render/pdf.js.map +0 -1
  577. package/dist/ui/icons/render/person.d.ts +0 -3
  578. package/dist/ui/icons/render/person.js.map +0 -1
  579. package/dist/ui/icons/render/pet.d.ts +0 -2
  580. package/dist/ui/icons/render/pet.js +0 -10
  581. package/dist/ui/icons/render/pet.js.map +0 -1
  582. package/dist/ui/icons/render/phone-message.d.ts +0 -2
  583. package/dist/ui/icons/render/phone-message.js +0 -10
  584. package/dist/ui/icons/render/phone-message.js.map +0 -1
  585. package/dist/ui/icons/render/play-rounded.d.ts +0 -2
  586. package/dist/ui/icons/render/play-rounded.js.map +0 -1
  587. package/dist/ui/icons/render/plus-sharp.d.ts +0 -2
  588. package/dist/ui/icons/render/plus-sharp.js.map +0 -1
  589. package/dist/ui/icons/render/prev.d.ts +0 -2
  590. package/dist/ui/icons/render/prev.js.map +0 -1
  591. package/dist/ui/icons/render/print.js.map +0 -1
  592. package/dist/ui/icons/render/send-icon.d.ts +0 -2
  593. package/dist/ui/icons/render/send-icon.js +0 -10
  594. package/dist/ui/icons/render/send-icon.js.map +0 -1
  595. package/dist/ui/icons/render/send-message.js.map +0 -1
  596. package/dist/ui/icons/render/seo.d.ts +0 -2
  597. package/dist/ui/icons/render/seo.js +0 -10
  598. package/dist/ui/icons/render/seo.js.map +0 -1
  599. package/dist/ui/icons/render/share-v2.d.ts +0 -2
  600. package/dist/ui/icons/render/share-v2.js.map +0 -1
  601. package/dist/ui/icons/render/shopping.d.ts +0 -3
  602. package/dist/ui/icons/render/shopping.js.map +0 -1
  603. package/dist/ui/icons/render/star.d.ts +0 -2
  604. package/dist/ui/icons/render/star.js.map +0 -1
  605. package/dist/ui/icons/render/starBg.d.ts +0 -2
  606. package/dist/ui/icons/render/starBg.js.map +0 -1
  607. package/dist/ui/icons/render/three-dots.d.ts +0 -2
  608. package/dist/ui/icons/render/three-dots.js +0 -10
  609. package/dist/ui/icons/render/three-dots.js.map +0 -1
  610. package/dist/ui/icons/render/transparent-mail.js.map +0 -1
  611. package/dist/ui/icons/render/transparent-phone.d.ts +0 -2
  612. package/dist/ui/icons/render/transparent-phone.js +0 -10
  613. package/dist/ui/icons/render/transparent-phone.js.map +0 -1
  614. package/dist/ui/icons/render/upload.d.ts +0 -2
  615. package/dist/ui/icons/render/upload.js.map +0 -1
  616. package/dist/ui/icons/render/user.d.ts +0 -3
  617. package/dist/ui/icons/render/user.js.map +0 -1
  618. package/dist/ui/icons/render/weight.d.ts +0 -2
  619. package/dist/ui/icons/render/weight.js +0 -10
  620. package/dist/ui/icons/render/weight.js.map +0 -1
  621. package/dist/ui/icons/render/whats.d.ts +0 -3
  622. package/dist/ui/icons/render/whats.js +0 -15
  623. package/dist/ui/icons/render/whats.js.map +0 -1
  624. package/dist/ui/icons/render/word.js.map +0 -1
  625. /package/dist/ui/icons/render/{Exit.d.ts → icon-exit.d.ts} +0 -0
  626. /package/dist/ui/icons/render/{Gear.d.ts → icon-gear.d.ts} +0 -0
  627. /package/dist/ui/icons/render/{message-balloon.d.ts → icon-message-balloon.d.ts} +0 -0
  628. /package/dist/ui/icons/render/{print.d.ts → icon-print.d.ts} +0 -0
  629. /package/dist/ui/icons/render/{word.d.ts → icon-word.d.ts} +0 -0
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.IconEye = void 0;
4
4
  var jsx_runtime_1 = require("react/jsx-runtime");
5
5
  function IconEye(_a) {
6
- var fill = _a.fill;
7
- return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '20', height: '16', viewBox: '0 0 20 16', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { d: 'M10.0003 0.5C14.4937 0.5 18.232 3.73313 19.0158 8C18.232 12.2668 14.4937 15.5 10.0003 15.5C5.50678 15.5 1.76847 12.2668 0.984711 8C1.76847 3.73313 5.50678 0.5 10.0003 0.5ZM10.0003 13.8333C13.5299 13.8333 16.5503 11.3767 17.3148 8C16.5503 4.62336 13.5299 2.16667 10.0003 2.16667C6.47051 2.16667 3.45019 4.62336 2.68566 8C3.45019 11.3767 6.47051 13.8333 10.0003 13.8333ZM10.0003 11.75C7.92916 11.75 6.25023 10.0711 6.25023 8C6.25023 5.92893 7.92916 4.25 10.0003 4.25C12.0713 4.25 13.7503 5.92893 13.7503 8C13.7503 10.0711 12.0713 11.75 10.0003 11.75ZM10.0003 10.0833C11.1508 10.0833 12.0836 9.15058 12.0836 8C12.0836 6.84942 11.1508 5.91667 10.0003 5.91667C8.84968 5.91667 7.91689 6.84942 7.91689 8C7.91689 9.15058 8.84968 10.0833 10.0003 10.0833Z', fill: fill }) }));
6
+ var color = _a.color;
7
+ return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '20', height: '16', viewBox: '0 0 20 16', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { d: 'M10.0003 0.5C14.4937 0.5 18.232 3.73313 19.0158 8C18.232 12.2668 14.4937 15.5 10.0003 15.5C5.50678 15.5 1.76847 12.2668 0.984711 8C1.76847 3.73313 5.50678 0.5 10.0003 0.5ZM10.0003 13.8333C13.5299 13.8333 16.5503 11.3767 17.3148 8C16.5503 4.62336 13.5299 2.16667 10.0003 2.16667C6.47051 2.16667 3.45019 4.62336 2.68566 8C3.45019 11.3767 6.47051 13.8333 10.0003 13.8333ZM10.0003 11.75C7.92916 11.75 6.25023 10.0711 6.25023 8C6.25023 5.92893 7.92916 4.25 10.0003 4.25C12.0713 4.25 13.7503 5.92893 13.7503 8C13.7503 10.0711 12.0713 11.75 10.0003 11.75ZM10.0003 10.0833C11.1508 10.0833 12.0836 9.15058 12.0836 8C12.0836 6.84942 11.1508 5.91667 10.0003 5.91667C8.84968 5.91667 7.91689 6.84942 7.91689 8C7.91689 9.15058 8.84968 10.0833 10.0003 10.0833Z', fill: color }) }));
8
8
  }
9
9
  exports.IconEye = IconEye;
10
- //# sourceMappingURL=Eye.js.map
10
+ //# sourceMappingURL=icon-eye.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon-eye.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-eye.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,OAAO,CAAC,EAAgB;QAAd,KAAK,WAAA;IAC7B,OAAO,CACL,gCAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,YAC5F,iCACE,CAAC,EAAC,2uBAA2uB,EAC7uB,IAAI,EAAE,KAAK,GACX,GACE,CACP,CAAA;AACH,CAAC;AATD,0BASC"}
@@ -0,0 +1,3 @@
1
+ import { IIcon } from '../interfaces.js';
2
+ export declare function IconFacebook({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
3
+ export declare function IconFacebookNoBg({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.IconFacebookNoBg = exports.IconFacebook = void 0;
4
+ var jsx_runtime_1 = require("react/jsx-runtime");
5
+ function IconFacebook(_a) {
6
+ var color = _a.color;
7
+ return ((0, jsx_runtime_1.jsx)("svg", { viewBox: '0 0 20 19.879', children: (0, jsx_runtime_1.jsx)("path", { fill: color, id: 'facebook', d: 'M20.563,10.563A10,10,0,1,0,9,20.442V13.453H6.46V10.563H9v-2.2a3.528,3.528,0,0,1,3.777-3.89,15.39,15.39,0,0,1,2.239.2v2.46H13.754a1.445,1.445,0,0,0-1.629,1.562v1.877H14.9l-.444,2.891h-2.33v6.988A10,10,0,0,0,20.563,10.563Z', transform: 'translate(-0.563 -0.563)' }) }));
8
+ }
9
+ exports.IconFacebook = IconFacebook;
10
+ function IconFacebookNoBg(_a) {
11
+ var color = _a.color;
12
+ return ((0, jsx_runtime_1.jsx)("svg", { viewBox: '0 0 320 512', children: (0, jsx_runtime_1.jsx)("path", { fill: color, d: 'M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z' }) }));
13
+ }
14
+ exports.IconFacebookNoBg = IconFacebookNoBg;
15
+ //# sourceMappingURL=icon-facebook.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon-facebook.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-facebook.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,YAAY,CAAC,EAAgB;QAAd,KAAK,WAAA;IAClC,OAAO,CACL,gCAAK,OAAO,EAAC,eAAe,YAC1B,iCACE,IAAI,EAAE,KAAK,EACX,EAAE,EAAC,UAAU,EACb,CAAC,EAAC,8NAA8N,EAChO,SAAS,EAAC,0BAA0B,GACpC,GACE,CACP,CAAA;AACH,CAAC;AAXD,oCAWC;AAED,SAAgB,gBAAgB,CAAC,EAAgB;QAAd,KAAK,WAAA;IACtC,OAAO,CACL,gCAAK,OAAO,EAAC,aAAa,YACxB,iCACE,IAAI,EAAE,KAAK,EACX,CAAC,EAAC,8KAA8K,GAChL,GACE,CACP,CAAA;AACH,CAAC;AATD,4CASC"}
@@ -0,0 +1,2 @@
1
+ import { IIcon } from '../interfaces.js';
2
+ export declare function IconFile({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.IconFile = void 0;
4
4
  var jsx_runtime_1 = require("react/jsx-runtime");
5
5
  function IconFile(_a) {
6
- var fill = _a.fill;
7
- return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '18', height: '16', viewBox: '0 0 18 16', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { d: 'M0.666687 1.33333C0.666687 0.8731 1.03979 0.5 1.50002 0.5H7.67852L9.34519 2.16667H16.5C16.9603 2.16667 17.3334 2.53977 17.3334 3V14.6667C17.3334 15.1269 16.9603 15.5 16.5 15.5H1.50002C1.04169 15.5 0.666687 15.125 0.666687 14.6667V1.33333ZM7.82152 3L6.98818 2.16667H2.33335V3.83333H6.98818L7.82152 3ZM2.33335 5.5V13.8333H15.6667V3.83333H9.34519L7.67852 5.5H2.33335Z', fill: fill }) }));
6
+ var color = _a.color;
7
+ return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '18', height: '16', viewBox: '0 0 18 16', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { d: 'M0.666687 1.33333C0.666687 0.8731 1.03979 0.5 1.50002 0.5H7.67852L9.34519 2.16667H16.5C16.9603 2.16667 17.3334 2.53977 17.3334 3V14.6667C17.3334 15.1269 16.9603 15.5 16.5 15.5H1.50002C1.04169 15.5 0.666687 15.125 0.666687 14.6667V1.33333ZM7.82152 3L6.98818 2.16667H2.33335V3.83333H6.98818L7.82152 3ZM2.33335 5.5V13.8333H15.6667V3.83333H9.34519L7.67852 5.5H2.33335Z', fill: color }) }));
8
8
  }
9
9
  exports.IconFile = IconFile;
10
- //# sourceMappingURL=File.js.map
10
+ //# sourceMappingURL=icon-file.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon-file.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-file.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,QAAQ,CAAC,EAAgB;QAAd,KAAK,WAAA;IAC9B,OAAO,CACL,gCAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,YAC5F,iCACE,CAAC,EAAC,8WAA8W,EAChX,IAAI,EAAE,KAAK,GACX,GACE,CACP,CAAA;AACH,CAAC;AATD,4BASC"}
@@ -0,0 +1,2 @@
1
+ import { IIcon } from '../interfaces.js';
2
+ export declare function IconFolder({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.IconFolder = void 0;
4
4
  var jsx_runtime_1 = require("react/jsx-runtime");
5
5
  function IconFolder(_a) {
6
- var fill = _a.fill;
7
- return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '16', height: '15', viewBox: '0 0 16 15', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { id: 'Path 2955', d: 'M13.8182 14.5455H2.18182C0.978756 14.5455 0 13.5667 0 12.3636V2.18182C0 0.978756 0.978756 0 2.18182 0H5.81818C6.06135 0 6.28842 0.121527 6.42331 0.323855L7.66195 2.18182H13.8182C15.0212 2.18182 16 3.16057 16 4.36364V12.3636C16 13.5667 15.0212 14.5455 13.8182 14.5455ZM2.18182 1.45455C1.7808 1.45455 1.45455 1.7808 1.45455 2.18182V12.3636C1.45455 12.7647 1.7808 13.0909 2.18182 13.0909H13.8182C14.2192 13.0909 14.5455 12.7647 14.5455 12.3636V4.36364C14.5455 3.96262 14.2192 3.63636 13.8182 3.63636H7.27273C7.02956 3.63636 6.80249 3.51484 6.6676 3.31251L5.42896 1.45455H2.18182Z', fill: fill }) }));
6
+ var color = _a.color;
7
+ return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '16', height: '15', viewBox: '0 0 16 15', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { id: 'Path 2955', d: 'M13.8182 14.5455H2.18182C0.978756 14.5455 0 13.5667 0 12.3636V2.18182C0 0.978756 0.978756 0 2.18182 0H5.81818C6.06135 0 6.28842 0.121527 6.42331 0.323855L7.66195 2.18182H13.8182C15.0212 2.18182 16 3.16057 16 4.36364V12.3636C16 13.5667 15.0212 14.5455 13.8182 14.5455ZM2.18182 1.45455C1.7808 1.45455 1.45455 1.7808 1.45455 2.18182V12.3636C1.45455 12.7647 1.7808 13.0909 2.18182 13.0909H13.8182C14.2192 13.0909 14.5455 12.7647 14.5455 12.3636V4.36364C14.5455 3.96262 14.2192 3.63636 13.8182 3.63636H7.27273C7.02956 3.63636 6.80249 3.51484 6.6676 3.31251L5.42896 1.45455H2.18182Z', fill: color }) }));
8
8
  }
9
9
  exports.IconFolder = IconFolder;
10
- //# sourceMappingURL=Folder.js.map
10
+ //# sourceMappingURL=icon-folder.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon-folder.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-folder.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,UAAU,CAAC,EAAgB;QAAd,KAAK,WAAA;IAChC,OAAO,CACL,gCAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,YAC5F,iCACE,EAAE,EAAC,WAAW,EACd,CAAC,EAAC,kkBAAkkB,EACpkB,IAAI,EAAE,KAAK,GACX,GACE,CACP,CAAA;AACH,CAAC;AAVD,gCAUC"}
@@ -1,2 +1,2 @@
1
1
  import { IIcon } from '../interfaces.js';
2
- export declare function IconCalendarBrowse({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
2
+ export declare function IconFullFieldBell({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.IconFullFieldBell = void 0;
4
4
  var jsx_runtime_1 = require("react/jsx-runtime");
5
5
  function IconFullFieldBell(_a) {
6
- var fill = _a.fill;
7
- return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '18', height: '19', viewBox: '0 0 18 19', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { d: 'M17.3334 15.6665H0.666687V13.9998H1.50002V8.19267C1.50002 4.03607 4.85789 0.666504 9.00002 0.666504C13.1422 0.666504 16.5 4.03607 16.5 8.19267V13.9998H17.3334V15.6665ZM6.91669 16.4998H11.0834C11.0834 17.6504 10.1506 18.5832 9.00002 18.5832C7.84944 18.5832 6.91669 17.6504 6.91669 16.4998Z', fill: fill }) }));
6
+ var color = _a.color;
7
+ return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '18', height: '19', viewBox: '0 0 18 19', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { d: 'M17.3334 15.6665H0.666687V13.9998H1.50002V8.19267C1.50002 4.03607 4.85789 0.666504 9.00002 0.666504C13.1422 0.666504 16.5 4.03607 16.5 8.19267V13.9998H17.3334V15.6665ZM6.91669 16.4998H11.0834C11.0834 17.6504 10.1506 18.5832 9.00002 18.5832C7.84944 18.5832 6.91669 17.6504 6.91669 16.4998Z', fill: color }) }));
8
8
  }
9
9
  exports.IconFullFieldBell = IconFullFieldBell;
10
- //# sourceMappingURL=fullfield-bell.js.map
10
+ //# sourceMappingURL=icon-fullfield-bell.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon-fullfield-bell.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-fullfield-bell.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,iBAAiB,CAAC,EAAgB;QAAd,KAAK,WAAA;IACvC,OAAO,CACL,gCAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,YAC5F,iCACE,CAAC,EAAC,kSAAkS,EACpS,IAAI,EAAE,KAAK,GACX,GACE,CACP,CAAA;AACH,CAAC;AATD,8CASC"}
@@ -0,0 +1,2 @@
1
+ import { IIcon } from '../interfaces.js';
2
+ export declare function IconFullFieldChat({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.IconFullFieldChat = void 0;
4
4
  var jsx_runtime_1 = require("react/jsx-runtime");
5
5
  function IconFullFieldChat(_a) {
6
- var fill = _a.fill;
7
- return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '18', height: '17', viewBox: '0 0 18 17', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { d: 'M4.37881 13.8333L0.666687 16.75V1.33333C0.666687 0.8731 1.03979 0.5 1.50002 0.5H16.5C16.9603 0.5 17.3334 0.8731 17.3334 1.33333V13C17.3334 13.4602 16.9603 13.8333 16.5 13.8333H4.37881ZM4.83335 6.33333V8H6.50002V6.33333H4.83335ZM8.16669 6.33333V8H9.83335V6.33333H8.16669ZM11.5 6.33333V8H13.1667V6.33333H11.5Z', fill: fill }) }));
6
+ var color = _a.color;
7
+ return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '18', height: '17', viewBox: '0 0 18 17', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { d: 'M4.37881 13.8333L0.666687 16.75V1.33333C0.666687 0.8731 1.03979 0.5 1.50002 0.5H16.5C16.9603 0.5 17.3334 0.8731 17.3334 1.33333V13C17.3334 13.4602 16.9603 13.8333 16.5 13.8333H4.37881ZM4.83335 6.33333V8H6.50002V6.33333H4.83335ZM8.16669 6.33333V8H9.83335V6.33333H8.16669ZM11.5 6.33333V8H13.1667V6.33333H11.5Z', fill: color }) }));
8
8
  }
9
9
  exports.IconFullFieldChat = IconFullFieldChat;
10
- //# sourceMappingURL=fullfield-chat.js.map
10
+ //# sourceMappingURL=icon-fullfield-chat.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon-fullfield-chat.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-fullfield-chat.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,iBAAiB,CAAC,EAAgB;QAAd,KAAK,WAAA;IACvC,OAAO,CACL,gCAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,YAC5F,iCACE,CAAC,EAAC,qTAAqT,EACvT,IAAI,EAAE,KAAK,GACX,GACE,CACP,CAAA;AACH,CAAC;AATD,8CASC"}
@@ -6,4 +6,4 @@ function IconGear() {
6
6
  return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', viewBox: '0 0 512 512', children: (0, jsx_runtime_1.jsx)("path", { d: 'M495.9 166.6c3.2 8.7 .5 18.4-6.4 24.6l-43.3 39.4c1.1 8.3 1.7 16.8 1.7 25.4s-.6 17.1-1.7 25.4l43.3 39.4c6.9 6.2 9.6 15.9 6.4 24.6c-4.4 11.9-9.7 23.3-15.8 34.3l-4.7 8.1c-6.6 11-14 21.4-22.1 31.2c-5.9 7.2-15.7 9.6-24.5 6.8l-55.7-17.7c-13.4 10.3-28.2 18.9-44 25.4l-12.5 57.1c-2 9.1-9 16.3-18.2 17.8c-13.8 2.3-28 3.5-42.5 3.5s-28.7-1.2-42.5-3.5c-9.2-1.5-16.2-8.7-18.2-17.8l-12.5-57.1c-15.8-6.5-30.6-15.1-44-25.4L83.1 425.9c-8.8 2.8-18.6 .3-24.5-6.8c-8.1-9.8-15.5-20.2-22.1-31.2l-4.7-8.1c-6.1-11-11.4-22.4-15.8-34.3c-3.2-8.7-.5-18.4 6.4-24.6l43.3-39.4C64.6 273.1 64 264.6 64 256s.6-17.1 1.7-25.4L22.4 191.2c-6.9-6.2-9.6-15.9-6.4-24.6c4.4-11.9 9.7-23.3 15.8-34.3l4.7-8.1c6.6-11 14-21.4 22.1-31.2c5.9-7.2 15.7-9.6 24.5-6.8l55.7 17.7c13.4-10.3 28.2-18.9 44-25.4l12.5-57.1c2-9.1 9-16.3 18.2-17.8C227.3 1.2 241.5 0 256 0s28.7 1.2 42.5 3.5c9.2 1.5 16.2 8.7 18.2 17.8l12.5 57.1c15.8 6.5 30.6 15.1 44 25.4l55.7-17.7c8.8-2.8 18.6-.3 24.5 6.8c8.1 9.8 15.5 20.2 22.1 31.2l4.7 8.1c6.1 11 11.4 22.4 15.8 34.3zM256 336a80 80 0 1 0 0-160 80 80 0 1 0 0 160z' }) }));
7
7
  }
8
8
  exports.IconGear = IconGear;
9
- //# sourceMappingURL=Gear.js.map
9
+ //# sourceMappingURL=icon-gear.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon-gear.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-gear.tsx"],"names":[],"mappings":";;;;AAAA,SAAgB,QAAQ;IACtB,OAAO,CACL,gCAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,aAAa,YAC3D,iCAAM,CAAC,EAAC,6gCAA6gC,GAAG,GACphC,CACP,CAAA;AACH,CAAC;AAND,4BAMC"}
@@ -0,0 +1,2 @@
1
+ import { IIcon } from '../interfaces.js';
2
+ export declare function IconGender({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.IconGender = void 0;
4
4
  var jsx_runtime_1 = require("react/jsx-runtime");
5
5
  function IconGender(_a) {
6
- var fill = _a.fill;
7
- return ((0, jsx_runtime_1.jsxs)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '24', height: '24', viewBox: '0 0 24 24', fill: 'none', children: [(0, jsx_runtime_1.jsxs)("g", { clipPath: 'url(#clip0_2001_194)', children: [(0, jsx_runtime_1.jsx)("path", { d: 'M12.7031 6.375C12.7031 2.8598 9.86433 0 6.375 0C2.8762 0 0 2.87714 0 6.375C0 9.62845 2.48634 12.3159 5.67188 12.6645V16.9219H3.5625C3.17419 16.9219 2.85938 17.2367 2.85938 17.625C2.85938 18.0133 3.17419 18.3281 3.5625 18.3281H5.67188V20.4375C5.67188 20.8258 5.98669 21.1406 6.375 21.1406C6.76331 21.1406 7.07812 20.8258 7.07812 20.4375V18.3281H9.1875C9.57581 18.3281 9.89062 18.0133 9.89062 17.625C9.89062 17.2367 9.57581 16.9219 9.1875 16.9219H7.07812V12.6638C10.2378 12.3129 12.7031 9.62667 12.7031 6.375ZM1.40625 6.375C1.40625 3.6352 3.63525 1.40625 6.375 1.40625C9.08892 1.40625 11.2969 3.6352 11.2969 6.375C11.2969 9.08892 9.08892 11.2969 6.375 11.2969C3.63525 11.2969 1.40625 9.08892 1.40625 6.375Z', fill: fill }), (0, jsx_runtime_1.jsx)("path", { d: 'M18.3281 11.3356V5.26001L19.9403 6.87218C20.2149 7.14677 20.6601 7.14682 20.9347 6.87218C21.2093 6.59759 21.2093 6.15241 20.9347 5.87782L18.1222 3.06532C17.8477 2.79073 17.4024 2.79073 17.1278 3.06532L14.3153 5.87782C14.0408 6.15241 14.0408 6.59759 14.3153 6.87218C14.5899 7.14677 15.0351 7.14677 15.3097 6.87218L16.9219 5.26001V11.3362C13.7622 11.6871 11.2969 14.3734 11.2969 17.625C11.2969 21.1402 14.1357 24 17.625 24C21.1238 24 24 21.1229 24 17.625C24 14.3716 21.5137 11.6841 18.3281 11.3356ZM17.625 22.5938C14.9111 22.5938 12.7031 20.3648 12.7031 17.625C12.7031 14.9111 14.9111 12.7031 17.625 12.7031C20.3647 12.7031 22.5938 14.9111 22.5938 17.625C22.5938 20.3648 20.3647 22.5938 17.625 22.5938Z', fill: fill })] }), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsx)("clipPath", { id: 'clip0_2001_194', children: (0, jsx_runtime_1.jsx)("rect", { width: '24', height: '24', fill: 'white' }) }) })] }));
6
+ var color = _a.color;
7
+ return ((0, jsx_runtime_1.jsxs)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '24', height: '24', viewBox: '0 0 24 24', fill: 'none', children: [(0, jsx_runtime_1.jsxs)("g", { clipPath: 'url(#clip0_2001_194)', children: [(0, jsx_runtime_1.jsx)("path", { d: 'M12.7031 6.375C12.7031 2.8598 9.86433 0 6.375 0C2.8762 0 0 2.87714 0 6.375C0 9.62845 2.48634 12.3159 5.67188 12.6645V16.9219H3.5625C3.17419 16.9219 2.85938 17.2367 2.85938 17.625C2.85938 18.0133 3.17419 18.3281 3.5625 18.3281H5.67188V20.4375C5.67188 20.8258 5.98669 21.1406 6.375 21.1406C6.76331 21.1406 7.07812 20.8258 7.07812 20.4375V18.3281H9.1875C9.57581 18.3281 9.89062 18.0133 9.89062 17.625C9.89062 17.2367 9.57581 16.9219 9.1875 16.9219H7.07812V12.6638C10.2378 12.3129 12.7031 9.62667 12.7031 6.375ZM1.40625 6.375C1.40625 3.6352 3.63525 1.40625 6.375 1.40625C9.08892 1.40625 11.2969 3.6352 11.2969 6.375C11.2969 9.08892 9.08892 11.2969 6.375 11.2969C3.63525 11.2969 1.40625 9.08892 1.40625 6.375Z', fill: color }), (0, jsx_runtime_1.jsx)("path", { d: 'M18.3281 11.3356V5.26001L19.9403 6.87218C20.2149 7.14677 20.6601 7.14682 20.9347 6.87218C21.2093 6.59759 21.2093 6.15241 20.9347 5.87782L18.1222 3.06532C17.8477 2.79073 17.4024 2.79073 17.1278 3.06532L14.3153 5.87782C14.0408 6.15241 14.0408 6.59759 14.3153 6.87218C14.5899 7.14677 15.0351 7.14677 15.3097 6.87218L16.9219 5.26001V11.3362C13.7622 11.6871 11.2969 14.3734 11.2969 17.625C11.2969 21.1402 14.1357 24 17.625 24C21.1238 24 24 21.1229 24 17.625C24 14.3716 21.5137 11.6841 18.3281 11.3356ZM17.625 22.5938C14.9111 22.5938 12.7031 20.3648 12.7031 17.625C12.7031 14.9111 14.9111 12.7031 17.625 12.7031C20.3647 12.7031 22.5938 14.9111 22.5938 17.625C22.5938 20.3648 20.3647 22.5938 17.625 22.5938Z', fill: color })] }), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsx)("clipPath", { id: 'clip0_2001_194', children: (0, jsx_runtime_1.jsx)("rect", { width: '24', height: '24', fill: 'white' }) }) })] }));
8
8
  }
9
9
  exports.IconGender = IconGender;
10
- //# sourceMappingURL=gender.js.map
10
+ //# sourceMappingURL=icon-gender.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon-gender.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-gender.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,UAAU,CAAC,EAAgB;QAAd,KAAK,WAAA;IAChC,OAAO,CACL,iCAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,aAC5F,+BAAG,QAAQ,EAAC,sBAAsB,aAChC,iCACE,CAAC,EAAC,ksBAAksB,EACpsB,IAAI,EAAE,KAAK,GACX,EACF,iCACE,CAAC,EAAC,8rBAA8rB,EAChsB,IAAI,EAAE,KAAK,GACX,IACA,EACJ,2CACE,qCAAU,EAAE,EAAC,gBAAgB,YAC3B,iCAAM,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,IAAI,EAAC,OAAO,GAAG,GACnC,GACN,IACH,CACP,CAAA;AACH,CAAC;AApBD,gCAoBC"}
@@ -0,0 +1,2 @@
1
+ import { IIcon } from '../interfaces.js';
2
+ export declare function IconGlobe({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.IconGlobe = void 0;
4
4
  var jsx_runtime_1 = require("react/jsx-runtime");
5
5
  function IconGlobe(_a) {
6
- var fill = _a.fill;
7
- return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '40', height: '40', viewBox: '0 0 40 40', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { d: 'M20 30C17.3271 30 14.8174 28.9581 12.9277 27.0701C11.0391 25.182 10 22.6706 10 20C10 17.3294 11.0391 14.818 12.9277 12.9277C14.8174 11.0396 17.3271 10 20 10C22.6699 10 25.1826 11.0396 27.0703 12.9277C28.958 14.818 30 17.3294 30 20C30 22.6706 28.958 25.182 27.0703 27.0701C25.1826 28.9581 22.6699 30 20 30ZM17.9307 27.9154C16.543 25.8298 15.7031 23.4198 15.5 20.9076H11.8672C12.2441 24.299 14.7012 27.0713 17.9307 27.9154ZM22.0674 27.9154C25.2969 27.0713 27.7539 24.299 28.1299 20.9076H24.5C24.2959 23.4198 23.4551 25.8298 22.0674 27.9154ZM20 27.6797C21.5176 25.7232 22.4463 23.3747 22.6748 20.9076H17.3242C17.5518 23.3747 18.4814 25.7232 20 27.6797ZM28.1299 19.0901C27.7529 15.6996 25.2969 12.9268 22.0674 12.0825C23.4551 14.168 24.2959 16.5782 24.5 19.0901H28.1299ZM22.6748 19.0901C22.4463 16.6236 21.5176 14.2739 20 12.318C18.4824 14.2739 17.5527 16.6236 17.3242 19.0901H22.6748ZM15.5 19.0901C15.7031 16.5782 16.543 14.168 17.9307 12.0825C14.7012 12.9268 12.2451 15.6996 11.8672 19.0901H15.5Z', fill: fill }) }));
6
+ var color = _a.color;
7
+ return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '40', height: '40', viewBox: '0 0 40 40', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { d: 'M20 30C17.3271 30 14.8174 28.9581 12.9277 27.0701C11.0391 25.182 10 22.6706 10 20C10 17.3294 11.0391 14.818 12.9277 12.9277C14.8174 11.0396 17.3271 10 20 10C22.6699 10 25.1826 11.0396 27.0703 12.9277C28.958 14.818 30 17.3294 30 20C30 22.6706 28.958 25.182 27.0703 27.0701C25.1826 28.9581 22.6699 30 20 30ZM17.9307 27.9154C16.543 25.8298 15.7031 23.4198 15.5 20.9076H11.8672C12.2441 24.299 14.7012 27.0713 17.9307 27.9154ZM22.0674 27.9154C25.2969 27.0713 27.7539 24.299 28.1299 20.9076H24.5C24.2959 23.4198 23.4551 25.8298 22.0674 27.9154ZM20 27.6797C21.5176 25.7232 22.4463 23.3747 22.6748 20.9076H17.3242C17.5518 23.3747 18.4814 25.7232 20 27.6797ZM28.1299 19.0901C27.7529 15.6996 25.2969 12.9268 22.0674 12.0825C23.4551 14.168 24.2959 16.5782 24.5 19.0901H28.1299ZM22.6748 19.0901C22.4463 16.6236 21.5176 14.2739 20 12.318C18.4824 14.2739 17.5527 16.6236 17.3242 19.0901H22.6748ZM15.5 19.0901C15.7031 16.5782 16.543 14.168 17.9307 12.0825C14.7012 12.9268 12.2451 15.6996 11.8672 19.0901H15.5Z', fill: color }) }));
8
8
  }
9
9
  exports.IconGlobe = IconGlobe;
10
- //# sourceMappingURL=Globe.js.map
10
+ //# sourceMappingURL=icon-globe.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon-globe.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-globe.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,SAAS,CAAC,EAAgB;QAAd,KAAK,WAAA;IAC/B,OAAO,CACL,gCAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,YAC5F,iCACE,CAAC,EAAC,o+BAAo+B,EACt+B,IAAI,EAAE,KAAK,GACX,GACE,CACP,CAAA;AACH,CAAC;AATD,8BASC"}
@@ -0,0 +1,2 @@
1
+ import { IIcon } from '../interfaces.js';
2
+ export declare function IconHeart({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.IconHeart = void 0;
4
4
  var jsx_runtime_1 = require("react/jsx-runtime");
5
5
  function IconHeart(_a) {
6
- var fill = _a.fill;
7
- return ((0, jsx_runtime_1.jsxs)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '20', height: '21', viewBox: '0 0 20 21', fill: 'none', children: [(0, jsx_runtime_1.jsx)("g", { clipPath: 'url(#clip0_263_1634)', children: (0, jsx_runtime_1.jsx)("path", { d: 'M10 19.5896C9.89883 19.5896 9.7977 19.5634 9.70707 19.5111C9.60864 19.4543 7.26993 18.0964 4.89767 16.0504C3.49166 14.8378 2.36931 13.6351 1.56189 12.4757C0.517053 10.9755 -0.0083756 9.53242 0.000100941 8.1866C0.0100228 6.62059 0.57092 5.14786 1.57959 4.03965C2.60529 2.91278 3.97412 2.29224 5.434 2.29224C7.30497 2.29224 9.01555 3.34028 10 5.00051C10.9845 3.34032 12.6951 2.29224 14.5661 2.29224C15.9453 2.29224 17.2612 2.85216 18.2715 3.86887C19.3803 4.98461 20.0102 6.56109 19.9999 8.19402C19.9914 9.53749 19.4561 10.9784 18.409 12.4765C17.599 13.6353 16.4783 14.8375 15.0778 16.0497C12.7142 18.0956 10.3923 19.4534 10.2946 19.5102C10.2035 19.5631 10.1017 19.5896 10 19.5896ZM5.43396 3.46411C4.3081 3.46411 3.24705 3.94864 2.44623 4.82848C1.63256 5.72242 1.18002 6.91766 1.17197 8.19402C1.15592 10.7347 3.5981 13.3799 5.6497 15.1515C7.46184 16.7164 9.29989 17.8911 9.99895 18.3195C10.6944 17.8904 12.5195 16.7161 14.3241 15.1522C16.3699 13.3792 18.8119 10.7315 18.828 8.18664C18.8364 6.86355 18.3306 5.5909 17.4403 4.69493C16.6516 3.90126 15.6309 3.46415 14.5661 3.46415C12.7746 3.46415 11.1636 4.72414 10.5576 6.59953C10.4795 6.84141 10.2542 7.00527 10.0001 7.00527C9.74586 7.00527 9.52067 6.84137 9.44254 6.59949C8.83641 4.72415 7.22552 3.46411 5.43396 3.46411Z', fill: fill }) }), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsx)("clipPath", { id: 'clip0_263_1634', children: (0, jsx_runtime_1.jsx)("rect", { width: '20', height: '20', fill: fill, transform: 'translate(0 0.940918)' }) }) })] }));
6
+ var color = _a.color;
7
+ return ((0, jsx_runtime_1.jsxs)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '20', height: '21', viewBox: '0 0 20 21', fill: 'none', children: [(0, jsx_runtime_1.jsx)("g", { clipPath: 'url(#clip0_263_1634)', children: (0, jsx_runtime_1.jsx)("path", { d: 'M10 19.5896C9.89883 19.5896 9.7977 19.5634 9.70707 19.5111C9.60864 19.4543 7.26993 18.0964 4.89767 16.0504C3.49166 14.8378 2.36931 13.6351 1.56189 12.4757C0.517053 10.9755 -0.0083756 9.53242 0.000100941 8.1866C0.0100228 6.62059 0.57092 5.14786 1.57959 4.03965C2.60529 2.91278 3.97412 2.29224 5.434 2.29224C7.30497 2.29224 9.01555 3.34028 10 5.00051C10.9845 3.34032 12.6951 2.29224 14.5661 2.29224C15.9453 2.29224 17.2612 2.85216 18.2715 3.86887C19.3803 4.98461 20.0102 6.56109 19.9999 8.19402C19.9914 9.53749 19.4561 10.9784 18.409 12.4765C17.599 13.6353 16.4783 14.8375 15.0778 16.0497C12.7142 18.0956 10.3923 19.4534 10.2946 19.5102C10.2035 19.5631 10.1017 19.5896 10 19.5896ZM5.43396 3.46411C4.3081 3.46411 3.24705 3.94864 2.44623 4.82848C1.63256 5.72242 1.18002 6.91766 1.17197 8.19402C1.15592 10.7347 3.5981 13.3799 5.6497 15.1515C7.46184 16.7164 9.29989 17.8911 9.99895 18.3195C10.6944 17.8904 12.5195 16.7161 14.3241 15.1522C16.3699 13.3792 18.8119 10.7315 18.828 8.18664C18.8364 6.86355 18.3306 5.5909 17.4403 4.69493C16.6516 3.90126 15.6309 3.46415 14.5661 3.46415C12.7746 3.46415 11.1636 4.72414 10.5576 6.59953C10.4795 6.84141 10.2542 7.00527 10.0001 7.00527C9.74586 7.00527 9.52067 6.84137 9.44254 6.59949C8.83641 4.72415 7.22552 3.46411 5.43396 3.46411Z', fill: color }) }), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsx)("clipPath", { id: 'clip0_263_1634', children: (0, jsx_runtime_1.jsx)("rect", { width: '20', height: '20', fill: color, transform: 'translate(0 0.940918)' }) }) })] }));
8
8
  }
9
9
  exports.IconHeart = IconHeart;
10
- //# sourceMappingURL=heart.js.map
10
+ //# sourceMappingURL=icon-heart.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon-heart.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-heart.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,SAAS,CAAC,EAAgB;QAAd,KAAK,WAAA;IAC/B,OAAO,CACL,iCAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,aAC5F,8BAAG,QAAQ,EAAC,sBAAsB,YAChC,iCACE,CAAC,EAAC,ovCAAovC,EACtvC,IAAI,EAAE,KAAK,GACX,GACA,EACJ,2CACE,qCAAU,EAAE,EAAC,gBAAgB,YAC3B,iCAAM,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,IAAI,EAAE,KAAK,EAAE,SAAS,EAAC,uBAAuB,GAAG,GACrE,GACN,IACH,CACP,CAAA;AACH,CAAC;AAhBD,8BAgBC"}
@@ -0,0 +1,2 @@
1
+ import { IIcon } from '../interfaces.js';
2
+ export declare function IconHome({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.IconHome = void 0;
4
+ var jsx_runtime_1 = require("react/jsx-runtime");
5
+ function IconHome(_a) {
6
+ var color = _a.color;
7
+ return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', viewBox: '0 0 15 16', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { id: 'Union 12', d: 'M9.45361 16.0007H5.09082H2.18115C0.978516 16.0007 0 15.0221 0 13.8193V5.81849C0 5.59436 0.104004 5.38223 0.279785 5.24415L6.82617 0.15507C6.95801 0.053008 7.11621 0.000976562 7.27246 0.000976562C7.43018 0.000976562 7.58838 0.053008 7.71826 0.15507L14.2646 5.24415C14.4424 5.38223 14.5444 5.59436 14.5444 5.81849V13.8193C14.5444 15.0221 13.5659 16.0007 12.3633 16.0007H9.45361ZM12.3633 14.5458C12.7656 14.5458 13.0918 14.2196 13.0918 13.8193V6.17471L7.27246 1.64997L1.45459 6.17471V13.8193C1.45459 14.2196 1.78076 14.5458 2.18115 14.5458H4.3623V8.00181C4.3623 7.59957 4.68848 7.27337 5.09082 7.27337H9.45361C9.85596 7.27337 10.1821 7.59957 10.1821 8.00181V14.5458H12.3633ZM8.72705 14.5458V8.72825H5.81738V14.5458H8.72705Z', fill: color }) }));
8
+ }
9
+ exports.IconHome = IconHome;
10
+ //# sourceMappingURL=icon-home.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon-home.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-home.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,QAAQ,CAAC,EAAgB;QAAd,KAAK,WAAA;IAC9B,OAAO,CACL,gCAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,YACrE,iCACE,EAAE,EAAC,UAAU,EACb,CAAC,EAAC,ktBAAktB,EACptB,IAAI,EAAE,KAAK,GACX,GACE,CACP,CAAA;AACH,CAAC;AAVD,4BAUC"}
@@ -1,2 +1,2 @@
1
1
  import { IIcon } from '../interfaces.js';
2
- export declare function IconArrowFowardRight({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
2
+ export declare function IconHospitalization({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.IconHospitalization = void 0;
4
4
  var jsx_runtime_1 = require("react/jsx-runtime");
5
5
  function IconHospitalization(_a) {
6
- var fill = _a.fill;
7
- return ((0, jsx_runtime_1.jsxs)("svg", { width: '21', height: '20', viewBox: '0 0 21 20', fill: 'none', children: [(0, jsx_runtime_1.jsxs)("g", { clipPath: 'url(#clip0_5_23527)', children: [(0, jsx_runtime_1.jsx)("path", { d: 'M12.66 16.4844H8.33996C8.01637 16.4844 7.75402 16.222 7.75402 15.8984V12.746H4.60156C4.27797 12.746 4.01562 12.4836 4.01562 12.16V7.83996C4.01562 7.51637 4.27797 7.25402 4.60156 7.25402H7.75402V4.10156C7.75402 3.77797 8.01637 3.51562 8.33996 3.51562H12.66C12.9836 3.51562 13.246 3.77797 13.246 4.10156V7.25402H16.3984C16.722 7.25402 16.9844 7.51637 16.9844 7.83996V12.16C16.9844 12.4836 16.722 12.746 16.3984 12.746H13.246V15.8984C13.246 16.222 12.9836 16.4844 12.66 16.4844ZM8.9259 15.3125H12.0741V12.16C12.0741 11.8364 12.3364 11.5741 12.66 11.5741H15.8125V8.4259H12.66C12.3364 8.4259 12.0741 8.16355 12.0741 7.83996V4.6875H8.9259V7.83996C8.9259 8.16355 8.66355 8.4259 8.33996 8.4259H5.1875V11.5741H8.33996C8.66355 11.5741 8.9259 11.8364 8.9259 12.16V15.3125Z', fill: fill }), (0, jsx_runtime_1.jsx)("path", { d: 'M10.5 20C7.82891 20 5.3177 18.9598 3.42891 17.0711C1.5402 15.1823 0.5 12.6711 0.5 10C0.5 7.32891 1.5402 4.8177 3.42891 2.92895C5.3177 1.0402 7.82891 0 10.5 0C13.1711 0 15.6823 1.0402 17.5711 2.92895C19.4598 4.8177 20.5 7.32891 20.5 10C20.5 12.6711 19.4598 15.1823 17.5711 17.0711C15.6823 18.9598 13.1711 20 10.5 20ZM10.5 1.17188C8.14191 1.17188 5.925 2.09016 4.25758 3.75758C2.59016 5.425 1.67188 7.64191 1.67188 10C1.67188 12.3581 2.59016 14.575 4.25758 16.2424C5.92496 17.9098 8.14191 18.8281 10.5 18.8281C12.8581 18.8281 15.075 17.9098 16.7424 16.2424C18.4098 14.575 19.3281 12.3581 19.3281 10C19.3281 7.64191 18.4098 5.425 16.7424 3.75758C15.075 2.09016 12.8581 1.17188 10.5 1.17188Z', fill: fill })] }), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsx)("clipPath", { id: 'clip0_5_23527', children: (0, jsx_runtime_1.jsx)("rect", { width: '20', height: '20', fill: fill, transform: 'translate(0.5)' }) }) })] }));
6
+ var color = _a.color;
7
+ return ((0, jsx_runtime_1.jsxs)("svg", { width: '21', height: '20', viewBox: '0 0 21 20', fill: 'none', children: [(0, jsx_runtime_1.jsxs)("g", { clipPath: 'url(#clip0_5_23527)', children: [(0, jsx_runtime_1.jsx)("path", { d: 'M12.66 16.4844H8.33996C8.01637 16.4844 7.75402 16.222 7.75402 15.8984V12.746H4.60156C4.27797 12.746 4.01562 12.4836 4.01562 12.16V7.83996C4.01562 7.51637 4.27797 7.25402 4.60156 7.25402H7.75402V4.10156C7.75402 3.77797 8.01637 3.51562 8.33996 3.51562H12.66C12.9836 3.51562 13.246 3.77797 13.246 4.10156V7.25402H16.3984C16.722 7.25402 16.9844 7.51637 16.9844 7.83996V12.16C16.9844 12.4836 16.722 12.746 16.3984 12.746H13.246V15.8984C13.246 16.222 12.9836 16.4844 12.66 16.4844ZM8.9259 15.3125H12.0741V12.16C12.0741 11.8364 12.3364 11.5741 12.66 11.5741H15.8125V8.4259H12.66C12.3364 8.4259 12.0741 8.16355 12.0741 7.83996V4.6875H8.9259V7.83996C8.9259 8.16355 8.66355 8.4259 8.33996 8.4259H5.1875V11.5741H8.33996C8.66355 11.5741 8.9259 11.8364 8.9259 12.16V15.3125Z', fill: color }), (0, jsx_runtime_1.jsx)("path", { d: 'M10.5 20C7.82891 20 5.3177 18.9598 3.42891 17.0711C1.5402 15.1823 0.5 12.6711 0.5 10C0.5 7.32891 1.5402 4.8177 3.42891 2.92895C5.3177 1.0402 7.82891 0 10.5 0C13.1711 0 15.6823 1.0402 17.5711 2.92895C19.4598 4.8177 20.5 7.32891 20.5 10C20.5 12.6711 19.4598 15.1823 17.5711 17.0711C15.6823 18.9598 13.1711 20 10.5 20ZM10.5 1.17188C8.14191 1.17188 5.925 2.09016 4.25758 3.75758C2.59016 5.425 1.67188 7.64191 1.67188 10C1.67188 12.3581 2.59016 14.575 4.25758 16.2424C5.92496 17.9098 8.14191 18.8281 10.5 18.8281C12.8581 18.8281 15.075 17.9098 16.7424 16.2424C18.4098 14.575 19.3281 12.3581 19.3281 10C19.3281 7.64191 18.4098 5.425 16.7424 3.75758C15.075 2.09016 12.8581 1.17188 10.5 1.17188Z', fill: color })] }), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsx)("clipPath", { id: 'clip0_5_23527', children: (0, jsx_runtime_1.jsx)("rect", { width: '20', height: '20', fill: color, transform: 'translate(0.5)' }) }) })] }));
8
8
  }
9
9
  exports.IconHospitalization = IconHospitalization;
10
- //# sourceMappingURL=hospitalization.js.map
10
+ //# sourceMappingURL=icon-hospitalization.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon-hospitalization.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-hospitalization.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,mBAAmB,CAAC,EAAgB;QAAd,KAAK,WAAA;IACzC,OAAO,CACL,iCAAK,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,aACzD,+BAAG,QAAQ,EAAC,qBAAqB,aAC/B,iCACE,CAAC,EAAC,2vBAA2vB,EAC7vB,IAAI,EAAE,KAAK,GACX,EACF,iCACE,CAAC,EAAC,irBAAirB,EACnrB,IAAI,EAAE,KAAK,GACX,IACA,EACJ,2CACE,qCAAU,EAAE,EAAC,eAAe,YAC1B,iCAAM,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,IAAI,EAAE,KAAK,EAAE,SAAS,EAAC,gBAAgB,GAAG,GAC9D,GACN,IACH,CACP,CAAA;AACH,CAAC;AApBD,kDAoBC"}
@@ -1,2 +1,2 @@
1
1
  import { IIcon } from '../interfaces.js';
2
- export declare function IconFullFieldChat({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
2
+ export declare function IconHypertension({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.IconHypertension = void 0;
4
4
  var jsx_runtime_1 = require("react/jsx-runtime");
5
5
  function IconHypertension(_a) {
6
- var fill = _a.fill;
7
- return ((0, jsx_runtime_1.jsxs)("svg", { width: '24', height: '24', viewBox: '0 0 24 24', fill: 'none', xmlns: 'http://www.w3.org/2000/svg', children: [(0, jsx_runtime_1.jsx)("g", { id: 'hipertensao', clipPath: 'url(#clip0_482_2649)', children: (0, jsx_runtime_1.jsxs)("g", { id: 'Group', children: [(0, jsx_runtime_1.jsx)("path", { id: 'Vector', d: 'M18.7867 0C13.195 0.0592193 11.5995 7.58771 16.5785 9.94744V12.7465C16.5785 13.1347 16.8932 13.4493 17.2813 13.4493H17.9157C17.1803 14.886 14.9866 14.3881 14.9731 12.7457C14.9731 10.9352 13.6794 9.42773 11.9621 9.09982V0.702761C11.9621 0.31465 11.6475 0 11.2594 0H0.721072C0.33296 0 0.0183105 0.31465 0.0183105 0.702761V12.7465C0.0183105 13.1347 0.33296 13.4493 0.721072 13.4493H1.52381V18.0157C1.52222 19.6751 2.88609 21.0045 4.53477 20.9767V21.7794C4.53477 22.1675 4.84942 22.4821 5.23753 22.4821H8.27566C9.68432 24.3407 11.4591 23.9545 13.5184 23.9876C15.5657 23.9876 17.2313 22.322 17.2313 20.2747C17.2322 18.2268 15.5662 16.5601 13.5184 16.5602C11.4569 16.5943 9.6876 16.2053 8.27566 18.0656H5.23753C4.84942 18.0656 4.53477 18.3803 4.53477 18.7684V19.5711C3.65936 19.598 2.92774 18.895 2.92933 18.0157V13.4493H11.2594C11.6475 13.4493 11.9622 13.1346 11.9622 12.7465V10.5482C12.8839 10.8432 13.5676 11.7033 13.5676 12.7465C13.6469 16.2552 18.5175 16.8003 19.4046 13.4493H20.2922C20.6803 13.4493 20.995 13.1346 20.995 12.7465V9.9474C25.9769 7.58537 24.3748 0.0579075 18.7867 0ZM11.2594 17.9657H13.5184C16.5751 18.0814 16.575 22.4666 13.5183 22.5821H11.2594C8.20234 22.4664 8.2015 18.0816 11.2594 17.9657ZM5.94025 19.4712H7.63329C7.51668 19.9953 7.51663 20.5524 7.63334 21.0766H5.94025V19.4712ZM10.5566 12.0438H1.42383V10.4883C1.42383 10.0447 1.78252 9.68564 2.22657 9.68564H9.7539C10.1966 9.68564 10.5566 10.0433 10.5566 10.4883V12.0438ZM10.5566 8.43084C10.3079 8.33353 10.0374 8.28012 9.75469 8.28012H2.22578C1.94303 8.28012 1.67252 8.33358 1.42383 8.43089V1.40552H10.5566V8.43084ZM19.5894 12.0438H17.984V10.3768C18.5126 10.4586 19.0607 10.4586 19.5895 10.3768V12.0438H19.5894ZM18.7867 9.03282C16.6839 9.03282 14.9731 7.32202 14.9731 5.21917C15.1648 0.166789 22.4095 0.168194 22.6004 5.21922C22.6004 7.32202 20.8896 9.03282 18.7867 9.03282Z', fill: fill }), (0, jsx_runtime_1.jsx)("path", { id: 'Vector_2', d: 'M19.6207 3.39141L18.2899 4.72225C17.6559 5.40445 18.6006 6.35032 19.2837 5.7161L20.6145 4.38525C21.2485 3.70306 20.3038 2.75724 19.6207 3.39141Z', fill: fill })] }) }), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsx)("clipPath", { id: 'clip0_482_2649', children: (0, jsx_runtime_1.jsx)("rect", { width: '24', height: '24', fill: 'white' }) }) })] }));
6
+ var color = _a.color;
7
+ return ((0, jsx_runtime_1.jsxs)("svg", { width: '24', height: '24', viewBox: '0 0 24 24', fill: 'none', xmlns: 'http://www.w3.org/2000/svg', children: [(0, jsx_runtime_1.jsx)("g", { id: 'hipertensao', clipPath: 'url(#clip0_482_2649)', children: (0, jsx_runtime_1.jsxs)("g", { id: 'Group', children: [(0, jsx_runtime_1.jsx)("path", { id: 'Vector', d: 'M18.7867 0C13.195 0.0592193 11.5995 7.58771 16.5785 9.94744V12.7465C16.5785 13.1347 16.8932 13.4493 17.2813 13.4493H17.9157C17.1803 14.886 14.9866 14.3881 14.9731 12.7457C14.9731 10.9352 13.6794 9.42773 11.9621 9.09982V0.702761C11.9621 0.31465 11.6475 0 11.2594 0H0.721072C0.33296 0 0.0183105 0.31465 0.0183105 0.702761V12.7465C0.0183105 13.1347 0.33296 13.4493 0.721072 13.4493H1.52381V18.0157C1.52222 19.6751 2.88609 21.0045 4.53477 20.9767V21.7794C4.53477 22.1675 4.84942 22.4821 5.23753 22.4821H8.27566C9.68432 24.3407 11.4591 23.9545 13.5184 23.9876C15.5657 23.9876 17.2313 22.322 17.2313 20.2747C17.2322 18.2268 15.5662 16.5601 13.5184 16.5602C11.4569 16.5943 9.6876 16.2053 8.27566 18.0656H5.23753C4.84942 18.0656 4.53477 18.3803 4.53477 18.7684V19.5711C3.65936 19.598 2.92774 18.895 2.92933 18.0157V13.4493H11.2594C11.6475 13.4493 11.9622 13.1346 11.9622 12.7465V10.5482C12.8839 10.8432 13.5676 11.7033 13.5676 12.7465C13.6469 16.2552 18.5175 16.8003 19.4046 13.4493H20.2922C20.6803 13.4493 20.995 13.1346 20.995 12.7465V9.9474C25.9769 7.58537 24.3748 0.0579075 18.7867 0ZM11.2594 17.9657H13.5184C16.5751 18.0814 16.575 22.4666 13.5183 22.5821H11.2594C8.20234 22.4664 8.2015 18.0816 11.2594 17.9657ZM5.94025 19.4712H7.63329C7.51668 19.9953 7.51663 20.5524 7.63334 21.0766H5.94025V19.4712ZM10.5566 12.0438H1.42383V10.4883C1.42383 10.0447 1.78252 9.68564 2.22657 9.68564H9.7539C10.1966 9.68564 10.5566 10.0433 10.5566 10.4883V12.0438ZM10.5566 8.43084C10.3079 8.33353 10.0374 8.28012 9.75469 8.28012H2.22578C1.94303 8.28012 1.67252 8.33358 1.42383 8.43089V1.40552H10.5566V8.43084ZM19.5894 12.0438H17.984V10.3768C18.5126 10.4586 19.0607 10.4586 19.5895 10.3768V12.0438H19.5894ZM18.7867 9.03282C16.6839 9.03282 14.9731 7.32202 14.9731 5.21917C15.1648 0.166789 22.4095 0.168194 22.6004 5.21922C22.6004 7.32202 20.8896 9.03282 18.7867 9.03282Z', fill: color }), (0, jsx_runtime_1.jsx)("path", { id: 'Vector_2', d: 'M19.6207 3.39141L18.2899 4.72225C17.6559 5.40445 18.6006 6.35032 19.2837 5.7161L20.6145 4.38525C21.2485 3.70306 20.3038 2.75724 19.6207 3.39141Z', fill: color })] }) }), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsx)("clipPath", { id: 'clip0_482_2649', children: (0, jsx_runtime_1.jsx)("rect", { width: '24', height: '24', fill: 'white' }) }) })] }));
8
8
  }
9
9
  exports.IconHypertension = IconHypertension;
10
- //# sourceMappingURL=hypertension.js.map
10
+ //# sourceMappingURL=icon-hypertension.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon-hypertension.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-hypertension.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,gBAAgB,CAAC,EAAgB;QAAd,KAAK,WAAA;IACtC,OAAO,CACL,iCAAK,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,aAC5F,8BAAG,EAAE,EAAC,aAAa,EAAC,QAAQ,EAAC,sBAAsB,YACjD,+BAAG,EAAE,EAAC,OAAO,aACX,iCACE,EAAE,EAAC,QAAQ,EACX,CAAC,EAAC,szDAAszD,EACxzD,IAAI,EAAE,KAAK,GACX,EACF,iCACE,EAAE,EAAC,UAAU,EACb,CAAC,EAAC,kJAAkJ,EACpJ,IAAI,EAAE,KAAK,GACX,IACA,GACF,EACJ,2CACE,qCAAU,EAAE,EAAC,gBAAgB,YAC3B,iCAAM,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,IAAI,EAAC,OAAO,GAAG,GACnC,GACN,IACH,CACP,CAAA;AACH,CAAC;AAxBD,4CAwBC"}
@@ -0,0 +1,2 @@
1
+ import { IIcon } from '../interfaces.js';
2
+ export declare function IconInfo({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.IconInfo = void 0;
4
4
  var jsx_runtime_1 = require("react/jsx-runtime");
5
5
  function IconInfo(_a) {
6
- var fill = _a.fill;
6
+ var color = _a.color;
7
7
  return ((0, jsx_runtime_1.jsxs)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '24', height: '24', viewBox: '0 0 24 24', fill: 'currentColor', children: [(0, jsx_runtime_1.jsx)("path", { stroke: 'none', d: 'M0 0h24v24H0z', fill: 'none' }), (0, jsx_runtime_1.jsx)("path", { d: 'M12 2c5.523 0 10 4.477 10 10a10 10 0 0 1 -19.995 .324l-.005 -.324l.004 -.28c.148 -5.393 4.566 -9.72 9.996 -9.72zm0 9h-1l-.117 .007a1 1 0 0 0 0 1.986l.117 .007v3l.007 .117a1 1 0 0 0 .876 .876l.117 .007h1l.117 -.007a1 1 0 0 0 .876 -.876l.007 -.117l-.007 -.117a1 1 0 0 0 -.764 -.857l-.112 -.02l-.117 -.006v-3l-.007 -.117a1 1 0 0 0 -.876 -.876l-.117 -.007zm.01 -3l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z' })] }));
8
8
  }
9
9
  exports.IconInfo = IconInfo;
10
- //# sourceMappingURL=info.js.map
10
+ //# sourceMappingURL=icon-info.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon-info.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-info.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,QAAQ,CAAC,EAAgB;QAAd,KAAK,WAAA;IAC9B,OAAO,CACL,iCAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,aACpG,iCAAM,MAAM,EAAC,MAAM,EAAC,CAAC,EAAC,eAAe,EAAC,IAAI,EAAC,MAAM,GAAG,EACpD,iCAAM,CAAC,EAAC,2bAA2b,GAAG,IAClc,CACP,CAAA;AACH,CAAC;AAPD,4BAOC"}
@@ -0,0 +1,2 @@
1
+ import { IIcon } from '../interfaces.js';
2
+ export declare function IconInterrogationCircle({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.IconInterrogationCircle = void 0;
4
4
  var jsx_runtime_1 = require("react/jsx-runtime");
5
5
  function IconInterrogationCircle(_a) {
6
- var fill = _a.fill;
7
- return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '12', height: '12', viewBox: '0 0 12 12', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { d: 'M6.16671 11.6667C2.94504 11.6667 0.333374 9.05497 0.333374 5.83333C0.333374 2.61167 2.94504 0 6.16671 0C9.38834 0 12 2.61167 12 5.83333C12 9.05497 9.38834 11.6667 6.16671 11.6667ZM5.58337 7.58333V8.75H6.75004V7.58333H5.58337ZM6.75004 6.62381C7.59337 6.3728 8.20837 5.59154 8.20837 4.66667C8.20837 3.53908 7.29429 2.625 6.16671 2.625C5.17621 2.625 4.35042 3.33036 4.1643 4.26619L5.30851 4.49503C5.38831 4.09397 5.74222 3.79167 6.16671 3.79167C6.64994 3.79167 7.04171 4.18342 7.04171 4.66667C7.04171 5.1499 6.64994 5.54167 6.16671 5.54167C5.84453 5.54167 5.58337 5.80282 5.58337 6.125V7H6.75004V6.62381Z', fill: fill }) }));
6
+ var color = _a.color;
7
+ return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '12', height: '12', viewBox: '0 0 12 12', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { d: 'M6.16671 11.6667C2.94504 11.6667 0.333374 9.05497 0.333374 5.83333C0.333374 2.61167 2.94504 0 6.16671 0C9.38834 0 12 2.61167 12 5.83333C12 9.05497 9.38834 11.6667 6.16671 11.6667ZM5.58337 7.58333V8.75H6.75004V7.58333H5.58337ZM6.75004 6.62381C7.59337 6.3728 8.20837 5.59154 8.20837 4.66667C8.20837 3.53908 7.29429 2.625 6.16671 2.625C5.17621 2.625 4.35042 3.33036 4.1643 4.26619L5.30851 4.49503C5.38831 4.09397 5.74222 3.79167 6.16671 3.79167C6.64994 3.79167 7.04171 4.18342 7.04171 4.66667C7.04171 5.1499 6.64994 5.54167 6.16671 5.54167C5.84453 5.54167 5.58337 5.80282 5.58337 6.125V7H6.75004V6.62381Z', fill: color }) }));
8
8
  }
9
9
  exports.IconInterrogationCircle = IconInterrogationCircle;
10
- //# sourceMappingURL=interrogation-circle.js.map
10
+ //# sourceMappingURL=icon-interrogation-circle.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon-interrogation-circle.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-interrogation-circle.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,uBAAuB,CAAC,EAAgB;QAAd,KAAK,WAAA;IAC7C,OAAO,CACL,gCAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,YAC5F,iCACE,CAAC,EAAC,2lBAA2lB,EAC7lB,IAAI,EAAE,KAAK,GACX,GACE,CACP,CAAA;AACH,CAAC;AATD,0DASC"}
@@ -1,2 +1,2 @@
1
1
  import { IIcon } from '../interfaces.js';
2
- export declare function IconEditImage({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
2
+ export declare function IconLanguage({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.IconLanguage = void 0;
4
+ var jsx_runtime_1 = require("react/jsx-runtime");
5
+ function IconLanguage(_a) {
6
+ var color = _a.color;
7
+ return ((0, jsx_runtime_1.jsxs)("svg", { xmlns: 'http://www.w3.org/2000/svg', x: '0px', y: '0px', viewBox: '0 0 512 512', xmlSpace: 'preserve', fill: color, children: [(0, jsx_runtime_1.jsx)("path", { d: 'M195.708 268.059l-30-150.001A14.999 14.999 0 00151 106h-30a14.999 14.999 0 00-14.708 12.058l-30 150c-1.625 8.124 3.644 16.026 11.767 17.65 8.123 1.625 16.026-3.644 17.65-11.767L115.297 226h41.406l9.588 47.942c1.625 8.127 9.531 13.392 17.65 11.767 8.123-1.625 13.392-9.527 11.767-17.65zM121.297 196l12-60h5.406l12 60h-29.406zM436 226h-45v-15c0-8.284-6.716-15-15-15s-15 6.716-15 15v15h-45c-8.284 0-15 6.716-15 15s6.716 15 15 15h3.63c8.547 27.612 21.415 48.806 35.575 65.79-11.525 10.542-23.187 19.187-33.575 27.497-6.469 5.175-7.518 14.614-2.342 21.083 5.178 6.472 14.618 7.515 21.083 2.342 10.446-8.357 22.967-17.644 35.629-29.264 12.671 11.628 25.215 20.932 35.629 29.264 6.469 5.176 15.909 4.126 21.083-2.342 5.175-6.469 4.126-15.909-2.342-21.083-10.361-8.291-22.038-16.945-33.575-27.497 14.16-16.984 27.028-38.178 35.575-65.79H436c8.284 0 15-6.716 15-15s-6.716-15-15-15zm-60 73.745c-9.575-12.02-18.189-26.367-24.683-43.845h49.365c-6.493 17.478-15.107 31.825-24.682 43.845z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M467 91H250.599l-6.43-51.582C241.36 16.946 222.164 0 199.517 0H45C20.187 0 0 20.187 0 45v331c0 24.813 20.187 45 45 45h126.483l6.348 51.582c2.804 22.427 22 39.418 44.653 39.418H467c24.813 0 45-20.187 45-45V136c0-24.813-20.187-45-45-45zM45 391c-8.271 0-15-6.729-15-15V45c0-8.271 6.729-15 15-15h154.517c7.549 0 13.948 5.648 14.883 13.134L257.764 391H45zm161.724 70.75L201.709 421h40.244l-35.229 40.75zM482 467c0 8.271-6.729 15-15 15H228.874l57.104-66.053a14.976 14.976 0 003.629-12.024L254.339 121H467c8.271 0 15 6.729 15 15v331z' })] }));
8
+ }
9
+ exports.IconLanguage = IconLanguage;
10
+ //# sourceMappingURL=icon-language.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon-language.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-language.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,YAAY,CAAC,EAAgB;QAAd,KAAK,WAAA;IAClC,OAAO,CACL,iCAAK,KAAK,EAAC,4BAA4B,EAAC,CAAC,EAAC,KAAK,EAAC,CAAC,EAAC,KAAK,EAAC,OAAO,EAAC,aAAa,EAAC,QAAQ,EAAC,UAAU,EAAC,IAAI,EAAE,KAAK,aAC3G,iCAAM,CAAC,EAAC,g9BAAg9B,GAAG,EAC39B,iCAAM,CAAC,EAAC,ghBAAghB,GAAG,IACvhB,CACP,CAAA;AACH,CAAC;AAPD,oCAOC"}
@@ -0,0 +1 @@
1
+ export declare function IconLeftChevron(): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.IconLeftChevron = void 0;
4
+ var jsx_runtime_1 = require("react/jsx-runtime");
5
+ function IconLeftChevron() {
6
+ return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', viewBox: '0 0 24 24', children: (0, jsx_runtime_1.jsx)("path", { d: 'M15.41 16.59L10.83 12l4.58-4.59L14 6l-6 6 6 6 1.41-1.41z' }) }));
7
+ }
8
+ exports.IconLeftChevron = IconLeftChevron;
9
+ //# sourceMappingURL=icon-left-chevron.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon-left-chevron.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-left-chevron.tsx"],"names":[],"mappings":";;;;AAAA,SAAgB,eAAe;IAC7B,OAAO,CACL,gCAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,YACzD,iCAAM,CAAC,EAAC,0DAA0D,GAAG,GACjE,CACP,CAAA;AACH,CAAC;AAND,0CAMC"}
@@ -1,2 +1,2 @@
1
1
  import { IIcon } from '../interfaces.js';
2
- export declare function TransparentMailIcon({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
2
+ export declare function IconLeftNavigation({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.IconLeftNavigation = void 0;
4
+ var jsx_runtime_1 = require("react/jsx-runtime");
5
+ function IconLeftNavigation(_a) {
6
+ var color = _a.color;
7
+ return ((0, jsx_runtime_1.jsx)("svg", { fill: color, viewBox: '0 0 15 15', xmlns: 'http://www.w3.org/2000/svg', id: 'arrow', version: '1.1', xmlnsXlink: 'http://www.w3.org/1999/xlink', transform: 'matrix(-1,1.2246467991473532e-16,1.2246467991473532e-16,1,0,0)', children: (0, jsx_runtime_1.jsx)("path", { d: 'M8.29289 2.29289C8.68342 1.90237 9.31658 1.90237 9.70711 2.29289L14.2071 6.79289C14.5976 7.18342 14.5976 7.81658 14.2071 8.20711L9.70711 12.7071C9.31658 13.0976 8.68342 13.0976 8.29289 12.7071C7.90237 12.3166 7.90237 11.6834 8.29289 11.2929L11 8.5H1.5C0.947715 8.5 0.5 8.05228 0.5 7.5C0.5 6.94772 0.947715 6.5 1.5 6.5H11L8.29289 3.70711C7.90237 3.31658 7.90237 2.68342 8.29289 2.29289Z' }) }));
8
+ }
9
+ exports.IconLeftNavigation = IconLeftNavigation;
10
+ //# sourceMappingURL=icon-left-navigation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon-left-navigation.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-left-navigation.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,kBAAkB,CAAC,EAAgB;QAAd,KAAK,WAAA;IACxC,OAAO,CACL,gCACE,IAAI,EAAE,KAAK,EACX,OAAO,EAAC,WAAW,EACnB,KAAK,EAAC,4BAA4B,EAClC,EAAE,EAAC,OAAO,EACV,OAAO,EAAC,KAAK,EACb,UAAU,EAAC,8BAA8B,EACzC,SAAS,EAAC,gEAAgE,YAE1E,iCAAM,CAAC,EAAC,mYAAmY,GAAQ,GAC/Y,CACP,CAAA;AACH,CAAC;AAdD,gDAcC"}
@@ -0,0 +1,2 @@
1
+ import { IIcon } from '../interfaces.js';
2
+ export declare function IconLike({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.IconLike = void 0;
4
4
  var jsx_runtime_1 = require("react/jsx-runtime");
5
5
  function IconLike(_a) {
6
- var fill = _a.fill;
7
- return ((0, jsx_runtime_1.jsxs)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '15', height: '16', viewBox: '0 0 15 16', fill: 'none', children: [(0, jsx_runtime_1.jsx)("g", { clipPath: 'url(#clip0_469_307)', children: (0, jsx_runtime_1.jsx)("path", { d: 'M12.1552 5.49804H11.3793V3.68769C11.3793 2.40426 10.3352 1.36011 9.05172 1.36011C7.76829 1.36011 6.72414 2.40426 6.72414 3.68769V4.32313C6.72414 5.12713 6.18424 5.84294 5.41112 6.0638L4.65517 6.2798V6.2739C4.65517 5.84542 4.30779 5.49804 3.87931 5.49804H0.775862C0.347379 5.49804 0 5.84542 0 6.2739V14.5498C0 14.9782 0.347379 15.3256 0.775862 15.3256H3.87931C4.2779 15.3256 4.60593 15.0249 4.64979 14.6381C5.34098 15.0789 6.15367 15.3256 6.99885 15.3256H12.1552C13.7238 15.3256 15 14.0494 15 12.4808V8.34287C15 6.77423 13.7238 5.49804 12.1552 5.49804ZM3.10345 13.7739H1.55172V7.04976H3.10345V13.7739ZM13.4483 12.4808C13.4483 13.1938 12.8682 13.7739 12.1552 13.7739H6.99885C6.0555 13.7739 5.17448 13.298 4.65517 12.5198V7.89364L5.83738 7.55588C7.27314 7.14566 8.27586 5.8163 8.27586 4.32313V3.68769C8.27586 3.25988 8.62391 2.91183 9.05172 2.91183C9.47954 2.91183 9.82759 3.25988 9.82759 3.68769V6.2739C9.82759 6.70238 10.175 7.04976 10.6034 7.04976H12.1552C12.8682 7.04976 13.4483 7.62985 13.4483 8.34287V12.4808Z', fill: fill }) }), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsx)("clipPath", { id: 'clip0_469_307', children: (0, jsx_runtime_1.jsx)("rect", { width: '15', height: '15', fill: 'white', transform: 'translate(0 0.940918)' }) }) })] }));
6
+ var color = _a.color;
7
+ return ((0, jsx_runtime_1.jsxs)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '15', height: '16', viewBox: '0 0 15 16', fill: 'none', children: [(0, jsx_runtime_1.jsx)("g", { clipPath: 'url(#clip0_469_307)', children: (0, jsx_runtime_1.jsx)("path", { d: 'M12.1552 5.49804H11.3793V3.68769C11.3793 2.40426 10.3352 1.36011 9.05172 1.36011C7.76829 1.36011 6.72414 2.40426 6.72414 3.68769V4.32313C6.72414 5.12713 6.18424 5.84294 5.41112 6.0638L4.65517 6.2798V6.2739C4.65517 5.84542 4.30779 5.49804 3.87931 5.49804H0.775862C0.347379 5.49804 0 5.84542 0 6.2739V14.5498C0 14.9782 0.347379 15.3256 0.775862 15.3256H3.87931C4.2779 15.3256 4.60593 15.0249 4.64979 14.6381C5.34098 15.0789 6.15367 15.3256 6.99885 15.3256H12.1552C13.7238 15.3256 15 14.0494 15 12.4808V8.34287C15 6.77423 13.7238 5.49804 12.1552 5.49804ZM3.10345 13.7739H1.55172V7.04976H3.10345V13.7739ZM13.4483 12.4808C13.4483 13.1938 12.8682 13.7739 12.1552 13.7739H6.99885C6.0555 13.7739 5.17448 13.298 4.65517 12.5198V7.89364L5.83738 7.55588C7.27314 7.14566 8.27586 5.8163 8.27586 4.32313V3.68769C8.27586 3.25988 8.62391 2.91183 9.05172 2.91183C9.47954 2.91183 9.82759 3.25988 9.82759 3.68769V6.2739C9.82759 6.70238 10.175 7.04976 10.6034 7.04976H12.1552C12.8682 7.04976 13.4483 7.62985 13.4483 8.34287V12.4808Z', fill: color }) }), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsx)("clipPath", { id: 'clip0_469_307', children: (0, jsx_runtime_1.jsx)("rect", { width: '15', height: '15', fill: 'white', transform: 'translate(0 0.940918)' }) }) })] }));
8
8
  }
9
9
  exports.IconLike = IconLike;
10
- //# sourceMappingURL=like.js.map
10
+ //# sourceMappingURL=icon-like.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon-like.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-like.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,QAAQ,CAAC,EAAgB;QAAd,KAAK,WAAA;IAC9B,OAAO,CACL,iCAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,aAC5F,8BAAG,QAAQ,EAAC,qBAAqB,YAC/B,iCACE,CAAC,EAAC,s/BAAs/B,EACx/B,IAAI,EAAE,KAAK,GACX,GACA,EACJ,2CACE,qCAAU,EAAE,EAAC,eAAe,YAC1B,iCAAM,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,IAAI,EAAC,OAAO,EAAC,SAAS,EAAC,uBAAuB,GAAG,GACrE,GACN,IACH,CACP,CAAA;AACH,CAAC;AAhBD,4BAgBC"}
@@ -1,2 +1,2 @@
1
1
  import { IIcon } from '../interfaces.js';
2
- export declare function NavRightIcon({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
2
+ export declare function IconLoading({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.IconLoading = void 0;
4
4
  var jsx_runtime_1 = require("react/jsx-runtime");
5
5
  function IconLoading(_a) {
6
- var fill = _a.fill;
7
- return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '800px', height: '800px', viewBox: '0 0 16 16', fill: 'none', children: (0, jsx_runtime_1.jsxs)("g", { fill: fill, fillRule: 'evenodd', clipRule: 'evenodd', children: [(0, jsx_runtime_1.jsx)("path", { d: 'M8 1.5a6.5 6.5 0 100 13 6.5 6.5 0 000-13zM0 8a8 8 0 1116 0A8 8 0 010 8z', opacity: '.2' }), (0, jsx_runtime_1.jsx)("path", { d: 'M7.25.75A.75.75 0 018 0a8 8 0 018 8 .75.75 0 01-1.5 0A6.5 6.5 0 008 1.5a.75.75 0 01-.75-.75z' })] }) }));
6
+ var color = _a.color;
7
+ return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '800px', height: '800px', viewBox: '0 0 16 16', fill: 'none', children: (0, jsx_runtime_1.jsxs)("g", { fill: color, fillRule: 'evenodd', clipRule: 'evenodd', children: [(0, jsx_runtime_1.jsx)("path", { d: 'M8 1.5a6.5 6.5 0 100 13 6.5 6.5 0 000-13zM0 8a8 8 0 1116 0A8 8 0 010 8z', opacity: '.2' }), (0, jsx_runtime_1.jsx)("path", { d: 'M7.25.75A.75.75 0 018 0a8 8 0 018 8 .75.75 0 01-1.5 0A6.5 6.5 0 008 1.5a.75.75 0 01-.75-.75z' })] }) }));
8
8
  }
9
9
  exports.IconLoading = IconLoading;
10
- //# sourceMappingURL=loading.js.map
10
+ //# sourceMappingURL=icon-loading.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon-loading.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-loading.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,WAAW,CAAC,EAAgB;QAAd,KAAK,WAAA;IACjC,OAAO,CACL,gCAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,OAAO,EAAC,MAAM,EAAC,OAAO,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,YAClG,+BAAG,IAAI,EAAE,KAAK,EAAE,QAAQ,EAAC,SAAS,EAAC,QAAQ,EAAC,SAAS,aACnD,iCAAM,CAAC,EAAC,yEAAyE,EAAC,OAAO,EAAC,IAAI,GAAG,EAEjG,iCAAM,CAAC,EAAC,8FAA8F,GAAG,IACvG,GACA,CACP,CAAA;AACH,CAAC;AAVD,kCAUC"}
@@ -0,0 +1,2 @@
1
+ import { IIcon } from '../interfaces.js';
2
+ export declare function IconMapFloor({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.IconMapFloor = void 0;
4
+ var jsx_runtime_1 = require("react/jsx-runtime");
5
+ function IconMapFloor(_a) {
6
+ var color = _a.color;
7
+ return ((0, jsx_runtime_1.jsxs)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: 24, height: 25, viewBox: '0 0 24 25', fill: color, children: [(0, jsx_runtime_1.jsxs)("g", { clipPath: 'url(#clip0_2086_233)', fill: '#796330', children: [(0, jsx_runtime_1.jsx)("path", { d: 'M16.007 16.357c2.554-4.007 2.232-3.507 2.306-3.612a7.677 7.677 0 001.421-4.464C19.734 4.015 16.272.5 12 .5 7.742.5 4.266 4.008 4.266 8.281c0 1.608.501 3.192 1.462 4.521l2.265 3.555c-2.422.372-6.54 1.482-6.54 3.924 0 .89.581 2.16 3.35 3.148C6.736 24.12 9.293 24.5 12 24.5c5.064 0 10.547-1.428 10.547-4.219 0-2.443-4.113-3.55-6.54-3.924zM6.902 12.03a6.309 6.309 0 01-1.23-3.747c0-3.517 2.831-6.376 6.328-6.376 3.49 0 6.328 2.86 6.328 6.375 0 1.312-.4 2.57-1.155 3.641-.068.09.286-.46-5.173 8.106l-5.098-8zM12 23.094c-5.531 0-9.14-1.626-9.14-2.813 0-.797 1.854-2.109 5.964-2.62l2.583 4.053a.703.703 0 001.186 0l2.583-4.053c4.11.511 5.965 1.823 5.965 2.62 0 1.177-3.577 2.813-9.141 2.813z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M12 4.766A3.52 3.52 0 008.484 8.28 3.52 3.52 0 0012 11.797a3.52 3.52 0 003.516-3.516A3.52 3.52 0 0012 4.766zm0 5.625a2.112 2.112 0 01-2.11-2.11c0-1.163.947-2.11 2.11-2.11 1.163 0 2.11.947 2.11 2.11 0 1.163-.947 2.11-2.11 2.11z' })] }), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsx)("clipPath", { id: 'clip0_2086_233', children: (0, jsx_runtime_1.jsx)("path", { fill: '#fff', transform: 'translate(0 .5)', d: 'M0 0H24V24H0z' }) }) })] }));
8
+ }
9
+ exports.IconMapFloor = IconMapFloor;
10
+ //# sourceMappingURL=icon-map-floor.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon-map-floor.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-map-floor.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,YAAY,CAAC,EAAgB;QAAd,KAAK,WAAA;IAClC,OAAO,CACL,iCAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,OAAO,EAAC,WAAW,EAAC,IAAI,EAAE,KAAK,aAC5F,+BAAG,QAAQ,EAAC,sBAAsB,EAAC,IAAI,EAAC,SAAS,aAC/C,iCAAM,CAAC,EAAC,8qBAA8qB,GAAG,EACzrB,iCAAM,CAAC,EAAC,oOAAoO,GAAG,IAC7O,EACJ,2CACE,qCAAU,EAAE,EAAC,gBAAgB,YAC3B,iCAAM,IAAI,EAAC,MAAM,EAAC,SAAS,EAAC,iBAAiB,EAAC,CAAC,EAAC,eAAe,GAAG,GACzD,GACN,IACH,CACP,CAAA;AACH,CAAC;AAdD,oCAcC"}
@@ -6,4 +6,4 @@ function IconMessageBalloon() {
6
6
  return ((0, jsx_runtime_1.jsxs)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '60', height: '61', viewBox: '0 0 60 61', fill: 'none', children: [(0, jsx_runtime_1.jsx)("path", { d: 'M29.8828 2.375C13.1959 2.375 0 14.3214 0 28.7422C0 34.8854 2.43082 40.8371 6.855 45.5526C7.73039 49.1622 6.66762 52.9871 4.03055 55.6242C2.92805 56.7267 3.7084 58.625 5.27344 58.625C10.2825 58.625 15.1106 56.6621 18.7001 53.2026C22.2499 54.4684 26.006 55.1094 29.8828 55.1094C46.616 55.1094 60 43.1279 60 28.7422C60 14.3484 46.6068 2.375 29.8828 2.375ZM29.8828 51.6172C26.0483 51.6172 22.3515 50.8958 18.8951 49.5193C18.2162 49.2491 17.4411 49.4266 16.9479 49.9657C14.8247 52.2859 12.0646 53.9038 9.05801 54.6474C10.7146 51.4729 11.138 47.7308 10.1296 44.1855C10.0501 43.9059 9.90246 43.6504 9.69996 43.442C5.71195 39.3342 3.49219 34.1137 3.49219 28.7422C3.49219 16.1418 15.3439 5.86719 29.8828 5.86719C44.5509 5.86719 56.5078 16.1418 56.5078 28.7422C56.5078 41.3425 44.5509 51.6172 29.8828 51.6172Z', fill: '#828282' }), (0, jsx_runtime_1.jsx)("path", { d: 'M15.8203 23.4688C12.9125 23.4688 10.5469 25.8344 10.5469 28.7422C10.5469 31.65 12.9125 34.0156 15.8203 34.0156C18.7281 34.0156 21.0938 31.65 21.0938 28.7422C21.0938 25.8344 18.7281 23.4688 15.8203 23.4688ZM15.8203 30.5C14.8511 30.5 14.0625 29.7114 14.0625 28.7422C14.0625 27.7729 14.8511 26.9844 15.8203 26.9844C16.7896 26.9844 17.5781 27.7729 17.5781 28.7422C17.5781 29.7114 16.7896 30.5 15.8203 30.5Z', fill: '#828282' }), (0, jsx_runtime_1.jsx)("path", { d: 'M29.8828 23.4688C26.975 23.4688 24.6094 25.8344 24.6094 28.7422C24.6094 31.65 26.975 34.0156 29.8828 34.0156C32.7906 34.0156 35.1562 31.65 35.1562 28.7422C35.1562 25.8344 32.7906 23.4688 29.8828 23.4688ZM29.8828 30.5C28.9136 30.5 28.125 29.7114 28.125 28.7422C28.125 27.7729 28.9136 26.9844 29.8828 26.9844C30.8521 26.9844 31.6406 27.7729 31.6406 28.7422C31.6406 29.7114 30.8521 30.5 29.8828 30.5Z', fill: '#828282' }), (0, jsx_runtime_1.jsx)("path", { d: 'M44.1797 23.4688C41.2719 23.4688 38.9062 25.8344 38.9062 28.7422C38.9062 31.65 41.2719 34.0156 44.1797 34.0156C47.0875 34.0156 49.4531 31.65 49.4531 28.7422C49.4531 25.8344 47.0875 23.4688 44.1797 23.4688ZM44.1797 30.5C43.2104 30.5 42.4219 29.7114 42.4219 28.7422C42.4219 27.7729 43.2104 26.9844 44.1797 26.9844C45.1489 26.9844 45.9375 27.7729 45.9375 28.7422C45.9375 29.7114 45.1489 30.5 44.1797 30.5Z', fill: '#828282' })] }));
7
7
  }
8
8
  exports.IconMessageBalloon = IconMessageBalloon;
9
- //# sourceMappingURL=message-balloon.js.map
9
+ //# sourceMappingURL=icon-message-balloon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon-message-balloon.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-message-balloon.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,kBAAkB;IAChC,OAAO,CACL,iCAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,aAC5F,iCACE,CAAC,EAAC,iyBAAiyB,EACnyB,IAAI,EAAC,SAAS,GACd,EACF,iCACE,CAAC,EAAC,oZAAoZ,EACtZ,IAAI,EAAC,SAAS,GACd,EACF,iCACE,CAAC,EAAC,+YAA+Y,EACjZ,IAAI,EAAC,SAAS,GACd,EACF,iCACE,CAAC,EAAC,oZAAoZ,EACtZ,IAAI,EAAC,SAAS,GACd,IACE,CACP,CAAA;AACH,CAAC;AArBD,gDAqBC"}
@@ -0,0 +1,2 @@
1
+ import { IIcon } from '../interfaces.js';
2
+ export declare function IconMobile({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.IconMobile = void 0;
4
+ var jsx_runtime_1 = require("react/jsx-runtime");
5
+ function IconMobile(_a) {
6
+ var color = _a.color;
7
+ return ((0, jsx_runtime_1.jsx)("svg", { fill: color, version: '1.1', viewBox: '0 0 27.442 27.442', xmlSpace: 'preserve', children: (0, jsx_runtime_1.jsxs)("g", { children: [(0, jsx_runtime_1.jsx)("path", { d: 'M19.494,0H7.948C6.843,0,5.951,0.896,5.951,1.999v23.446c0,1.102,0.892,1.997,1.997,1.997h11.546\r\n\t\tc1.103,0,1.997-0.895,1.997-1.997V1.999C21.491,0.896,20.597,0,19.494,0z M10.872,1.214h5.7c0.144,0,0.261,0.215,0.261,0.481\r\n\t\ts-0.117,0.482-0.261,0.482h-5.7c-0.145,0-0.26-0.216-0.26-0.482C10.612,1.429,10.727,1.214,10.872,1.214z M13.722,25.469\r\n\t\tc-0.703,0-1.275-0.572-1.275-1.276s0.572-1.274,1.275-1.274c0.701,0,1.273,0.57,1.273,1.274S14.423,25.469,13.722,25.469z\r\n\t\t M19.995,21.1H7.448V3.373h12.547V21.1z' }), (0, jsx_runtime_1.jsx)("g", {}), (0, jsx_runtime_1.jsx)("g", {}), (0, jsx_runtime_1.jsx)("g", {}), (0, jsx_runtime_1.jsx)("g", {}), (0, jsx_runtime_1.jsx)("g", {}), (0, jsx_runtime_1.jsx)("g", {}), (0, jsx_runtime_1.jsx)("g", {}), (0, jsx_runtime_1.jsx)("g", {}), (0, jsx_runtime_1.jsx)("g", {}), (0, jsx_runtime_1.jsx)("g", {}), (0, jsx_runtime_1.jsx)("g", {}), (0, jsx_runtime_1.jsx)("g", {}), (0, jsx_runtime_1.jsx)("g", {}), (0, jsx_runtime_1.jsx)("g", {}), (0, jsx_runtime_1.jsx)("g", {})] }) }));
8
+ }
9
+ exports.IconMobile = IconMobile;
10
+ //# sourceMappingURL=icon-mobile.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon-mobile.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-mobile.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,UAAU,CAAC,EAAgB;QAAd,KAAK,WAAA;IAChC,OAAO,CACL,gCAAK,IAAI,EAAE,KAAK,EAAE,OAAO,EAAC,KAAK,EAAC,OAAO,EAAC,mBAAmB,EAAC,QAAQ,EAAC,UAAU,YAC7E,0CACE,iCACE,CAAC,EAAC,sgBAI6B,GAC/B,EACF,+BAAO,EACP,+BAAO,EACP,+BAAO,EACP,+BAAO,EACP,+BAAO,EACP,+BAAO,EACP,+BAAO,EACP,+BAAO,EACP,+BAAO,EACP,+BAAO,EACP,+BAAO,EACP,+BAAO,EACP,+BAAO,EACP,+BAAO,EACP,+BAAO,IACL,GACA,CACP,CAAA;AACH,CAAC;AA7BD,gCA6BC"}
@@ -1,2 +1,2 @@
1
1
  import { IIcon } from '../interfaces.js';
2
- export declare function IconKeyboardLeftArrow({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
2
+ export declare function IconMoneyValueSymbol({ color }: IIcon): import("react/jsx-runtime").JSX.Element;