@plumile/ui 0.1.55 → 0.1.57

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (465) hide show
  1. package/lib/atomic/atoms/button/Button.d.ts.map +1 -1
  2. package/lib/atomic/atoms/button/Button.js +5 -2
  3. package/lib/atomic/atoms/formatted-date/FormattedDate.d.ts +14 -0
  4. package/lib/atomic/atoms/formatted-date/FormattedDate.d.ts.map +1 -0
  5. package/lib/atomic/atoms/formatted-date/FormattedDate.js +29 -0
  6. package/lib/atomic/atoms/icon-button/IconMenuButton.d.ts +8 -0
  7. package/lib/atomic/atoms/icon-button/IconMenuButton.d.ts.map +1 -0
  8. package/lib/atomic/atoms/icon-button/IconMenuButton.js +10 -0
  9. package/lib/atomic/molecules/breadcrumb_navigation/BreadcrumbMenuDropdown.d.ts +14 -0
  10. package/lib/atomic/molecules/breadcrumb_navigation/BreadcrumbMenuDropdown.d.ts.map +1 -0
  11. package/lib/atomic/molecules/breadcrumb_navigation/BreadcrumbMenuDropdown.js +16 -0
  12. package/lib/atomic/molecules/breadcrumb_navigation/BreadcrumbMenuPopover.d.ts +13 -0
  13. package/lib/atomic/molecules/breadcrumb_navigation/BreadcrumbMenuPopover.d.ts.map +1 -0
  14. package/lib/atomic/molecules/breadcrumb_navigation/BreadcrumbMenuPopover.js +42 -0
  15. package/lib/atomic/molecules/breadcrumb_navigation/BreadcrumbNavigation.d.ts +13 -0
  16. package/lib/atomic/molecules/breadcrumb_navigation/BreadcrumbNavigation.d.ts.map +1 -0
  17. package/lib/atomic/molecules/breadcrumb_navigation/BreadcrumbNavigation.js +37 -0
  18. package/lib/atomic/molecules/breadcrumb_navigation/breadcrumbNavigation.css.d.ts +25 -0
  19. package/lib/atomic/molecules/breadcrumb_navigation/breadcrumbNavigation.css.d.ts.map +1 -0
  20. package/lib/atomic/molecules/breadcrumb_navigation/breadcrumbNavigation.css.js +221 -0
  21. package/lib/atomic/molecules/breadcrumb_navigation/types.d.ts +15 -0
  22. package/lib/atomic/molecules/breadcrumb_navigation/types.d.ts.map +1 -0
  23. package/lib/atomic/molecules/breadcrumb_navigation/types.js +2 -0
  24. package/lib/atomic/molecules/dropdown/Dropdown.d.ts +26 -0
  25. package/lib/atomic/molecules/dropdown/Dropdown.d.ts.map +1 -0
  26. package/lib/atomic/molecules/dropdown/Dropdown.js +271 -0
  27. package/lib/atomic/molecules/dropdown/dropdown.css.d.ts +8 -0
  28. package/lib/atomic/molecules/dropdown/dropdown.css.d.ts.map +1 -0
  29. package/lib/atomic/molecules/dropdown/dropdown.css.js +30 -0
  30. package/lib/atomic/molecules/form-actions/FormActions.d.ts +16 -0
  31. package/lib/atomic/molecules/form-actions/FormActions.d.ts.map +1 -0
  32. package/lib/atomic/molecules/form-actions/FormActions.js +27 -0
  33. package/lib/atomic/molecules/toast/ToastProvider.d.ts +19 -0
  34. package/lib/atomic/molecules/toast/ToastProvider.d.ts.map +1 -0
  35. package/lib/atomic/molecules/toast/ToastProvider.js +113 -0
  36. package/lib/atomic/molecules/toast/ToastViewport.d.ts +24 -0
  37. package/lib/atomic/molecules/toast/ToastViewport.d.ts.map +1 -0
  38. package/lib/atomic/molecules/toast/ToastViewport.js +40 -0
  39. package/lib/atomic/molecules/toast/constants.d.ts +2 -0
  40. package/lib/atomic/molecules/toast/constants.d.ts.map +1 -0
  41. package/lib/atomic/molecules/toast/constants.js +2 -0
  42. package/lib/atomic/molecules/toast/toast.css.d.ts +25 -0
  43. package/lib/atomic/molecules/toast/toast.css.d.ts.map +1 -0
  44. package/lib/atomic/molecules/toast/toast.css.js +106 -0
  45. package/lib/components/data-table/DataTable.css.d.ts +61 -0
  46. package/lib/components/data-table/DataTable.css.d.ts.map +1 -0
  47. package/lib/components/data-table/DataTable.css.js +285 -0
  48. package/lib/components/data-table/DataTable.d.ts +32 -0
  49. package/lib/components/data-table/DataTable.d.ts.map +1 -0
  50. package/lib/components/data-table/DataTable.js +95 -0
  51. package/lib/components/data-table/TableCell.css.d.ts +26 -0
  52. package/lib/components/data-table/TableCell.css.d.ts.map +1 -0
  53. package/lib/components/data-table/TableCell.css.js +45 -0
  54. package/lib/components/data-table/TableCell.d.ts +46 -0
  55. package/lib/components/data-table/TableCell.d.ts.map +1 -0
  56. package/lib/components/data-table/TableCell.js +72 -0
  57. package/lib/components/data-table/TableCellBase.d.ts +13 -0
  58. package/lib/components/data-table/TableCellBase.d.ts.map +1 -0
  59. package/lib/components/data-table/TableCellBase.js +11 -0
  60. package/lib/components/data-table/VirtualizedConnectionTable.css.d.ts +5 -0
  61. package/lib/components/data-table/VirtualizedConnectionTable.css.d.ts.map +1 -0
  62. package/lib/components/data-table/VirtualizedConnectionTable.css.js +18 -0
  63. package/lib/components/data-table/VirtualizedConnectionTable.d.ts +32 -0
  64. package/lib/components/data-table/VirtualizedConnectionTable.d.ts.map +1 -0
  65. package/lib/components/data-table/VirtualizedConnectionTable.js +304 -0
  66. package/lib/components/data-table/tableBreakpoints.d.ts +9 -0
  67. package/lib/components/data-table/tableBreakpoints.d.ts.map +1 -0
  68. package/lib/components/data-table/tableBreakpoints.js +34 -0
  69. package/lib/components/select/SimpleSelect.css.d.ts +23 -0
  70. package/lib/components/select/SimpleSelect.css.d.ts.map +1 -0
  71. package/lib/components/select/SimpleSelect.css.js +175 -0
  72. package/lib/components/select/SimpleSelect.d.ts +22 -0
  73. package/lib/components/select/SimpleSelect.d.ts.map +1 -0
  74. package/lib/components/select/SimpleSelect.js +218 -0
  75. package/lib/components/subscriptions/RefetchNeededBanner.css.d.ts +5 -0
  76. package/lib/components/subscriptions/RefetchNeededBanner.css.d.ts.map +1 -0
  77. package/lib/components/subscriptions/RefetchNeededBanner.css.js +32 -0
  78. package/lib/components/subscriptions/RefetchNeededBanner.d.ts +9 -0
  79. package/lib/components/subscriptions/RefetchNeededBanner.d.ts.map +1 -0
  80. package/lib/components/subscriptions/RefetchNeededBanner.js +17 -0
  81. package/lib/esm/atomic/atoms/badge/Badge.js +17 -16
  82. package/lib/esm/atomic/atoms/badge/Badge.js.map +1 -1
  83. package/lib/esm/atomic/atoms/badge/badge.css.js +30 -8
  84. package/lib/esm/atomic/atoms/badge/badge.css.js.map +1 -1
  85. package/lib/esm/atomic/atoms/button/Button.js +46 -56
  86. package/lib/esm/atomic/atoms/button/Button.js.map +1 -1
  87. package/lib/esm/atomic/atoms/button/LinkButton.js +48 -62
  88. package/lib/esm/atomic/atoms/button/LinkButton.js.map +1 -1
  89. package/lib/esm/atomic/atoms/button/button.css.js +95 -16
  90. package/lib/esm/atomic/atoms/button/button.css.js.map +1 -1
  91. package/lib/esm/atomic/atoms/checkbox/Checkbox.js +37 -40
  92. package/lib/esm/atomic/atoms/checkbox/Checkbox.js.map +1 -1
  93. package/lib/esm/atomic/atoms/checkbox/checkbox.css.js +26 -11
  94. package/lib/esm/atomic/atoms/checkbox/checkbox.css.js.map +1 -1
  95. package/lib/esm/atomic/atoms/formatted-date/FormattedDate.js +33 -0
  96. package/lib/esm/atomic/atoms/formatted-date/FormattedDate.js.map +1 -0
  97. package/lib/esm/atomic/atoms/icon-button/IconMenuButton.js +19 -0
  98. package/lib/esm/atomic/atoms/icon-button/IconMenuButton.js.map +1 -0
  99. package/lib/esm/atomic/atoms/input/Input.js +46 -40
  100. package/lib/esm/atomic/atoms/input/Input.js.map +1 -1
  101. package/lib/esm/atomic/atoms/input/input.css.js +32 -14
  102. package/lib/esm/atomic/atoms/input/input.css.js.map +1 -1
  103. package/lib/esm/atomic/atoms/label/Label.js +23 -16
  104. package/lib/esm/atomic/atoms/label/Label.js.map +1 -1
  105. package/lib/esm/atomic/atoms/label/label.css.js +27 -9
  106. package/lib/esm/atomic/atoms/label/label.css.js.map +1 -1
  107. package/lib/esm/atomic/atoms/textarea/Textarea.js +19 -18
  108. package/lib/esm/atomic/atoms/textarea/Textarea.js.map +1 -1
  109. package/lib/esm/atomic/atoms/textarea/textarea.css.js +32 -8
  110. package/lib/esm/atomic/atoms/textarea/textarea.css.js.map +1 -1
  111. package/lib/esm/atomic/molecules/breadcrumb_navigation/BreadcrumbMenuDropdown.js +48 -0
  112. package/lib/esm/atomic/molecules/breadcrumb_navigation/BreadcrumbMenuDropdown.js.map +1 -0
  113. package/lib/esm/atomic/molecules/breadcrumb_navigation/BreadcrumbMenuPopover.js +54 -0
  114. package/lib/esm/atomic/molecules/breadcrumb_navigation/BreadcrumbMenuPopover.js.map +1 -0
  115. package/lib/esm/atomic/molecules/breadcrumb_navigation/BreadcrumbNavigation.js +63 -0
  116. package/lib/esm/atomic/molecules/breadcrumb_navigation/BreadcrumbNavigation.js.map +1 -0
  117. package/lib/esm/atomic/molecules/breadcrumb_navigation/breadcrumbNavigation.css.js +8 -0
  118. package/lib/esm/atomic/molecules/breadcrumb_navigation/breadcrumbNavigation.css.js.map +1 -0
  119. package/lib/esm/atomic/molecules/card/Card.css.js +8 -10
  120. package/lib/esm/atomic/molecules/card/Card.css.js.map +1 -1
  121. package/lib/esm/atomic/molecules/card/Card.js +24 -17
  122. package/lib/esm/atomic/molecules/card/Card.js.map +1 -1
  123. package/lib/esm/atomic/molecules/dropdown/Dropdown.js +149 -0
  124. package/lib/esm/atomic/molecules/dropdown/Dropdown.js.map +1 -0
  125. package/lib/esm/atomic/molecules/dropdown/dropdown.css.js +8 -0
  126. package/lib/esm/atomic/molecules/dropdown/dropdown.css.js.map +1 -0
  127. package/lib/esm/atomic/molecules/form-actions/FormActions.js +32 -0
  128. package/lib/esm/atomic/molecules/form-actions/FormActions.js.map +1 -0
  129. package/lib/esm/atomic/molecules/tabs/Tabs.js +34 -33
  130. package/lib/esm/atomic/molecules/tabs/Tabs.js.map +1 -1
  131. package/lib/esm/atomic/molecules/tabs/tabs.css.js +18 -9
  132. package/lib/esm/atomic/molecules/tabs/tabs.css.js.map +1 -1
  133. package/lib/esm/atomic/molecules/toast/ToastProvider.js +83 -0
  134. package/lib/esm/atomic/molecules/toast/ToastProvider.js.map +1 -0
  135. package/lib/esm/atomic/molecules/toast/ToastViewport.js +76 -0
  136. package/lib/esm/atomic/molecules/toast/ToastViewport.js.map +1 -0
  137. package/lib/esm/atomic/molecules/toast/constants.js +6 -0
  138. package/lib/esm/atomic/molecules/toast/constants.js.map +1 -0
  139. package/lib/esm/atomic/molecules/toast/toast.css.js +18 -0
  140. package/lib/esm/atomic/molecules/toast/toast.css.js.map +1 -0
  141. package/lib/esm/components/charts/BillingUsageLineChart.js +140 -173
  142. package/lib/esm/components/charts/BillingUsageLineChart.js.map +1 -1
  143. package/lib/esm/components/charts/billingUsageLineChart.css.js +8 -12
  144. package/lib/esm/components/charts/billingUsageLineChart.css.js.map +1 -1
  145. package/lib/esm/components/data-table/DataTable.css.js +84 -0
  146. package/lib/esm/components/data-table/DataTable.css.js.map +1 -0
  147. package/lib/esm/components/data-table/DataTable.js +74 -0
  148. package/lib/esm/components/data-table/DataTable.js.map +1 -0
  149. package/lib/esm/components/data-table/TableCell.css.js +18 -0
  150. package/lib/esm/components/data-table/TableCell.css.js.map +1 -0
  151. package/lib/esm/components/data-table/TableCell.js +75 -0
  152. package/lib/esm/components/data-table/TableCell.js.map +1 -0
  153. package/lib/esm/components/data-table/TableCellBase.js +19 -0
  154. package/lib/esm/components/data-table/TableCellBase.js.map +1 -0
  155. package/lib/esm/components/data-table/VirtualizedConnectionTable.css.js +8 -0
  156. package/lib/esm/components/data-table/VirtualizedConnectionTable.css.js.map +1 -0
  157. package/lib/esm/components/data-table/VirtualizedConnectionTable.js +191 -0
  158. package/lib/esm/components/data-table/VirtualizedConnectionTable.js.map +1 -0
  159. package/lib/esm/components/data-table/tableBreakpoints.js +31 -0
  160. package/lib/esm/components/data-table/tableBreakpoints.js.map +1 -0
  161. package/lib/esm/components/layout/ContentLayout.css.js +8 -18
  162. package/lib/esm/components/layout/ContentLayout.css.js.map +1 -1
  163. package/lib/esm/components/layout/ContentLayout.js +68 -78
  164. package/lib/esm/components/layout/ContentLayout.js.map +1 -1
  165. package/lib/esm/components/layout/TabsContentLayout.css.js +8 -11
  166. package/lib/esm/components/layout/TabsContentLayout.css.js.map +1 -1
  167. package/lib/esm/components/layout/TabsContentLayout.js +30 -13
  168. package/lib/esm/components/layout/TabsContentLayout.js.map +1 -1
  169. package/lib/esm/components/select/SimpleSelect.css.js +17 -0
  170. package/lib/esm/components/select/SimpleSelect.css.js.map +1 -0
  171. package/lib/esm/components/select/SimpleSelect.js +185 -0
  172. package/lib/esm/components/select/SimpleSelect.js.map +1 -0
  173. package/lib/esm/components/subscriptions/RefetchNeededBanner.css.js +8 -0
  174. package/lib/esm/components/subscriptions/RefetchNeededBanner.css.js.map +1 -0
  175. package/lib/esm/components/subscriptions/RefetchNeededBanner.js +32 -0
  176. package/lib/esm/components/subscriptions/RefetchNeededBanner.js.map +1 -0
  177. package/lib/esm/components/tile/InfoTile.css.js +8 -18
  178. package/lib/esm/components/tile/InfoTile.css.js.map +1 -1
  179. package/lib/esm/components/tile/InfoTile.js +62 -67
  180. package/lib/esm/components/tile/InfoTile.js.map +1 -1
  181. package/lib/esm/i18n/useUiTranslation.js +9 -0
  182. package/lib/esm/i18n/useUiTranslation.js.map +1 -0
  183. package/lib/esm/icons/BanSvg.js +29 -44
  184. package/lib/esm/icons/BanSvg.js.map +1 -1
  185. package/lib/esm/icons/ButtonLoadingSpinnerSvg.js +26 -41
  186. package/lib/esm/icons/ButtonLoadingSpinnerSvg.js.map +1 -1
  187. package/lib/esm/icons/ChatCheckSvg.js +27 -42
  188. package/lib/esm/icons/ChatCheckSvg.js.map +1 -1
  189. package/lib/esm/icons/ChatSizeLargeSvg.js +49 -70
  190. package/lib/esm/icons/ChatSizeLargeSvg.js.map +1 -1
  191. package/lib/esm/icons/ChatSizeMediumSvg.js +43 -61
  192. package/lib/esm/icons/ChatSizeMediumSvg.js.map +1 -1
  193. package/lib/esm/icons/ChatSizeSmallSvg.js +37 -52
  194. package/lib/esm/icons/ChatSizeSmallSvg.js.map +1 -1
  195. package/lib/esm/icons/ChatXSvg.js +27 -42
  196. package/lib/esm/icons/ChatXSvg.js.map +1 -1
  197. package/lib/esm/icons/CheckSvg.js +21 -30
  198. package/lib/esm/icons/CheckSvg.js.map +1 -1
  199. package/lib/esm/icons/ChevronDownSvg.js +21 -30
  200. package/lib/esm/icons/ChevronDownSvg.js.map +1 -1
  201. package/lib/esm/icons/ChevronLeftSvg.js +21 -30
  202. package/lib/esm/icons/ChevronLeftSvg.js.map +1 -1
  203. package/lib/esm/icons/ChevronRightSvg.js +21 -30
  204. package/lib/esm/icons/ChevronRightSvg.js.map +1 -1
  205. package/lib/esm/icons/ClockSvg.js +29 -44
  206. package/lib/esm/icons/ClockSvg.js.map +1 -1
  207. package/lib/esm/icons/CoinOffSvg.js +47 -65
  208. package/lib/esm/icons/CoinOffSvg.js.map +1 -1
  209. package/lib/esm/icons/CoinSvg.js +40 -55
  210. package/lib/esm/icons/CoinSvg.js.map +1 -1
  211. package/lib/esm/icons/DatabaseCheckSvg.js +47 -65
  212. package/lib/esm/icons/DatabaseCheckSvg.js.map +1 -1
  213. package/lib/esm/icons/DatabaseXSvg.js +47 -65
  214. package/lib/esm/icons/DatabaseXSvg.js.map +1 -1
  215. package/lib/esm/icons/DevModeSvg.js +21 -30
  216. package/lib/esm/icons/DevModeSvg.js.map +1 -1
  217. package/lib/esm/icons/EyeSvg.js +27 -33
  218. package/lib/esm/icons/EyeSvg.js.map +1 -1
  219. package/lib/esm/icons/FormErrorAlertSvg.js +37 -29
  220. package/lib/esm/icons/FormErrorAlertSvg.js.map +1 -1
  221. package/lib/esm/icons/GlobeSvg.js +18 -27
  222. package/lib/esm/icons/GlobeSvg.js.map +1 -1
  223. package/lib/esm/icons/GripDotsSvg.js +52 -29
  224. package/lib/esm/icons/GripDotsSvg.js.map +1 -1
  225. package/lib/esm/icons/HomeActivityAssignUserSvg.js +44 -62
  226. package/lib/esm/icons/HomeActivityAssignUserSvg.js.map +1 -1
  227. package/lib/esm/icons/HomeStatsCheckBadgeSvg.js +27 -42
  228. package/lib/esm/icons/HomeStatsCheckBadgeSvg.js.map +1 -1
  229. package/lib/esm/icons/HomeStatsClipboardSvg.js +27 -42
  230. package/lib/esm/icons/HomeStatsClipboardSvg.js.map +1 -1
  231. package/lib/esm/icons/HomeStatsClockSvg.js +27 -42
  232. package/lib/esm/icons/HomeStatsClockSvg.js.map +1 -1
  233. package/lib/esm/icons/KeyOffSvg.js +39 -54
  234. package/lib/esm/icons/KeyOffSvg.js.map +1 -1
  235. package/lib/esm/icons/KeySvg.js +39 -54
  236. package/lib/esm/icons/KeySvg.js.map +1 -1
  237. package/lib/esm/icons/KronexSvg.js +28 -43
  238. package/lib/esm/icons/KronexSvg.js.map +1 -1
  239. package/lib/esm/icons/LinkCheckSvg.js +37 -52
  240. package/lib/esm/icons/LinkCheckSvg.js.map +1 -1
  241. package/lib/esm/icons/LinkSvg.js +27 -42
  242. package/lib/esm/icons/LinkSvg.js.map +1 -1
  243. package/lib/esm/icons/LinkXSvg.js +37 -52
  244. package/lib/esm/icons/LinkXSvg.js.map +1 -1
  245. package/lib/esm/icons/LockOpenSvg.js +31 -46
  246. package/lib/esm/icons/LockOpenSvg.js.map +1 -1
  247. package/lib/esm/icons/LockSvg.js +31 -46
  248. package/lib/esm/icons/LockSvg.js.map +1 -1
  249. package/lib/esm/icons/MailCheckSvg.js +41 -56
  250. package/lib/esm/icons/MailCheckSvg.js.map +1 -1
  251. package/lib/esm/icons/MailSvg.js +31 -46
  252. package/lib/esm/icons/MailSvg.js.map +1 -1
  253. package/lib/esm/icons/MailXSvg.js +41 -56
  254. package/lib/esm/icons/MailXSvg.js.map +1 -1
  255. package/lib/esm/icons/ModalCloseSvg.js +27 -42
  256. package/lib/esm/icons/ModalCloseSvg.js.map +1 -1
  257. package/lib/esm/icons/PencilSvg.js +14 -20
  258. package/lib/esm/icons/PencilSvg.js.map +1 -1
  259. package/lib/esm/icons/PinFilledSvg.js +24 -40
  260. package/lib/esm/icons/PinFilledSvg.js.map +1 -1
  261. package/lib/esm/icons/PinSvg.js +27 -43
  262. package/lib/esm/icons/PinSvg.js.map +1 -1
  263. package/lib/esm/icons/ProfileDropdownLogoutSvg.js +37 -52
  264. package/lib/esm/icons/ProfileDropdownLogoutSvg.js.map +1 -1
  265. package/lib/esm/icons/ProfileDropdownOrganizationSvg.js +27 -42
  266. package/lib/esm/icons/ProfileDropdownOrganizationSvg.js.map +1 -1
  267. package/lib/esm/icons/ProjectsFolderSvg.js +21 -30
  268. package/lib/esm/icons/ProjectsFolderSvg.js.map +1 -1
  269. package/lib/esm/icons/RobotCheckSvg.js +60 -68
  270. package/lib/esm/icons/RobotCheckSvg.js.map +1 -1
  271. package/lib/esm/icons/RobotSvg.js +53 -58
  272. package/lib/esm/icons/RobotSvg.js.map +1 -1
  273. package/lib/esm/icons/RobotXSvg.js +60 -68
  274. package/lib/esm/icons/RobotXSvg.js.map +1 -1
  275. package/lib/esm/icons/RocketOffSvg.js +58 -83
  276. package/lib/esm/icons/RocketOffSvg.js.map +1 -1
  277. package/lib/esm/icons/RocketSvg.js +51 -73
  278. package/lib/esm/icons/RocketSvg.js.map +1 -1
  279. package/lib/esm/icons/SendCheckSvg.js +40 -55
  280. package/lib/esm/icons/SendCheckSvg.js.map +1 -1
  281. package/lib/esm/icons/SendMessageSvg.js +30 -45
  282. package/lib/esm/icons/SendMessageSvg.js.map +1 -1
  283. package/lib/esm/icons/SendXSvg.js +40 -55
  284. package/lib/esm/icons/SendXSvg.js.map +1 -1
  285. package/lib/esm/icons/SettingsCheckSvg.js +37 -52
  286. package/lib/esm/icons/SettingsCheckSvg.js.map +1 -1
  287. package/lib/esm/icons/SettingsXSvg.js +37 -52
  288. package/lib/esm/icons/SettingsXSvg.js.map +1 -1
  289. package/lib/esm/icons/ShieldLockSvg.js +41 -56
  290. package/lib/esm/icons/ShieldLockSvg.js.map +1 -1
  291. package/lib/esm/icons/ShieldOffSvg.js +27 -42
  292. package/lib/esm/icons/ShieldOffSvg.js.map +1 -1
  293. package/lib/esm/icons/SidebarHomeSvg.js +27 -42
  294. package/lib/esm/icons/SidebarHomeSvg.js.map +1 -1
  295. package/lib/esm/icons/SidebarInitiativesSvg.js +37 -52
  296. package/lib/esm/icons/SidebarInitiativesSvg.js.map +1 -1
  297. package/lib/esm/icons/SidebarPlusSvg.js +27 -42
  298. package/lib/esm/icons/SidebarPlusSvg.js.map +1 -1
  299. package/lib/esm/icons/SidebarSearchSvg.js +27 -42
  300. package/lib/esm/icons/SidebarSearchSvg.js.map +1 -1
  301. package/lib/esm/icons/SidebarSettingsSvg.js +27 -42
  302. package/lib/esm/icons/SidebarSettingsSvg.js.map +1 -1
  303. package/lib/esm/icons/SidebarTasksSvg.js +27 -42
  304. package/lib/esm/icons/SidebarTasksSvg.js.map +1 -1
  305. package/lib/esm/icons/SidebarTeamSvg.js +44 -62
  306. package/lib/esm/icons/SidebarTeamSvg.js.map +1 -1
  307. package/lib/esm/icons/TaskAttachmentSvg.js +21 -30
  308. package/lib/esm/icons/TaskAttachmentSvg.js.map +1 -1
  309. package/lib/esm/icons/TaskCalendarSvg.js +44 -62
  310. package/lib/esm/icons/TaskCalendarSvg.js.map +1 -1
  311. package/lib/esm/icons/TaskCommentBubbleSvg.js +21 -30
  312. package/lib/esm/icons/TaskCommentBubbleSvg.js.map +1 -1
  313. package/lib/esm/icons/TaskDeleteSvg.js +27 -42
  314. package/lib/esm/icons/TaskDeleteSvg.js.map +1 -1
  315. package/lib/esm/icons/TaskDependencyBlockedSvg.js +27 -43
  316. package/lib/esm/icons/TaskDependencyBlockedSvg.js.map +1 -1
  317. package/lib/esm/icons/TaskDependencyReadySvg.js +27 -43
  318. package/lib/esm/icons/TaskDependencyReadySvg.js.map +1 -1
  319. package/lib/esm/icons/TaskMenuDotsSvg.js +37 -52
  320. package/lib/esm/icons/TaskMenuDotsSvg.js.map +1 -1
  321. package/lib/esm/icons/TaskTagSvg.js +27 -42
  322. package/lib/esm/icons/TaskTagSvg.js.map +1 -1
  323. package/lib/esm/icons/TeamMemberEmailSvg.js +27 -42
  324. package/lib/esm/icons/TeamMemberEmailSvg.js.map +1 -1
  325. package/lib/esm/icons/TeamMemberLocationSvg.js +27 -42
  326. package/lib/esm/icons/TeamMemberLocationSvg.js.map +1 -1
  327. package/lib/esm/icons/WrenchSvg.js +21 -30
  328. package/lib/esm/icons/WrenchSvg.js.map +1 -1
  329. package/lib/esm/icons/XBadgeSvg.js +27 -42
  330. package/lib/esm/icons/XBadgeSvg.js.map +1 -1
  331. package/lib/esm/icons/markdown/MarkdownCheckboxCheckedSvg.js +30 -42
  332. package/lib/esm/icons/markdown/MarkdownCheckboxCheckedSvg.js.map +1 -1
  333. package/lib/esm/icons/markdown/MarkdownCheckboxUncheckedSvg.js +22 -28
  334. package/lib/esm/icons/markdown/MarkdownCheckboxUncheckedSvg.js.map +1 -1
  335. package/lib/esm/icons/markdown/MarkdownCopySuccessSvg.js +41 -53
  336. package/lib/esm/icons/markdown/MarkdownCopySuccessSvg.js.map +1 -1
  337. package/lib/esm/icons/markdown/MarkdownCopySvg.js +30 -42
  338. package/lib/esm/icons/markdown/MarkdownCopySvg.js.map +1 -1
  339. package/lib/esm/icons/markdown/MarkdownExternalLinkSvg.js +39 -51
  340. package/lib/esm/icons/markdown/MarkdownExternalLinkSvg.js.map +1 -1
  341. package/lib/esm/index.js +33 -55
  342. package/lib/esm/style.css +2 -0
  343. package/lib/esm/style.js +4 -0
  344. package/lib/esm/styles/slots.js +0 -0
  345. package/lib/esm/svg/ChevronDownIcon.js +11 -10
  346. package/lib/esm/svg/ChevronDownIcon.js.map +1 -1
  347. package/lib/esm/svg/ChevronRightIcon.js +11 -9
  348. package/lib/esm/svg/ChevronRightIcon.js.map +1 -1
  349. package/lib/esm/svg/GlobeIcon.js +11 -6
  350. package/lib/esm/svg/GlobeIcon.js.map +1 -1
  351. package/lib/esm/theme/ThemeProvider.js +33 -37
  352. package/lib/esm/theme/ThemeProvider.js.map +1 -1
  353. package/lib/esm/theme/VisuallyHidden.js +12 -8
  354. package/lib/esm/theme/VisuallyHidden.js.map +1 -1
  355. package/lib/esm/theme/accessibility.css.js +7 -8
  356. package/lib/esm/theme/accessibility.css.js.map +1 -1
  357. package/lib/esm/theme/colors.js +101 -100
  358. package/lib/esm/theme/colors.js.map +1 -1
  359. package/lib/esm/theme/common.js +122 -123
  360. package/lib/esm/theme/common.js.map +1 -1
  361. package/lib/esm/theme/containerQueries.js +14 -13
  362. package/lib/esm/theme/containerQueries.js.map +1 -1
  363. package/lib/esm/theme/global.css.js +1 -2
  364. package/lib/esm/theme/index.js +9 -28
  365. package/lib/esm/theme/sprinkles.css.js +68484 -9
  366. package/lib/esm/theme/sprinkles.css.js.map +1 -1
  367. package/lib/esm/theme/theme.css.js +1 -2
  368. package/lib/esm/theme/themeContract.js +1025 -1035
  369. package/lib/esm/theme/themeContract.js.map +1 -1
  370. package/lib/esm/theme/tools.js +16 -19
  371. package/lib/esm/theme/tools.js.map +1 -1
  372. package/lib/i18n/useUiTranslation.d.ts +3 -0
  373. package/lib/i18n/useUiTranslation.d.ts.map +1 -0
  374. package/lib/i18n/useUiTranslation.js +5 -0
  375. package/lib/index.d.ts +10 -0
  376. package/lib/index.d.ts.map +1 -1
  377. package/lib/index.js +11 -1
  378. package/lib/style.d.ts +5 -0
  379. package/lib/style.d.ts.map +1 -0
  380. package/lib/style.js +5 -0
  381. package/lib/styles/slots.d.ts +2 -0
  382. package/lib/styles/slots.d.ts.map +1 -0
  383. package/lib/styles/slots.js +2 -0
  384. package/lib/types/atomic/atoms/button/Button.d.ts.map +1 -1
  385. package/lib/types/atomic/atoms/formatted-date/FormattedDate.d.ts +14 -0
  386. package/lib/types/atomic/atoms/formatted-date/FormattedDate.d.ts.map +1 -0
  387. package/lib/types/atomic/atoms/icon-button/IconMenuButton.d.ts +8 -0
  388. package/lib/types/atomic/atoms/icon-button/IconMenuButton.d.ts.map +1 -0
  389. package/lib/types/atomic/molecules/breadcrumb_navigation/BreadcrumbMenuDropdown.d.ts +14 -0
  390. package/lib/types/atomic/molecules/breadcrumb_navigation/BreadcrumbMenuDropdown.d.ts.map +1 -0
  391. package/lib/types/atomic/molecules/breadcrumb_navigation/BreadcrumbMenuPopover.d.ts +13 -0
  392. package/lib/types/atomic/molecules/breadcrumb_navigation/BreadcrumbMenuPopover.d.ts.map +1 -0
  393. package/lib/types/atomic/molecules/breadcrumb_navigation/BreadcrumbNavigation.d.ts +13 -0
  394. package/lib/types/atomic/molecules/breadcrumb_navigation/BreadcrumbNavigation.d.ts.map +1 -0
  395. package/lib/types/atomic/molecules/breadcrumb_navigation/breadcrumbNavigation.css.d.ts +25 -0
  396. package/lib/types/atomic/molecules/breadcrumb_navigation/breadcrumbNavigation.css.d.ts.map +1 -0
  397. package/lib/types/atomic/molecules/breadcrumb_navigation/types.d.ts +15 -0
  398. package/lib/types/atomic/molecules/breadcrumb_navigation/types.d.ts.map +1 -0
  399. package/lib/types/atomic/molecules/dropdown/Dropdown.d.ts +26 -0
  400. package/lib/types/atomic/molecules/dropdown/Dropdown.d.ts.map +1 -0
  401. package/lib/types/atomic/molecules/dropdown/dropdown.css.d.ts +8 -0
  402. package/lib/types/atomic/molecules/dropdown/dropdown.css.d.ts.map +1 -0
  403. package/lib/types/atomic/molecules/form-actions/FormActions.d.ts +16 -0
  404. package/lib/types/atomic/molecules/form-actions/FormActions.d.ts.map +1 -0
  405. package/lib/types/atomic/molecules/toast/ToastProvider.d.ts +19 -0
  406. package/lib/types/atomic/molecules/toast/ToastProvider.d.ts.map +1 -0
  407. package/lib/types/atomic/molecules/toast/ToastViewport.d.ts +24 -0
  408. package/lib/types/atomic/molecules/toast/ToastViewport.d.ts.map +1 -0
  409. package/lib/types/atomic/molecules/toast/constants.d.ts +2 -0
  410. package/lib/types/atomic/molecules/toast/constants.d.ts.map +1 -0
  411. package/lib/types/atomic/molecules/toast/toast.css.d.ts +25 -0
  412. package/lib/types/atomic/molecules/toast/toast.css.d.ts.map +1 -0
  413. package/lib/types/components/data-table/DataTable.css.d.ts +61 -0
  414. package/lib/types/components/data-table/DataTable.css.d.ts.map +1 -0
  415. package/lib/types/components/data-table/DataTable.d.ts +32 -0
  416. package/lib/types/components/data-table/DataTable.d.ts.map +1 -0
  417. package/lib/types/components/data-table/TableCell.css.d.ts +26 -0
  418. package/lib/types/components/data-table/TableCell.css.d.ts.map +1 -0
  419. package/lib/types/components/data-table/TableCell.d.ts +46 -0
  420. package/lib/types/components/data-table/TableCell.d.ts.map +1 -0
  421. package/lib/types/components/data-table/TableCellBase.d.ts +13 -0
  422. package/lib/types/components/data-table/TableCellBase.d.ts.map +1 -0
  423. package/lib/types/components/data-table/VirtualizedConnectionTable.css.d.ts +5 -0
  424. package/lib/types/components/data-table/VirtualizedConnectionTable.css.d.ts.map +1 -0
  425. package/lib/types/components/data-table/VirtualizedConnectionTable.d.ts +32 -0
  426. package/lib/types/components/data-table/VirtualizedConnectionTable.d.ts.map +1 -0
  427. package/lib/types/components/data-table/tableBreakpoints.d.ts +9 -0
  428. package/lib/types/components/data-table/tableBreakpoints.d.ts.map +1 -0
  429. package/lib/types/components/select/SimpleSelect.css.d.ts +23 -0
  430. package/lib/types/components/select/SimpleSelect.css.d.ts.map +1 -0
  431. package/lib/types/components/select/SimpleSelect.d.ts +22 -0
  432. package/lib/types/components/select/SimpleSelect.d.ts.map +1 -0
  433. package/lib/types/components/subscriptions/RefetchNeededBanner.css.d.ts +5 -0
  434. package/lib/types/components/subscriptions/RefetchNeededBanner.css.d.ts.map +1 -0
  435. package/lib/types/components/subscriptions/RefetchNeededBanner.d.ts +9 -0
  436. package/lib/types/components/subscriptions/RefetchNeededBanner.d.ts.map +1 -0
  437. package/lib/types/i18n/useUiTranslation.d.ts +3 -0
  438. package/lib/types/i18n/useUiTranslation.d.ts.map +1 -0
  439. package/lib/types/index.d.ts +10 -0
  440. package/lib/types/index.d.ts.map +1 -1
  441. package/lib/types/style.d.ts +5 -0
  442. package/lib/types/style.d.ts.map +1 -0
  443. package/lib/types/styles/slots.d.ts +2 -0
  444. package/lib/types/styles/slots.d.ts.map +1 -0
  445. package/package.json +12 -4
  446. package/src/i18n/locales/en/ui.json +53 -0
  447. package/src/i18n/locales/fr/ui.json +53 -0
  448. package/src/i18n/useUiTranslation.ts +6 -0
  449. package/lib/esm/atomic/atoms/badge/badge.css.ts.vanilla-BxMgYgcH.css +0 -1
  450. package/lib/esm/atomic/atoms/button/button.css.ts.vanilla-BYFxDZro.css +0 -1
  451. package/lib/esm/atomic/atoms/checkbox/checkbox.css.ts.vanilla-D6TvWxlo.css +0 -1
  452. package/lib/esm/atomic/atoms/input/input.css.ts.vanilla-D_X5_tcn.css +0 -1
  453. package/lib/esm/atomic/atoms/textarea/textarea.css.ts.vanilla-IrvNTQEt.css +0 -1
  454. package/lib/esm/atomic/molecules/tabs/tabs.css.ts.vanilla-DQm5wO0K.css +0 -1
  455. package/lib/esm/components/charts/billingUsageLineChart.css.ts.vanilla-7e3dy1Dj.css +0 -1
  456. package/lib/esm/components/tile/InfoTile.css.ts.vanilla-ByCg4UKz.css +0 -1
  457. package/lib/esm/index.js.map +0 -1
  458. package/lib/esm/theme/accessibility.css.ts.vanilla-D6gfeWvf.css +0 -1
  459. package/lib/esm/theme/global.css.js.map +0 -1
  460. package/lib/esm/theme/global.css.ts.vanilla-ClXnHnoy.css +0 -1
  461. package/lib/esm/theme/index.js.map +0 -1
  462. package/lib/esm/theme/sprinkles.css.ts.vanilla-DOI5FNoi.css +0 -1
  463. package/lib/esm/theme/theme.css.js.map +0 -1
  464. package/lib/esm/theme/theme.css.ts.vanilla-a3SsXff5.css +0 -1
  465. /package/lib/esm/{components/layout/TabsContentLayout.css.ts.vanilla-tn0RQdqM.css → atomic/molecules/breadcrumb_navigation/types.js} +0 -0
