@plumile/ui 0.1.56 → 0.1.58

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 (324) hide show
  1. package/lib/esm/atomic/atoms/badge/Badge.js +17 -16
  2. package/lib/esm/atomic/atoms/badge/Badge.js.map +1 -1
  3. package/lib/esm/atomic/atoms/badge/badge.css.js +30 -8
  4. package/lib/esm/atomic/atoms/badge/badge.css.js.map +1 -1
  5. package/lib/esm/atomic/atoms/button/Button.js +46 -58
  6. package/lib/esm/atomic/atoms/button/Button.js.map +1 -1
  7. package/lib/esm/atomic/atoms/button/LinkButton.js +48 -62
  8. package/lib/esm/atomic/atoms/button/LinkButton.js.map +1 -1
  9. package/lib/esm/atomic/atoms/button/button.css.js +95 -16
  10. package/lib/esm/atomic/atoms/button/button.css.js.map +1 -1
  11. package/lib/esm/atomic/atoms/checkbox/Checkbox.js +37 -40
  12. package/lib/esm/atomic/atoms/checkbox/Checkbox.js.map +1 -1
  13. package/lib/esm/atomic/atoms/checkbox/checkbox.css.js +26 -11
  14. package/lib/esm/atomic/atoms/checkbox/checkbox.css.js.map +1 -1
  15. package/lib/esm/atomic/atoms/formatted-date/FormattedDate.js +32 -31
  16. package/lib/esm/atomic/atoms/formatted-date/FormattedDate.js.map +1 -1
  17. package/lib/esm/atomic/atoms/icon-button/IconMenuButton.js +18 -25
  18. package/lib/esm/atomic/atoms/icon-button/IconMenuButton.js.map +1 -1
  19. package/lib/esm/atomic/atoms/input/Input.js +46 -40
  20. package/lib/esm/atomic/atoms/input/Input.js.map +1 -1
  21. package/lib/esm/atomic/atoms/input/input.css.js +32 -14
  22. package/lib/esm/atomic/atoms/input/input.css.js.map +1 -1
  23. package/lib/esm/atomic/atoms/label/Label.js +23 -16
  24. package/lib/esm/atomic/atoms/label/Label.js.map +1 -1
  25. package/lib/esm/atomic/atoms/label/label.css.js +27 -9
  26. package/lib/esm/atomic/atoms/label/label.css.js.map +1 -1
  27. package/lib/esm/atomic/atoms/textarea/Textarea.js +19 -18
  28. package/lib/esm/atomic/atoms/textarea/Textarea.js.map +1 -1
  29. package/lib/esm/atomic/atoms/textarea/textarea.css.js +32 -8
  30. package/lib/esm/atomic/atoms/textarea/textarea.css.js.map +1 -1
  31. package/lib/esm/atomic/molecules/breadcrumb_navigation/BreadcrumbMenuDropdown.js +47 -54
  32. package/lib/esm/atomic/molecules/breadcrumb_navigation/BreadcrumbMenuDropdown.js.map +1 -1
  33. package/lib/esm/atomic/molecules/breadcrumb_navigation/BreadcrumbMenuPopover.js +53 -60
  34. package/lib/esm/atomic/molecules/breadcrumb_navigation/BreadcrumbMenuPopover.js.map +1 -1
  35. package/lib/esm/atomic/molecules/breadcrumb_navigation/BreadcrumbNavigation.js +62 -63
  36. package/lib/esm/atomic/molecules/breadcrumb_navigation/BreadcrumbNavigation.js.map +1 -1
  37. package/lib/esm/atomic/molecules/breadcrumb_navigation/breadcrumbNavigation.css.js +8 -30
  38. package/lib/esm/atomic/molecules/breadcrumb_navigation/breadcrumbNavigation.css.js.map +1 -1
  39. package/lib/esm/atomic/molecules/breadcrumb_navigation/types.js +0 -2
  40. package/lib/esm/atomic/molecules/card/Card.css.js +8 -10
  41. package/lib/esm/atomic/molecules/card/Card.css.js.map +1 -1
  42. package/lib/esm/atomic/molecules/card/Card.js +24 -17
  43. package/lib/esm/atomic/molecules/card/Card.js.map +1 -1
  44. package/lib/esm/atomic/molecules/dropdown/Dropdown.js +148 -177
  45. package/lib/esm/atomic/molecules/dropdown/Dropdown.js.map +1 -1
  46. package/lib/esm/atomic/molecules/dropdown/dropdown.css.js +8 -13
  47. package/lib/esm/atomic/molecules/dropdown/dropdown.css.js.map +1 -1
  48. package/lib/esm/atomic/molecules/form-actions/FormActions.js +31 -56
  49. package/lib/esm/atomic/molecules/form-actions/FormActions.js.map +1 -1
  50. package/lib/esm/atomic/molecules/tabs/Tabs.js +34 -33
  51. package/lib/esm/atomic/molecules/tabs/Tabs.js.map +1 -1
  52. package/lib/esm/atomic/molecules/tabs/tabs.css.js +18 -9
  53. package/lib/esm/atomic/molecules/tabs/tabs.css.js.map +1 -1
  54. package/lib/esm/atomic/molecules/toast/ToastProvider.js +82 -77
  55. package/lib/esm/atomic/molecules/toast/ToastProvider.js.map +1 -1
  56. package/lib/esm/atomic/molecules/toast/ToastViewport.js +75 -70
  57. package/lib/esm/atomic/molecules/toast/ToastViewport.js.map +1 -1
  58. package/lib/esm/atomic/molecules/toast/constants.js +6 -5
  59. package/lib/esm/atomic/molecules/toast/constants.js.map +1 -1
  60. package/lib/esm/atomic/molecules/toast/toast.css.js +18 -17
  61. package/lib/esm/atomic/molecules/toast/toast.css.js.map +1 -1
  62. package/lib/esm/components/charts/BillingUsageLineChart.js +140 -173
  63. package/lib/esm/components/charts/BillingUsageLineChart.js.map +1 -1
  64. package/lib/esm/components/charts/billingUsageLineChart.css.js +8 -12
  65. package/lib/esm/components/charts/billingUsageLineChart.css.js.map +1 -1
  66. package/lib/esm/components/data-table/DataTable.css.js +84 -24
  67. package/lib/esm/components/data-table/DataTable.css.js.map +1 -1
  68. package/lib/esm/components/data-table/DataTable.js +73 -140
  69. package/lib/esm/components/data-table/DataTable.js.map +1 -1
  70. package/lib/esm/components/data-table/TableCell.css.js +18 -15
  71. package/lib/esm/components/data-table/TableCell.css.js.map +1 -1
  72. package/lib/esm/components/data-table/TableCell.js +74 -73
  73. package/lib/esm/components/data-table/TableCell.js.map +1 -1
  74. package/lib/esm/components/data-table/TableCellBase.js +18 -15
  75. package/lib/esm/components/data-table/TableCellBase.js.map +1 -1
  76. package/lib/esm/components/data-table/VirtualizedConnectionTable.css.js +8 -10
  77. package/lib/esm/components/data-table/VirtualizedConnectionTable.css.js.map +1 -1
  78. package/lib/esm/components/data-table/VirtualizedConnectionTable.js +190 -248
  79. package/lib/esm/components/data-table/VirtualizedConnectionTable.js.map +1 -1
  80. package/lib/esm/components/data-table/tableBreakpoints.js +28 -34
  81. package/lib/esm/components/data-table/tableBreakpoints.js.map +1 -1
  82. package/lib/esm/components/layout/ContentLayout.css.js +8 -18
  83. package/lib/esm/components/layout/ContentLayout.css.js.map +1 -1
  84. package/lib/esm/components/layout/ContentLayout.js +68 -78
  85. package/lib/esm/components/layout/ContentLayout.js.map +1 -1
  86. package/lib/esm/components/layout/TabsContentLayout.css.js +8 -11
  87. package/lib/esm/components/layout/TabsContentLayout.css.js.map +1 -1
  88. package/lib/esm/components/layout/TabsContentLayout.js +30 -13
  89. package/lib/esm/components/layout/TabsContentLayout.js.map +1 -1
  90. package/lib/esm/components/select/SimpleSelect.css.js +17 -22
  91. package/lib/esm/components/select/SimpleSelect.css.js.map +1 -1
  92. package/lib/esm/components/select/SimpleSelect.js +184 -184
  93. package/lib/esm/components/select/SimpleSelect.js.map +1 -1
  94. package/lib/esm/components/subscriptions/RefetchNeededBanner.css.js +8 -10
  95. package/lib/esm/components/subscriptions/RefetchNeededBanner.css.js.map +1 -1
  96. package/lib/esm/components/subscriptions/RefetchNeededBanner.js +31 -23
  97. package/lib/esm/components/subscriptions/RefetchNeededBanner.js.map +1 -1
  98. package/lib/esm/components/tile/InfoTile.css.js +8 -18
  99. package/lib/esm/components/tile/InfoTile.css.js.map +1 -1
  100. package/lib/esm/components/tile/InfoTile.js +62 -67
  101. package/lib/esm/components/tile/InfoTile.js.map +1 -1
  102. package/lib/esm/i18n/useUiTranslation.js +8 -7
  103. package/lib/esm/i18n/useUiTranslation.js.map +1 -1
  104. package/lib/esm/icons/BanSvg.js +29 -44
  105. package/lib/esm/icons/BanSvg.js.map +1 -1
  106. package/lib/esm/icons/ButtonLoadingSpinnerSvg.js +26 -41
  107. package/lib/esm/icons/ButtonLoadingSpinnerSvg.js.map +1 -1
  108. package/lib/esm/icons/ChatCheckSvg.js +27 -42
  109. package/lib/esm/icons/ChatCheckSvg.js.map +1 -1
  110. package/lib/esm/icons/ChatSizeLargeSvg.js +49 -70
  111. package/lib/esm/icons/ChatSizeLargeSvg.js.map +1 -1
  112. package/lib/esm/icons/ChatSizeMediumSvg.js +43 -61
  113. package/lib/esm/icons/ChatSizeMediumSvg.js.map +1 -1
  114. package/lib/esm/icons/ChatSizeSmallSvg.js +37 -52
  115. package/lib/esm/icons/ChatSizeSmallSvg.js.map +1 -1
  116. package/lib/esm/icons/ChatXSvg.js +27 -42
  117. package/lib/esm/icons/ChatXSvg.js.map +1 -1
  118. package/lib/esm/icons/CheckSvg.js +21 -30
  119. package/lib/esm/icons/CheckSvg.js.map +1 -1
  120. package/lib/esm/icons/ChevronDownSvg.js +21 -30
  121. package/lib/esm/icons/ChevronDownSvg.js.map +1 -1
  122. package/lib/esm/icons/ChevronLeftSvg.js +21 -30
  123. package/lib/esm/icons/ChevronLeftSvg.js.map +1 -1
  124. package/lib/esm/icons/ChevronRightSvg.js +21 -30
  125. package/lib/esm/icons/ChevronRightSvg.js.map +1 -1
  126. package/lib/esm/icons/ClockSvg.js +29 -44
  127. package/lib/esm/icons/ClockSvg.js.map +1 -1
  128. package/lib/esm/icons/CoinOffSvg.js +47 -65
  129. package/lib/esm/icons/CoinOffSvg.js.map +1 -1
  130. package/lib/esm/icons/CoinSvg.js +40 -55
  131. package/lib/esm/icons/CoinSvg.js.map +1 -1
  132. package/lib/esm/icons/DatabaseCheckSvg.js +47 -65
  133. package/lib/esm/icons/DatabaseCheckSvg.js.map +1 -1
  134. package/lib/esm/icons/DatabaseXSvg.js +47 -65
  135. package/lib/esm/icons/DatabaseXSvg.js.map +1 -1
  136. package/lib/esm/icons/DevModeSvg.js +21 -30
  137. package/lib/esm/icons/DevModeSvg.js.map +1 -1
  138. package/lib/esm/icons/EyeSvg.js +27 -33
  139. package/lib/esm/icons/EyeSvg.js.map +1 -1
  140. package/lib/esm/icons/FormErrorAlertSvg.js +37 -29
  141. package/lib/esm/icons/FormErrorAlertSvg.js.map +1 -1
  142. package/lib/esm/icons/GlobeSvg.js +18 -27
  143. package/lib/esm/icons/GlobeSvg.js.map +1 -1
  144. package/lib/esm/icons/GripDotsSvg.js +52 -29
  145. package/lib/esm/icons/GripDotsSvg.js.map +1 -1
  146. package/lib/esm/icons/HomeActivityAssignUserSvg.js +44 -62
  147. package/lib/esm/icons/HomeActivityAssignUserSvg.js.map +1 -1
  148. package/lib/esm/icons/HomeStatsCheckBadgeSvg.js +27 -42
  149. package/lib/esm/icons/HomeStatsCheckBadgeSvg.js.map +1 -1
  150. package/lib/esm/icons/HomeStatsClipboardSvg.js +27 -42
  151. package/lib/esm/icons/HomeStatsClipboardSvg.js.map +1 -1
  152. package/lib/esm/icons/HomeStatsClockSvg.js +27 -42
  153. package/lib/esm/icons/HomeStatsClockSvg.js.map +1 -1
  154. package/lib/esm/icons/KeyOffSvg.js +39 -54
  155. package/lib/esm/icons/KeyOffSvg.js.map +1 -1
  156. package/lib/esm/icons/KeySvg.js +39 -54
  157. package/lib/esm/icons/KeySvg.js.map +1 -1
  158. package/lib/esm/icons/KronexSvg.js +28 -43
  159. package/lib/esm/icons/KronexSvg.js.map +1 -1
  160. package/lib/esm/icons/LinkCheckSvg.js +37 -52
  161. package/lib/esm/icons/LinkCheckSvg.js.map +1 -1
  162. package/lib/esm/icons/LinkSvg.js +27 -42
  163. package/lib/esm/icons/LinkSvg.js.map +1 -1
  164. package/lib/esm/icons/LinkXSvg.js +37 -52
  165. package/lib/esm/icons/LinkXSvg.js.map +1 -1
  166. package/lib/esm/icons/LockOpenSvg.js +31 -46
  167. package/lib/esm/icons/LockOpenSvg.js.map +1 -1
  168. package/lib/esm/icons/LockSvg.js +31 -46
  169. package/lib/esm/icons/LockSvg.js.map +1 -1
  170. package/lib/esm/icons/MailCheckSvg.js +41 -56
  171. package/lib/esm/icons/MailCheckSvg.js.map +1 -1
  172. package/lib/esm/icons/MailSvg.js +31 -46
  173. package/lib/esm/icons/MailSvg.js.map +1 -1
  174. package/lib/esm/icons/MailXSvg.js +41 -56
  175. package/lib/esm/icons/MailXSvg.js.map +1 -1
  176. package/lib/esm/icons/ModalCloseSvg.js +27 -42
  177. package/lib/esm/icons/ModalCloseSvg.js.map +1 -1
  178. package/lib/esm/icons/PencilSvg.js +14 -20
  179. package/lib/esm/icons/PencilSvg.js.map +1 -1
  180. package/lib/esm/icons/PinFilledSvg.js +24 -40
  181. package/lib/esm/icons/PinFilledSvg.js.map +1 -1
  182. package/lib/esm/icons/PinSvg.js +27 -43
  183. package/lib/esm/icons/PinSvg.js.map +1 -1
  184. package/lib/esm/icons/ProfileDropdownLogoutSvg.js +37 -52
  185. package/lib/esm/icons/ProfileDropdownLogoutSvg.js.map +1 -1
  186. package/lib/esm/icons/ProfileDropdownOrganizationSvg.js +27 -42
  187. package/lib/esm/icons/ProfileDropdownOrganizationSvg.js.map +1 -1
  188. package/lib/esm/icons/ProjectsFolderSvg.js +21 -30
  189. package/lib/esm/icons/ProjectsFolderSvg.js.map +1 -1
  190. package/lib/esm/icons/RobotCheckSvg.js +60 -68
  191. package/lib/esm/icons/RobotCheckSvg.js.map +1 -1
  192. package/lib/esm/icons/RobotSvg.js +53 -58
  193. package/lib/esm/icons/RobotSvg.js.map +1 -1
  194. package/lib/esm/icons/RobotXSvg.js +60 -68
  195. package/lib/esm/icons/RobotXSvg.js.map +1 -1
  196. package/lib/esm/icons/RocketOffSvg.js +58 -83
  197. package/lib/esm/icons/RocketOffSvg.js.map +1 -1
  198. package/lib/esm/icons/RocketSvg.js +51 -73
  199. package/lib/esm/icons/RocketSvg.js.map +1 -1
  200. package/lib/esm/icons/SendCheckSvg.js +40 -55
  201. package/lib/esm/icons/SendCheckSvg.js.map +1 -1
  202. package/lib/esm/icons/SendMessageSvg.js +30 -45
  203. package/lib/esm/icons/SendMessageSvg.js.map +1 -1
  204. package/lib/esm/icons/SendXSvg.js +40 -55
  205. package/lib/esm/icons/SendXSvg.js.map +1 -1
  206. package/lib/esm/icons/SettingsCheckSvg.js +37 -52
  207. package/lib/esm/icons/SettingsCheckSvg.js.map +1 -1
  208. package/lib/esm/icons/SettingsXSvg.js +37 -52
  209. package/lib/esm/icons/SettingsXSvg.js.map +1 -1
  210. package/lib/esm/icons/ShieldLockSvg.js +41 -56
  211. package/lib/esm/icons/ShieldLockSvg.js.map +1 -1
  212. package/lib/esm/icons/ShieldOffSvg.js +27 -42
  213. package/lib/esm/icons/ShieldOffSvg.js.map +1 -1
  214. package/lib/esm/icons/SidebarHomeSvg.js +27 -42
  215. package/lib/esm/icons/SidebarHomeSvg.js.map +1 -1
  216. package/lib/esm/icons/SidebarInitiativesSvg.js +37 -52
  217. package/lib/esm/icons/SidebarInitiativesSvg.js.map +1 -1
  218. package/lib/esm/icons/SidebarPlusSvg.js +27 -42
  219. package/lib/esm/icons/SidebarPlusSvg.js.map +1 -1
  220. package/lib/esm/icons/SidebarSearchSvg.js +27 -42
  221. package/lib/esm/icons/SidebarSearchSvg.js.map +1 -1
  222. package/lib/esm/icons/SidebarSettingsSvg.js +27 -42
  223. package/lib/esm/icons/SidebarSettingsSvg.js.map +1 -1
  224. package/lib/esm/icons/SidebarTasksSvg.js +27 -42
  225. package/lib/esm/icons/SidebarTasksSvg.js.map +1 -1
  226. package/lib/esm/icons/SidebarTeamSvg.js +44 -62
  227. package/lib/esm/icons/SidebarTeamSvg.js.map +1 -1
  228. package/lib/esm/icons/TaskAttachmentSvg.js +21 -30
  229. package/lib/esm/icons/TaskAttachmentSvg.js.map +1 -1
  230. package/lib/esm/icons/TaskCalendarSvg.js +44 -62
  231. package/lib/esm/icons/TaskCalendarSvg.js.map +1 -1
  232. package/lib/esm/icons/TaskCommentBubbleSvg.js +21 -30
  233. package/lib/esm/icons/TaskCommentBubbleSvg.js.map +1 -1
  234. package/lib/esm/icons/TaskDeleteSvg.js +27 -42
  235. package/lib/esm/icons/TaskDeleteSvg.js.map +1 -1
  236. package/lib/esm/icons/TaskDependencyBlockedSvg.js +27 -43
  237. package/lib/esm/icons/TaskDependencyBlockedSvg.js.map +1 -1
  238. package/lib/esm/icons/TaskDependencyReadySvg.js +27 -43
  239. package/lib/esm/icons/TaskDependencyReadySvg.js.map +1 -1
  240. package/lib/esm/icons/TaskMenuDotsSvg.js +37 -52
  241. package/lib/esm/icons/TaskMenuDotsSvg.js.map +1 -1
  242. package/lib/esm/icons/TaskTagSvg.js +27 -42
  243. package/lib/esm/icons/TaskTagSvg.js.map +1 -1
  244. package/lib/esm/icons/TeamMemberEmailSvg.js +27 -42
  245. package/lib/esm/icons/TeamMemberEmailSvg.js.map +1 -1
  246. package/lib/esm/icons/TeamMemberLocationSvg.js +27 -42
  247. package/lib/esm/icons/TeamMemberLocationSvg.js.map +1 -1
  248. package/lib/esm/icons/WrenchSvg.js +21 -30
  249. package/lib/esm/icons/WrenchSvg.js.map +1 -1
  250. package/lib/esm/icons/XBadgeSvg.js +27 -42
  251. package/lib/esm/icons/XBadgeSvg.js.map +1 -1
  252. package/lib/esm/icons/markdown/MarkdownCheckboxCheckedSvg.js +30 -42
  253. package/lib/esm/icons/markdown/MarkdownCheckboxCheckedSvg.js.map +1 -1
  254. package/lib/esm/icons/markdown/MarkdownCheckboxUncheckedSvg.js +22 -28
  255. package/lib/esm/icons/markdown/MarkdownCheckboxUncheckedSvg.js.map +1 -1
  256. package/lib/esm/icons/markdown/MarkdownCopySuccessSvg.js +41 -53
  257. package/lib/esm/icons/markdown/MarkdownCopySuccessSvg.js.map +1 -1
  258. package/lib/esm/icons/markdown/MarkdownCopySvg.js +30 -42
  259. package/lib/esm/icons/markdown/MarkdownCopySvg.js.map +1 -1
  260. package/lib/esm/icons/markdown/MarkdownExternalLinkSvg.js +39 -51
  261. package/lib/esm/icons/markdown/MarkdownExternalLinkSvg.js.map +1 -1
  262. package/lib/esm/index.js +34 -77
  263. package/lib/esm/style.css +2 -0
  264. package/lib/esm/style.js +4 -0
  265. package/lib/esm/styles/slots.js +0 -2
  266. package/lib/esm/svg/ChevronDownIcon.js +11 -10
  267. package/lib/esm/svg/ChevronDownIcon.js.map +1 -1
  268. package/lib/esm/svg/ChevronRightIcon.js +11 -9
  269. package/lib/esm/svg/ChevronRightIcon.js.map +1 -1
  270. package/lib/esm/svg/GlobeIcon.js +11 -6
  271. package/lib/esm/svg/GlobeIcon.js.map +1 -1
  272. package/lib/esm/theme/ThemeProvider.js +33 -37
  273. package/lib/esm/theme/ThemeProvider.js.map +1 -1
  274. package/lib/esm/theme/VisuallyHidden.js +12 -8
  275. package/lib/esm/theme/VisuallyHidden.js.map +1 -1
  276. package/lib/esm/theme/accessibility.css.js +7 -8
  277. package/lib/esm/theme/accessibility.css.js.map +1 -1
  278. package/lib/esm/theme/colors.js +101 -100
  279. package/lib/esm/theme/colors.js.map +1 -1
  280. package/lib/esm/theme/common.js +122 -123
  281. package/lib/esm/theme/common.js.map +1 -1
  282. package/lib/esm/theme/containerQueries.js +14 -13
  283. package/lib/esm/theme/containerQueries.js.map +1 -1
  284. package/lib/esm/theme/global.css.js +1 -2
  285. package/lib/esm/theme/index.js +9 -28
  286. package/lib/esm/theme/sprinkles.css.js +68484 -9
  287. package/lib/esm/theme/sprinkles.css.js.map +1 -1
  288. package/lib/esm/theme/theme.css.js +1 -2
  289. package/lib/esm/theme/themeContract.js +1025 -1035
  290. package/lib/esm/theme/themeContract.js.map +1 -1
  291. package/lib/esm/theme/tools.js +16 -19
  292. package/lib/esm/theme/tools.js.map +1 -1
  293. package/lib/style.d.ts +5 -0
  294. package/lib/style.d.ts.map +1 -0
  295. package/lib/style.js +5 -0
  296. package/lib/types/style.d.ts +5 -0
  297. package/lib/types/style.d.ts.map +1 -0
  298. package/package.json +4 -3
  299. package/src/i18n/locales/en/ui.json +11 -0
  300. package/src/i18n/locales/fr/ui.json +12 -0
  301. package/lib/esm/atomic/atoms/badge/badge.css.ts.vanilla-BxMgYgcH.css +0 -1
  302. package/lib/esm/atomic/atoms/button/button.css.ts.vanilla-BYFxDZro.css +0 -1
  303. package/lib/esm/atomic/atoms/checkbox/checkbox.css.ts.vanilla-D6TvWxlo.css +0 -1
  304. package/lib/esm/atomic/atoms/input/input.css.ts.vanilla-D_X5_tcn.css +0 -1
  305. package/lib/esm/atomic/atoms/textarea/textarea.css.ts.vanilla-IrvNTQEt.css +0 -1
  306. package/lib/esm/atomic/molecules/breadcrumb_navigation/breadcrumbNavigation.css.ts.vanilla-Bhz61Foa.css +0 -1
  307. package/lib/esm/atomic/molecules/breadcrumb_navigation/types.js.map +0 -1
  308. package/lib/esm/atomic/molecules/tabs/tabs.css.ts.vanilla-DQm5wO0K.css +0 -1
  309. package/lib/esm/atomic/molecules/toast/toast.css.ts.vanilla-2GtcGJsi.css +0 -1
  310. package/lib/esm/components/charts/billingUsageLineChart.css.ts.vanilla-7e3dy1Dj.css +0 -1
  311. package/lib/esm/components/data-table/DataTable.css.ts.vanilla-BLE98fwj.css +0 -1
  312. package/lib/esm/components/data-table/TableCell.css.ts.vanilla-i5QJvdbl.css +0 -1
  313. package/lib/esm/components/layout/ContentLayout.css.ts.vanilla-tn0RQdqM.css +0 -0
  314. package/lib/esm/components/select/SimpleSelect.css.ts.vanilla-Bil1v8q6.css +0 -1
  315. package/lib/esm/components/tile/InfoTile.css.ts.vanilla-ByCg4UKz.css +0 -1
  316. package/lib/esm/index.js.map +0 -1
  317. package/lib/esm/styles/slots.js.map +0 -1
  318. package/lib/esm/theme/accessibility.css.ts.vanilla-D6gfeWvf.css +0 -1
  319. package/lib/esm/theme/global.css.js.map +0 -1
  320. package/lib/esm/theme/global.css.ts.vanilla-ClXnHnoy.css +0 -1
  321. package/lib/esm/theme/index.js.map +0 -1
  322. package/lib/esm/theme/sprinkles.css.ts.vanilla-DOI5FNoi.css +0 -1
  323. package/lib/esm/theme/theme.css.js.map +0 -1
  324. package/lib/esm/theme/theme.css.ts.vanilla-a3SsXff5.css +0 -1
