infinity-forge 3.9.1 → 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 (626) 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-control/index.d.ts +1 -1
  35. package/dist/ui/components/form/input-control/index.js +1 -1
  36. package/dist/ui/components/form/input-control/index.js.map +1 -1
  37. package/dist/ui/components/form/input-date-picker/calendar/calendar-header/index.d.ts +1 -1
  38. package/dist/ui/components/form/input-date-picker/calendar/calendar-header/index.js +6 -4
  39. package/dist/ui/components/form/input-date-picker/calendar/calendar-header/index.js.map +1 -1
  40. package/dist/ui/components/form/input-file/hooks/use-file-elements.js +3 -3
  41. package/dist/ui/components/form/input-file/hooks/use-file-elements.js.map +1 -1
  42. package/dist/ui/components/form/input-file/hooks/use-rendered-file.js +2 -2
  43. package/dist/ui/components/form/input-file/hooks/use-rendered-file.js.map +1 -1
  44. package/dist/ui/components/form/input-password/index.js +1 -1
  45. package/dist/ui/components/form/input-password/index.js.map +1 -1
  46. package/dist/ui/components/form/input-seo/input-meta-image/index.js +1 -1
  47. package/dist/ui/components/form/input-seo/input-meta-image/index.js.map +1 -1
  48. package/dist/ui/components/form/input-svg/index.js +1 -1
  49. package/dist/ui/components/form/input-svg/index.js.map +1 -1
  50. package/dist/ui/components/form/input-youtube/index.js +1 -1
  51. package/dist/ui/components/form/input-youtube/index.js.map +1 -1
  52. package/dist/ui/components/form/range-date-picker/index.d.ts +5 -0
  53. package/dist/ui/components/form/range-date-picker/index.js +61 -0
  54. package/dist/ui/components/form/range-date-picker/index.js.map +1 -0
  55. package/dist/ui/components/form/range-date-picker/styles.d.ts +4 -0
  56. package/dist/ui/components/form/range-date-picker/styles.js +14 -0
  57. package/dist/ui/components/form/range-date-picker/styles.js.map +1 -0
  58. package/dist/ui/components/form/select-icon/index.js +1 -1
  59. package/dist/ui/components/form/select-icon/index.js.map +1 -1
  60. package/dist/ui/components/menu-mobile/components/nav-links/index.js +2 -2
  61. package/dist/ui/components/menu-mobile/components/nav-links/index.js.map +1 -1
  62. package/dist/ui/components/modal/index.js +1 -1
  63. package/dist/ui/components/modal/index.js.map +1 -1
  64. package/dist/ui/components/pagination/index.d.ts +1 -1
  65. package/dist/ui/components/pagination/index.js +7 -3
  66. package/dist/ui/components/pagination/index.js.map +1 -1
  67. package/dist/ui/components/warning/index.js +1 -1
  68. package/dist/ui/components/warning/index.js.map +1 -1
  69. package/dist/ui/contexts/dynamic-sections/use-dynamic-section/edit-section.js +1 -1
  70. package/dist/ui/contexts/dynamic-sections/use-dynamic-section/edit-section.js.map +1 -1
  71. package/dist/ui/contexts/toast/toast-item/index.js +1 -1
  72. package/dist/ui/contexts/toast/toast-item/index.js.map +1 -1
  73. package/dist/ui/hooks/permitions/camera/use-camera.js +1 -1
  74. package/dist/ui/hooks/permitions/camera/use-camera.js.map +1 -1
  75. package/dist/ui/icons/index.d.ts +102 -111
  76. package/dist/ui/icons/index.js +102 -111
  77. package/dist/ui/icons/index.js.map +1 -1
  78. package/dist/ui/icons/interfaces.d.ts +1 -2
  79. package/dist/ui/icons/render/component.d.ts +3 -4
  80. package/dist/ui/icons/render/component.js +2 -2
  81. package/dist/ui/icons/render/component.js.map +1 -1
  82. package/dist/ui/icons/render/icon-Instagram.d.ts +3 -0
  83. package/dist/ui/icons/render/icon-Instagram.js +15 -0
  84. package/dist/ui/icons/render/icon-Instagram.js.map +1 -0
  85. package/dist/ui/icons/render/icon-Linkedin.d.ts +3 -0
  86. package/dist/ui/icons/render/icon-Linkedin.js +15 -0
  87. package/dist/ui/icons/render/icon-Linkedin.js.map +1 -0
  88. package/dist/ui/icons/render/{Close.d.ts → icon-Lupa.d.ts} +1 -1
  89. package/dist/ui/icons/render/icon-Lupa.js +10 -0
  90. package/dist/ui/icons/render/icon-Lupa.js.map +1 -0
  91. package/dist/ui/icons/render/{Lupa.d.ts → icon-Map.d.ts} +1 -1
  92. package/dist/ui/icons/render/{Map.js → icon-Map.js} +3 -3
  93. package/dist/ui/icons/render/icon-Map.js.map +1 -0
  94. package/dist/ui/icons/render/{send-message.d.ts → icon-Microphone.d.ts} +1 -1
  95. package/dist/ui/icons/render/{Microphone.js → icon-Microphone.js} +3 -3
  96. package/dist/ui/icons/render/icon-Microphone.js.map +1 -0
  97. package/dist/ui/icons/render/{Folder.d.ts → icon-Minus.d.ts} +1 -1
  98. package/dist/ui/icons/render/{Minus.js → icon-Minus.js} +3 -3
  99. package/dist/ui/icons/render/icon-Minus.js.map +1 -0
  100. package/dist/ui/icons/render/icon-Phone.d.ts +3 -0
  101. package/dist/ui/icons/render/icon-Phone.js +15 -0
  102. package/dist/ui/icons/render/icon-Phone.js.map +1 -0
  103. package/dist/ui/icons/render/icon-Pin.d.ts +4 -0
  104. package/dist/ui/icons/render/{Pin.js → icon-Pin.js} +7 -7
  105. package/dist/ui/icons/render/icon-Pin.js.map +1 -0
  106. package/dist/ui/icons/render/{Codie.d.ts → icon-Play.d.ts} +1 -1
  107. package/dist/ui/icons/render/icon-Play.js +10 -0
  108. package/dist/ui/icons/render/icon-Play.js.map +1 -0
  109. package/dist/ui/icons/render/{Checked.d.ts → icon-Plus.d.ts} +1 -1
  110. package/dist/ui/icons/render/icon-Plus.js +10 -0
  111. package/dist/ui/icons/render/icon-Plus.js.map +1 -0
  112. package/dist/ui/icons/render/{TikTok.d.ts → icon-Share.d.ts} +1 -1
  113. package/dist/ui/icons/render/icon-Share.js +10 -0
  114. package/dist/ui/icons/render/icon-Share.js.map +1 -0
  115. package/dist/ui/icons/render/{loading.d.ts → icon-TikTok.d.ts} +1 -1
  116. package/dist/ui/icons/render/icon-TikTok.js +10 -0
  117. package/dist/ui/icons/render/icon-TikTok.js.map +1 -0
  118. package/dist/ui/icons/render/{calendar.d.ts → icon-YouTube.d.ts} +1 -1
  119. package/dist/ui/icons/render/icon-YouTube.js +10 -0
  120. package/dist/ui/icons/render/icon-YouTube.js.map +1 -0
  121. package/dist/ui/icons/render/{chalet.d.ts → icon-block.d.ts} +1 -1
  122. package/dist/ui/icons/render/{block.js → icon-block.js} +3 -3
  123. package/dist/ui/icons/render/icon-block.js.map +1 -0
  124. package/dist/ui/icons/render/icon-bottom-chevron.d.ts +1 -0
  125. package/dist/ui/icons/render/icon-bottom-chevron.js +9 -0
  126. package/dist/ui/icons/render/icon-bottom-chevron.js.map +1 -0
  127. package/dist/ui/icons/render/{basic-right-arrow.d.ts → icon-bottom-navigation.d.ts} +1 -1
  128. package/dist/ui/icons/render/icon-bottom-navigation.js +10 -0
  129. package/dist/ui/icons/render/icon-bottom-navigation.js.map +1 -0
  130. package/dist/ui/icons/render/{Edit.d.ts → icon-box.d.ts} +1 -1
  131. package/dist/ui/icons/render/{box.js → icon-box.js} +3 -3
  132. package/dist/ui/icons/render/icon-box.js.map +1 -0
  133. package/dist/ui/icons/render/{arrow-bottom.d.ts → icon-calculator.d.ts} +1 -1
  134. package/dist/ui/icons/render/{calculator.js → icon-calculator.js} +3 -3
  135. package/dist/ui/icons/render/icon-calculator.js.map +1 -0
  136. package/dist/ui/icons/render/{arrow-foward-left.d.ts → icon-calendar-browse.d.ts} +1 -1
  137. package/dist/ui/icons/render/{calendar-browse.js → icon-calendar-browse.js} +3 -3
  138. package/dist/ui/icons/render/icon-calendar-browse.js.map +1 -0
  139. package/dist/ui/icons/render/{fullfield-bell.d.ts → icon-calendar-time.d.ts} +1 -1
  140. package/dist/ui/icons/render/icon-calendar-time.js +10 -0
  141. package/dist/ui/icons/render/icon-calendar-time.js.map +1 -0
  142. package/dist/ui/icons/render/icon-calendar.d.ts +1 -0
  143. package/dist/ui/icons/render/icon-calendar.js +9 -0
  144. package/dist/ui/icons/render/icon-calendar.js.map +1 -0
  145. package/dist/ui/icons/render/{File.d.ts → icon-cam.d.ts} +1 -1
  146. package/dist/ui/icons/render/icon-cam.js +10 -0
  147. package/dist/ui/icons/render/icon-cam.js.map +1 -0
  148. package/dist/ui/icons/render/{NavLeft.d.ts → icon-chalet.d.ts} +1 -1
  149. package/dist/ui/icons/render/{chalet.js → icon-chalet.js} +3 -3
  150. package/dist/ui/icons/render/icon-chalet.js.map +1 -0
  151. package/dist/ui/icons/render/{Globe.d.ts → icon-chat.d.ts} +1 -1
  152. package/dist/ui/icons/render/{chat.js → icon-chat.js} +3 -3
  153. package/dist/ui/icons/render/icon-chat.js.map +1 -0
  154. package/dist/ui/icons/render/{Microphone.d.ts → icon-check.d.ts} +1 -1
  155. package/dist/ui/icons/render/{Check.js → icon-check.js} +3 -3
  156. package/dist/ui/icons/render/icon-check.js.map +1 -0
  157. package/dist/ui/icons/render/{Home.d.ts → icon-checked.d.ts} +1 -1
  158. package/dist/ui/icons/render/{Checked.js → icon-checked.js} +3 -3
  159. package/dist/ui/icons/render/icon-checked.js.map +1 -0
  160. package/dist/ui/icons/render/{keyboard-right-arrow.d.ts → icon-circular-left-arrow.d.ts} +1 -1
  161. package/dist/ui/icons/render/{arrow-foward-left.js → icon-circular-left-arrow.js} +5 -5
  162. package/dist/ui/icons/render/icon-circular-left-arrow.js.map +1 -0
  163. package/dist/ui/icons/render/{interrogation-circle.d.ts → icon-circular-right-arrow.d.ts} +1 -1
  164. package/dist/ui/icons/render/{arrow-foward-right.js → icon-circular-right-arrow.js} +5 -5
  165. package/dist/ui/icons/render/icon-circular-right-arrow.js.map +1 -0
  166. package/dist/ui/icons/render/icon-clip.d.ts +2 -0
  167. package/dist/ui/icons/render/{clip.js → icon-clip.js} +3 -3
  168. package/dist/ui/icons/render/icon-clip.js.map +1 -0
  169. package/dist/ui/icons/render/icon-clock.d.ts +3 -0
  170. package/dist/ui/icons/render/{Clock.js → icon-clock.js} +5 -5
  171. package/dist/ui/icons/render/icon-clock.js.map +1 -0
  172. package/dist/ui/icons/render/{danger.d.ts → icon-close.d.ts} +1 -1
  173. package/dist/ui/icons/render/icon-close.js +10 -0
  174. package/dist/ui/icons/render/icon-close.js.map +1 -0
  175. package/dist/ui/icons/render/icon-codie.d.ts +2 -0
  176. package/dist/ui/icons/render/icon-codie.js +10 -0
  177. package/dist/ui/icons/render/icon-codie.js.map +1 -0
  178. package/dist/ui/icons/render/{Carousel-left-icon.d.ts → icon-computer.d.ts} +1 -1
  179. package/dist/ui/icons/render/{computer.js → icon-computer.js} +3 -3
  180. package/dist/ui/icons/render/icon-computer.js.map +1 -0
  181. package/dist/ui/icons/render/{YouTube.d.ts → icon-danger.d.ts} +1 -1
  182. package/dist/ui/icons/render/{danger.js → icon-danger.js} +3 -3
  183. package/dist/ui/icons/render/icon-danger.js.map +1 -0
  184. package/dist/ui/icons/render/icon-death.d.ts +2 -0
  185. package/dist/ui/icons/render/icon-death.js +10 -0
  186. package/dist/ui/icons/render/icon-death.js.map +1 -0
  187. package/dist/ui/icons/render/{diabets.d.ts → icon-delete.d.ts} +1 -1
  188. package/dist/ui/icons/render/{delete.js → icon-delete.js} +3 -3
  189. package/dist/ui/icons/render/icon-delete.js.map +1 -0
  190. package/dist/ui/icons/render/{computer.d.ts → icon-diabets.d.ts} +1 -1
  191. package/dist/ui/icons/render/icon-diabets.js +10 -0
  192. package/dist/ui/icons/render/icon-diabets.js.map +1 -0
  193. package/dist/ui/icons/render/icon-door.d.ts +2 -0
  194. package/dist/ui/icons/render/{door.js → icon-door.js} +3 -3
  195. package/dist/ui/icons/render/icon-door.js.map +1 -0
  196. package/dist/ui/icons/render/{Check.d.ts → icon-drop-file.d.ts} +1 -1
  197. package/dist/ui/icons/render/{drop-file.js → icon-drop-file.js} +3 -3
  198. package/dist/ui/icons/render/icon-drop-file.js.map +1 -0
  199. package/dist/ui/icons/render/icon-edit-image.d.ts +1 -0
  200. package/dist/ui/icons/render/icon-edit-image.js +9 -0
  201. package/dist/ui/icons/render/icon-edit-image.js.map +1 -0
  202. package/dist/ui/icons/render/icon-edit.d.ts +2 -0
  203. package/dist/ui/icons/render/{Edit.js → icon-edit.js} +3 -3
  204. package/dist/ui/icons/render/icon-edit.js.map +1 -0
  205. package/dist/ui/icons/render/icon-email.d.ts +3 -0
  206. package/dist/ui/icons/render/icon-email.js +15 -0
  207. package/dist/ui/icons/render/icon-email.js.map +1 -0
  208. package/dist/ui/icons/render/{calculator.d.ts → icon-empty-chat.d.ts} +1 -1
  209. package/dist/ui/icons/render/icon-empty-chat.js +10 -0
  210. package/dist/ui/icons/render/icon-empty-chat.js.map +1 -0
  211. package/dist/ui/icons/render/icon-equalizer.d.ts +3 -0
  212. package/dist/ui/icons/render/icon-equalizer.js +15 -0
  213. package/dist/ui/icons/render/icon-equalizer.js.map +1 -0
  214. package/dist/ui/icons/render/icon-excel.d.ts +2 -0
  215. package/dist/ui/icons/render/icon-excel.js +10 -0
  216. package/dist/ui/icons/render/icon-excel.js.map +1 -0
  217. package/dist/ui/icons/render/{arrow-to-right.d.ts → icon-exclamation.d.ts} +1 -1
  218. package/dist/ui/icons/render/{exclamation.js → icon-exclamation.js} +3 -3
  219. package/dist/ui/icons/render/icon-exclamation.js.map +1 -0
  220. package/dist/ui/icons/render/{Exit.js → icon-exit.js} +1 -1
  221. package/dist/ui/icons/render/icon-exit.js.map +1 -0
  222. package/dist/ui/icons/render/{empty-chat.d.ts → icon-eye-slash.d.ts} +1 -1
  223. package/dist/ui/icons/render/icon-eye-slash.js +10 -0
  224. package/dist/ui/icons/render/icon-eye-slash.js.map +1 -0
  225. package/dist/ui/icons/render/icon-eye.d.ts +2 -0
  226. package/dist/ui/icons/render/{Eye.js → icon-eye.js} +3 -3
  227. package/dist/ui/icons/render/icon-eye.js.map +1 -0
  228. package/dist/ui/icons/render/icon-facebook.d.ts +3 -0
  229. package/dist/ui/icons/render/icon-facebook.js +15 -0
  230. package/dist/ui/icons/render/icon-facebook.js.map +1 -0
  231. package/dist/ui/icons/render/icon-file.d.ts +2 -0
  232. package/dist/ui/icons/render/{File.js → icon-file.js} +3 -3
  233. package/dist/ui/icons/render/icon-file.js.map +1 -0
  234. package/dist/ui/icons/render/icon-folder.d.ts +2 -0
  235. package/dist/ui/icons/render/{Folder.js → icon-folder.js} +3 -3
  236. package/dist/ui/icons/render/icon-folder.js.map +1 -0
  237. package/dist/ui/icons/render/{calendar-browse.d.ts → icon-fullfield-bell.d.ts} +1 -1
  238. package/dist/ui/icons/render/{fullfield-bell.js → icon-fullfield-bell.js} +3 -3
  239. package/dist/ui/icons/render/icon-fullfield-bell.js.map +1 -0
  240. package/dist/ui/icons/render/icon-fullfield-chat.d.ts +2 -0
  241. package/dist/ui/icons/render/{fullfield-chat.js → icon-fullfield-chat.js} +3 -3
  242. package/dist/ui/icons/render/icon-fullfield-chat.js.map +1 -0
  243. package/dist/ui/icons/render/{Gear.js → icon-gear.js} +1 -1
  244. package/dist/ui/icons/render/icon-gear.js.map +1 -0
  245. package/dist/ui/icons/render/icon-gender.d.ts +2 -0
  246. package/dist/ui/icons/render/{gender.js → icon-gender.js} +3 -3
  247. package/dist/ui/icons/render/icon-gender.js.map +1 -0
  248. package/dist/ui/icons/render/icon-globe.d.ts +2 -0
  249. package/dist/ui/icons/render/{Globe.js → icon-globe.js} +3 -3
  250. package/dist/ui/icons/render/icon-globe.js.map +1 -0
  251. package/dist/ui/icons/render/icon-heart.d.ts +2 -0
  252. package/dist/ui/icons/render/{heart.js → icon-heart.js} +3 -3
  253. package/dist/ui/icons/render/icon-heart.js.map +1 -0
  254. package/dist/ui/icons/render/icon-home.d.ts +2 -0
  255. package/dist/ui/icons/render/icon-home.js +10 -0
  256. package/dist/ui/icons/render/icon-home.js.map +1 -0
  257. package/dist/ui/icons/render/{arrow-foward-right.d.ts → icon-hospitalization.d.ts} +1 -1
  258. package/dist/ui/icons/render/{hospitalization.js → icon-hospitalization.js} +3 -3
  259. package/dist/ui/icons/render/icon-hospitalization.js.map +1 -0
  260. package/dist/ui/icons/render/{fullfield-chat.d.ts → icon-hypertension.d.ts} +1 -1
  261. package/dist/ui/icons/render/{hypertension.js → icon-hypertension.js} +3 -3
  262. package/dist/ui/icons/render/icon-hypertension.js.map +1 -0
  263. package/dist/ui/icons/render/icon-info.d.ts +2 -0
  264. package/dist/ui/icons/render/{info.js → icon-info.js} +2 -2
  265. package/dist/ui/icons/render/icon-info.js.map +1 -0
  266. package/dist/ui/icons/render/icon-interrogation-circle.d.ts +2 -0
  267. package/dist/ui/icons/render/{interrogation-circle.js → icon-interrogation-circle.js} +3 -3
  268. package/dist/ui/icons/render/icon-interrogation-circle.js.map +1 -0
  269. package/dist/ui/icons/render/{edit-image.d.ts → icon-language.d.ts} +1 -1
  270. package/dist/ui/icons/render/icon-language.js +10 -0
  271. package/dist/ui/icons/render/icon-language.js.map +1 -0
  272. package/dist/ui/icons/render/icon-left-chevron.d.ts +1 -0
  273. package/dist/ui/icons/render/icon-left-chevron.js +9 -0
  274. package/dist/ui/icons/render/icon-left-chevron.js.map +1 -0
  275. package/dist/ui/icons/render/{transparent-mail.d.ts → icon-left-navigation.d.ts} +1 -1
  276. package/dist/ui/icons/render/icon-left-navigation.js +10 -0
  277. package/dist/ui/icons/render/icon-left-navigation.js.map +1 -0
  278. package/dist/ui/icons/render/icon-like.d.ts +2 -0
  279. package/dist/ui/icons/render/{like.js → icon-like.js} +3 -3
  280. package/dist/ui/icons/render/icon-like.js.map +1 -0
  281. package/dist/ui/icons/render/{NavRight.d.ts → icon-loading.d.ts} +1 -1
  282. package/dist/ui/icons/render/{loading.js → icon-loading.js} +3 -3
  283. package/dist/ui/icons/render/icon-loading.js.map +1 -0
  284. package/dist/ui/icons/render/icon-map-floor.d.ts +2 -0
  285. package/dist/ui/icons/render/icon-map-floor.js +10 -0
  286. package/dist/ui/icons/render/icon-map-floor.js.map +1 -0
  287. package/dist/ui/icons/render/{message-balloon.js → icon-message-balloon.js} +1 -1
  288. package/dist/ui/icons/render/icon-message-balloon.js.map +1 -0
  289. package/dist/ui/icons/render/icon-mobile.d.ts +2 -0
  290. package/dist/ui/icons/render/icon-mobile.js +10 -0
  291. package/dist/ui/icons/render/icon-mobile.js.map +1 -0
  292. package/dist/ui/icons/render/{keyboard-left-arrow.d.ts → icon-money-value-symbol.d.ts} +1 -1
  293. package/dist/ui/icons/render/{money-value-symbol.js → icon-money-value-symbol.js} +3 -3
  294. package/dist/ui/icons/render/icon-money-value-symbol.js.map +1 -0
  295. package/dist/ui/icons/render/icon-not-found.d.ts +2 -0
  296. package/dist/ui/icons/render/icon-not-found.js +10 -0
  297. package/dist/ui/icons/render/icon-not-found.js.map +1 -0
  298. package/dist/ui/icons/render/{arrow-top.d.ts → icon-not-like.d.ts} +1 -1
  299. package/dist/ui/icons/render/{not-like.js → icon-not-like.js} +3 -3
  300. package/dist/ui/icons/render/icon-not-like.js.map +1 -0
  301. package/dist/ui/icons/render/icon-padlock.d.ts +2 -0
  302. package/dist/ui/icons/render/{padlock.js → icon-padlock.js} +3 -3
  303. package/dist/ui/icons/render/icon-padlock.js.map +1 -0
  304. package/dist/ui/icons/render/icon-pdf.d.ts +2 -0
  305. package/dist/ui/icons/render/icon-pdf.js +10 -0
  306. package/dist/ui/icons/render/icon-pdf.js.map +1 -0
  307. package/dist/ui/icons/render/icon-person.d.ts +3 -0
  308. package/dist/ui/icons/render/{person.js → icon-person.js} +5 -5
  309. package/dist/ui/icons/render/icon-person.js.map +1 -0
  310. package/dist/ui/icons/render/icon-pet.d.ts +2 -0
  311. package/dist/ui/icons/render/icon-pet.js +10 -0
  312. package/dist/ui/icons/render/icon-pet.js.map +1 -0
  313. package/dist/ui/icons/render/icon-phone-message.d.ts +2 -0
  314. package/dist/ui/icons/render/icon-phone-message.js +10 -0
  315. package/dist/ui/icons/render/icon-phone-message.js.map +1 -0
  316. package/dist/ui/icons/render/{calendar-time.d.ts → icon-play-rounded.d.ts} +1 -1
  317. package/dist/ui/icons/render/{play-rounded.js → icon-play-rounded.js} +3 -3
  318. package/dist/ui/icons/render/icon-play-rounded.js.map +1 -0
  319. package/dist/ui/icons/render/{Carousel-right-icon.d.ts → icon-plus-sharp.d.ts} +1 -1
  320. package/dist/ui/icons/render/{plus-sharp.js → icon-plus-sharp.js} +3 -3
  321. package/dist/ui/icons/render/icon-plus-sharp.js.map +1 -0
  322. package/dist/ui/icons/render/icon-prev.d.ts +2 -0
  323. package/dist/ui/icons/render/{prev.js → icon-prev.js} +3 -3
  324. package/dist/ui/icons/render/icon-prev.js.map +1 -0
  325. package/dist/ui/icons/render/{print.js → icon-print.js} +1 -1
  326. package/dist/ui/icons/render/icon-print.js.map +1 -0
  327. package/dist/ui/icons/render/icon-right-chevron.d.ts +1 -0
  328. package/dist/ui/icons/render/icon-right-chevron.js +9 -0
  329. package/dist/ui/icons/render/icon-right-chevron.js.map +1 -0
  330. package/dist/ui/icons/render/{basic-bottom-arrow.d.ts → icon-right-navigation.d.ts} +1 -1
  331. package/dist/ui/icons/render/icon-right-navigation.js +10 -0
  332. package/dist/ui/icons/render/icon-right-navigation.js.map +1 -0
  333. package/dist/ui/icons/render/{hypertension.d.ts → icon-send-message.d.ts} +1 -1
  334. package/dist/ui/icons/render/{send-message.js → icon-send-message.js} +3 -3
  335. package/dist/ui/icons/render/icon-send-message.js.map +1 -0
  336. package/dist/ui/icons/render/icon-send.d.ts +2 -0
  337. package/dist/ui/icons/render/{arrow-forward.js → icon-send.js} +6 -6
  338. package/dist/ui/icons/render/icon-send.js.map +1 -0
  339. package/dist/ui/icons/render/icon-seo.d.ts +2 -0
  340. package/dist/ui/icons/render/icon-seo.js +10 -0
  341. package/dist/ui/icons/render/icon-seo.js.map +1 -0
  342. package/dist/ui/icons/render/icon-share-v2.d.ts +2 -0
  343. package/dist/ui/icons/render/{share-v2.js → icon-share-v2.js} +3 -3
  344. package/dist/ui/icons/render/icon-share-v2.js.map +1 -0
  345. package/dist/ui/icons/render/icon-shopping.d.ts +3 -0
  346. package/dist/ui/icons/render/{shopping.js → icon-shopping.js} +5 -5
  347. package/dist/ui/icons/render/icon-shopping.js.map +1 -0
  348. package/dist/ui/icons/render/icon-star.d.ts +2 -0
  349. package/dist/ui/icons/render/{star.js → icon-star.js} +3 -3
  350. package/dist/ui/icons/render/icon-star.js.map +1 -0
  351. package/dist/ui/icons/render/icon-starBg.d.ts +2 -0
  352. package/dist/ui/icons/render/{starBg.js → icon-starBg.js} +3 -3
  353. package/dist/ui/icons/render/icon-starBg.js.map +1 -0
  354. package/dist/ui/icons/render/icon-three-dots.d.ts +2 -0
  355. package/dist/ui/icons/render/icon-three-dots.js +10 -0
  356. package/dist/ui/icons/render/icon-three-dots.js.map +1 -0
  357. package/dist/ui/icons/render/icon-top-chevron.d.ts +1 -0
  358. package/dist/ui/icons/render/icon-top-chevron.js +9 -0
  359. package/dist/ui/icons/render/icon-top-chevron.js.map +1 -0
  360. package/dist/ui/icons/render/icon-top-navigation.d.ts +2 -0
  361. package/dist/ui/icons/render/icon-top-navigation.js +10 -0
  362. package/dist/ui/icons/render/icon-top-navigation.js.map +1 -0
  363. package/dist/ui/icons/render/{basic-left-arrow.d.ts → icon-transparent-mail.d.ts} +1 -1
  364. package/dist/ui/icons/render/{transparent-mail.js → icon-transparent-mail.js} +3 -3
  365. package/dist/ui/icons/render/icon-transparent-mail.js.map +1 -0
  366. package/dist/ui/icons/render/icon-transparent-phone.d.ts +2 -0
  367. package/dist/ui/icons/render/icon-transparent-phone.js +10 -0
  368. package/dist/ui/icons/render/icon-transparent-phone.js.map +1 -0
  369. package/dist/ui/icons/render/icon-twitter.d.ts +3 -0
  370. package/dist/ui/icons/render/icon-twitter.js +15 -0
  371. package/dist/ui/icons/render/icon-twitter.js.map +1 -0
  372. package/dist/ui/icons/render/icon-upload.d.ts +2 -0
  373. package/dist/ui/icons/render/{upload.js → icon-upload.js} +3 -3
  374. package/dist/ui/icons/render/icon-upload.js.map +1 -0
  375. package/dist/ui/icons/render/icon-user.d.ts +3 -0
  376. package/dist/ui/icons/render/{user.js → icon-user.js} +5 -5
  377. package/dist/ui/icons/render/icon-user.js.map +1 -0
  378. package/dist/ui/icons/render/icon-weight.d.ts +2 -0
  379. package/dist/ui/icons/render/icon-weight.js +10 -0
  380. package/dist/ui/icons/render/icon-weight.js.map +1 -0
  381. package/dist/ui/icons/render/icon-whats.d.ts +3 -0
  382. package/dist/ui/icons/render/icon-whats.js +15 -0
  383. package/dist/ui/icons/render/icon-whats.js.map +1 -0
  384. package/dist/ui/icons/render/{word.js → icon-word.js} +1 -1
  385. package/dist/ui/icons/render/icon-word.js.map +1 -0
  386. package/dist/ui/icons/render/image.d.ts +1 -1
  387. package/dist/ui/icons/render/image.js +2 -2
  388. package/dist/ui/icons/render/image.js.map +1 -1
  389. package/package.json +4 -1
  390. package/dist/ui/icons/render/Carousel-left-icon.js +0 -10
  391. package/dist/ui/icons/render/Carousel-left-icon.js.map +0 -1
  392. package/dist/ui/icons/render/Carousel-right-icon.js +0 -10
  393. package/dist/ui/icons/render/Carousel-right-icon.js.map +0 -1
  394. package/dist/ui/icons/render/Check.js.map +0 -1
  395. package/dist/ui/icons/render/Checked.js.map +0 -1
  396. package/dist/ui/icons/render/Clock.d.ts +0 -3
  397. package/dist/ui/icons/render/Clock.js.map +0 -1
  398. package/dist/ui/icons/render/Close.js +0 -10
  399. package/dist/ui/icons/render/Close.js.map +0 -1
  400. package/dist/ui/icons/render/Codie.js +0 -10
  401. package/dist/ui/icons/render/Codie.js.map +0 -1
  402. package/dist/ui/icons/render/Edit.js.map +0 -1
  403. package/dist/ui/icons/render/Email.d.ts +0 -3
  404. package/dist/ui/icons/render/Email.js +0 -15
  405. package/dist/ui/icons/render/Email.js.map +0 -1
  406. package/dist/ui/icons/render/Exit.js.map +0 -1
  407. package/dist/ui/icons/render/Eye.d.ts +0 -2
  408. package/dist/ui/icons/render/Eye.js.map +0 -1
  409. package/dist/ui/icons/render/Facebook.d.ts +0 -3
  410. package/dist/ui/icons/render/Facebook.js +0 -15
  411. package/dist/ui/icons/render/Facebook.js.map +0 -1
  412. package/dist/ui/icons/render/File.js.map +0 -1
  413. package/dist/ui/icons/render/Folder.js.map +0 -1
  414. package/dist/ui/icons/render/Gear.js.map +0 -1
  415. package/dist/ui/icons/render/Globe.js.map +0 -1
  416. package/dist/ui/icons/render/Home.js +0 -10
  417. package/dist/ui/icons/render/Home.js.map +0 -1
  418. package/dist/ui/icons/render/Insagram.d.ts +0 -3
  419. package/dist/ui/icons/render/Insagram.js +0 -15
  420. package/dist/ui/icons/render/Insagram.js.map +0 -1
  421. package/dist/ui/icons/render/Linkedin.d.ts +0 -3
  422. package/dist/ui/icons/render/Linkedin.js +0 -15
  423. package/dist/ui/icons/render/Linkedin.js.map +0 -1
  424. package/dist/ui/icons/render/LongArrowRight.d.ts +0 -2
  425. package/dist/ui/icons/render/LongArrowRight.js +0 -11
  426. package/dist/ui/icons/render/LongArrowRight.js.map +0 -1
  427. package/dist/ui/icons/render/Lupa.js +0 -10
  428. package/dist/ui/icons/render/Lupa.js.map +0 -1
  429. package/dist/ui/icons/render/Map.d.ts +0 -2
  430. package/dist/ui/icons/render/Map.js.map +0 -1
  431. package/dist/ui/icons/render/Microphone.js.map +0 -1
  432. package/dist/ui/icons/render/Minus.d.ts +0 -2
  433. package/dist/ui/icons/render/Minus.js.map +0 -1
  434. package/dist/ui/icons/render/NavDown.d.ts +0 -3
  435. package/dist/ui/icons/render/NavDown.js +0 -15
  436. package/dist/ui/icons/render/NavDown.js.map +0 -1
  437. package/dist/ui/icons/render/NavLeft.js +0 -10
  438. package/dist/ui/icons/render/NavLeft.js.map +0 -1
  439. package/dist/ui/icons/render/NavRight.js +0 -10
  440. package/dist/ui/icons/render/NavRight.js.map +0 -1
  441. package/dist/ui/icons/render/NavUp.d.ts +0 -2
  442. package/dist/ui/icons/render/NavUp.js +0 -10
  443. package/dist/ui/icons/render/NavUp.js.map +0 -1
  444. package/dist/ui/icons/render/Phone.d.ts +0 -3
  445. package/dist/ui/icons/render/Phone.js +0 -15
  446. package/dist/ui/icons/render/Phone.js.map +0 -1
  447. package/dist/ui/icons/render/Pin.d.ts +0 -4
  448. package/dist/ui/icons/render/Pin.js.map +0 -1
  449. package/dist/ui/icons/render/Play.d.ts +0 -2
  450. package/dist/ui/icons/render/Play.js +0 -10
  451. package/dist/ui/icons/render/Play.js.map +0 -1
  452. package/dist/ui/icons/render/Plus.d.ts +0 -2
  453. package/dist/ui/icons/render/Plus.js +0 -10
  454. package/dist/ui/icons/render/Plus.js.map +0 -1
  455. package/dist/ui/icons/render/Share.d.ts +0 -2
  456. package/dist/ui/icons/render/Share.js +0 -10
  457. package/dist/ui/icons/render/Share.js.map +0 -1
  458. package/dist/ui/icons/render/TikTok.js +0 -10
  459. package/dist/ui/icons/render/TikTok.js.map +0 -1
  460. package/dist/ui/icons/render/Twitter.d.ts +0 -3
  461. package/dist/ui/icons/render/Twitter.js +0 -15
  462. package/dist/ui/icons/render/Twitter.js.map +0 -1
  463. package/dist/ui/icons/render/YouTube.js +0 -10
  464. package/dist/ui/icons/render/YouTube.js.map +0 -1
  465. package/dist/ui/icons/render/arrow-bottom.js +0 -10
  466. package/dist/ui/icons/render/arrow-bottom.js.map +0 -1
  467. package/dist/ui/icons/render/arrow-forward.d.ts +0 -2
  468. package/dist/ui/icons/render/arrow-forward.js.map +0 -1
  469. package/dist/ui/icons/render/arrow-foward-left.js.map +0 -1
  470. package/dist/ui/icons/render/arrow-foward-right.js.map +0 -1
  471. package/dist/ui/icons/render/arrow-to-right.js +0 -10
  472. package/dist/ui/icons/render/arrow-to-right.js.map +0 -1
  473. package/dist/ui/icons/render/arrow-top.js +0 -10
  474. package/dist/ui/icons/render/arrow-top.js.map +0 -1
  475. package/dist/ui/icons/render/basic-bottom-arrow.js +0 -10
  476. package/dist/ui/icons/render/basic-bottom-arrow.js.map +0 -1
  477. package/dist/ui/icons/render/basic-left-arrow.js +0 -10
  478. package/dist/ui/icons/render/basic-left-arrow.js.map +0 -1
  479. package/dist/ui/icons/render/basic-right-arrow.js +0 -10
  480. package/dist/ui/icons/render/basic-right-arrow.js.map +0 -1
  481. package/dist/ui/icons/render/block.d.ts +0 -2
  482. package/dist/ui/icons/render/block.js.map +0 -1
  483. package/dist/ui/icons/render/box.d.ts +0 -2
  484. package/dist/ui/icons/render/box.js.map +0 -1
  485. package/dist/ui/icons/render/calculator.js.map +0 -1
  486. package/dist/ui/icons/render/calendar-browse.js.map +0 -1
  487. package/dist/ui/icons/render/calendar-time.js +0 -10
  488. package/dist/ui/icons/render/calendar-time.js.map +0 -1
  489. package/dist/ui/icons/render/calendar.js +0 -10
  490. package/dist/ui/icons/render/calendar.js.map +0 -1
  491. package/dist/ui/icons/render/cam.d.ts +0 -2
  492. package/dist/ui/icons/render/cam.js +0 -10
  493. package/dist/ui/icons/render/cam.js.map +0 -1
  494. package/dist/ui/icons/render/chalet.js.map +0 -1
  495. package/dist/ui/icons/render/chat.d.ts +0 -2
  496. package/dist/ui/icons/render/chat.js.map +0 -1
  497. package/dist/ui/icons/render/clip.d.ts +0 -2
  498. package/dist/ui/icons/render/clip.js.map +0 -1
  499. package/dist/ui/icons/render/computer.js.map +0 -1
  500. package/dist/ui/icons/render/danger.js.map +0 -1
  501. package/dist/ui/icons/render/death.d.ts +0 -2
  502. package/dist/ui/icons/render/death.js +0 -10
  503. package/dist/ui/icons/render/death.js.map +0 -1
  504. package/dist/ui/icons/render/delete.d.ts +0 -2
  505. package/dist/ui/icons/render/delete.js.map +0 -1
  506. package/dist/ui/icons/render/diabets.js +0 -10
  507. package/dist/ui/icons/render/diabets.js.map +0 -1
  508. package/dist/ui/icons/render/door.d.ts +0 -2
  509. package/dist/ui/icons/render/door.js.map +0 -1
  510. package/dist/ui/icons/render/drop-file.d.ts +0 -2
  511. package/dist/ui/icons/render/drop-file.js.map +0 -1
  512. package/dist/ui/icons/render/edit-image.js +0 -10
  513. package/dist/ui/icons/render/edit-image.js.map +0 -1
  514. package/dist/ui/icons/render/empty-chat.js +0 -10
  515. package/dist/ui/icons/render/empty-chat.js.map +0 -1
  516. package/dist/ui/icons/render/equalizer.d.ts +0 -3
  517. package/dist/ui/icons/render/equalizer.js +0 -15
  518. package/dist/ui/icons/render/equalizer.js.map +0 -1
  519. package/dist/ui/icons/render/excel.d.ts +0 -1
  520. package/dist/ui/icons/render/excel.js +0 -9
  521. package/dist/ui/icons/render/excel.js.map +0 -1
  522. package/dist/ui/icons/render/exclamation.d.ts +0 -2
  523. package/dist/ui/icons/render/exclamation.js.map +0 -1
  524. package/dist/ui/icons/render/eye-off.d.ts +0 -2
  525. package/dist/ui/icons/render/eye-off.js +0 -10
  526. package/dist/ui/icons/render/eye-off.js.map +0 -1
  527. package/dist/ui/icons/render/fullfield-bell.js.map +0 -1
  528. package/dist/ui/icons/render/fullfield-chat.js.map +0 -1
  529. package/dist/ui/icons/render/gender.d.ts +0 -2
  530. package/dist/ui/icons/render/gender.js.map +0 -1
  531. package/dist/ui/icons/render/heart.d.ts +0 -2
  532. package/dist/ui/icons/render/heart.js.map +0 -1
  533. package/dist/ui/icons/render/hospitalization.d.ts +0 -2
  534. package/dist/ui/icons/render/hospitalization.js.map +0 -1
  535. package/dist/ui/icons/render/hut.d.ts +0 -2
  536. package/dist/ui/icons/render/hut.js +0 -10
  537. package/dist/ui/icons/render/hut.js.map +0 -1
  538. package/dist/ui/icons/render/hypertension.js.map +0 -1
  539. package/dist/ui/icons/render/info.d.ts +0 -2
  540. package/dist/ui/icons/render/info.js.map +0 -1
  541. package/dist/ui/icons/render/interrogation-circle.js.map +0 -1
  542. package/dist/ui/icons/render/keyboard-left-arrow.js +0 -10
  543. package/dist/ui/icons/render/keyboard-left-arrow.js.map +0 -1
  544. package/dist/ui/icons/render/keyboard-right-arrow.js +0 -10
  545. package/dist/ui/icons/render/keyboard-right-arrow.js.map +0 -1
  546. package/dist/ui/icons/render/language.d.ts +0 -2
  547. package/dist/ui/icons/render/language.js +0 -10
  548. package/dist/ui/icons/render/language.js.map +0 -1
  549. package/dist/ui/icons/render/like.d.ts +0 -2
  550. package/dist/ui/icons/render/like.js.map +0 -1
  551. package/dist/ui/icons/render/loading.js.map +0 -1
  552. package/dist/ui/icons/render/map-floor.d.ts +0 -2
  553. package/dist/ui/icons/render/map-floor.js +0 -10
  554. package/dist/ui/icons/render/map-floor.js.map +0 -1
  555. package/dist/ui/icons/render/message-balloon.js.map +0 -1
  556. package/dist/ui/icons/render/mobile.d.ts +0 -2
  557. package/dist/ui/icons/render/mobile.js +0 -10
  558. package/dist/ui/icons/render/mobile.js.map +0 -1
  559. package/dist/ui/icons/render/money-value-symbol.d.ts +0 -2
  560. package/dist/ui/icons/render/money-value-symbol.js.map +0 -1
  561. package/dist/ui/icons/render/next.d.ts +0 -2
  562. package/dist/ui/icons/render/next.js +0 -10
  563. package/dist/ui/icons/render/next.js.map +0 -1
  564. package/dist/ui/icons/render/not-found.d.ts +0 -2
  565. package/dist/ui/icons/render/not-found.js +0 -10
  566. package/dist/ui/icons/render/not-found.js.map +0 -1
  567. package/dist/ui/icons/render/not-like.d.ts +0 -2
  568. package/dist/ui/icons/render/not-like.js.map +0 -1
  569. package/dist/ui/icons/render/padlock.d.ts +0 -2
  570. package/dist/ui/icons/render/padlock.js.map +0 -1
  571. package/dist/ui/icons/render/pdf.d.ts +0 -2
  572. package/dist/ui/icons/render/pdf.js +0 -10
  573. package/dist/ui/icons/render/pdf.js.map +0 -1
  574. package/dist/ui/icons/render/person.d.ts +0 -3
  575. package/dist/ui/icons/render/person.js.map +0 -1
  576. package/dist/ui/icons/render/pet.d.ts +0 -2
  577. package/dist/ui/icons/render/pet.js +0 -10
  578. package/dist/ui/icons/render/pet.js.map +0 -1
  579. package/dist/ui/icons/render/phone-message.d.ts +0 -2
  580. package/dist/ui/icons/render/phone-message.js +0 -10
  581. package/dist/ui/icons/render/phone-message.js.map +0 -1
  582. package/dist/ui/icons/render/play-rounded.d.ts +0 -2
  583. package/dist/ui/icons/render/play-rounded.js.map +0 -1
  584. package/dist/ui/icons/render/plus-sharp.d.ts +0 -2
  585. package/dist/ui/icons/render/plus-sharp.js.map +0 -1
  586. package/dist/ui/icons/render/prev.d.ts +0 -2
  587. package/dist/ui/icons/render/prev.js.map +0 -1
  588. package/dist/ui/icons/render/print.js.map +0 -1
  589. package/dist/ui/icons/render/send-icon.d.ts +0 -2
  590. package/dist/ui/icons/render/send-icon.js +0 -10
  591. package/dist/ui/icons/render/send-icon.js.map +0 -1
  592. package/dist/ui/icons/render/send-message.js.map +0 -1
  593. package/dist/ui/icons/render/seo.d.ts +0 -2
  594. package/dist/ui/icons/render/seo.js +0 -10
  595. package/dist/ui/icons/render/seo.js.map +0 -1
  596. package/dist/ui/icons/render/share-v2.d.ts +0 -2
  597. package/dist/ui/icons/render/share-v2.js.map +0 -1
  598. package/dist/ui/icons/render/shopping.d.ts +0 -3
  599. package/dist/ui/icons/render/shopping.js.map +0 -1
  600. package/dist/ui/icons/render/star.d.ts +0 -2
  601. package/dist/ui/icons/render/star.js.map +0 -1
  602. package/dist/ui/icons/render/starBg.d.ts +0 -2
  603. package/dist/ui/icons/render/starBg.js.map +0 -1
  604. package/dist/ui/icons/render/three-dots.d.ts +0 -2
  605. package/dist/ui/icons/render/three-dots.js +0 -10
  606. package/dist/ui/icons/render/three-dots.js.map +0 -1
  607. package/dist/ui/icons/render/transparent-mail.js.map +0 -1
  608. package/dist/ui/icons/render/transparent-phone.d.ts +0 -2
  609. package/dist/ui/icons/render/transparent-phone.js +0 -10
  610. package/dist/ui/icons/render/transparent-phone.js.map +0 -1
  611. package/dist/ui/icons/render/upload.d.ts +0 -2
  612. package/dist/ui/icons/render/upload.js.map +0 -1
  613. package/dist/ui/icons/render/user.d.ts +0 -3
  614. package/dist/ui/icons/render/user.js.map +0 -1
  615. package/dist/ui/icons/render/weight.d.ts +0 -2
  616. package/dist/ui/icons/render/weight.js +0 -10
  617. package/dist/ui/icons/render/weight.js.map +0 -1
  618. package/dist/ui/icons/render/whats.d.ts +0 -3
  619. package/dist/ui/icons/render/whats.js +0 -15
  620. package/dist/ui/icons/render/whats.js.map +0 -1
  621. package/dist/ui/icons/render/word.js.map +0 -1
  622. /package/dist/ui/icons/render/{Exit.d.ts → icon-exit.d.ts} +0 -0
  623. /package/dist/ui/icons/render/{Gear.d.ts → icon-gear.d.ts} +0 -0
  624. /package/dist/ui/icons/render/{message-balloon.d.ts → icon-message-balloon.d.ts} +0 -0
  625. /package/dist/ui/icons/render/{print.d.ts → icon-print.d.ts} +0 -0
  626. /package/dist/ui/icons/render/{word.d.ts → icon-word.d.ts} +0 -0