@@ -1,52 +1,37 @@
1
- import { jsxs as a, jsx as o } from "react/jsx-runtime";
2
- const s = ({
3
- width: r = 16,
4
- height: t = 16,
5
- ...e
6
- }) => /* @__PURE__ */ a(
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: "M12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z",
20
- stroke: "currentColor",
21
- strokeWidth: "2",
22
- strokeLinecap: "round",
23
- strokeLinejoin: "round"
24
- }
25
- ),
26
- /* @__PURE__ */ o(
27
- "path",
28
- {
29
- d: "M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z",
30
- stroke: "currentColor",
31
- strokeWidth: "2",
32
- strokeLinecap: "round",
33
- strokeLinejoin: "round"
34
- }
35
- ),
36
- /* @__PURE__ */ o(
37
- "path",
38
- {
39
- d: "m14.5 16.5 1.5 1.5 3.5-3.5",
40
- stroke: "currentColor",
41
- strokeWidth: "2",
42
- strokeLinecap: "round",
43
- strokeLinejoin: "round"
44
- }
45
- )
46
- ]
47
- }
48
- );
49
- export {
50
- s as SettingsCheckSvg
51
- };
52
- //# sourceMappingURL=SettingsCheckSvg.js.map
1
+ import { jsx as e, jsxs as t } from "react/jsx-runtime";
2
+ //#region src/icons/SettingsCheckSvg.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: "M12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z",
13
+ stroke: "currentColor",
14
+ strokeWidth: "2",
15
+ strokeLinecap: "round",
16
+ strokeLinejoin: "round"
17
+ }),
18
+ /* @__PURE__ */ e("path", {
19
+ d: "M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z",
20
+ stroke: "currentColor",
21
+ strokeWidth: "2",
22
+ strokeLinecap: "round",
23
+ strokeLinejoin: "round"
24
+ }),
25
+ /* @__PURE__ */ e("path", {
26
+ d: "m14.5 16.5 1.5 1.5 3.5-3.5",
27
+ stroke: "currentColor",
28
+ strokeWidth: "2",
29
+ strokeLinecap: "round",
30
+ strokeLinejoin: "round"
31
+ })
32
+ ]
33
+ });
34
+ //#endregion
35
+ export { n as SettingsCheckSvg };
36
+
37
+ //# sourceMappingURL=SettingsCheckSvg.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"SettingsCheckSvg.js","sources":["../../../src/icons/SettingsCheckSvg.tsx"],"sourcesContent":["import { type JSX } from 'react';\n\ntype Props = React.SVGProps<SVGSVGElement>;\n\nexport const SettingsCheckSvg = ({\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=\"M12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"m14.5 16.5 1.5 1.5 3.5-3.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </svg>\n );\n};\n"],"names":["SettingsCheckSvg","width","height","rest","jsxs","jsx"],"mappings":";AAIO,MAAMA,IAAmB,CAAC;AAAA,EAC/B,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":"SettingsCheckSvg.js","names":[],"sources":["../../../src/icons/SettingsCheckSvg.tsx"],"sourcesContent":["import { type JSX } from 'react';\n\ntype Props = React.SVGProps<SVGSVGElement>;\n\nexport const SettingsCheckSvg = ({\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=\"M12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"m14.5 16.5 1.5 1.5 3.5-3.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </svg>\n );\n};\n"],"mappings":";;AAIA,IAAa,KAAoB,EAC/B,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,52 +1,37 @@
1
- import { jsxs as a, jsx as o } from "react/jsx-runtime";
2
- const s = ({
3
- width: r = 16,
4
- height: t = 16,
5
- ...e
6
- }) => /* @__PURE__ */ a(
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: "M12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z",
20
- stroke: "currentColor",
21
- strokeWidth: "2",
22
- strokeLinecap: "round",
23
- strokeLinejoin: "round"
24
- }
25
- ),
26
- /* @__PURE__ */ o(
27
- "path",
28
- {
29
- d: "M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z",
30
- stroke: "currentColor",
31
- strokeWidth: "2",
32
- strokeLinecap: "round",
33
- strokeLinejoin: "round"
34
- }
35
- ),
36
- /* @__PURE__ */ o(
37
- "path",
38
- {
39
- d: "m15 16 4 4m0-4-4 4",
40
- stroke: "currentColor",
41
- strokeWidth: "2",
42
- strokeLinecap: "round",
43
- strokeLinejoin: "round"
44
- }
45
- )
46
- ]
47
- }
48
- );
49
- export {
50
- s as SettingsXSvg
51
- };
52
- //# sourceMappingURL=SettingsXSvg.js.map
1
+ import { jsx as e, jsxs as t } from "react/jsx-runtime";
2
+ //#region src/icons/SettingsXSvg.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: "M12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z",
13
+ stroke: "currentColor",
14
+ strokeWidth: "2",
15
+ strokeLinecap: "round",
16
+ strokeLinejoin: "round"
17
+ }),
18
+ /* @__PURE__ */ e("path", {
19
+ d: "M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z",
20
+ stroke: "currentColor",
21
+ strokeWidth: "2",
22
+ strokeLinecap: "round",
23
+ strokeLinejoin: "round"
24
+ }),
25
+ /* @__PURE__ */ e("path", {
26
+ d: "m15 16 4 4m0-4-4 4",
27
+ stroke: "currentColor",
28
+ strokeWidth: "2",
29
+ strokeLinecap: "round",
30
+ strokeLinejoin: "round"
31
+ })
32
+ ]
33
+ });
34
+ //#endregion
35
+ export { n as SettingsXSvg };
36
+
37
+ //# sourceMappingURL=SettingsXSvg.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"SettingsXSvg.js","sources":["../../../src/icons/SettingsXSvg.tsx"],"sourcesContent":["import { type JSX } from 'react';\n\ntype Props = React.SVGProps<SVGSVGElement>;\n\nexport const SettingsXSvg = ({\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=\"M12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z\"\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":["SettingsXSvg","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,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":"SettingsXSvg.js","names":[],"sources":["../../../src/icons/SettingsXSvg.tsx"],"sourcesContent":["import { type JSX } from 'react';\n\ntype Props = React.SVGProps<SVGSVGElement>;\n\nexport const SettingsXSvg = ({\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=\"M12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z\"\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,KAAgB,EAC3B,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,56 +1,41 @@
1
- import { jsxs as n, jsx as r } from "react/jsx-runtime";
2
- const s = ({
3
- width: o = 16,
4
- height: e = 16,
5
- ...t
6
- }) => /* @__PURE__ */ n(
7
- "svg",
8
- {
9
- width: o,
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__ */ r(
17
- "path",
18
- {
19
- d: "M12 2 20 6v6c0 5-3.5 9-8 10-4.5-1-8-5-8-10V6l8-4Z",
20
- stroke: "currentColor",
21
- strokeWidth: "2",
22
- strokeLinecap: "round",
23
- strokeLinejoin: "round"
24
- }
25
- ),
26
- /* @__PURE__ */ r(
27
- "rect",
28
- {
29
- x: "9",
30
- y: "11",
31
- width: "6",
32
- height: "6",
33
- rx: "1.5",
34
- stroke: "currentColor",
35
- strokeWidth: "2",
36
- strokeLinecap: "round",
37
- strokeLinejoin: "round"
38
- }
39
- ),
40
- /* @__PURE__ */ r(
41
- "path",
42
- {
43
- d: "M10.5 11v-1a1.5 1.5 0 0 1 3 0v1",
44
- stroke: "currentColor",
45
- strokeWidth: "2",
46
- strokeLinecap: "round",
47
- strokeLinejoin: "round"
48
- }
49
- )
50
- ]
51
- }
52
- );
53
- export {
54
- s as ShieldLockSvg
55
- };
56
- //# sourceMappingURL=ShieldLockSvg.js.map
1
+ import { jsx as e, jsxs as t } from "react/jsx-runtime";
2
+ //#region src/icons/ShieldLockSvg.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: "M12 2 20 6v6c0 5-3.5 9-8 10-4.5-1-8-5-8-10V6l8-4Z",
13
+ stroke: "currentColor",
14
+ strokeWidth: "2",
15
+ strokeLinecap: "round",
16
+ strokeLinejoin: "round"
17
+ }),
18
+ /* @__PURE__ */ e("rect", {
19
+ x: "9",
20
+ y: "11",
21
+ width: "6",
22
+ height: "6",
23
+ rx: "1.5",
24
+ stroke: "currentColor",
25
+ strokeWidth: "2",
26
+ strokeLinecap: "round",
27
+ strokeLinejoin: "round"
28
+ }),
29
+ /* @__PURE__ */ e("path", {
30
+ d: "M10.5 11v-1a1.5 1.5 0 0 1 3 0v1",
31
+ stroke: "currentColor",
32
+ strokeWidth: "2",
33
+ strokeLinecap: "round",
34
+ strokeLinejoin: "round"
35
+ })
36
+ ]
37
+ });
38
+ //#endregion
39
+ export { n as ShieldLockSvg };
40
+
41
+ //# sourceMappingURL=ShieldLockSvg.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ShieldLockSvg.js","sources":["../../../src/icons/ShieldLockSvg.tsx"],"sourcesContent":["import { type JSX } from 'react';\n\ntype Props = React.SVGProps<SVGSVGElement>;\n\nexport const ShieldLockSvg = ({\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=\"M12 2 20 6v6c0 5-3.5 9-8 10-4.5-1-8-5-8-10V6l8-4Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <rect\n x=\"9\"\n y=\"11\"\n width=\"6\"\n height=\"6\"\n rx=\"1.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M10.5 11v-1a1.5 1.5 0 0 1 3 0v1\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </svg>\n );\n};\n"],"names":["ShieldLockSvg","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,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,IACjB;AAAA,EAAA;AAAA;"}
1
+ {"version":3,"file":"ShieldLockSvg.js","names":[],"sources":["../../../src/icons/ShieldLockSvg.tsx"],"sourcesContent":["import { type JSX } from 'react';\n\ntype Props = React.SVGProps<SVGSVGElement>;\n\nexport const ShieldLockSvg = ({\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=\"M12 2 20 6v6c0 5-3.5 9-8 10-4.5-1-8-5-8-10V6l8-4Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <rect\n x=\"9\"\n y=\"11\"\n width=\"6\"\n height=\"6\"\n rx=\"1.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M10.5 11v-1a1.5 1.5 0 0 1 3 0v1\"\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;EAQE,kBAAC,QAAD;GACE,GAAE;GACF,QAAO;GACP,aAAY;GACZ,eAAc;GACd,gBAAe;GACf,CAAA;EACF,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;EACE"}
@@ -1,42 +1,27 @@
1
- import { jsxs as n, jsx as o } from "react/jsx-runtime";
2
- const i = ({
3
- width: r = 16,
4
- height: e = 16,
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: "M12 2 20 6v6c0 5-3.5 9-8 10-4.5-1-8-5-8-10V6l8-4Z",
20
- stroke: "currentColor",
21
- strokeWidth: "2",
22
- strokeLinecap: "round",
23
- strokeLinejoin: "round"
24
- }
25
- ),
26
- /* @__PURE__ */ o(
27
- "path",
28
- {
29
- d: "M4 4l16 16",
30
- stroke: "currentColor",
31
- strokeWidth: "2",
32
- strokeLinecap: "round",
33
- strokeLinejoin: "round"
34
- }
35
- )
36
- ]
37
- }
38
- );
39
- export {
40
- i as ShieldOffSvg
41
- };
42
- //# sourceMappingURL=ShieldOffSvg.js.map
1
+ import { jsx as e, jsxs as t } from "react/jsx-runtime";
2
+ //#region src/icons/ShieldOffSvg.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: "M12 2 20 6v6c0 5-3.5 9-8 10-4.5-1-8-5-8-10V6l8-4Z",
12
+ stroke: "currentColor",
13
+ strokeWidth: "2",
14
+ strokeLinecap: "round",
15
+ strokeLinejoin: "round"
16
+ }), /* @__PURE__ */ e("path", {
17
+ d: "M4 4l16 16",
18
+ stroke: "currentColor",
19
+ strokeWidth: "2",
20
+ strokeLinecap: "round",
21
+ strokeLinejoin: "round"
22
+ })]
23
+ });
24
+ //#endregion
25
+ export { n as ShieldOffSvg };
26
+
27
+ //# sourceMappingURL=ShieldOffSvg.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ShieldOffSvg.js","sources":["../../../src/icons/ShieldOffSvg.tsx"],"sourcesContent":["import { type JSX } from 'react';\n\ntype Props = React.SVGProps<SVGSVGElement>;\n\nexport const ShieldOffSvg = ({\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=\"M12 2 20 6v6c0 5-3.5 9-8 10-4.5-1-8-5-8-10V6l8-4Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M4 4l16 16\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </svg>\n );\n};\n"],"names":["ShieldOffSvg","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,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":"ShieldOffSvg.js","names":[],"sources":["../../../src/icons/ShieldOffSvg.tsx"],"sourcesContent":["import { type JSX } from 'react';\n\ntype Props = React.SVGProps<SVGSVGElement>;\n\nexport const ShieldOffSvg = ({\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=\"M12 2 20 6v6c0 5-3.5 9-8 10-4.5-1-8-5-8-10V6l8-4Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M4 4l16 16\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </svg>\n );\n};\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,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,42 +1,27 @@
1
- import { jsxs as n, jsx as o } from "react/jsx-runtime";
2
- const i = ({
3
- width: r = 24,
4
- height: e = 24,
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: "M3 9L12 2L21 9V20C21 20.5304 20.7893 21.0391 20.4142 21.4142C20.0391 21.7893 19.5304 22 19 22H5C4.46957 22 3.96086 21.7893 3.58579 21.4142C3.21071 21.0391 3 20.5304 3 20V9Z",
20
- stroke: "currentColor",
21
- strokeWidth: "2",
22
- strokeLinecap: "round",
23
- strokeLinejoin: "round"
24
- }
25
- ),
26
- /* @__PURE__ */ o(
27
- "path",
28
- {
29
- d: "M9 22V12H15V22",
30
- stroke: "currentColor",
31
- strokeWidth: "2",
32
- strokeLinecap: "round",
33
- strokeLinejoin: "round"
34
- }
35
- )
36
- ]
37
- }
38
- );
39
- export {
40
- i as SidebarHomeSvg
41
- };
42
- //# sourceMappingURL=SidebarHomeSvg.js.map
1
+ import { jsx as e, jsxs as t } from "react/jsx-runtime";
2
+ //#region src/icons/SidebarHomeSvg.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: "M3 9L12 2L21 9V20C21 20.5304 20.7893 21.0391 20.4142 21.4142C20.0391 21.7893 19.5304 22 19 22H5C4.46957 22 3.96086 21.7893 3.58579 21.4142C3.21071 21.0391 3 20.5304 3 20V9Z",
12
+ stroke: "currentColor",
13
+ strokeWidth: "2",
14
+ strokeLinecap: "round",
15
+ strokeLinejoin: "round"
16
+ }), /* @__PURE__ */ e("path", {
17
+ d: "M9 22V12H15V22",
18
+ stroke: "currentColor",
19
+ strokeWidth: "2",
20
+ strokeLinecap: "round",
21
+ strokeLinejoin: "round"
22
+ })]
23
+ });
24
+ //#endregion
25
+ export { n as SidebarHomeSvg };
26
+
27
+ //# sourceMappingURL=SidebarHomeSvg.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"SidebarHomeSvg.js","sources":["../../../src/icons/SidebarHomeSvg.tsx"],"sourcesContent":["import { type JSX } from 'react';\n\ntype Props = React.SVGProps<SVGSVGElement>;\n\nexport const SidebarHomeSvg = ({\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=\"M3 9L12 2L21 9V20C21 20.5304 20.7893 21.0391 20.4142 21.4142C20.0391 21.7893 19.5304 22 19 22H5C4.46957 22 3.96086 21.7893 3.58579 21.4142C3.21071 21.0391 3 20.5304 3 20V9Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M9 22V12H15V22\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </svg>\n );\n};\n"],"names":["SidebarHomeSvg","width","height","rest","jsxs","jsx"],"mappings":";AAIO,MAAMA,IAAiB,CAAC;AAAA,EAC7B,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":"SidebarHomeSvg.js","names":[],"sources":["../../../src/icons/SidebarHomeSvg.tsx"],"sourcesContent":["import { type JSX } from 'react';\n\ntype Props = React.SVGProps<SVGSVGElement>;\n\nexport const SidebarHomeSvg = ({\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=\"M3 9L12 2L21 9V20C21 20.5304 20.7893 21.0391 20.4142 21.4142C20.0391 21.7893 19.5304 22 19 22H5C4.46957 22 3.96086 21.7893 3.58579 21.4142C3.21071 21.0391 3 20.5304 3 20V9Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M9 22V12H15V22\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </svg>\n );\n};\n"],"mappings":";;AAIA,IAAa,KAAkB,EAC7B,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 r } from "react/jsx-runtime";
2
- const s = ({
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: "M19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3Z",
20
- stroke: "currentColor",
21
- strokeWidth: "2",
22
- strokeLinecap: "round",
23
- strokeLinejoin: "round"
24
- }
25
- ),
26
- /* @__PURE__ */ r(
27
- "path",
28
- {
29
- d: "M3 9H21",
30
- stroke: "currentColor",
31
- strokeWidth: "2",
32
- strokeLinecap: "round",
33
- strokeLinejoin: "round"
34
- }
35
- ),
36
- /* @__PURE__ */ r(
37
- "path",
38
- {
39
- d: "M9 21V9",
40
- stroke: "currentColor",
41
- strokeWidth: "2",
42
- strokeLinecap: "round",
43
- strokeLinejoin: "round"
44
- }
45
- )
46
- ]
47
- }
48
- );
49
- export {
50
- s as SidebarInitiativesSvg
51
- };
52
- //# sourceMappingURL=SidebarInitiativesSvg.js.map
1
+ import { jsx as e, jsxs as t } from "react/jsx-runtime";
2
+ //#region src/icons/SidebarInitiativesSvg.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: [
11
+ /* @__PURE__ */ e("path", {
12
+ d: "M19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3Z",
13
+ stroke: "currentColor",
14
+ strokeWidth: "2",
15
+ strokeLinecap: "round",
16
+ strokeLinejoin: "round"
17
+ }),
18
+ /* @__PURE__ */ e("path", {
19
+ d: "M3 9H21",
20
+ stroke: "currentColor",
21
+ strokeWidth: "2",
22
+ strokeLinecap: "round",
23
+ strokeLinejoin: "round"
24
+ }),
25
+ /* @__PURE__ */ e("path", {
26
+ d: "M9 21V9",
27
+ stroke: "currentColor",
28
+ strokeWidth: "2",
29
+ strokeLinecap: "round",
30
+ strokeLinejoin: "round"
31
+ })
32
+ ]
33
+ });
34
+ //#endregion
35
+ export { n as SidebarInitiativesSvg };
36
+
37
+ //# sourceMappingURL=SidebarInitiativesSvg.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"SidebarInitiativesSvg.js","sources":["../../../src/icons/SidebarInitiativesSvg.tsx"],"sourcesContent":["import { type JSX } from 'react';\n\ntype Props = React.SVGProps<SVGSVGElement>;\n\nexport const SidebarInitiativesSvg = ({\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=\"M19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M3 9H21\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M9 21V9\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </svg>\n );\n};\n"],"names":["SidebarInitiativesSvg","width","height","rest","jsxs","jsx"],"mappings":";AAIO,MAAMA,IAAwB,CAAC;AAAA,EACpC,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":"SidebarInitiativesSvg.js","names":[],"sources":["../../../src/icons/SidebarInitiativesSvg.tsx"],"sourcesContent":["import { type JSX } from 'react';\n\ntype Props = React.SVGProps<SVGSVGElement>;\n\nexport const SidebarInitiativesSvg = ({\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=\"M19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M3 9H21\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M9 21V9\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </svg>\n );\n};\n"],"mappings":";;AAIA,IAAa,KAAyB,EACpC,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"}