@@ -1,56 +1,41 @@
1
- import { jsxs as n, jsx as r } from "react/jsx-runtime";
2
- const s = ({
3
- width: o = 16,
4
- height: t = 16,
5
- ...e
6
- }) => /* @__PURE__ */ n(
7
- "svg",
8
- {
9
- width: o,
10
- height: t,
11
- viewBox: "0 0 24 24",
12
- fill: "none",
13
- xmlns: "http://www.w3.org/2000/svg",
14
- ...e,
15
- children: [
16
- /* @__PURE__ */ r(
17
- "rect",
18
- {
19
- x: "4",
20
- y: "6",
21
- width: "16",
22
- height: "12",
23
- rx: "2",
24
- stroke: "currentColor",
25
- strokeWidth: "2",
26
- strokeLinecap: "round",
27
- strokeLinejoin: "round"
28
- }
29
- ),
30
- /* @__PURE__ */ r(
31
- "path",
32
- {
33
- d: "M4.5 7.5 12 13l7.5-5.5",
34
- stroke: "currentColor",
35
- strokeWidth: "2",
36
- strokeLinecap: "round",
37
- strokeLinejoin: "round"
38
- }
39
- ),
40
- /* @__PURE__ */ r(
41
- "path",
42
- {
43
- d: "m15 16 4 4m0-4-4 4",
44
- stroke: "currentColor",
45
- strokeWidth: "2",
46
- strokeLinecap: "round",
47
- strokeLinejoin: "round"
48
- }
49
- )
50
- ]
51
- }
52
- );
53
- export {
54
- s as MailXSvg
55
- };
56
- //# sourceMappingURL=MailXSvg.js.map
1
+ import { jsx as e, jsxs as t } from "react/jsx-runtime";
2
+ //#region src/icons/MailXSvg.tsx
3
+ var n = ({ width: n = 16, height: r = 16, ...i }) => /* @__PURE__ */ t("svg", {
4
+ width: n,
5
+ height: r,
6
+ viewBox: "0 0 24 24",
7
+ fill: "none",
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ ...i,
10
+ children: [
11
+ /* @__PURE__ */ e("rect", {
12
+ x: "4",
13
+ y: "6",
14
+ width: "16",
15
+ height: "12",
16
+ rx: "2",
17
+ stroke: "currentColor",
18
+ strokeWidth: "2",
19
+ strokeLinecap: "round",
20
+ strokeLinejoin: "round"
21
+ }),
22
+ /* @__PURE__ */ e("path", {
23
+ d: "M4.5 7.5 12 13l7.5-5.5",
24
+ stroke: "currentColor",
25
+ strokeWidth: "2",
26
+ strokeLinecap: "round",
27
+ strokeLinejoin: "round"
28
+ }),
29
+ /* @__PURE__ */ e("path", {
30
+ d: "m15 16 4 4m0-4-4 4",
31
+ stroke: "currentColor",
32
+ strokeWidth: "2",
33
+ strokeLinecap: "round",
34
+ strokeLinejoin: "round"
35
+ })
36
+ ]
37
+ });
38
+ //#endregion
39
+ export { n as MailXSvg };
40
+
41
+ //# sourceMappingURL=MailXSvg.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"MailXSvg.js","sources":["../../../src/icons/MailXSvg.tsx"],"sourcesContent":["import { type JSX } from 'react';\n\ntype Props = React.SVGProps<SVGSVGElement>;\n\nexport const MailXSvg = ({\n width = 16,\n height = 16,\n ...rest\n}: Props): JSX.Element => {\n return (\n <svg\n width={width}\n height={height}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...rest}\n >\n <rect\n x=\"4\"\n y=\"6\"\n width=\"16\"\n height=\"12\"\n rx=\"2\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M4.5 7.5 12 13l7.5-5.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"m15 16 4 4m0-4-4 4\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </svg>\n );\n};\n"],"names":["MailXSvg","width","height","rest","jsxs","jsx"],"mappings":";AAIO,MAAMA,IAAW,CAAC;AAAA,EACvB,OAAAC,IAAQ;AAAA,EACR,QAAAC,IAAS;AAAA,EACT,GAAGC;AACL,MAEI,gBAAAC;AAAA,EAAC;AAAA,EAAA;AAAA,IACC,OAAAH;AAAA,IACA,QAAAC;AAAA,IACA,SAAQ;AAAA,IACR,MAAK;AAAA,IACL,OAAM;AAAA,IACL,GAAGC;AAAA,IAEJ,UAAA;AAAA,MAAA,gBAAAE;AAAA,QAAC;AAAA,QAAA;AAAA,UACC,GAAE;AAAA,UACF,GAAE;AAAA,UACF,OAAM;AAAA,UACN,QAAO;AAAA,UACP,IAAG;AAAA,UACH,QAAO;AAAA,UACP,aAAY;AAAA,UACZ,eAAc;AAAA,UACd,gBAAe;AAAA,QAAA;AAAA,MAAA;AAAA,MAEjB,gBAAAA;AAAA,QAAC;AAAA,QAAA;AAAA,UACC,GAAE;AAAA,UACF,QAAO;AAAA,UACP,aAAY;AAAA,UACZ,eAAc;AAAA,UACd,gBAAe;AAAA,QAAA;AAAA,MAAA;AAAA,MAEjB,gBAAAA;AAAA,QAAC;AAAA,QAAA;AAAA,UACC,GAAE;AAAA,UACF,QAAO;AAAA,UACP,aAAY;AAAA,UACZ,eAAc;AAAA,UACd,gBAAe;AAAA,QAAA;AAAA,MAAA;AAAA,IACjB;AAAA,EAAA;AAAA;"}
1
+ {"version":3,"file":"MailXSvg.js","names":[],"sources":["../../../src/icons/MailXSvg.tsx"],"sourcesContent":["import { type JSX } from 'react';\n\ntype Props = React.SVGProps<SVGSVGElement>;\n\nexport const MailXSvg = ({\n width = 16,\n height = 16,\n ...rest\n}: Props): JSX.Element => {\n return (\n <svg\n width={width}\n height={height}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...rest}\n >\n <rect\n x=\"4\"\n y=\"6\"\n width=\"16\"\n height=\"12\"\n rx=\"2\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M4.5 7.5 12 13l7.5-5.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"m15 16 4 4m0-4-4 4\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </svg>\n );\n};\n"],"mappings":";;AAIA,IAAa,KAAY,EACvB,WAAQ,IACR,YAAS,IACT,GAAG,QAGD,kBAAC,OAAD;CACS;CACC;CACR,SAAQ;CACR,MAAK;CACL,OAAM;CACN,GAAI;WANN;EAQE,kBAAC,QAAD;GACE,GAAE;GACF,GAAE;GACF,OAAM;GACN,QAAO;GACP,IAAG;GACH,QAAO;GACP,aAAY;GACZ,eAAc;GACd,gBAAe;GACf,CAAA;EACF,kBAAC,QAAD;GACE,GAAE;GACF,QAAO;GACP,aAAY;GACZ,eAAc;GACd,gBAAe;GACf,CAAA;EACF,kBAAC,QAAD;GACE,GAAE;GACF,QAAO;GACP,aAAY;GACZ,eAAc;GACd,gBAAe;GACf,CAAA;EACE"}
@@ -1,42 +1,27 @@
1
- import { jsxs as n, jsx as o } from "react/jsx-runtime";
2
- const i = ({
3
- width: r = 20,
4
- height: e = 20,
5
- ...t
6
- }) => /* @__PURE__ */ n(
7
- "svg",
8
- {
9
- width: r,
10
- height: e,
11
- viewBox: "0 0 24 24",
12
- fill: "none",
13
- xmlns: "http://www.w3.org/2000/svg",
14
- ...t,
15
- children: [
16
- /* @__PURE__ */ o(
17
- "path",
18
- {
19
- d: "M18 6L6 18",
20
- stroke: "currentColor",
21
- strokeWidth: "2",
22
- strokeLinecap: "round",
23
- strokeLinejoin: "round"
24
- }
25
- ),
26
- /* @__PURE__ */ o(
27
- "path",
28
- {
29
- d: "M6 6L18 18",
30
- stroke: "currentColor",
31
- strokeWidth: "2",
32
- strokeLinecap: "round",
33
- strokeLinejoin: "round"
34
- }
35
- )
36
- ]
37
- }
38
- );
39
- export {
40
- i as ModalCloseSvg
41
- };
42
- //# sourceMappingURL=ModalCloseSvg.js.map
1
+ import { jsx as e, jsxs as t } from "react/jsx-runtime";
2
+ //#region src/icons/ModalCloseSvg.tsx
3
+ var n = ({ width: n = 20, height: r = 20, ...i }) => /* @__PURE__ */ t("svg", {
4
+ width: n,
5
+ height: r,
6
+ viewBox: "0 0 24 24",
7
+ fill: "none",
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ ...i,
10
+ children: [/* @__PURE__ */ e("path", {
11
+ d: "M18 6L6 18",
12
+ stroke: "currentColor",
13
+ strokeWidth: "2",
14
+ strokeLinecap: "round",
15
+ strokeLinejoin: "round"
16
+ }), /* @__PURE__ */ e("path", {
17
+ d: "M6 6L18 18",
18
+ stroke: "currentColor",
19
+ strokeWidth: "2",
20
+ strokeLinecap: "round",
21
+ strokeLinejoin: "round"
22
+ })]
23
+ });
24
+ //#endregion
25
+ export { n as ModalCloseSvg };
26
+
27
+ //# sourceMappingURL=ModalCloseSvg.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ModalCloseSvg.js","sources":["../../../src/icons/ModalCloseSvg.tsx"],"sourcesContent":["import { type JSX } from 'react';\n\ntype Props = React.SVGProps<SVGSVGElement>;\n\nexport const ModalCloseSvg = ({\n width = 20,\n height = 20,\n ...rest\n}: Props): JSX.Element => {\n return (\n <svg\n width={width}\n height={height}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...rest}\n >\n <path\n d=\"M18 6L6 18\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M6 6L18 18\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </svg>\n );\n};\n"],"names":["ModalCloseSvg","width","height","rest","jsxs","jsx"],"mappings":";AAIO,MAAMA,IAAgB,CAAC;AAAA,EAC5B,OAAAC,IAAQ;AAAA,EACR,QAAAC,IAAS;AAAA,EACT,GAAGC;AACL,MAEI,gBAAAC;AAAA,EAAC;AAAA,EAAA;AAAA,IACC,OAAAH;AAAA,IACA,QAAAC;AAAA,IACA,SAAQ;AAAA,IACR,MAAK;AAAA,IACL,OAAM;AAAA,IACL,GAAGC;AAAA,IAEJ,UAAA;AAAA,MAAA,gBAAAE;AAAA,QAAC;AAAA,QAAA;AAAA,UACC,GAAE;AAAA,UACF,QAAO;AAAA,UACP,aAAY;AAAA,UACZ,eAAc;AAAA,UACd,gBAAe;AAAA,QAAA;AAAA,MAAA;AAAA,MAEjB,gBAAAA;AAAA,QAAC;AAAA,QAAA;AAAA,UACC,GAAE;AAAA,UACF,QAAO;AAAA,UACP,aAAY;AAAA,UACZ,eAAc;AAAA,UACd,gBAAe;AAAA,QAAA;AAAA,MAAA;AAAA,IACjB;AAAA,EAAA;AAAA;"}
1
+ {"version":3,"file":"ModalCloseSvg.js","names":[],"sources":["../../../src/icons/ModalCloseSvg.tsx"],"sourcesContent":["import { type JSX } from 'react';\n\ntype Props = React.SVGProps<SVGSVGElement>;\n\nexport const ModalCloseSvg = ({\n width = 20,\n height = 20,\n ...rest\n}: Props): JSX.Element => {\n return (\n <svg\n width={width}\n height={height}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...rest}\n >\n <path\n d=\"M18 6L6 18\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M6 6L18 18\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </svg>\n );\n};\n"],"mappings":";;AAIA,IAAa,KAAiB,EAC5B,WAAQ,IACR,YAAS,IACT,GAAG,QAGD,kBAAC,OAAD;CACS;CACC;CACR,SAAQ;CACR,MAAK;CACL,OAAM;CACN,GAAI;WANN,CAQE,kBAAC,QAAD;EACE,GAAE;EACF,QAAO;EACP,aAAY;EACZ,eAAc;EACd,gBAAe;EACf,CAAA,EACF,kBAAC,QAAD;EACE,GAAE;EACF,QAAO;EACP,aAAY;EACZ,eAAc;EACd,gBAAe;EACf,CAAA,CACE"}
@@ -1,20 +1,14 @@
1
- import { jsx as L } from "react/jsx-runtime";
2
- const e = ({
3
- width: C = 24,
4
- height: r = 24,
5
- ...t
6
- }) => /* @__PURE__ */ L(
7
- "svg",
8
- {
9
- width: C,
10
- height: r,
11
- xmlns: "http://www.w3.org/2000/svg",
12
- viewBox: "0 0 640 640",
13
- ...t,
14
- children: /* @__PURE__ */ L("path", { d: "M505 122.9L517.1 135C526.5 144.4 526.5 159.6 517.1 168.9L488 198.1L441.9 152L471 122.9C480.4 113.5 495.6 113.5 504.9 122.9zM273.8 320.2L408 185.9L454.1 232L319.8 366.2C316.9 369.1 313.3 371.2 309.4 372.3L250.9 389L267.6 330.5C268.7 326.6 270.8 323 273.7 320.1zM437.1 89L239.8 286.2C231.1 294.9 224.8 305.6 221.5 317.3L192.9 417.3C190.5 425.7 192.8 434.7 199 440.9C205.2 447.1 214.2 449.4 222.6 447L322.6 418.4C334.4 415 345.1 408.7 353.7 400.1L551 202.9C579.1 174.8 579.1 129.2 551 101.1L538.9 89C510.8 60.9 465.2 60.9 437.1 89zM152 128C103.4 128 64 167.4 64 216L64 488C64 536.6 103.4 576 152 576L424 576C472.6 576 512 536.6 512 488L512 376C512 362.7 501.3 352 488 352C474.7 352 464 362.7 464 376L464 488C464 510.1 446.1 528 424 528L152 528C129.9 528 112 510.1 112 488L112 216C112 193.9 129.9 176 152 176L264 176C277.3 176 288 165.3 288 152C288 138.7 277.3 128 264 128L152 128z" })
15
- }
16
- );
17
- export {
18
- e as PencilSvg
19
- };
20
- //# sourceMappingURL=PencilSvg.js.map
1
+ import { jsx as e } from "react/jsx-runtime";
2
+ //#region src/icons/PencilSvg.tsx
3
+ var t = ({ width: t = 24, height: n = 24, ...r }) => /* @__PURE__ */ e("svg", {
4
+ width: t,
5
+ height: n,
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ viewBox: "0 0 640 640",
8
+ ...r,
9
+ children: /* @__PURE__ */ e("path", { d: "M505 122.9L517.1 135C526.5 144.4 526.5 159.6 517.1 168.9L488 198.1L441.9 152L471 122.9C480.4 113.5 495.6 113.5 504.9 122.9zM273.8 320.2L408 185.9L454.1 232L319.8 366.2C316.9 369.1 313.3 371.2 309.4 372.3L250.9 389L267.6 330.5C268.7 326.6 270.8 323 273.7 320.1zM437.1 89L239.8 286.2C231.1 294.9 224.8 305.6 221.5 317.3L192.9 417.3C190.5 425.7 192.8 434.7 199 440.9C205.2 447.1 214.2 449.4 222.6 447L322.6 418.4C334.4 415 345.1 408.7 353.7 400.1L551 202.9C579.1 174.8 579.1 129.2 551 101.1L538.9 89C510.8 60.9 465.2 60.9 437.1 89zM152 128C103.4 128 64 167.4 64 216L64 488C64 536.6 103.4 576 152 576L424 576C472.6 576 512 536.6 512 488L512 376C512 362.7 501.3 352 488 352C474.7 352 464 362.7 464 376L464 488C464 510.1 446.1 528 424 528L152 528C129.9 528 112 510.1 112 488L112 216C112 193.9 129.9 176 152 176L264 176C277.3 176 288 165.3 288 152C288 138.7 277.3 128 264 128L152 128z" })
10
+ });
11
+ //#endregion
12
+ export { t as PencilSvg };
13
+
14
+ //# sourceMappingURL=PencilSvg.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"PencilSvg.js","sources":["../../../src/icons/PencilSvg.tsx"],"sourcesContent":["import { type JSX } from 'react';\n\ntype Props = React.SVGProps<SVGSVGElement>;\n\nexport const PencilSvg = ({\n width = 24,\n height = 24,\n ...rest\n}: Props): JSX.Element => {\n return (\n <svg\n width={width}\n height={height}\n xmlns=\"http://www.w3.org/2000/svg\"\n viewBox=\"0 0 640 640\"\n {...rest}\n >\n <path d=\"M505 122.9L517.1 135C526.5 144.4 526.5 159.6 517.1 168.9L488 198.1L441.9 152L471 122.9C480.4 113.5 495.6 113.5 504.9 122.9zM273.8 320.2L408 185.9L454.1 232L319.8 366.2C316.9 369.1 313.3 371.2 309.4 372.3L250.9 389L267.6 330.5C268.7 326.6 270.8 323 273.7 320.1zM437.1 89L239.8 286.2C231.1 294.9 224.8 305.6 221.5 317.3L192.9 417.3C190.5 425.7 192.8 434.7 199 440.9C205.2 447.1 214.2 449.4 222.6 447L322.6 418.4C334.4 415 345.1 408.7 353.7 400.1L551 202.9C579.1 174.8 579.1 129.2 551 101.1L538.9 89C510.8 60.9 465.2 60.9 437.1 89zM152 128C103.4 128 64 167.4 64 216L64 488C64 536.6 103.4 576 152 576L424 576C472.6 576 512 536.6 512 488L512 376C512 362.7 501.3 352 488 352C474.7 352 464 362.7 464 376L464 488C464 510.1 446.1 528 424 528L152 528C129.9 528 112 510.1 112 488L112 216C112 193.9 129.9 176 152 176L264 176C277.3 176 288 165.3 288 152C288 138.7 277.3 128 264 128L152 128z\" />\n </svg>\n );\n};\n"],"names":["PencilSvg","width","height","rest","jsx"],"mappings":";AAIO,MAAMA,IAAY,CAAC;AAAA,EACxB,OAAAC,IAAQ;AAAA,EACR,QAAAC,IAAS;AAAA,EACT,GAAGC;AACL,MAEI,gBAAAC;AAAA,EAAC;AAAA,EAAA;AAAA,IACC,OAAAH;AAAA,IACA,QAAAC;AAAA,IACA,OAAM;AAAA,IACN,SAAQ;AAAA,IACP,GAAGC;AAAA,IAEJ,UAAA,gBAAAC,EAAC,QAAA,EAAK,GAAE,g3BAAA,CAAg3B;AAAA,EAAA;AAAA;"}
1
+ {"version":3,"file":"PencilSvg.js","names":[],"sources":["../../../src/icons/PencilSvg.tsx"],"sourcesContent":["import { type JSX } from 'react';\n\ntype Props = React.SVGProps<SVGSVGElement>;\n\nexport const PencilSvg = ({\n width = 24,\n height = 24,\n ...rest\n}: Props): JSX.Element => {\n return (\n <svg\n width={width}\n height={height}\n xmlns=\"http://www.w3.org/2000/svg\"\n viewBox=\"0 0 640 640\"\n {...rest}\n >\n <path d=\"M505 122.9L517.1 135C526.5 144.4 526.5 159.6 517.1 168.9L488 198.1L441.9 152L471 122.9C480.4 113.5 495.6 113.5 504.9 122.9zM273.8 320.2L408 185.9L454.1 232L319.8 366.2C316.9 369.1 313.3 371.2 309.4 372.3L250.9 389L267.6 330.5C268.7 326.6 270.8 323 273.7 320.1zM437.1 89L239.8 286.2C231.1 294.9 224.8 305.6 221.5 317.3L192.9 417.3C190.5 425.7 192.8 434.7 199 440.9C205.2 447.1 214.2 449.4 222.6 447L322.6 418.4C334.4 415 345.1 408.7 353.7 400.1L551 202.9C579.1 174.8 579.1 129.2 551 101.1L538.9 89C510.8 60.9 465.2 60.9 437.1 89zM152 128C103.4 128 64 167.4 64 216L64 488C64 536.6 103.4 576 152 576L424 576C472.6 576 512 536.6 512 488L512 376C512 362.7 501.3 352 488 352C474.7 352 464 362.7 464 376L464 488C464 510.1 446.1 528 424 528L152 528C129.9 528 112 510.1 112 488L112 216C112 193.9 129.9 176 152 176L264 176C277.3 176 288 165.3 288 152C288 138.7 277.3 128 264 128L152 128z\" />\n </svg>\n );\n};\n"],"mappings":";;AAIA,IAAa,KAAa,EACxB,WAAQ,IACR,YAAS,IACT,GAAG,QAGD,kBAAC,OAAD;CACS;CACC;CACR,OAAM;CACN,SAAQ;CACR,GAAI;WAEJ,kBAAC,QAAD,EAAM,GAAE,i3BAAk3B,CAAA;CACt3B,CAAA"}
@@ -1,40 +1,24 @@
1
- import { jsxs as n, jsx as r } from "react/jsx-runtime";
2
- const i = ({
3
- width: o = 24,
4
- height: t = 24,
5
- ...e
6
- }) => /* @__PURE__ */ n(
7
- "svg",
8
- {
9
- width: o,
10
- height: t,
11
- viewBox: "0 0 24 24",
12
- fill: "none",
13
- xmlns: "http://www.w3.org/2000/svg",
14
- ...e,
15
- children: [
16
- /* @__PURE__ */ r(
17
- "path",
18
- {
19
- d: "M8 3H16V5L14.5 7V12L18 15.5V17H6V15.5L9.5 12V7L8 5V3Z",
20
- fill: "currentColor"
21
- }
22
- ),
23
- /* @__PURE__ */ r(
24
- "path",
25
- {
26
- d: "M12 17V22",
27
- stroke: "currentColor",
28
- strokeWidth: "2",
29
- strokeLinecap: "round",
30
- strokeLinejoin: "round"
31
- }
32
- )
33
- ]
34
- }
35
- );
36
- export {
37
- i as PinFilledSvg,
38
- i as default
39
- };
40
- //# sourceMappingURL=PinFilledSvg.js.map
1
+ import { jsx as e, jsxs as t } from "react/jsx-runtime";
2
+ //#region src/icons/PinFilledSvg.tsx
3
+ var n = ({ width: n = 24, height: r = 24, ...i }) => /* @__PURE__ */ t("svg", {
4
+ width: n,
5
+ height: r,
6
+ viewBox: "0 0 24 24",
7
+ fill: "none",
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ ...i,
10
+ children: [/* @__PURE__ */ e("path", {
11
+ d: "M8 3H16V5L14.5 7V12L18 15.5V17H6V15.5L9.5 12V7L8 5V3Z",
12
+ fill: "currentColor"
13
+ }), /* @__PURE__ */ e("path", {
14
+ d: "M12 17V22",
15
+ stroke: "currentColor",
16
+ strokeWidth: "2",
17
+ strokeLinecap: "round",
18
+ strokeLinejoin: "round"
19
+ })]
20
+ });
21
+ //#endregion
22
+ export { n as PinFilledSvg, n as default };
23
+
24
+ //# sourceMappingURL=PinFilledSvg.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"PinFilledSvg.js","sources":["../../../src/icons/PinFilledSvg.tsx"],"sourcesContent":["import { type JSX } from 'react';\n\ntype Props = React.SVGProps<SVGSVGElement>;\n\nexport const PinFilledSvg = ({\n width = 24,\n height = 24,\n ...rest\n}: Props): JSX.Element => {\n return (\n <svg\n width={width}\n height={height}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...rest}\n >\n <path\n d=\"M8 3H16V5L14.5 7V12L18 15.5V17H6V15.5L9.5 12V7L8 5V3Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M12 17V22\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </svg>\n );\n};\n\nexport default PinFilledSvg;\n"],"names":["PinFilledSvg","width","height","rest","jsxs","jsx"],"mappings":";AAIO,MAAMA,IAAe,CAAC;AAAA,EAC3B,OAAAC,IAAQ;AAAA,EACR,QAAAC,IAAS;AAAA,EACT,GAAGC;AACL,MAEI,gBAAAC;AAAA,EAAC;AAAA,EAAA;AAAA,IACC,OAAAH;AAAA,IACA,QAAAC;AAAA,IACA,SAAQ;AAAA,IACR,MAAK;AAAA,IACL,OAAM;AAAA,IACL,GAAGC;AAAA,IAEJ,UAAA;AAAA,MAAA,gBAAAE;AAAA,QAAC;AAAA,QAAA;AAAA,UACC,GAAE;AAAA,UACF,MAAK;AAAA,QAAA;AAAA,MAAA;AAAA,MAEP,gBAAAA;AAAA,QAAC;AAAA,QAAA;AAAA,UACC,GAAE;AAAA,UACF,QAAO;AAAA,UACP,aAAY;AAAA,UACZ,eAAc;AAAA,UACd,gBAAe;AAAA,QAAA;AAAA,MAAA;AAAA,IACjB;AAAA,EAAA;AAAA;"}
1
+ {"version":3,"file":"PinFilledSvg.js","names":[],"sources":["../../../src/icons/PinFilledSvg.tsx"],"sourcesContent":["import { type JSX } from 'react';\n\ntype Props = React.SVGProps<SVGSVGElement>;\n\nexport const PinFilledSvg = ({\n width = 24,\n height = 24,\n ...rest\n}: Props): JSX.Element => {\n return (\n <svg\n width={width}\n height={height}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...rest}\n >\n <path\n d=\"M8 3H16V5L14.5 7V12L18 15.5V17H6V15.5L9.5 12V7L8 5V3Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M12 17V22\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </svg>\n );\n};\n\nexport default PinFilledSvg;\n"],"mappings":";;AAIA,IAAa,KAAgB,EAC3B,WAAQ,IACR,YAAS,IACT,GAAG,QAGD,kBAAC,OAAD;CACS;CACC;CACR,SAAQ;CACR,MAAK;CACL,OAAM;CACN,GAAI;WANN,CAQE,kBAAC,QAAD;EACE,GAAE;EACF,MAAK;EACL,CAAA,EACF,kBAAC,QAAD;EACE,GAAE;EACF,QAAO;EACP,aAAY;EACZ,eAAc;EACd,gBAAe;EACf,CAAA,CACE"}
@@ -1,43 +1,27 @@
1
- import { jsxs as n, jsx as o } from "react/jsx-runtime";
2
- const i = ({
3
- width: r = 24,
4
- height: t = 24,
5
- ...e
6
- }) => /* @__PURE__ */ n(
7
- "svg",
8
- {
9
- width: r,
10
- height: t,
11
- viewBox: "0 0 24 24",
12
- fill: "none",
13
- xmlns: "http://www.w3.org/2000/svg",
14
- ...e,
15
- children: [
16
- /* @__PURE__ */ o(
17
- "path",
18
- {
19
- d: "M8 3H16V5L14.5 7V12L18 15.5V17H6V15.5L9.5 12V7L8 5V3Z",
20
- stroke: "currentColor",
21
- strokeWidth: "2",
22
- strokeLinecap: "round",
23
- strokeLinejoin: "round"
24
- }
25
- ),
26
- /* @__PURE__ */ o(
27
- "path",
28
- {
29
- d: "M12 17V22",
30
- stroke: "currentColor",
31
- strokeWidth: "2",
32
- strokeLinecap: "round",
33
- strokeLinejoin: "round"
34
- }
35
- )
36
- ]
37
- }
38
- );
39
- export {
40
- i as PinSvg,
41
- i as default
42
- };
43
- //# sourceMappingURL=PinSvg.js.map
1
+ import { jsx as e, jsxs as t } from "react/jsx-runtime";
2
+ //#region src/icons/PinSvg.tsx
3
+ var n = ({ width: n = 24, height: r = 24, ...i }) => /* @__PURE__ */ t("svg", {
4
+ width: n,
5
+ height: r,
6
+ viewBox: "0 0 24 24",
7
+ fill: "none",
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ ...i,
10
+ children: [/* @__PURE__ */ e("path", {
11
+ d: "M8 3H16V5L14.5 7V12L18 15.5V17H6V15.5L9.5 12V7L8 5V3Z",
12
+ stroke: "currentColor",
13
+ strokeWidth: "2",
14
+ strokeLinecap: "round",
15
+ strokeLinejoin: "round"
16
+ }), /* @__PURE__ */ e("path", {
17
+ d: "M12 17V22",
18
+ stroke: "currentColor",
19
+ strokeWidth: "2",
20
+ strokeLinecap: "round",
21
+ strokeLinejoin: "round"
22
+ })]
23
+ });
24
+ //#endregion
25
+ export { n as PinSvg, n as default };
26
+
27
+ //# sourceMappingURL=PinSvg.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"PinSvg.js","sources":["../../../src/icons/PinSvg.tsx"],"sourcesContent":["import { type JSX } from 'react';\n\ntype Props = React.SVGProps<SVGSVGElement>;\n\nexport const PinSvg = ({\n width = 24,\n height = 24,\n ...rest\n}: Props): JSX.Element => {\n return (\n <svg\n width={width}\n height={height}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...rest}\n >\n <path\n d=\"M8 3H16V5L14.5 7V12L18 15.5V17H6V15.5L9.5 12V7L8 5V3Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M12 17V22\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </svg>\n );\n};\n\nexport default PinSvg;\n"],"names":["PinSvg","width","height","rest","jsxs","jsx"],"mappings":";AAIO,MAAMA,IAAS,CAAC;AAAA,EACrB,OAAAC,IAAQ;AAAA,EACR,QAAAC,IAAS;AAAA,EACT,GAAGC;AACL,MAEI,gBAAAC;AAAA,EAAC;AAAA,EAAA;AAAA,IACC,OAAAH;AAAA,IACA,QAAAC;AAAA,IACA,SAAQ;AAAA,IACR,MAAK;AAAA,IACL,OAAM;AAAA,IACL,GAAGC;AAAA,IAEJ,UAAA;AAAA,MAAA,gBAAAE;AAAA,QAAC;AAAA,QAAA;AAAA,UACC,GAAE;AAAA,UACF,QAAO;AAAA,UACP,aAAY;AAAA,UACZ,eAAc;AAAA,UACd,gBAAe;AAAA,QAAA;AAAA,MAAA;AAAA,MAEjB,gBAAAA;AAAA,QAAC;AAAA,QAAA;AAAA,UACC,GAAE;AAAA,UACF,QAAO;AAAA,UACP,aAAY;AAAA,UACZ,eAAc;AAAA,UACd,gBAAe;AAAA,QAAA;AAAA,MAAA;AAAA,IACjB;AAAA,EAAA;AAAA;"}
1
+ {"version":3,"file":"PinSvg.js","names":[],"sources":["../../../src/icons/PinSvg.tsx"],"sourcesContent":["import { type JSX } from 'react';\n\ntype Props = React.SVGProps<SVGSVGElement>;\n\nexport const PinSvg = ({\n width = 24,\n height = 24,\n ...rest\n}: Props): JSX.Element => {\n return (\n <svg\n width={width}\n height={height}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...rest}\n >\n <path\n d=\"M8 3H16V5L14.5 7V12L18 15.5V17H6V15.5L9.5 12V7L8 5V3Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M12 17V22\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </svg>\n );\n};\n\nexport default PinSvg;\n"],"mappings":";;AAIA,IAAa,KAAU,EACrB,WAAQ,IACR,YAAS,IACT,GAAG,QAGD,kBAAC,OAAD;CACS;CACC;CACR,SAAQ;CACR,MAAK;CACL,OAAM;CACN,GAAI;WANN,CAQE,kBAAC,QAAD;EACE,GAAE;EACF,QAAO;EACP,aAAY;EACZ,eAAc;EACd,gBAAe;EACf,CAAA,EACF,kBAAC,QAAD;EACE,GAAE;EACF,QAAO;EACP,aAAY;EACZ,eAAc;EACd,gBAAe;EACf,CAAA,CACE"}
@@ -1,52 +1,37 @@
1
- import { jsxs as n, jsx as o } from "react/jsx-runtime";
2
- const i = ({
3
- width: r = 16,
4
- height: t = 16,
5
- ...e
6
- }) => /* @__PURE__ */ n(
7
- "svg",
8
- {
9
- width: r,
10
- height: t,
11
- viewBox: "0 0 24 24",
12
- fill: "none",
13
- xmlns: "http://www.w3.org/2000/svg",
14
- ...e,
15
- children: [
16
- /* @__PURE__ */ o(
17
- "path",
18
- {
19
- d: "M9 21H5C4.46957 21 3.96086 20.7893 3.58579 20.4142C3.21071 20.0391 3 19.5304 3 20V4C3 3.46957 3.21071 2.96086 3.58579 2.58579C3.96086 2.21071 4.46957 2 5 2H9",
20
- stroke: "currentColor",
21
- strokeWidth: "2",
22
- strokeLinecap: "round",
23
- strokeLinejoin: "round"
24
- }
25
- ),
26
- /* @__PURE__ */ o(
27
- "path",
28
- {
29
- d: "M16 17L21 12L16 7",
30
- stroke: "currentColor",
31
- strokeWidth: "2",
32
- strokeLinecap: "round",
33
- strokeLinejoin: "round"
34
- }
35
- ),
36
- /* @__PURE__ */ o(
37
- "path",
38
- {
39
- d: "M21 12H9",
40
- stroke: "currentColor",
41
- strokeWidth: "2",
42
- strokeLinecap: "round",
43
- strokeLinejoin: "round"
44
- }
45
- )
46
- ]
47
- }
48
- );
49
- export {
50
- i as ProfileDropdownLogoutSvg
51
- };
52
- //# sourceMappingURL=ProfileDropdownLogoutSvg.js.map
1
+ import { jsx as e, jsxs as t } from "react/jsx-runtime";
2
+ //#region src/icons/ProfileDropdownLogoutSvg.tsx
3
+ var n = ({ width: n = 16, height: r = 16, ...i }) => /* @__PURE__ */ t("svg", {
4
+ width: n,
5
+ height: r,
6
+ viewBox: "0 0 24 24",
7
+ fill: "none",
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ ...i,
10
+ children: [
11
+ /* @__PURE__ */ e("path", {
12
+ d: "M9 21H5C4.46957 21 3.96086 20.7893 3.58579 20.4142C3.21071 20.0391 3 19.5304 3 20V4C3 3.46957 3.21071 2.96086 3.58579 2.58579C3.96086 2.21071 4.46957 2 5 2H9",
13
+ stroke: "currentColor",
14
+ strokeWidth: "2",
15
+ strokeLinecap: "round",
16
+ strokeLinejoin: "round"
17
+ }),
18
+ /* @__PURE__ */ e("path", {
19
+ d: "M16 17L21 12L16 7",
20
+ stroke: "currentColor",
21
+ strokeWidth: "2",
22
+ strokeLinecap: "round",
23
+ strokeLinejoin: "round"
24
+ }),
25
+ /* @__PURE__ */ e("path", {
26
+ d: "M21 12H9",
27
+ stroke: "currentColor",
28
+ strokeWidth: "2",
29
+ strokeLinecap: "round",
30
+ strokeLinejoin: "round"
31
+ })
32
+ ]
33
+ });
34
+ //#endregion
35
+ export { n as ProfileDropdownLogoutSvg };
36
+
37
+ //# sourceMappingURL=ProfileDropdownLogoutSvg.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ProfileDropdownLogoutSvg.js","sources":["../../../src/icons/ProfileDropdownLogoutSvg.tsx"],"sourcesContent":["import { type JSX } from 'react';\n\ntype Props = React.SVGProps<SVGSVGElement>;\n\nexport const ProfileDropdownLogoutSvg = ({\n width = 16,\n height = 16,\n ...rest\n}: Props): JSX.Element => {\n return (\n <svg\n width={width}\n height={height}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...rest}\n >\n <path\n d=\"M9 21H5C4.46957 21 3.96086 20.7893 3.58579 20.4142C3.21071 20.0391 3 19.5304 3 20V4C3 3.46957 3.21071 2.96086 3.58579 2.58579C3.96086 2.21071 4.46957 2 5 2H9\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M16 17L21 12L16 7\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M21 12H9\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </svg>\n );\n};\n"],"names":["ProfileDropdownLogoutSvg","width","height","rest","jsxs","jsx"],"mappings":";AAIO,MAAMA,IAA2B,CAAC;AAAA,EACvC,OAAAC,IAAQ;AAAA,EACR,QAAAC,IAAS;AAAA,EACT,GAAGC;AACL,MAEI,gBAAAC;AAAA,EAAC;AAAA,EAAA;AAAA,IACC,OAAAH;AAAA,IACA,QAAAC;AAAA,IACA,SAAQ;AAAA,IACR,MAAK;AAAA,IACL,OAAM;AAAA,IACL,GAAGC;AAAA,IAEJ,UAAA;AAAA,MAAA,gBAAAE;AAAA,QAAC;AAAA,QAAA;AAAA,UACC,GAAE;AAAA,UACF,QAAO;AAAA,UACP,aAAY;AAAA,UACZ,eAAc;AAAA,UACd,gBAAe;AAAA,QAAA;AAAA,MAAA;AAAA,MAEjB,gBAAAA;AAAA,QAAC;AAAA,QAAA;AAAA,UACC,GAAE;AAAA,UACF,QAAO;AAAA,UACP,aAAY;AAAA,UACZ,eAAc;AAAA,UACd,gBAAe;AAAA,QAAA;AAAA,MAAA;AAAA,MAEjB,gBAAAA;AAAA,QAAC;AAAA,QAAA;AAAA,UACC,GAAE;AAAA,UACF,QAAO;AAAA,UACP,aAAY;AAAA,UACZ,eAAc;AAAA,UACd,gBAAe;AAAA,QAAA;AAAA,MAAA;AAAA,IACjB;AAAA,EAAA;AAAA;"}
1
+ {"version":3,"file":"ProfileDropdownLogoutSvg.js","names":[],"sources":["../../../src/icons/ProfileDropdownLogoutSvg.tsx"],"sourcesContent":["import { type JSX } from 'react';\n\ntype Props = React.SVGProps<SVGSVGElement>;\n\nexport const ProfileDropdownLogoutSvg = ({\n width = 16,\n height = 16,\n ...rest\n}: Props): JSX.Element => {\n return (\n <svg\n width={width}\n height={height}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...rest}\n >\n <path\n d=\"M9 21H5C4.46957 21 3.96086 20.7893 3.58579 20.4142C3.21071 20.0391 3 19.5304 3 20V4C3 3.46957 3.21071 2.96086 3.58579 2.58579C3.96086 2.21071 4.46957 2 5 2H9\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M16 17L21 12L16 7\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M21 12H9\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </svg>\n );\n};\n"],"mappings":";;AAIA,IAAa,KAA4B,EACvC,WAAQ,IACR,YAAS,IACT,GAAG,QAGD,kBAAC,OAAD;CACS;CACC;CACR,SAAQ;CACR,MAAK;CACL,OAAM;CACN,GAAI;WANN;EAQE,kBAAC,QAAD;GACE,GAAE;GACF,QAAO;GACP,aAAY;GACZ,eAAc;GACd,gBAAe;GACf,CAAA;EACF,kBAAC,QAAD;GACE,GAAE;GACF,QAAO;GACP,aAAY;GACZ,eAAc;GACd,gBAAe;GACf,CAAA;EACF,kBAAC,QAAD;GACE,GAAE;GACF,QAAO;GACP,aAAY;GACZ,eAAc;GACd,gBAAe;GACf,CAAA;EACE"}
@@ -1,42 +1,27 @@
1
- import { jsxs as e, jsx as o } from "react/jsx-runtime";
2
- const s = ({
3
- width: r = 16,
4
- height: n = 16,
5
- ...t
6
- }) => /* @__PURE__ */ e(
7
- "svg",
8
- {
9
- width: r,
10
- height: n,
11
- viewBox: "0 0 24 24",
12
- fill: "none",
13
- xmlns: "http://www.w3.org/2000/svg",
14
- ...t,
15
- children: [
16
- /* @__PURE__ */ o(
17
- "path",
18
- {
19
- d: "M20 21V19C20 17.9391 19.5786 16.9217 18.8284 16.1716C18.0783 15.4214 17.0609 15 16 15H8C6.93913 15 5.92172 15.4214 5.17157 16.1716C4.42143 16.9217 4 17.9391 4 19V21",
20
- stroke: "currentColor",
21
- strokeWidth: "2",
22
- strokeLinecap: "round",
23
- strokeLinejoin: "round"
24
- }
25
- ),
26
- /* @__PURE__ */ o(
27
- "path",
28
- {
29
- d: "M12 11C14.2091 11 16 9.20914 16 7C16 4.79086 14.2091 3 12 3C9.79086 3 8 4.79086 8 7C8 9.20914 9.79086 11 12 11Z",
30
- stroke: "currentColor",
31
- strokeWidth: "2",
32
- strokeLinecap: "round",
33
- strokeLinejoin: "round"
34
- }
35
- )
36
- ]
37
- }
38
- );
39
- export {
40
- s as ProfileDropdownOrganizationSvg
41
- };
42
- //# sourceMappingURL=ProfileDropdownOrganizationSvg.js.map
1
+ import { jsx as e, jsxs as t } from "react/jsx-runtime";
2
+ //#region src/icons/ProfileDropdownOrganizationSvg.tsx
3
+ var n = ({ width: n = 16, height: r = 16, ...i }) => /* @__PURE__ */ t("svg", {
4
+ width: n,
5
+ height: r,
6
+ viewBox: "0 0 24 24",
7
+ fill: "none",
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ ...i,
10
+ children: [/* @__PURE__ */ e("path", {
11
+ d: "M20 21V19C20 17.9391 19.5786 16.9217 18.8284 16.1716C18.0783 15.4214 17.0609 15 16 15H8C6.93913 15 5.92172 15.4214 5.17157 16.1716C4.42143 16.9217 4 17.9391 4 19V21",
12
+ stroke: "currentColor",
13
+ strokeWidth: "2",
14
+ strokeLinecap: "round",
15
+ strokeLinejoin: "round"
16
+ }), /* @__PURE__ */ e("path", {
17
+ d: "M12 11C14.2091 11 16 9.20914 16 7C16 4.79086 14.2091 3 12 3C9.79086 3 8 4.79086 8 7C8 9.20914 9.79086 11 12 11Z",
18
+ stroke: "currentColor",
19
+ strokeWidth: "2",
20
+ strokeLinecap: "round",
21
+ strokeLinejoin: "round"
22
+ })]
23
+ });
24
+ //#endregion
25
+ export { n as ProfileDropdownOrganizationSvg };
26
+
27
+ //# sourceMappingURL=ProfileDropdownOrganizationSvg.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ProfileDropdownOrganizationSvg.js","sources":["../../../src/icons/ProfileDropdownOrganizationSvg.tsx"],"sourcesContent":["import { type JSX } from 'react';\n\ntype Props = React.SVGProps<SVGSVGElement>;\n\nexport const ProfileDropdownOrganizationSvg = ({\n width = 16,\n height = 16,\n ...rest\n}: Props): JSX.Element => {\n return (\n <svg\n width={width}\n height={height}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...rest}\n >\n <path\n d=\"M20 21V19C20 17.9391 19.5786 16.9217 18.8284 16.1716C18.0783 15.4214 17.0609 15 16 15H8C6.93913 15 5.92172 15.4214 5.17157 16.1716C4.42143 16.9217 4 17.9391 4 19V21\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M12 11C14.2091 11 16 9.20914 16 7C16 4.79086 14.2091 3 12 3C9.79086 3 8 4.79086 8 7C8 9.20914 9.79086 11 12 11Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </svg>\n );\n};\n"],"names":["ProfileDropdownOrganizationSvg","width","height","rest","jsxs","jsx"],"mappings":";AAIO,MAAMA,IAAiC,CAAC;AAAA,EAC7C,OAAAC,IAAQ;AAAA,EACR,QAAAC,IAAS;AAAA,EACT,GAAGC;AACL,MAEI,gBAAAC;AAAA,EAAC;AAAA,EAAA;AAAA,IACC,OAAAH;AAAA,IACA,QAAAC;AAAA,IACA,SAAQ;AAAA,IACR,MAAK;AAAA,IACL,OAAM;AAAA,IACL,GAAGC;AAAA,IAEJ,UAAA;AAAA,MAAA,gBAAAE;AAAA,QAAC;AAAA,QAAA;AAAA,UACC,GAAE;AAAA,UACF,QAAO;AAAA,UACP,aAAY;AAAA,UACZ,eAAc;AAAA,UACd,gBAAe;AAAA,QAAA;AAAA,MAAA;AAAA,MAEjB,gBAAAA;AAAA,QAAC;AAAA,QAAA;AAAA,UACC,GAAE;AAAA,UACF,QAAO;AAAA,UACP,aAAY;AAAA,UACZ,eAAc;AAAA,UACd,gBAAe;AAAA,QAAA;AAAA,MAAA;AAAA,IACjB;AAAA,EAAA;AAAA;"}
1
+ {"version":3,"file":"ProfileDropdownOrganizationSvg.js","names":[],"sources":["../../../src/icons/ProfileDropdownOrganizationSvg.tsx"],"sourcesContent":["import { type JSX } from 'react';\n\ntype Props = React.SVGProps<SVGSVGElement>;\n\nexport const ProfileDropdownOrganizationSvg = ({\n width = 16,\n height = 16,\n ...rest\n}: Props): JSX.Element => {\n return (\n <svg\n width={width}\n height={height}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...rest}\n >\n <path\n d=\"M20 21V19C20 17.9391 19.5786 16.9217 18.8284 16.1716C18.0783 15.4214 17.0609 15 16 15H8C6.93913 15 5.92172 15.4214 5.17157 16.1716C4.42143 16.9217 4 17.9391 4 19V21\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M12 11C14.2091 11 16 9.20914 16 7C16 4.79086 14.2091 3 12 3C9.79086 3 8 4.79086 8 7C8 9.20914 9.79086 11 12 11Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </svg>\n );\n};\n"],"mappings":";;AAIA,IAAa,KAAkC,EAC7C,WAAQ,IACR,YAAS,IACT,GAAG,QAGD,kBAAC,OAAD;CACS;CACC;CACR,SAAQ;CACR,MAAK;CACL,OAAM;CACN,GAAI;WANN,CAQE,kBAAC,QAAD;EACE,GAAE;EACF,QAAO;EACP,aAAY;EACZ,eAAc;EACd,gBAAe;EACf,CAAA,EACF,kBAAC,QAAD;EACE,GAAE;EACF,QAAO;EACP,aAAY;EACZ,eAAc;EACd,gBAAe;EACf,CAAA,CACE"}