@@ -1 +0,0 @@
1
- {"version":3,"file":"print.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/print.tsx"],"names":[],"mappings":";;;;AAAA,SAAgB,SAAS;IACvB,OAAO,CACL,iCACE,KAAK,EAAC,4BAA4B,EAClC,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,MAAM,EAAC,cAAc,EACrB,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,aAEtB,iCAAM,MAAM,EAAC,MAAM,EAAC,CAAC,EAAC,eAAe,EAAC,IAAI,EAAC,MAAM,GAAG,EACpD,iCAAM,CAAC,EAAC,iFAAiF,GAAG,EAC5F,iCAAM,CAAC,EAAC,8CAA8C,GAAG,EACzD,iCAAM,CAAC,EAAC,+EAA+E,GAAG,IACtF,CACP,CAAA;AACH,CAAC;AAjBD,8BAiBC"}
@@ -1,2 +0,0 @@
1
- import { IIcon } from '../interfaces.js';
2
- export declare function IconSend({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,10 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.IconSend = void 0;
4
- var jsx_runtime_1 = require("react/jsx-runtime");
5
- function IconSend(_a) {
6
- var fill = _a.fill;
7
- return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '24', height: '25', viewBox: '0 0 24 25', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { d: 'M12 2.604C17.52 2.604 22 7.084 22 12.604C22 18.124 17.52 22.604 12 22.604C6.48 22.604 2 18.124 2 12.604C2 7.084 6.48 2.604 12 2.604ZM12 11.604H8V13.604H12V16.604L16 12.604L12 8.604V11.604Z', fill: fill }) }));
8
- }
9
- exports.IconSend = IconSend;
10
- //# sourceMappingURL=send-icon.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"send-icon.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/send-icon.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,QAAQ,CAAC,EAAe;QAAb,IAAI,UAAA;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,8LAA8L,EAChM,IAAI,EAAE,IAAI,GACV,GACE,CACP,CAAA;AACH,CAAC;AATD,4BASC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"send-message.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/send-message.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,eAAe,CAAC,EAAe;QAAb,IAAI,UAAA;IACpC,OAAO,CACL,gCAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,YAC5F,iCACE,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,stBAAstB,EACxtB,IAAI,EAAE,IAAI,GACV,GACE,CACP,CAAA;AACH,CAAC;AAXD,0CAWC"}
@@ -1,2 +0,0 @@
1
- import { IIcon } from '../interfaces.js';
2
- export declare function SeoIcon({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,10 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SeoIcon = void 0;
4
- var jsx_runtime_1 = require("react/jsx-runtime");
5
- function SeoIcon(_a) {
6
- var fill = _a.fill;
7
- return ((0, jsx_runtime_1.jsx)("svg", { version: '1.1', x: '0px', y: '0px', viewBox: '0 0 100 125', "enable-background": 'new 0 0 100 100', fill: fill, children: (0, jsx_runtime_1.jsxs)("g", { children: [(0, jsx_runtime_1.jsx)("path", { d: 'M89.43,87.88h-1.79V41.8c0-1.72-0.699-3.29-1.84-4.42c-1.13-1.14-2.7-1.84-4.42-1.85h-9.6c-0.45,0-0.811,0.37-0.811,0.82 c0,0.45,0.36,0.81,0.811,0.81h9.59c1.28,0,2.439,0.52,3.28,1.36c0.84,0.84,1.359,2,1.359,3.27v46.09H60.36 c-0.061,0-0.11,0-0.17,0.01C60.17,87.9,60.15,87.9,60.14,87.91c-0.029,0.01-0.069,0.02-0.1,0.03c-0.03,0.01-0.05,0.02-0.07,0.04 C59.95,87.99,59.92,88,59.9,88.01c-0.04,0.03-0.091,0.07-0.12,0.11l-3.07,3.07H43.3l-3.08-3.07c-0.02-0.03-0.04-0.04-0.06-0.061 c-0.02-0.02-0.04-0.029-0.06-0.05c-0.03-0.02-0.06-0.029-0.09-0.05c-0.02-0.01-0.03-0.02-0.05-0.02 c-0.04-0.021-0.08-0.03-0.11-0.04c-0.02,0-0.03,0-0.04-0.011c-0.05-0.01-0.11-0.01-0.16-0.01H13.99V41.8c0-0.01,0-0.01,0-0.01 c0-2.55,2.08-4.63,4.64-4.63c0,0,0,0,0.01,0h9.9c0.45,0,0.82-0.36,0.82-0.81c0-0.45-0.37-0.82-0.82-0.82h-9.91 c-0.01,0-0.01,0-0.01,0c-3.45,0.01-6.26,2.82-6.26,6.27v46.08h-1.79c-1.78,0-3.22,1.44-3.22,3.22v1.811c0,1.77,1.44,3.22,3.22,3.22 h78.86c1.771,0,3.221-1.439,3.221-3.22V91.1C92.65,89.32,91.2,87.88,89.43,87.88z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M19.613,82.431V42.61h7.521c0.45,0,0.813-0.365,0.813-0.814s-0.363-0.814-0.813-0.814H18.8 c-0.448,0-0.813,0.365-0.813,0.814v41.449c0,0.449,0.365,0.814,0.813,0.814h62.4c0.448,0,0.813-0.365,0.813-0.814V41.796 c0-0.449-0.365-0.814-0.813-0.814h-8.535c-0.449,0-0.813,0.365-0.813,0.814c0,0.45,0.364,0.814,0.813,0.814h7.722v39.82H19.613z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M39.396,56.351h0.135c0.449,0,0.814-0.365,0.814-0.813c0-0.45-0.365-0.813-0.814-0.813h-0.135 c-4.816,0-8.735,3.918-8.735,8.736c0,4.816,3.919,8.736,8.735,8.736c0.619,0,1.231-0.065,1.83-0.191 c2.056,3.164,5.598,5.105,9.393,5.105c5.029,0,9.434-3.387,10.773-8.162c0.389,0.064,0.781,0.101,1.178,0.101 c3.949,0,7.164-3.213,7.164-7.161c0-3.951-3.213-7.164-7.164-7.164h-1.531c-0.449,0-0.814,0.363-0.814,0.813 c0,0.448,0.365,0.813,0.814,0.813h1.531c3.054,0,5.535,2.482,5.535,5.535c0,3.051-2.481,5.534-5.535,5.534 c-0.528,0-1.051-0.073-1.551-0.221c-2.346-0.683-3.982-2.867-3.982-5.313c0-0.101,0.004-0.201,0.01-0.305 c0.021-0.447-0.322-0.831-0.771-0.855c-0.449-0.021-0.832,0.322-0.854,0.772c-0.006,0.129-0.011,0.259-0.011,0.388 c0,2.904,1.783,5.521,4.419,6.616c-1.146,4.083-4.909,6.979-9.209,6.979c-3.42,0-6.603-1.848-8.306-4.817 c-0.824-1.438-1.26-3.08-1.26-4.748c0-0.955,0.141-1.897,0.416-2.803c0.133-0.431-0.109-0.886-0.539-1.017 c-0.432-0.132-0.887,0.11-1.019,0.541c-0.323,1.06-0.487,2.161-0.487,3.277c0,1.583,0.336,3.146,0.979,4.58 c-0.331,0.047-0.668,0.07-1.006,0.07c-3.92,0-7.107-3.188-7.107-7.107C32.289,59.54,35.479,56.351,39.396,56.351z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M29.15,52.75h6.62c0.2,0,0.39-0.07,0.54-0.21l4.36-3.87h5.02c0.01,0,0.01,0,0.01,0h13.63l4.36,3.87 c0.149,0.13,0.34,0.21,0.54,0.21h6.609c0.45,0,0.82-0.37,0.82-0.82c0-16.39-7.82-21.2-11.71-22.58c-0.66-6.73-2.04-12.52-4.12-17.3 c-2.55-5.86-5.23-7.93-5.34-8.01c-0.29-0.22-0.69-0.22-0.98,0c-0.11,0.08-2.8,2.15-5.34,8.01c-2.08,4.78-3.46,10.57-4.13,17.3 c-3.88,1.38-11.7,6.19-11.7,22.58C28.34,52.38,28.7,52.75,29.15,52.75z M70.03,51.12h-5.49l-2.9-2.58 c0.891-0.31,1.54-1.16,1.54-2.16v-1.45c-0.01-1.26-1.029-2.29-2.29-2.29h-0.46v-3.23c0-2.88-0.109-5.63-0.31-8.25 C63.72,32.7,69.79,37.34,70.03,51.12z M52.51,24.07c0,1.39-1.13,2.51-2.51,2.51c-1.39,0-2.51-1.12-2.51-2.51 c0-1.39,1.12-2.51,2.51-2.51C51.38,21.56,52.51,22.68,52.51,24.07z M45.96,12.02c0.06-0.11,0.11-0.22,0.16-0.33 c0.05-0.11,0.11-0.22,0.16-0.33c0.05-0.11,0.1-0.22,0.16-0.32c0.05-0.1,0.1-0.21,0.15-0.3c0.06-0.11,0.11-0.21,0.16-0.31 c0.05-0.09,0.1-0.19,0.15-0.28c0.06-0.1,0.11-0.19,0.16-0.29c0.05-0.08,0.1-0.17,0.15-0.25c0.05-0.1,0.1-0.19,0.16-0.28 c0.04-0.08,0.09-0.16,0.14-0.23c0.05-0.09,0.1-0.17,0.16-0.26c0.04-0.07,0.08-0.14,0.13-0.21c0.05-0.08,0.1-0.16,0.15-0.24 c0.05-0.07,0.09-0.14,0.13-0.2c0.06-0.07,0.11-0.15,0.16-0.22c0.04-0.06,0.08-0.12,0.12-0.18c0.05-0.07,0.1-0.14,0.15-0.21 c0.04-0.05,0.07-0.1,0.11-0.16c0.05-0.06,0.1-0.13,0.15-0.19c0.03-0.05,0.07-0.09,0.11-0.14c0.04-0.06,0.09-0.12,0.13-0.18 c0.04-0.04,0.07-0.08,0.1-0.12c0.05-0.06,0.09-0.11,0.13-0.16c0.04-0.04,0.07-0.08,0.1-0.11c0.04-0.05,0.08-0.1,0.12-0.15 c0.03-0.03,0.06-0.06,0.08-0.09c0.04-0.04,0.08-0.09,0.12-0.13c0.02-0.03,0.04-0.05,0.06-0.07c0.1-0.11,0.2-0.21,0.28-0.29 c0.08,0.08,0.18,0.18,0.28,0.29c0.02,0.02,0.04,0.04,0.06,0.07c0.04,0.04,0.08,0.09,0.12,0.14c0.03,0.02,0.05,0.05,0.08,0.08 c0.04,0.05,0.08,0.1,0.12,0.15c0.03,0.04,0.06,0.07,0.09,0.11c0.05,0.05,0.09,0.11,0.14,0.16l0.091,0.12 c0.05,0.06,0.1,0.12,0.149,0.18c0.03,0.05,0.061,0.09,0.101,0.14c0.05,0.06,0.1,0.13,0.149,0.2c0.04,0.05,0.07,0.1,0.11,0.15 c0.05,0.07,0.1,0.14,0.149,0.21c0.04,0.06,0.08,0.12,0.12,0.17c0.05,0.08,0.101,0.16,0.16,0.24c0.04,0.06,0.08,0.12,0.12,0.18 c0.05,0.08,0.1,0.17,0.16,0.25c0.04,0.07,0.09,0.14,0.13,0.2c0.05,0.09,0.11,0.18,0.16,0.27c0.05,0.08,0.09,0.15,0.13,0.23 c0.06,0.09,0.12,0.18,0.17,0.28c0.05,0.08,0.09,0.16,0.14,0.24c0.061,0.1,0.11,0.2,0.17,0.31c0.051,0.08,0.091,0.17,0.141,0.26 c0.06,0.1,0.109,0.21,0.17,0.32c0.05,0.09,0.09,0.19,0.14,0.28c0.061,0.11,0.12,0.23,0.17,0.34c0.05,0.1,0.101,0.21,0.15,0.31 c0.05,0.12,0.11,0.23,0.17,0.35c0,0.01,0,0.02,0.01,0.03c-1.24,0.68-2.62,1.04-4.05,1.04c-1.43,0-2.81-0.36-4.05-1.04 C45.96,12.04,45.96,12.03,45.96,12.02z M60.88,44.27c0.37,0,0.67,0.3,0.67,0.66v1.45c0,0.37-0.3,0.66-0.67,0.66H39.11 c-0.36,0-0.66-0.29-0.66-0.65v-1.46c0-0.36,0.3-0.66,0.66-0.66H60.88z M39.88,31.16c-0.2,2.62-0.31,5.37-0.31,8.25v3.23h-0.46 c-1.26,0-2.28,1.03-2.28,2.29v1.45c0,1,0.64,1.85,1.53,2.16l-2.9,2.58h-5.48C30.21,37.34,36.28,32.7,39.88,31.16z' })] }) }));
8
- }
9
- exports.SeoIcon = SeoIcon;
10
- //# sourceMappingURL=seo.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"seo.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/seo.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,OAAO,CAAC,EAAe;QAAb,IAAI,UAAA;IAC5B,OAAO,CACL,gCAAK,OAAO,EAAC,KAAK,EAAC,CAAC,EAAC,KAAK,EAAC,CAAC,EAAC,KAAK,EAAC,OAAO,EAAC,aAAa,uBAAmB,iBAAiB,EAAC,IAAI,EAAE,IAAI,YACrG,0CACE,iCAAM,CAAC,EAAC,w/BAAw/B,GAAG,EACngC,iCAAM,CAAC,EAAC,8UAA8U,GAAG,EACzV,iCAAM,CAAC,EAAC,moCAAmoC,GAAG,EAC9oC,iCAAM,CAAC,EAAC,m3FAAm3F,GAAG,IAC53F,GACA,CACP,CAAA;AACH,CAAC;AAXD,0BAWC"}
@@ -1,2 +0,0 @@
1
- import { IIcon } from '../interfaces.js';
2
- export declare function IconShareV2({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1 +0,0 @@
1
- {"version":3,"file":"share-v2.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/share-v2.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,WAAW,CAAC,EAAe;QAAb,IAAI,UAAA;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,CAAC,EAAC,syCAAsyC,EACxyC,IAAI,EAAE,IAAI,EACV,MAAM,EAAE,IAAI,kBACC,KAAK,GAClB,GACE,CACP,CAAA;AACH,CAAC;AAXD,kCAWC"}
@@ -1,3 +0,0 @@
1
- import { IIcon } from '../interfaces.js';
2
- export declare function IconShopping({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
3
- export declare function IconShopping2({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1 +0,0 @@
1
- {"version":3,"file":"shopping.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/shopping.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,YAAY,CAAC,EAAe;QAAb,IAAI,UAAA;IACjC,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,+nBAA+nB,EACjoB,IAAI,EAAE,IAAI,GACV,GACE,CACP,CAAA;AACH,CAAC;AATD,oCASC;AAED,SAAgB,aAAa,CAAC,EAAe;QAAb,IAAI,UAAA;IAClC,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,u2BAAu2B,EACz2B,IAAI,EAAE,IAAI,GACV,GACE,CACP,CAAA;AACH,CAAC;AATD,sCASC"}
@@ -1,2 +0,0 @@
1
- import { IIcon } from '../interfaces.js';
2
- export declare function IconStar({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1 +0,0 @@
1
- {"version":3,"file":"star.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/star.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,QAAQ,CAAC,EAAe;QAAb,IAAI,UAAA;IAC7B,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,6nGAA6nG,EAC/nG,IAAI,EAAE,IAAI,GACV,GACA,EACJ,2CACE,qCAAU,EAAE,EAAC,eAAe,YAC1B,iCAAM,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,IAAI,EAAE,IAAI,EAAE,SAAS,EAAC,kBAAkB,GAAG,GAC/D,GACN,IACH,CACP,CAAA;AACH,CAAC;AAhBD,4BAgBC"}
@@ -1,2 +0,0 @@
1
- import { IIcon } from '../interfaces.js';
2
- export declare function IconStarBg({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1 +0,0 @@
1
- {"version":3,"file":"starBg.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/starBg.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,UAAU,CAAC,EAAe;QAAb,IAAI,UAAA;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,2oBAA2oB,EAC7oB,IAAI,EAAE,IAAI,GACV,GACE,CACP,CAAA;AACH,CAAC;AATD,gCASC"}
@@ -1,2 +0,0 @@
1
- import { IIcon } from '../interfaces.js';
2
- export declare function ThreeDotsIcon({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,10 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ThreeDotsIcon = void 0;
4
- var jsx_runtime_1 = require("react/jsx-runtime");
5
- function ThreeDotsIcon(_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: fill, children: (0, jsx_runtime_1.jsx)("path", { d: 'M9.5 13a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm0-5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm0-5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z' }) }));
8
- }
9
- exports.ThreeDotsIcon = ThreeDotsIcon;
10
- //# sourceMappingURL=three-dots.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"three-dots.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/three-dots.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,aAAa,CAAC,EAAe;QAAb,IAAI,UAAA;IAClC,OAAO,CACL,gCAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,OAAO,EAAC,MAAM,EAAC,OAAO,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAE,IAAI,YACjG,iCAAM,CAAC,EAAC,gIAAgI,GAAG,GACvI,CACP,CAAA;AACH,CAAC;AAND,sCAMC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"transparent-mail.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/transparent-mail.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,mBAAmB,CAAC,EAAe;QAAb,IAAI,UAAA;IACxC,OAAO,CACL,gCAAK,OAAO,EAAC,WAAW,YACtB,wCACE,wCACE,iCACE,IAAI,EAAE,IAAI,EACV,CAAC,EAAC,4IAA4I,GAC9I,GACA,GACF,GACA,CACP,CAAA;AACH,CAAC;AAbD,kDAaC"}
@@ -1,2 +0,0 @@
1
- import { IIcon } from '../interfaces.js';
2
- export declare function TransparentPhoneIcon({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,10 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TransparentPhoneIcon = void 0;
4
- var jsx_runtime_1 = require("react/jsx-runtime");
5
- function TransparentPhoneIcon(_a) {
6
- var fill = _a.fill;
7
- return ((0, jsx_runtime_1.jsx)("svg", { viewBox: '0 0 20 20', children: (0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("path", { fill: fill, d: 'M17.183 18.26a17.253 17.253 0 0 1-7.485-2.667 17.014 17.014 0 0 1-5.205-5.208A17.251 17.251 0 0 1 1.83 2.872a.916.916 0 0 1 .91-.99h2.759c.451 0 .839.336.904.782.124.943.356 1.872.69 2.764a.916.916 0 0 1-.205.963L5.73 7.55a.914.914 0 0 0-.148 1.098 15.54 15.54 0 0 0 5.825 5.825.914.914 0 0 0 1.097-.148l1.159-1.159a.909.909 0 0 1 .964-.203c.89.332 1.82.564 2.763.689a.914.914 0 0 1 .782.95v2.744a.916.916 0 0 1-.99.915zm.075 1.83c.688 0 1.346-.256 1.853-.721.567-.52.891-1.26.888-2.03v-2.728a2.74 2.74 0 0 0-2.365-2.771 10.83 10.83 0 0 1-2.366-.59 2.731 2.731 0 0 0-.964-.175 2.725 2.725 0 0 0-1.931.796l-.656.655a13.716 13.716 0 0 1-4.19-4.19l.655-.655.004-.004c.75-.758.992-1.893.618-2.89a10.835 10.835 0 0 1-.591-2.375A2.741 2.741 0 0 0 5.499.054h-2.76C1.97.054 1.233.38.716.947a2.747 2.747 0 0 0-.705 2.11 19.087 19.087 0 0 0 2.945 8.318 18.854 18.854 0 0 0 5.758 5.758 19.09 19.09 0 0 0 8.297 2.946c.081.007.164.011.246.011z' }) }) }) }));
8
- }
9
- exports.TransparentPhoneIcon = TransparentPhoneIcon;
10
- //# sourceMappingURL=transparent-phone.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"transparent-phone.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/transparent-phone.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,oBAAoB,CAAC,EAAe;QAAb,IAAI,UAAA;IACzC,OAAO,CACL,gCAAK,OAAO,EAAC,WAAW,YACtB,wCACE,wCACE,iCACE,IAAI,EAAE,IAAI,EACV,CAAC,EAAC,o6BAAo6B,GACt6B,GACA,GACF,GACA,CACP,CAAA;AACH,CAAC;AAbD,oDAaC"}
@@ -1,2 +0,0 @@
1
- import { IIcon } from '../interfaces.js';
2
- export declare function IconUpload({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1 +0,0 @@
1
- {"version":3,"file":"upload.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/upload.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,UAAU,CAAC,EAAe;QAAb,IAAI,UAAA;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,0KAA0K,EAC5K,IAAI,EAAE,IAAI,GACV,GACE,CACP,CAAA;AACH,CAAC;AATD,gCASC"}
@@ -1,3 +0,0 @@
1
- import { IIcon } from '../interfaces.js';
2
- export declare function IconUser({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
3
- export declare function IconUseroBg({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1 +0,0 @@
1
- {"version":3,"file":"user.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/user.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,QAAQ,CAAC,EAAe;QAAb,IAAI,UAAA;IAC7B,OAAO,CACL,gCAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,aAAa,YAClF,iCACE,CAAC,EAAC,u4BAAu4B,EACz4B,IAAI,EAAE,IAAI,EACV,QAAQ,EAAC,SAAS,eACR,WAAW,GACrB,GACE,CACP,CAAA;AACH,CAAC;AAXD,4BAWC;AAED,SAAgB,WAAW,CAAC,EAAe;QAAb,IAAI,UAAA;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,CAAC,EAAC,sTAAsT,EACxT,IAAI,EAAE,IAAI,GACV,GACE,CACP,CAAA;AACH,CAAC;AATD,kCASC"}
@@ -1,2 +0,0 @@
1
- import { IIcon } from '../interfaces.js';
2
- export declare function IconWeight({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,10 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.IconWeight = void 0;
4
- var jsx_runtime_1 = require("react/jsx-runtime");
5
- function IconWeight(_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_174)', children: [(0, jsx_runtime_1.jsx)("path", { d: 'M21.8906 0H2.10938C0.946289 0 0 0.946289 0 2.10938V21.8906C0 23.0537 0.946289 24 2.10938 24H21.8906C23.0537 24 24 23.0537 24 21.8906V2.10938C24 0.946289 23.0537 0 21.8906 0ZM22.5938 21.8906C22.5938 22.2783 22.2783 22.5938 21.8906 22.5938H2.10938C1.72174 22.5938 1.40625 22.2783 1.40625 21.8906V2.10938C1.40625 1.72174 1.72174 1.40625 2.10938 1.40625H21.8906C22.2783 1.40625 22.5938 1.72174 22.5938 2.10938V21.8906Z', fill: fill }), (0, jsx_runtime_1.jsx)("path", { d: 'M20.1094 5.6087C17.7521 3.84082 14.9478 2.90625 12 2.90625C9.0522 2.90625 6.24794 3.84082 3.89064 5.6087C3.74141 5.72076 3.64272 5.88739 3.61635 6.07214C3.59017 6.2569 3.63832 6.44458 3.75038 6.59381L7.46211 11.5318C7.60036 11.7156 7.8113 11.8125 8.0248 11.8125C8.17146 11.8125 8.3196 11.7667 8.44612 11.6719C9.4792 10.8972 10.708 10.4875 12 10.4875C13.2918 10.4875 14.5208 10.8972 15.5539 11.6719C15.8643 11.9048 16.3046 11.842 16.5377 11.5318L20.2495 6.59381C20.3617 6.44458 20.4099 6.2569 20.3835 6.07214C20.3573 5.88757 20.2586 5.72076 20.1094 5.6087ZM15.8159 10.1517C14.8674 9.57129 13.8106 9.21973 12.7031 9.11499V6.97192C12.7031 6.58356 12.3884 6.2688 12 6.2688C11.6117 6.2688 11.2969 6.58356 11.2969 6.97192V9.11499C10.1895 9.21973 9.13259 9.57129 8.1841 10.1517L5.30953 6.32739C7.29604 5.00702 9.59474 4.3125 12 4.3125C14.4053 4.3125 16.704 5.00702 18.6905 6.32739L15.8159 10.1517Z', fill: fill })] }), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsx)("clipPath", { id: 'clip0_2001_174', children: (0, jsx_runtime_1.jsx)("rect", { width: '24', height: '24', fill: 'white' }) }) })] }));
8
- }
9
- exports.IconWeight = IconWeight;
10
- //# sourceMappingURL=weight.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"weight.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/weight.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,UAAU,CAAC,EAAe;QAAb,IAAI,UAAA;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,+BAAG,QAAQ,EAAC,sBAAsB,aAChC,iCACE,CAAC,EAAC,gaAAga,EACla,IAAI,EAAE,IAAI,GACV,EACF,iCACE,CAAC,EAAC,43BAA43B,EAC93B,IAAI,EAAE,IAAI,GACV,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"}
@@ -1,3 +0,0 @@
1
- import { IIcon } from '../interfaces.js';
2
- export declare function IconWhats({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
3
- export declare function IconWhatsInverse({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,15 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.IconWhatsInverse = exports.IconWhats = void 0;
4
- var jsx_runtime_1 = require("react/jsx-runtime");
5
- function IconWhats(_a) {
6
- var fill = _a.fill;
7
- return ((0, jsx_runtime_1.jsx)("svg", { viewBox: '0 0 30 30', children: (0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("path", { fill: fill, d: 'M21.77 17.98c-.368-.188-2.196-1.085-2.538-1.205-.341-.128-.59-.188-.837.187-.248.375-.958 1.205-1.178 1.46-.215.248-.436.281-.804.094-2.183-1.092-3.616-1.949-5.056-4.42-.382-.656.382-.61 1.092-2.029.12-.248.06-.462-.034-.65-.094-.187-.837-2.015-1.145-2.759-.301-.723-.61-.622-.837-.636-.214-.013-.462-.013-.71-.013-.248 0-.65.094-.99.462-.342.375-1.3 1.272-1.3 3.1 0 1.829 1.333 3.596 1.513 3.844.188.248 2.619 3.998 6.349 5.612 2.357 1.018 3.28 1.105 4.46.93.716-.107 2.196-.897 2.504-1.767.308-.87.308-1.614.214-1.768-.087-.168-.335-.261-.703-.442zm-6.777 9.254c-2.223 0-4.4-.596-6.294-1.72l-.449-.268-4.674 1.225 1.245-4.56-.294-.469a12.315 12.315 0 0 1-1.889-6.576C2.638 8.056 8.183 2.511 15 2.511c3.301 0 6.402 1.286 8.732 3.623 2.33 2.337 3.764 5.437 3.757 8.739 0 6.817-5.685 12.361-12.496 12.361zM25.507 4.36A14.754 14.754 0 0 0 14.993 0C6.797 0 .127 6.67.127 14.866c0 2.618.683 5.176 1.982 7.433L0 30l7.882-2.07a14.82 14.82 0 0 0 7.105 1.809h.006c8.19 0 15.007-6.67 15.007-14.866 0-3.971-1.688-7.701-4.493-10.514z' }) }) }) }));
8
- }
9
- exports.IconWhats = IconWhats;
10
- function IconWhatsInverse(_a) {
11
- var fill = _a.fill;
12
- return ((0, jsx_runtime_1.jsx)("svg", { viewBox: '0 0 20 20', children: (0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("path", { fill: fill, d: 'M15.064 13.442c-.231.573-1.276 1.096-1.737 1.12-.46.024-.474.357-2.984-.734-2.51-1.09-4.02-3.743-4.14-3.914-.118-.17-.971-1.386-.925-2.61.046-1.223.716-1.8.955-2.04a.961.961 0 0 1 .68-.287c.198-.003.326-.006.472 0 .146.005.366-.031.556.474.19.506.645 1.748.703 1.875.058.127.094.273.004.436-.09.163-.135.265-.266.406-.13.14-.275.314-.392.422-.13.118-.267.248-.13.503.137.254.61 1.087 1.33 1.774.925.882 1.723 1.175 1.968 1.308.247.134.394.12.546-.041.152-.16.654-.703.83-.945.177-.243.342-.195.57-.104.226.091 1.435.739 1.681.873.246.133.41.202.47.308.058.106.04.604-.191 1.176zM10.18 0C4.76 0 .363 4.362.363 9.742c0 1.841.515 3.563 1.409 5.031L0 20l5.436-1.727a9.838 9.838 0 0 0 4.745 1.212c5.423 0 9.819-4.362 9.819-9.742C20 4.362 15.604 0 10.181 0z' }) }) }) }));
13
- }
14
- exports.IconWhatsInverse = IconWhatsInverse;
15
- //# sourceMappingURL=whats.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"whats.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/whats.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,SAAS,CAAC,EAAe;QAAb,IAAI,UAAA;IAC9B,OAAO,CACL,gCAAK,OAAO,EAAC,WAAW,YACtB,wCACE,wCACE,iCACE,IAAI,EAAE,IAAI,EACV,CAAC,EAAC,ggCAAggC,GAClgC,GACA,GACF,GACA,CACP,CAAA;AACH,CAAC;AAbD,8BAaC;AAED,SAAgB,gBAAgB,CAAC,EAAe;QAAb,IAAI,UAAA;IACrC,OAAO,CACL,gCAAK,OAAO,EAAC,WAAW,YACtB,wCACE,wCACE,iCACE,IAAI,EAAE,IAAI,EACV,CAAC,EAAC,ivBAAivB,GACnvB,GACA,GACF,GACA,CACP,CAAA;AACH,CAAC;AAbD,4CAaC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"word.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/word.tsx"],"names":[],"mappings":";;;;AAAA,SAAgB,QAAQ;IACtB,OAAO,CACL,iCAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,OAAO,EAAC,MAAM,EAAC,OAAO,EAAC,OAAO,EAAC,WAAW,aACtF,iCACE,CAAC,EAAC,+QAA+Q,EACjR,KAAK,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAC1B,EACF,iCACE,CAAC,EAAC,oLAAoL,EACtL,KAAK,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,GACvB,EACF,iCACE,CAAC,EAAC,8ZAA8Z,EACha,KAAK,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,GACvB,IACE,CACP,CAAA;AACH,CAAC;AAjBD,4BAiBC"}