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,15 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.LinkedinNoBgIcon = exports.LinkedinIcon = void 0;
4
- var jsx_runtime_1 = require("react/jsx-runtime");
5
- function LinkedinIcon(_a) {
6
- var fill = _a.fill;
7
- return ((0, jsx_runtime_1.jsx)("svg", { viewBox: '0 0 448 512', children: (0, jsx_runtime_1.jsx)("path", { fill: fill, d: 'M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z' }) }));
8
- }
9
- exports.LinkedinIcon = LinkedinIcon;
10
- function LinkedinNoBgIcon(_a) {
11
- var fill = _a.fill;
12
- return ((0, jsx_runtime_1.jsx)("svg", { viewBox: '0 0 448 512', children: (0, jsx_runtime_1.jsx)("path", { fill: fill, d: 'M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z' }) }));
13
- }
14
- exports.LinkedinNoBgIcon = LinkedinNoBgIcon;
15
- //# sourceMappingURL=Linkedin.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Linkedin.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/Linkedin.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,YAAY,CAAC,EAAe;QAAb,IAAI,UAAA;IACjC,OAAO,CACL,gCAAK,OAAO,EAAC,aAAa,YACxB,iCACE,IAAI,EAAE,IAAI,EACV,CAAC,EAAC,0aAA0a,GAC5a,GACE,CACP,CAAA;AACH,CAAC;AATD,oCASC;AAED,SAAgB,gBAAgB,CAAC,EAAe;QAAb,IAAI,UAAA;IACrC,OAAO,CACL,gCAAK,OAAO,EAAC,aAAa,YACxB,iCACE,IAAI,EAAE,IAAI,EACV,CAAC,EAAC,8SAA8S,GAChT,GACE,CACP,CAAA;AACH,CAAC;AATD,4CASC"}
@@ -1,2 +0,0 @@
1
- import { IIcon } from '../interfaces.js';
2
- export declare function LongArrowRight({ fill }: IIcon): void;
@@ -1,11 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.LongArrowRight = void 0;
4
- var jsx_runtime_1 = require("react/jsx-runtime");
5
- function LongArrowRight(_a) {
6
- var fill = _a.fill;
7
- ;
8
- (0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '20.848', height: '14.347', children: (0, jsx_runtime_1.jsx)("path", { d: 'M20.565 6.488 14.36.284a.97.97 0 0 0-1.37 1.37l4.549 4.55H.969a.97.97 0 0 0 0 1.939h16.57l-4.55 4.55a.97.97 0 1 0 1.372 1.37l6.204-6.204a.97.97 0 0 0 0-1.371Z', fill: fill, fillRule: 'evenodd' }) });
9
- }
10
- exports.LongArrowRight = LongArrowRight;
11
- //# sourceMappingURL=LongArrowRight.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"LongArrowRight.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/LongArrowRight.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,cAAc,CAAC,EAAe;QAAb,IAAI,UAAA;IACnC,CAAC;IAAA,gCAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,QAAQ,EAAC,MAAM,EAAC,QAAQ,YACrE,iCACE,CAAC,EAAC,gKAAgK,EAClK,IAAI,EAAE,IAAI,EACV,QAAQ,EAAC,SAAS,GAClB,GACE,CAAA;AACR,CAAC;AARD,wCAQC"}
@@ -1,10 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.LupaIcon = void 0;
4
- var jsx_runtime_1 = require("react/jsx-runtime");
5
- function LupaIcon(_a) {
6
- var fill = _a.fill;
7
- return ((0, jsx_runtime_1.jsx)("svg", { viewBox: '0 0 28 28', children: (0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("path", { fill: fill, d: 'M11.168 19.916A8.707 8.707 0 0 1 4.97 17.35a8.703 8.703 0 0 1-2.566-6.19c0-2.34.912-4.54 2.566-6.188a8.707 8.707 0 0 1 6.197-2.566c2.34 0 4.541.91 6.196 2.566a8.703 8.703 0 0 1 2.566 6.189c0 2.34-.911 4.541-2.566 6.189a8.707 8.707 0 0 1-6.196 2.566zm16.504 6.058l-7.786-7.859a11.133 11.133 0 0 0 2.442-6.962C22.328 4.993 17.335 0 11.168 0 5 0 .007 5 .007 11.16S5 22.315 11.167 22.315c2.669 0 5.11-.933 7.035-2.493l7.735 7.807c.233.248.554.372.867.372.299 0 .598-.11.824-.328.481-.46.496-1.217.044-1.698z' }) }) }) }) }));
8
- }
9
- exports.LupaIcon = LupaIcon;
10
- //# sourceMappingURL=Lupa.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Lupa.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/Lupa.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,QAAQ,CAAC,EAAe;QAAb,IAAI,UAAA;IAC7B,OAAO,CACL,gCAAK,OAAO,EAAC,WAAW,YACtB,wCACE,wCACE,wCACE,iCACE,IAAI,EAAE,IAAI,EACV,CAAC,EAAC,yfAAyf,GAC3f,GACA,GACF,GACF,GACA,CACP,CAAA;AACH,CAAC;AAfD,4BAeC"}
@@ -1,2 +0,0 @@
1
- import { IIcon } from '../interfaces.js';
2
- export declare function IconMap({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1 +0,0 @@
1
- {"version":3,"file":"Map.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/Map.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,OAAO,CAAC,EAAe;QAAb,IAAI,UAAA;IAC5B,OAAO,CACL,gCAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,gBAAgB,YACrF,iCACE,CAAC,EAAC,6LAA6L,EAC/L,IAAI,EAAE,IAAI,EACV,QAAQ,EAAC,SAAS,eACR,6BAA6B,GACvC,GACE,CACP,CAAA;AACH,CAAC;AAXD,0BAWC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"Microphone.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/Microphone.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,cAAc,CAAC,EAAe;QAAb,IAAI,UAAA;IACnC,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,UAAU,EACb,CAAC,EAAC,ihCAAihC,EACnhC,IAAI,EAAE,IAAI,GACV,GACE,CACP,CAAA;AACH,CAAC;AAVD,wCAUC"}
@@ -1,2 +0,0 @@
1
- import { IIcon } from '../interfaces.js';
2
- export declare function MinusIcon({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1 +0,0 @@
1
- {"version":3,"file":"Minus.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/Minus.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,SAAS,CAAC,EAAe;QAAb,IAAI,UAAA;IAC9B,OAAO,CACL,gCAAK,OAAO,EAAC,aAAa,YACxB,iCACE,IAAI,EAAE,IAAI,EACV,CAAC,EAAC,sGAAsG,GACxG,GACE,CACP,CAAA;AACH,CAAC;AATD,8BASC"}
@@ -1,3 +0,0 @@
1
- import { IIcon } from '../interfaces.js';
2
- export declare function NavDownIcon({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
3
- export declare function NavDownDoubleIcon({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,15 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.NavDownDoubleIcon = exports.NavDownIcon = void 0;
4
- var jsx_runtime_1 = require("react/jsx-runtime");
5
- function NavDownIcon(_a) {
6
- var fill = _a.fill;
7
- return ((0, jsx_runtime_1.jsx)("svg", { viewBox: '0 0 10 6', children: (0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("path", { stroke: fill, fill: 'none', strokeLinecap: 'round', strokeLinejoin: 'round', strokeMiterlimit: '20', d: 'M1 .902v0l4 4v0l4-4v0' }) }) }) }));
8
- }
9
- exports.NavDownIcon = NavDownIcon;
10
- function NavDownDoubleIcon(_a) {
11
- var fill = _a.fill;
12
- return ((0, jsx_runtime_1.jsx)("svg", { viewBox: '0 0 33 28', children: (0, jsx_runtime_1.jsxs)("g", { children: [(0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("path", { stroke: fill, fill: 'none', strokeLinecap: 'round', strokeLinejoin: 'round', strokeMiterlimit: '20', strokeWidth: '2', d: 'M1 1.005v0l15.145 8.74v0l15.145-8.74v0' }) }), (0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("path", { stroke: fill, fill: 'none', strokeLinecap: 'round', strokeLinejoin: 'round', strokeMiterlimit: '20', strokeWidth: '2', d: 'M1 17.745v0l15.145 8.74v0l15.145-8.74v0' }) })] }) }));
13
- }
14
- exports.NavDownDoubleIcon = NavDownDoubleIcon;
15
- //# sourceMappingURL=NavDown.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"NavDown.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/NavDown.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,WAAW,CAAC,EAAe;QAAb,IAAI,UAAA;IAChC,OAAO,CACL,gCAAK,OAAO,EAAC,UAAU,YACrB,wCACE,wCACE,iCACE,MAAM,EAAE,IAAI,EACZ,IAAI,EAAC,MAAM,EACX,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,EACtB,gBAAgB,EAAC,IAAI,EACrB,CAAC,EAAC,uBAAuB,GACzB,GACA,GACF,GACA,CACP,CAAA;AACH,CAAC;AAjBD,kCAiBC;AAED,SAAgB,iBAAiB,CAAC,EAAe;QAAb,IAAI,UAAA;IACtC,OAAO,CACL,gCAAK,OAAO,EAAC,WAAW,YACtB,0CACE,wCACE,iCACE,MAAM,EAAE,IAAI,EACZ,IAAI,EAAC,MAAM,EACX,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,EACtB,gBAAgB,EAAC,IAAI,EACrB,WAAW,EAAC,GAAG,EACf,CAAC,EAAC,wCAAwC,GAC1C,GACA,EACJ,wCACE,iCACE,MAAM,EAAE,IAAI,EACZ,IAAI,EAAC,MAAM,EACX,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,EACtB,gBAAgB,EAAC,IAAI,EACrB,WAAW,EAAC,GAAG,EACf,CAAC,EAAC,yCAAyC,GAC3C,GACA,IACF,GACA,CACP,CAAA;AACH,CAAC;AA7BD,8CA6BC"}
@@ -1,10 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.NavLeftIcon = void 0;
4
- var jsx_runtime_1 = require("react/jsx-runtime");
5
- function NavLeftIcon(_a) {
6
- var fill = _a.fill;
7
- return ((0, jsx_runtime_1.jsx)("svg", { viewBox: '0 0 320 512', children: (0, jsx_runtime_1.jsx)("path", { fill: fill, d: 'M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l192 192c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L77.3 256 246.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-192 192z' }) }));
8
- }
9
- exports.NavLeftIcon = NavLeftIcon;
10
- //# sourceMappingURL=NavLeft.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"NavLeft.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/NavLeft.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,WAAW,CAAC,EAAe;QAAb,IAAI,UAAA;IAChC,OAAO,CACL,gCAAK,OAAO,EAAC,aAAa,YACxB,iCACE,IAAI,EAAE,IAAI,EACV,CAAC,EAAC,uKAAuK,GACzK,GACE,CACP,CAAA;AACH,CAAC;AATD,kCASC"}
@@ -1,10 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.NavRightIcon = void 0;
4
- var jsx_runtime_1 = require("react/jsx-runtime");
5
- function NavRightIcon(_a) {
6
- var fill = _a.fill;
7
- return ((0, jsx_runtime_1.jsx)("svg", { viewBox: '0 0 320 512', children: (0, jsx_runtime_1.jsx)("path", { fill: fill, d: 'M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z' }) }));
8
- }
9
- exports.NavRightIcon = NavRightIcon;
10
- //# sourceMappingURL=NavRight.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"NavRight.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/NavRight.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,YAAY,CAAC,EAAe;QAAb,IAAI,UAAA;IACjC,OAAO,CACL,gCAAK,OAAO,EAAC,aAAa,YACxB,iCACE,IAAI,EAAE,IAAI,EACV,CAAC,EAAC,0KAA0K,GAC5K,GACE,CACP,CAAA;AACH,CAAC;AATD,oCASC"}
@@ -1,2 +0,0 @@
1
- import { IIcon } from '../interfaces.js';
2
- export declare function NavUpIcon({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,10 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.NavUpIcon = void 0;
4
- var jsx_runtime_1 = require("react/jsx-runtime");
5
- function NavUpIcon(_a) {
6
- var fill = _a.fill;
7
- return ((0, jsx_runtime_1.jsx)("svg", { viewBox: '0 0 16 10', children: (0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("g", { transform: 'rotate(-90 960 2792)', children: (0, jsx_runtime_1.jsx)("path", { fill: fill, d: 'M4.786 12.5a1.073 1.073 0 0 1-.758-1.831L9.697 5 4.027-.669a1.073 1.073 0 1 1 1.518-1.517l6.427 6.428a1.073 1.073 0 0 1 0 1.516l-6.427 6.428a1.07 1.07 0 0 1-.759.314z' }) }) }) }));
8
- }
9
- exports.NavUpIcon = NavUpIcon;
10
- //# sourceMappingURL=NavUp.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"NavUp.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/NavUp.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,SAAS,CAAC,EAAe;QAAb,IAAI,UAAA;IAC9B,OAAO,CACL,gCAAK,OAAO,EAAC,WAAW,YACtB,wCACE,8BAAG,SAAS,EAAC,sBAAsB,YACjC,iCACE,IAAI,EAAE,IAAI,EACV,CAAC,EAAC,wKAAwK,GAC1K,GACA,GACF,GACA,CACP,CAAA;AACH,CAAC;AAbD,8BAaC"}
@@ -1,3 +0,0 @@
1
- import { IIcon } from '../interfaces.js';
2
- export declare function PhoneIcon({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
3
- export declare function PhoneInverseIcon({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,15 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PhoneInverseIcon = exports.PhoneIcon = void 0;
4
- var jsx_runtime_1 = require("react/jsx-runtime");
5
- function PhoneIcon(_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: 'M19.43 14.133l-4.376-1.875a.937.937 0 0 0-1.093.27l-1.938 2.366a14.48 14.48 0 0 1-6.921-6.921l2.367-1.938a.935.935 0 0 0 .27-1.093L5.862.567A.944.944 0 0 0 4.79.024L.727.96A.938.938 0 0 0 0 1.875C0 11.895 8.121 20 18.125 20a.938.938 0 0 0 .914-.727l.938-4.062a.949.949 0 0 0-.547-1.078z' }) }) }) }));
8
- }
9
- exports.PhoneIcon = PhoneIcon;
10
- function PhoneInverseIcon(_a) {
11
- var fill = _a.fill;
12
- return ((0, jsx_runtime_1.jsx)("svg", { viewBox: '0 0 448 512', children: (0, jsx_runtime_1.jsx)("path", { fill: fill, d: 'M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm90.7 96.7c9.7-2.6 19.9 2.3 23.7 11.6l20 48c3.4 8.2 1 17.6-5.8 23.2L168 231.7c16.6 35.2 45.1 63.7 80.3 80.3l20.2-24.7c5.6-6.8 15-9.2 23.2-5.8l48 20c9.3 3.9 14.2 14 11.6 23.7l-12 44C336.9 378 329 384 320 384C196.3 384 96 283.7 96 160c0-9 6-16.9 14.7-19.3l44-12z' }) }));
13
- }
14
- exports.PhoneInverseIcon = PhoneInverseIcon;
15
- //# sourceMappingURL=Phone.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Phone.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/Phone.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,gSAAgS,GAClS,GACA,GACF,GACA,CACP,CAAA;AACH,CAAC;AAbD,8BAaC;AAED,SAAgB,gBAAgB,CAAC,EAAe;QAAb,IAAI,UAAA;IACrC,OAAO,CACL,gCAAK,OAAO,EAAC,aAAa,YACxB,iCACE,IAAI,EAAE,IAAI,EACV,CAAC,EAAC,8WAA8W,GAChX,GACE,CACP,CAAA;AACH,CAAC;AATD,4CASC"}
@@ -1,4 +0,0 @@
1
- import { IIcon } from '../interfaces.js';
2
- export declare function PinIcon({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
3
- export declare function PinInverseIcon({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
4
- export declare function PinNoBgIcon({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1 +0,0 @@
1
- {"version":3,"file":"Pin.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/Pin.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,OAAO,CAAC,EAAe;QAAb,IAAI,UAAA;IAC5B,OAAO,CACL,gCAAK,OAAO,EAAC,WAAW,YACtB,wCACE,wCACE,wCACE,iCACE,IAAI,EAAE,IAAI,EACV,CAAC,EAAC,qLAAqL,GACvL,GACA,GACF,GACF,GACA,CACP,CAAA;AACH,CAAC;AAfD,0BAeC;AAED,SAAgB,cAAc,CAAC,EAAe;QAAb,IAAI,UAAA;IACnC,OAAO,CACL,gCAAK,OAAO,EAAC,WAAW,YACtB,0CACE,8BAAG,QAAQ,EAAC,iDAAiD,YAC3D,iCACE,IAAI,EAAE,IAAI,EACV,CAAC,EAAC,mHAAmH,GACrH,GACA,EACJ,8BAAG,QAAQ,EAAC,iDAAiD,YAC3D,iCACE,IAAI,EAAE,IAAI,EACV,CAAC,EAAC,sSAAsS,GACxS,GACA,IACF,GACA,CACP,CAAA;AACH,CAAC;AAnBD,wCAmBC;AAED,SAAgB,WAAW,CAAC,EAAwB;QAAtB,YAAa,EAAb,IAAI,mBAAG,MAAM,KAAA;IACzC,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,8tBAA8tB,EAChuB,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 PlayIcon({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,10 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PlayIcon = void 0;
4
- var jsx_runtime_1 = require("react/jsx-runtime");
5
- function PlayIcon(_a) {
6
- var fill = _a.fill;
7
- return ((0, jsx_runtime_1.jsx)("svg", { viewBox: '0 0 384 512', children: (0, jsx_runtime_1.jsx)("path", { fill: fill, d: 'M73 39c-14.8-9.1-33.4-9.4-48.5-.9S0 62.6 0 80V432c0 17.4 9.4 33.4 24.5 41.9s33.7 8.1 48.5-.9L361 297c14.3-8.7 23-24.2 23-41s-8.7-32.2-23-41L73 39z' }) }));
8
- }
9
- exports.PlayIcon = PlayIcon;
10
- //# sourceMappingURL=Play.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Play.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/Play.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,QAAQ,CAAC,EAAe;QAAb,IAAI,UAAA;IAC7B,OAAO,CACL,gCAAK,OAAO,EAAC,aAAa,YACxB,iCACE,IAAI,EAAE,IAAI,EACV,CAAC,EAAC,oJAAoJ,GACtJ,GACE,CACP,CAAA;AACH,CAAC;AATD,4BASC"}
@@ -1,2 +0,0 @@
1
- import { IIcon } from '../interfaces.js';
2
- export declare function PlusIcon({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,10 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PlusIcon = void 0;
4
- var jsx_runtime_1 = require("react/jsx-runtime");
5
- function PlusIcon(_a) {
6
- var fill = _a.fill;
7
- return ((0, jsx_runtime_1.jsx)("svg", { viewBox: '0 0 448 512', children: (0, jsx_runtime_1.jsx)("path", { fill: fill, d: 'M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z' }) }));
8
- }
9
- exports.PlusIcon = PlusIcon;
10
- //# sourceMappingURL=Plus.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Plus.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/Plus.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,QAAQ,CAAC,EAAe;QAAb,IAAI,UAAA;IAC7B,OAAO,CACL,gCAAK,OAAO,EAAC,aAAa,YACxB,iCACE,IAAI,EAAE,IAAI,EACV,CAAC,EAAC,uLAAuL,GACzL,GACE,CACP,CAAA;AACH,CAAC;AATD,4BASC"}
@@ -1,2 +0,0 @@
1
- import { IIcon } from '../interfaces.js';
2
- export declare function ShareIcon({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,10 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ShareIcon = void 0;
4
- var jsx_runtime_1 = require("react/jsx-runtime");
5
- function ShareIcon(_a) {
6
- var fill = _a.fill;
7
- return ((0, jsx_runtime_1.jsx)("svg", { viewBox: '0 0 512 512', children: (0, jsx_runtime_1.jsx)("path", { fill: fill, d: 'M320 0c-17.7 0-32 14.3-32 32s14.3 32 32 32h82.7L201.4 265.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L448 109.3V192c0 17.7 14.3 32 32 32s32-14.3 32-32V32c0-17.7-14.3-32-32-32H320zM80 32C35.8 32 0 67.8 0 112V432c0 44.2 35.8 80 80 80H400c44.2 0 80-35.8 80-80V320c0-17.7-14.3-32-32-32s-32 14.3-32 32V432c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16H192c17.7 0 32-14.3 32-32s-14.3-32-32-32H80z' }) }));
8
- }
9
- exports.ShareIcon = ShareIcon;
10
- //# sourceMappingURL=Share.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Share.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/Share.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,SAAS,CAAC,EAAe;QAAb,IAAI,UAAA;IAC9B,OAAO,CACL,gCAAK,OAAO,EAAC,aAAa,YACxB,iCACE,IAAI,EAAE,IAAI,EACV,CAAC,EAAC,8ZAA8Z,GACha,GACE,CACP,CAAA;AACH,CAAC;AATD,8BASC"}
@@ -1,10 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TikTokIcon = void 0;
4
- var jsx_runtime_1 = require("react/jsx-runtime");
5
- function TikTokIcon(_a) {
6
- var fill = _a.fill;
7
- return ((0, jsx_runtime_1.jsx)("svg", { viewBox: '0 0 448 512', children: (0, jsx_runtime_1.jsx)("path", { fill: fill, d: 'M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z' }) }));
8
- }
9
- exports.TikTokIcon = TikTokIcon;
10
- //# sourceMappingURL=TikTok.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TikTok.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/TikTok.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,UAAU,CAAC,EAAe;QAAb,IAAI,UAAA;IAC/B,OAAO,CACL,gCAAK,OAAO,EAAC,aAAa,YACxB,iCACE,IAAI,EAAE,IAAI,EACV,CAAC,EAAC,6NAA6N,GAC/N,GACE,CACP,CAAA;AACH,CAAC;AATD,gCASC"}
@@ -1,3 +0,0 @@
1
- import { IIcon } from '../interfaces.js';
2
- export declare function TwitterIcon({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
3
- export declare function TwitterInverseIcon({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,15 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TwitterInverseIcon = exports.TwitterIcon = void 0;
4
- var jsx_runtime_1 = require("react/jsx-runtime");
5
- function TwitterIcon(_a) {
6
- var fill = _a.fill;
7
- return ((0, jsx_runtime_1.jsx)("svg", { viewBox: '0 0 512 512', children: (0, jsx_runtime_1.jsx)("path", { fill: fill, d: 'M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z' }) }));
8
- }
9
- exports.TwitterIcon = TwitterIcon;
10
- function TwitterInverseIcon(_a) {
11
- var fill = _a.fill;
12
- return ((0, jsx_runtime_1.jsx)("svg", { viewBox: '0 0 448 512', children: (0, jsx_runtime_1.jsx)("path", { fill: fill, d: 'M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM351.3 199.3v0c0 86.7-66 186.6-186.6 186.6c-37.2 0-71.7-10.8-100.7-29.4c5.3 .6 10.4 .8 15.8 .8c30.7 0 58.9-10.4 81.4-28c-28.8-.6-53-19.5-61.3-45.5c10.1 1.5 19.2 1.5 29.6-1.2c-30-6.1-52.5-32.5-52.5-64.4v-.8c8.7 4.9 18.9 7.9 29.6 8.3c-9-6-16.4-14.1-21.5-23.6s-7.8-20.2-7.7-31c0-12.2 3.2-23.4 8.9-33.1c32.3 39.8 80.8 65.8 135.2 68.6c-9.3-44.5 24-80.6 64-80.6c18.9 0 35.9 7.9 47.9 20.7c14.8-2.8 29-8.3 41.6-15.8c-4.9 15.2-15.2 28-28.8 36.1c13.2-1.4 26-5.1 37.8-10.2c-8.9 13.1-20.1 24.7-32.9 34c.2 2.8 .2 5.7 .2 8.5z' }) }));
13
- }
14
- exports.TwitterInverseIcon = TwitterInverseIcon;
15
- //# sourceMappingURL=Twitter.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Twitter.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/Twitter.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,WAAW,CAAC,EAAe;QAAb,IAAI,UAAA;IAChC,OAAO,CACL,gCAAK,OAAO,EAAC,aAAa,YACxB,iCACE,IAAI,EAAE,IAAI,EACV,CAAC,EAAC,yxBAAyxB,GAC3xB,GACE,CACP,CAAA;AACH,CAAC;AATD,kCASC;AAED,SAAgB,kBAAkB,CAAC,EAAe;QAAb,IAAI,UAAA;IACvC,OAAO,CACL,gCAAK,OAAO,EAAC,aAAa,YACxB,iCACE,IAAI,EAAE,IAAI,EACV,CAAC,EAAC,ymBAAymB,GAC3mB,GACE,CACP,CAAA;AACH,CAAC;AATD,gDASC"}
@@ -1,10 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.YouTubeIcon = void 0;
4
- var jsx_runtime_1 = require("react/jsx-runtime");
5
- function YouTubeIcon(_a) {
6
- var fill = _a.fill;
7
- return ((0, jsx_runtime_1.jsx)("svg", { viewBox: '0 0 20 14', children: (0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("path", { fill: fill, d: 'M7.955 10.02V4.071l5.227 2.974zM19.582 2.2A2.513 2.513 0 0 0 17.814.42C16.254 0 10 0 10 0S3.746 0 2.186.42A2.513 2.513 0 0 0 .418 2.2C0 3.77 0 7.045 0 7.045s0 3.276.418 4.846c.23.866.908 1.52 1.768 1.75 1.56.421 7.814.421 7.814.421s6.254 0 7.814-.42a2.476 2.476 0 0 0 1.768-1.751C20 10.32 20 7.045 20 7.045s0-3.275-.418-4.845z' }) }) }) }));
8
- }
9
- exports.YouTubeIcon = YouTubeIcon;
10
- //# sourceMappingURL=YouTube.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"YouTube.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/YouTube.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,WAAW,CAAC,EAAe;QAAb,IAAI,UAAA;IAChC,OAAO,CACL,gCAAK,OAAO,EAAC,WAAW,YACtB,wCACE,wCACE,iCACE,IAAI,EAAE,IAAI,EACV,CAAC,EAAC,wUAAwU,GAC1U,GACA,GACF,GACA,CACP,CAAA;AACH,CAAC;AAbD,kCAaC"}
@@ -1,10 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.IconArrowBottom = void 0;
4
- var jsx_runtime_1 = require("react/jsx-runtime");
5
- function IconArrowBottom(_a) {
6
- var fill = _a.fill;
7
- return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', height: '16', width: '14', viewBox: '0 0 448 512', children: (0, jsx_runtime_1.jsx)("path", { opacity: '1', fill: fill, d: 'M201.4 342.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 274.7 86.6 137.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z' }) }));
8
- }
9
- exports.IconArrowBottom = IconArrowBottom;
10
- //# sourceMappingURL=arrow-bottom.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"arrow-bottom.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/arrow-bottom.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,eAAe,CAAC,EAAe;QAAb,IAAI,UAAA;IACpC,OAAO,CACL,gCAAK,KAAK,EAAC,4BAA4B,EAAC,MAAM,EAAC,IAAI,EAAC,KAAK,EAAC,IAAI,EAAC,OAAO,EAAC,aAAa,YAClF,iCACE,OAAO,EAAC,GAAG,EACX,IAAI,EAAE,IAAI,EACV,CAAC,EAAC,0KAA0K,GAC5K,GACE,CACP,CAAA;AACH,CAAC;AAVD,0CAUC"}
@@ -1,2 +0,0 @@
1
- import { IIcon } from '../interfaces.js';
2
- export declare function ArrowForwardIcon({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1 +0,0 @@
1
- {"version":3,"file":"arrow-forward.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/arrow-forward.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,gBAAgB,CAAC,EAAe;QAAb,IAAI,UAAA;IACrC,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,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,qtBAAqtB,EACvtB,IAAI,EAAE,IAAI,GACV,GACA,EACJ,2CACE,qCAAU,EAAE,EAAC,gBAAgB,YAC3B,iCAAM,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,IAAI,EAAC,OAAO,EAAC,SAAS,EAAC,kBAAkB,GAAG,GAChE,GACN,IACH,CACP,CAAA;AACH,CAAC;AAlBD,4CAkBC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"arrow-foward-left.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/arrow-foward-left.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,mBAAmB,CAAC,EAAe;QAAb,IAAI,UAAA;IACxC,OAAO,CACL,gCAAK,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,YAC5F,+BAAG,EAAE,EAAC,kCAAkC,aACtC,iCACE,EAAE,EAAC,QAAQ,EACX,CAAC,EAAC,2HAA2H,EAC7H,MAAM,EAAC,OAAO,EACd,WAAW,EAAC,GAAG,EACf,gBAAgB,EAAC,IAAI,GACrB,EACF,iCACE,EAAE,EAAC,UAAU,EACb,CAAC,EAAC,wBAAwB,EAC1B,MAAM,EAAC,OAAO,EACd,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,IACA,GACA,CACP,CAAA;AACH,CAAC;AAtBD,kDAsBC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"arrow-foward-right.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/arrow-foward-right.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,oBAAoB,CAAC,EAAe;QAAb,IAAI,UAAA;IACzC,OAAO,CACL,gCAAK,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,YAC5F,+BAAG,EAAE,EAAC,kCAAkC,aACtC,iCACE,EAAE,EAAC,QAAQ,EACX,CAAC,EAAC,0HAA0H,EAC5H,MAAM,EAAC,OAAO,kBACD,GAAG,uBACE,IAAI,GACtB,EACF,iCACE,EAAE,EAAC,UAAU,EACb,CAAC,EAAC,wBAAwB,EAC1B,MAAM,EAAC,OAAO,EACd,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,IACA,GACA,CACP,CAAA;AACH,CAAC;AAtBD,oDAsBC"}
@@ -1,10 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.IconArrowToRight = void 0;
4
- var jsx_runtime_1 = require("react/jsx-runtime");
5
- function IconArrowToRight(_a) {
6
- var fill = _a.fill;
7
- return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '14', height: '13', viewBox: '0 0 14 13', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { d: 'M0.841469 7.731C0.898754 7.74029 0.956727 7.74458 1.01473 7.74383L10.8915 7.74383L10.6761 7.844C10.4656 7.94364 10.2741 8.07924 10.1101 8.24468L7.34045 11.0144C6.97568 11.3626 6.91439 11.9227 7.19521 12.3416C7.52204 12.7879 8.14882 12.8849 8.5952 12.558C8.63126 12.5316 8.66554 12.5028 8.69775 12.4718L13.7062 7.46336C14.0976 7.07238 14.098 6.43815 13.707 6.04674C13.7067 6.04649 13.7065 6.04621 13.7062 6.04596L8.69775 1.03749C8.30602 0.646865 7.67179 0.647742 7.28113 1.03947C7.25039 1.0703 7.22169 1.10311 7.19521 1.13766C6.91439 1.55653 6.97568 2.11669 7.34045 2.46491L10.1051 5.2396C10.2521 5.38672 10.4211 5.51008 10.606 5.60521L10.9065 5.74044L1.06986 5.74044C0.558147 5.72144 0.1092 6.07889 0.0130686 6.58187C-0.0754876 7.12795 0.295391 7.64241 0.841469 7.731Z', fill: fill }) }));
8
- }
9
- exports.IconArrowToRight = IconArrowToRight;
10
- //# sourceMappingURL=arrow-to-right.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"arrow-to-right.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/arrow-to-right.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,gBAAgB,CAAC,EAAe;QAAb,IAAI,UAAA;IACrC,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,kwBAAkwB,EACpwB,IAAI,EAAE,IAAI,GACV,GACE,CACP,CAAA;AACH,CAAC;AATD,4CASC"}
@@ -1,10 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.IconArrowTop = void 0;
4
- var jsx_runtime_1 = require("react/jsx-runtime");
5
- function IconArrowTop(_a) {
6
- var fill = _a.fill;
7
- return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '14', height: '16', viewBox: '0 0 448 512', style: { transform: 'scaleY(-1)' }, children: (0, jsx_runtime_1.jsx)("path", { opacity: '1', fill: fill, d: 'M201.4 342.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 274.7 86.6 137.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z' }) }));
8
- }
9
- exports.IconArrowTop = IconArrowTop;
10
- //# sourceMappingURL=arrow-top.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"arrow-top.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/arrow-top.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,YAAY,CAAC,EAAe;QAAb,IAAI,UAAA;IACjC,OAAO,CACL,gCACE,KAAK,EAAC,4BAA4B,EAClC,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,EACX,OAAO,EAAC,aAAa,EACrB,KAAK,EAAE,EAAE,SAAS,EAAE,YAAY,EAAE,YAElC,iCACE,OAAO,EAAC,GAAG,EACX,IAAI,EAAE,IAAI,EACV,CAAC,EAAC,0KAA0K,GACtK,GACJ,CACP,CAAA;AACH,CAAC;AAhBD,oCAgBC"}
@@ -1,10 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.IconBasicBottomArrow = void 0;
4
- var jsx_runtime_1 = require("react/jsx-runtime");
5
- function IconBasicBottomArrow(_a) {
6
- var fill = _a.fill;
7
- return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '20', height: '20', viewBox: '0 0 20 20', children: (0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("g", { opacity: '.5', children: (0, jsx_runtime_1.jsx)("path", { fill: fill, d: 'M10 20H9.97 9.97a1.267 1.267 0 0 1-.355-.06 2.995 2.995 0 0 1-.05-.018l-.021-.008H9.54a1.247 1.247 0 0 1-.425-.28l-8.75-8.75a1.251 1.251 0 0 1 1.767-1.768l6.617 6.616V1.25a1.25 1.25 0 1 1 2.5 0v14.483l6.616-6.617a1.25 1.25 0 1 1 1.768 1.768l-8.75 8.75c-.11.11-.234.194-.367.255l-.01.004-.014.006-.021.009-.004.002a1.283 1.283 0 0 1-.437.09h-.032z' }) }) }) }));
8
- }
9
- exports.IconBasicBottomArrow = IconBasicBottomArrow;
10
- //# sourceMappingURL=basic-bottom-arrow.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"basic-bottom-arrow.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/basic-bottom-arrow.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,oBAAoB,CAAC,EAAe;QAAb,IAAI,UAAA;IACzC,OAAO,CACL,gCAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,YAChF,wCACE,8BAAG,OAAO,EAAC,IAAI,YACb,iCACE,IAAI,EAAE,IAAI,EACV,CAAC,EAAC,4VAA4V,GAC9V,GACA,GACF,GACA,CACP,CAAA;AACH,CAAC;AAbD,oDAaC"}
@@ -1,10 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.IconBasicLeftArrow = void 0;
4
- var jsx_runtime_1 = require("react/jsx-runtime");
5
- function IconBasicLeftArrow(_a) {
6
- var stroke = _a.stroke;
7
- return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '6', height: '10', viewBox: '0 0 6 10', children: (0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("path", { fill: 'none', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeMiterlimit: '20', strokeWidth: '2', d: 'M1 9v0l4-4v0L1 1v0' }) }) }) }));
8
- }
9
- exports.IconBasicLeftArrow = IconBasicLeftArrow;
10
- //# sourceMappingURL=basic-left-arrow.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"basic-left-arrow.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/basic-left-arrow.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,kBAAkB,CAAC,EAAiB;QAAf,MAAM,YAAA;IACzC,OAAO,CACL,gCAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,GAAG,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,UAAU,YAC9E,wCACE,wCACE,iCACE,IAAI,EAAC,MAAM,EACX,MAAM,EAAE,MAAM,EACd,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,EACtB,gBAAgB,EAAC,IAAI,EACrB,WAAW,EAAC,GAAG,EACf,CAAC,EAAC,oBAAoB,GACtB,GACA,GACF,GACA,CACP,CAAA;AACH,CAAC;AAlBD,gDAkBC"}
@@ -1,10 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.IconBasicRightArrow = void 0;
4
- var jsx_runtime_1 = require("react/jsx-runtime");
5
- function IconBasicRightArrow(_a) {
6
- var stroke = _a.stroke;
7
- return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '6', height: '10', viewBox: '0 0 6 10', children: (0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("path", { fill: 'none', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeMiterlimit: '20', strokeWidth: '2', d: 'M5 9v0L1 5v0l4-4v0' }) }) }) }));
8
- }
9
- exports.IconBasicRightArrow = IconBasicRightArrow;
10
- //# sourceMappingURL=basic-right-arrow.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"basic-right-arrow.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/basic-right-arrow.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,mBAAmB,CAAC,EAAiB;QAAf,MAAM,YAAA;IAC1C,OAAO,CACL,gCAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,GAAG,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,UAAU,YAC9E,wCACE,wCACE,iCACE,IAAI,EAAC,MAAM,EACX,MAAM,EAAE,MAAM,EACd,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,EACtB,gBAAgB,EAAC,IAAI,EACrB,WAAW,EAAC,GAAG,EACf,CAAC,EAAC,oBAAoB,GACtB,GACA,GACF,GACA,CACP,CAAA;AACH,CAAC;AAlBD,kDAkBC"}
@@ -1,2 +0,0 @@
1
- import { IIcon } from '../interfaces.js';
2
- export declare function IconBlock({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1 +0,0 @@
1
- {"version":3,"file":"block.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/block.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,SAAS,CAAC,EAAe;QAAb,IAAI,UAAA;IAC9B,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,oBAAoB,aAC9B,iCACE,CAAC,EAAC,mpCAAmpC,EACrpC,IAAI,EAAE,IAAI,GACV,EACF,iCACE,CAAC,EAAC,whCAAwhC,EAC1hC,IAAI,EAAE,IAAI,GACV,IACA,EACJ,2CACE,qCAAU,EAAE,EAAC,cAAc,YACzB,iCAAM,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,IAAI,EAAC,OAAO,GAAG,GACnC,GACN,IACH,CACP,CAAA;AACH,CAAC;AApBD,8BAoBC"}
@@ -1,2 +0,0 @@
1
- import { IIcon } from '../interfaces.js';
2
- export declare function IconBox({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1 +0,0 @@
1
- {"version":3,"file":"box.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/box.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,OAAO,CAAC,EAAe;QAAb,IAAI,UAAA;IAC5B,OAAO,CACL,gCAAK,KAAK,EAAC,4BAA4B,EAAC,MAAM,EAAC,IAAI,EAAC,KAAK,EAAC,IAAI,EAAC,OAAO,EAAC,aAAa,YAClF,iCACE,OAAO,EAAC,GAAG,EACX,IAAI,EAAE,IAAI,EACV,CAAC,EAAC,oQAAoQ,GACtQ,GACE,CACP,CAAA;AACH,CAAC;AAVD,0BAUC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"calculator.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/calculator.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,cAAc,CAAC,EAAe;QAAb,IAAI,UAAA;IACnC,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,mpDAAmpD,EACrpD,IAAI,EAAE,IAAI,GACV,GACE,CACP,CAAA;AACH,CAAC;AATD,wCASC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"calendar-browse.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/calendar-browse.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,kBAAkB,CAAC,EAAe;QAAb,IAAI,UAAA;IACvC,OAAO,CACL,iCAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,aAC5F,8BAAG,QAAQ,EAAC,sBAAsB,YAChC,iCACE,CAAC,EAAC,gpBAAgpB,EAClpB,IAAI,EAAE,IAAI,GACV,GACA,EACJ,2CACE,qCAAU,EAAE,EAAC,gBAAgB,YAC3B,iCAAM,IAAI,EAAC,MAAM,EAAC,SAAS,EAAC,eAAe,EAAC,CAAC,EAAC,eAAe,GAAG,GACvD,GACN,IACH,CACP,CAAA;AACH,CAAC;AAhBD,gDAgBC"}
@@ -1,10 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.IconCalendarTime = void 0;
4
- var jsx_runtime_1 = require("react/jsx-runtime");
5
- function IconCalendarTime(_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.jsx)("path", { d: 'M23.2969 2.85938H21.1406V2.15625C21.1406 1.76794 20.8258 1.45312 20.4375 1.45312C20.0492 1.45312 19.7344 1.76794 19.7344 2.15625V2.85938H16.9219V2.15625C16.9219 1.76794 16.6071 1.45312 16.2188 1.45312C15.8304 1.45312 15.5156 1.76794 15.5156 2.15625V2.85938H12.7031V2.15625C12.7031 1.76794 12.3883 1.45312 12 1.45312C11.6117 1.45312 11.2969 1.76794 11.2969 2.15625V2.85938H8.48438V2.15625C8.48438 1.76794 8.16956 1.45312 7.78125 1.45312C7.39294 1.45312 7.07812 1.76794 7.07812 2.15625V2.85938H4.26562V2.15625C4.26562 1.76794 3.95081 1.45312 3.5625 1.45312C3.17419 1.45312 2.85938 1.76794 2.85938 2.15625V2.85938H0.703125C0.314812 2.85938 0 3.17419 0 3.5625V21.8438C0 22.2321 0.314812 22.5469 0.703125 22.5469H23.2969C23.6852 22.5469 24 22.2321 24 21.8438C24 21.4419 24 3.76912 24 3.5625C24 3.17419 23.6852 2.85938 23.2969 2.85938ZM2.85938 4.26562V4.96875C2.85938 5.35706 3.17419 5.67188 3.5625 5.67188C3.95081 5.67188 4.26562 5.35706 4.26562 4.96875V4.26562H7.07812V4.96875C7.07812 5.35706 7.39294 5.67188 7.78125 5.67188C8.16956 5.67188 8.48438 5.35706 8.48438 4.96875V4.26562H11.2969V4.96875C11.2969 5.35706 11.6117 5.67188 12 5.67188C12.3883 5.67188 12.7031 5.35706 12.7031 4.96875V4.26562H15.5156V4.96875C15.5156 5.35706 15.8304 5.67188 16.2188 5.67188C16.6071 5.67188 16.9219 5.35706 16.9219 4.96875V4.26562H19.7344V4.96875C19.7344 5.35706 20.0492 5.67188 20.4375 5.67188C20.8258 5.67188 21.1406 5.35706 21.1406 4.96875V4.26562H22.5938V7.07812H1.40625V4.26562H2.85938ZM22.5938 21.1406H1.40625V8.48438H22.5938V21.1406Z', fill: fill }), (0, jsx_runtime_1.jsx)("path", { d: 'M16.2188 19.7344C18.9327 19.7344 21.1406 17.5264 21.1406 14.8125C21.1406 12.0986 18.9327 9.89062 16.2188 9.89062C13.5048 9.89062 11.2969 12.0986 11.2969 14.8125C11.2969 17.5264 13.5048 19.7344 16.2188 19.7344ZM16.2188 11.2969C18.1573 11.2969 19.7344 12.874 19.7344 14.8125C19.7344 16.751 18.1573 18.3281 16.2188 18.3281C14.2802 18.3281 12.7031 16.751 12.7031 14.8125C12.7031 12.874 14.2802 11.2969 16.2188 11.2969Z', fill: fill }), (0, jsx_runtime_1.jsx)("path", { d: 'M16.2188 15.5156H17.625C18.0133 15.5156 18.3281 15.2008 18.3281 14.8125C18.3281 14.4242 18.0133 14.1094 17.625 14.1094H16.9219V13.4062C16.9219 13.0179 16.6071 12.7031 16.2188 12.7031C15.8304 12.7031 15.5156 13.0179 15.5156 13.4062V14.8125C15.5156 15.2008 15.8304 15.5156 16.2188 15.5156Z', fill: fill }), (0, jsx_runtime_1.jsx)("path", { d: 'M3.5625 11.2969H4.96875C5.35706 11.2969 5.67188 10.9821 5.67188 10.5938C5.67188 10.2054 5.35706 9.89062 4.96875 9.89062H3.5625C3.17419 9.89062 2.85938 10.2054 2.85938 10.5938C2.85938 10.9821 3.17419 11.2969 3.5625 11.2969Z', fill: fill }), (0, jsx_runtime_1.jsx)("path", { d: 'M7.78125 11.2969H9.1875C9.57581 11.2969 9.89062 10.9821 9.89062 10.5938C9.89062 10.2054 9.57581 9.89062 9.1875 9.89062H7.78125C7.39294 9.89062 7.07812 10.2054 7.07812 10.5938C7.07812 10.9821 7.39294 11.2969 7.78125 11.2969Z', fill: fill }), (0, jsx_runtime_1.jsx)("path", { d: 'M7.78125 14.1094H9.1875C9.57581 14.1094 9.89062 13.7946 9.89062 13.4062C9.89062 13.0179 9.57581 12.7031 9.1875 12.7031H7.78125C7.39294 12.7031 7.07812 13.0179 7.07812 13.4062C7.07812 13.7946 7.39294 14.1094 7.78125 14.1094Z', fill: fill }), (0, jsx_runtime_1.jsx)("path", { d: 'M3.5625 14.1094H4.96875C5.35706 14.1094 5.67188 13.7946 5.67188 13.4062C5.67188 13.0179 5.35706 12.7031 4.96875 12.7031H3.5625C3.17419 12.7031 2.85938 13.0179 2.85938 13.4062C2.85938 13.7946 3.17419 14.1094 3.5625 14.1094Z', fill: fill }), (0, jsx_runtime_1.jsx)("path", { d: 'M3.5625 16.9219H4.96875C5.35706 16.9219 5.67188 16.6071 5.67188 16.2188C5.67188 15.8304 5.35706 15.5156 4.96875 15.5156H3.5625C3.17419 15.5156 2.85938 15.8304 2.85938 16.2188C2.85938 16.6071 3.17419 16.9219 3.5625 16.9219Z', fill: fill }), (0, jsx_runtime_1.jsx)("path", { d: 'M7.78125 16.9219H9.1875C9.57581 16.9219 9.89062 16.6071 9.89062 16.2188C9.89062 15.8304 9.57581 15.5156 9.1875 15.5156H7.78125C7.39294 15.5156 7.07812 15.8304 7.07812 16.2188C7.07812 16.6071 7.39294 16.9219 7.78125 16.9219Z', fill: fill }), (0, jsx_runtime_1.jsx)("path", { d: 'M7.78125 19.7344H9.1875C9.57581 19.7344 9.89062 19.4196 9.89062 19.0312C9.89062 18.6429 9.57581 18.3281 9.1875 18.3281H7.78125C7.39294 18.3281 7.07812 18.6429 7.07812 19.0312C7.07812 19.4196 7.39294 19.7344 7.78125 19.7344Z', fill: fill }), (0, jsx_runtime_1.jsx)("path", { d: 'M3.5625 19.7344H4.96875C5.35706 19.7344 5.67188 19.4196 5.67188 19.0312C5.67188 18.6429 5.35706 18.3281 4.96875 18.3281H3.5625C3.17419 18.3281 2.85938 18.6429 2.85938 19.0312C2.85938 19.4196 3.17419 19.7344 3.5625 19.7344Z', fill: fill })] }));
8
- }
9
- exports.IconCalendarTime = IconCalendarTime;
10
- //# sourceMappingURL=calendar-time.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"calendar-time.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/calendar-time.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,gBAAgB,CAAC,EAAe;QAAb,IAAI,UAAA;IACrC,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,m/CAAm/C,EACr/C,IAAI,EAAE,IAAI,GACV,EACF,iCACE,CAAC,EAAC,gaAAga,EACla,IAAI,EAAE,IAAI,GACV,EACF,iCACE,CAAC,EAAC,iSAAiS,EACnS,IAAI,EAAE,IAAI,GACV,EACF,iCACE,CAAC,EAAC,gOAAgO,EAClO,IAAI,EAAE,IAAI,GACV,EACF,iCACE,CAAC,EAAC,iOAAiO,EACnO,IAAI,EAAE,IAAI,GACV,EACF,iCACE,CAAC,EAAC,iOAAiO,EACnO,IAAI,EAAE,IAAI,GACV,EACF,iCACE,CAAC,EAAC,gOAAgO,EAClO,IAAI,EAAE,IAAI,GACV,EACF,iCACE,CAAC,EAAC,gOAAgO,EAClO,IAAI,EAAE,IAAI,GACV,EACF,iCACE,CAAC,EAAC,iOAAiO,EACnO,IAAI,EAAE,IAAI,GACV,EACF,iCACE,CAAC,EAAC,iOAAiO,EACnO,IAAI,EAAE,IAAI,GACV,EACF,iCACE,CAAC,EAAC,gOAAgO,EAClO,IAAI,EAAE,IAAI,GACV,IACE,CACP,CAAA;AACH,CAAC;AAjDD,4CAiDC"}
@@ -1,10 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.IconCalendar = void 0;
4
- var jsx_runtime_1 = require("react/jsx-runtime");
5
- function IconCalendar(_a) {
6
- var fill = _a.fill;
7
- return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '18', height: '18', viewBox: '0 0 18 18', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { d: 'M6.50002 0.833313V2.49998H11.5V0.833313H13.1667V2.49998H16.5C16.9603 2.49998 17.3334 2.87308 17.3334 3.33331V16.6666C17.3334 17.1269 16.9603 17.5 16.5 17.5H1.50002C1.03979 17.5 0.666687 17.1269 0.666687 16.6666V3.33331C0.666687 2.87308 1.03979 2.49998 1.50002 2.49998H4.83335V0.833313H6.50002ZM15.6667 9.16665H2.33335V15.8333H15.6667V9.16665ZM4.83335 4.16665H2.33335V7.49998H15.6667V4.16665H13.1667V5.83331H11.5V4.16665H6.50002V5.83331H4.83335V4.16665Z', fill: fill }) }));
8
- }
9
- exports.IconCalendar = IconCalendar;
10
- //# sourceMappingURL=calendar.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"calendar.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/calendar.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,scAAsc,EACxc,IAAI,EAAE,IAAI,GACV,GACE,CACP,CAAA;AACH,CAAC;AATD,oCASC"}
@@ -1,2 +0,0 @@
1
- import { IIcon } from '../interfaces.js';
2
- export declare function IconCam({ stroke }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,10 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.IconCam = void 0;
4
- var jsx_runtime_1 = require("react/jsx-runtime");
5
- function IconCam(_a) {
6
- var stroke = _a.stroke;
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', stroke: stroke, strokeWidth: '2', strokeLinecap: 'round', strokeLinejoin: 'round', children: [(0, jsx_runtime_1.jsx)("path", { stroke: 'none', d: 'M0 0h24v24H0z', fill: 'none' }), (0, jsx_runtime_1.jsx)("path", { d: 'M5 7h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v9a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2' }), (0, jsx_runtime_1.jsx)("path", { d: 'M9 13a3 3 0 1 0 6 0a3 3 0 0 0 -6 0' })] }));
8
- }
9
- exports.IconCam = IconCam;
10
- //# sourceMappingURL=cam.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"cam.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/cam.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,OAAO,CAAC,EAAiB;QAAf,MAAM,YAAA;IAC9B,OAAO,CACL,iCACE,KAAK,EAAC,4BAA4B,EAClC,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,EACX,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,MAAM,EAAE,MAAM,EACd,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,2IAA2I,GAAG,EACtJ,iCAAM,CAAC,EAAC,oCAAoC,GAAG,IAC3C,CACP,CAAA;AACH,CAAC;AAlBD,0BAkBC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"chalet.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/chalet.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,UAAU,CAAC,EAAe;QAAb,IAAI,UAAA;IAC/B,OAAO,CACL,gCAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,OAAO,EAAC,WAAW,YAChF,iCACE,CAAC,EAAC,ktBAAktB,EACptB,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 IconChat({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1 +0,0 @@
1
- {"version":3,"file":"chat.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/chat.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,sXAAsX,EACxX,IAAI,EAAE,IAAI,GACV,GACE,CACP,CAAA;AACH,CAAC;AATD,4BASC"}
@@ -1,2 +0,0 @@
1
- import { IIcon } from '../interfaces.js';
2
- export declare function IconClip({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1 +0,0 @@
1
- {"version":3,"file":"clip.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/clip.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,sBAAsB,YAChC,iCACE,CAAC,EAAC,4xCAA4xC,EAC9xC,IAAI,EAAE,IAAI,GACV,GACA,EACJ,2CACE,qCAAU,EAAE,EAAC,gBAAgB,YAC3B,iCAAM,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,IAAI,EAAE,IAAI,EAAE,SAAS,EAAC,uBAAuB,GAAG,GACpE,GACN,IACH,CACP,CAAA;AACH,CAAC;AAhBD,4BAgBC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"computer.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/computer.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,YAAY,CAAC,EAAe;QAAb,IAAI,UAAA;IACjC,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,m/BAAm/B,EACr/B,IAAI,EAAE,IAAI,GACV,GACA,EACJ,2CACE,qCAAU,EAAE,EAAC,eAAe,YAC1B,iCAAM,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,SAAS,EAAC,IAAI,EAAC,aAAa,EAAE,SAAS,EAAC,uBAAuB,GAAG,GACjF,GACN,IACH,CACP,CAAA;AACH,CAAC;AAhBD,oCAgBC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"danger.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/danger.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,qLAAqL,EACvL,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 IconDeath({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;