@fibery/ui-kit 4.1.0 → 4.3.0

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 (917) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/package.json +9 -13
  3. package/src/antd/ant-upload.tsx +13 -13
  4. package/src/antd/auto-complete.tsx +10 -10
  5. package/src/antd/input-number.tsx +59 -49
  6. package/src/antd/input.tsx +1 -1
  7. package/src/antd/styles.ts +28 -22
  8. package/src/antd/tabs.tsx +28 -28
  9. package/src/apca.lc-low.test.ts +1 -3
  10. package/src/apca.test.ts +42 -43
  11. package/src/apca.ts +38 -39
  12. package/src/app-icon-with-fallback.tsx +6 -2
  13. package/src/avatar-colors.ts +71 -0
  14. package/src/avatar.tsx +2 -10
  15. package/src/banner/banner.tsx +1 -2
  16. package/src/box.tsx +26 -16
  17. package/src/button/back-button.tsx +2 -2
  18. package/src/button/make-button-colors.ts +13 -13
  19. package/src/button/select-button.tsx +2 -2
  20. package/src/canvas-colors.ts +71 -118
  21. package/src/checkbox.tsx +3 -3
  22. package/src/collapsible-section.tsx +3 -3
  23. package/src/color-filter.test.ts +13 -0
  24. package/src/color-filter.ts +27 -4
  25. package/src/color-utils.ts +9 -2
  26. package/src/command-menu/nested-command-menu.tsx +2 -2
  27. package/src/comment.tsx +2 -2
  28. package/src/count-badge.tsx +3 -11
  29. package/src/date-picker/date-range-picker-popup-content.tsx +3 -2
  30. package/src/date-picker/date-range-picker.tsx +23 -1
  31. package/src/date-picker/relative-date-picker.tsx +3 -2
  32. package/src/date-picker/single-date-picker-popup-content.tsx +3 -2
  33. package/src/date-picker/single-date-picker.tsx +19 -2
  34. package/src/design-system/alpha-coefficients.ts +235 -0
  35. package/src/design-system/alpha.ts +10 -1
  36. package/src/design-system/colors-enum.dark.neutral.test.ts +168 -168
  37. package/src/design-system/colors-enum.dark.warm.test.ts +168 -168
  38. package/src/design-system/colors-enum.light.neutral.test.ts +168 -168
  39. package/src/design-system/colors-enum.light.warm.test.ts +168 -168
  40. package/src/design-system/colors.ts +279 -182
  41. package/src/design-system/def.ts +1 -1
  42. package/src/design-system/fns.avatarPlaceholder.dark.neutral.test.ts +52 -0
  43. package/src/design-system/fns.avatarPlaceholder.dark.warm.test.ts +52 -0
  44. package/src/design-system/fns.avatarPlaceholder.light.neutral.test.ts +52 -0
  45. package/src/design-system/fns.avatarPlaceholder.light.warm.test.ts +52 -0
  46. package/src/design-system/fns.enum.ts +2 -0
  47. package/src/design-system/fns.icon.ts +1 -1
  48. package/src/design-system/fns.ts +43 -13
  49. package/src/design-system/theme.test.ts +4 -6
  50. package/src/design-system/theme.ts +22 -13
  51. package/src/design-system/vars.test.ts +2 -2
  52. package/src/design-system/vars.ts +3 -3
  53. package/src/design-system.ts +3 -1
  54. package/src/dom-utils.ts +5 -12
  55. package/src/dot.tsx +1 -0
  56. package/src/double-apply.ts +2 -2
  57. package/src/download-file.ts +36 -0
  58. package/src/dropdown-menu/index.tsx +0 -1
  59. package/src/emoji-picker/primitives/footer.tsx +1 -1
  60. package/src/emoji-picker/utils/frequently.ts +1 -1
  61. package/src/favorites-icon.tsx +2 -2
  62. package/src/fibermoji-placeholder.tsx +23 -56
  63. package/src/fibery-brand-logo.tsx +82 -0
  64. package/src/field-container.tsx +2 -2
  65. package/src/field-type-icon.tsx +18 -18
  66. package/src/file-item/file-menu-items.tsx +30 -12
  67. package/src/file-item/file-preview-actions.tsx +53 -12
  68. package/src/file-item/share-file.ts +53 -0
  69. package/src/file-item.tsx +9 -9
  70. package/src/format-date-from-now.ts +10 -5
  71. package/src/header-layout.tsx +41 -24
  72. package/src/highlight-colors.test.ts +1 -1
  73. package/src/highlight-colors.ts +27 -0
  74. package/src/html-styles.ts +0 -1
  75. package/src/icons/ast/appearance-auto.ts +1 -1
  76. package/src/icons/ast/architect.ts +12 -0
  77. package/src/icons/ast/arrow-back.ts +12 -0
  78. package/src/icons/ast/arrow-down.ts +12 -0
  79. package/src/icons/ast/{send-arrow.ts → arrow-send.ts} +3 -3
  80. package/src/icons/ast/arrow-up.ts +12 -0
  81. package/src/icons/ast/avatar.ts +12 -0
  82. package/src/icons/ast/backlog.ts +12 -0
  83. package/src/icons/ast/{check-circle-filled.ts → circle-check-filled.ts} +3 -3
  84. package/src/icons/ast/{check-circle.ts → circle-check.ts} +3 -3
  85. package/src/icons/ast/{error-circle-filled.ts → circle-cross-filled.ts} +3 -3
  86. package/src/icons/ast/circle-cross.ts +12 -0
  87. package/src/icons/ast/{info-circle-filled.ts → circle-info-filled.ts} +3 -3
  88. package/src/icons/ast/{info-circle.ts → circle-info.ts} +3 -3
  89. package/src/icons/ast/circle-pause.ts +12 -0
  90. package/src/icons/ast/circle-play.ts +12 -0
  91. package/src/icons/ast/comments.ts +12 -0
  92. package/src/icons/ast/credits-filled.ts +1 -1
  93. package/src/icons/ast/{add-database.ts → database-add.ts} +3 -3
  94. package/src/icons/ast/database-outline.ts +12 -0
  95. package/src/icons/ast/eye-off.ts +12 -0
  96. package/src/icons/ast/favorites-filled.ts +12 -0
  97. package/src/icons/ast/{switch-to-mention.ts → field-units-large.ts} +3 -3
  98. package/src/icons/ast/files.ts +12 -0
  99. package/src/icons/ast/{smart-folder.ts → folder-smart.ts} +3 -3
  100. package/src/icons/ast/fullscreen-mode-off.ts +12 -0
  101. package/src/icons/ast/fullscreen-mode-on.ts +1 -1
  102. package/src/icons/ast/{add-group.ts → group-add.ts} +3 -3
  103. package/src/icons/ast/{image-xmark.ts → image-error.ts} +3 -3
  104. package/src/icons/ast/index.tsx +132 -215
  105. package/src/icons/ast/{add-integration.ts → integration-add.ts} +3 -3
  106. package/src/icons/ast/integration-discourse.ts +12 -0
  107. package/src/icons/ast/integration-fibery.ts +12 -0
  108. package/src/icons/ast/integration-figma.ts +12 -0
  109. package/src/icons/ast/integration-github.ts +12 -0
  110. package/src/icons/ast/integration-gitlab.ts +12 -0
  111. package/src/icons/ast/integration-google-drive.ts +12 -0
  112. package/src/icons/ast/integration-google-map.ts +12 -0
  113. package/src/icons/ast/integration-intercom.ts +12 -0
  114. package/src/icons/ast/integration-jira.ts +12 -0
  115. package/src/icons/ast/integration-loom.ts +12 -0
  116. package/src/icons/ast/integration-miro.ts +12 -0
  117. package/src/icons/ast/integration-mixpanel.ts +12 -0
  118. package/src/icons/ast/integration-slack.ts +12 -0
  119. package/src/icons/ast/{suggest-integration.ts → integration-suggest.ts} +3 -3
  120. package/src/icons/ast/integration-twitter.ts +12 -0
  121. package/src/icons/ast/integration-unsplash.ts +12 -0
  122. package/src/icons/ast/integration-youtube.ts +12 -0
  123. package/src/icons/ast/integration-zendesk.ts +12 -0
  124. package/src/icons/ast/limits.ts +12 -0
  125. package/src/icons/ast/lock-filled.ts +12 -0
  126. package/src/icons/ast/lock.ts +1 -1
  127. package/src/icons/ast/move-down.ts +12 -0
  128. package/src/icons/ast/move-up.ts +12 -0
  129. package/src/icons/ast/open-in-panel.ts +12 -0
  130. package/src/icons/ast/open-link.ts +12 -0
  131. package/src/icons/ast/people-all.ts +12 -0
  132. package/src/icons/ast/people-edit.ts +12 -0
  133. package/src/icons/ast/people-group-remove.ts +12 -0
  134. package/src/icons/ast/people-group.ts +12 -0
  135. package/src/icons/ast/{invite-people.ts → people-invite.ts} +3 -3
  136. package/src/icons/ast/{remove-people.ts → people-remove.ts} +3 -3
  137. package/src/icons/ast/people-role.ts +12 -0
  138. package/src/icons/ast/people-x.ts +12 -0
  139. package/src/icons/ast/plus.ts +12 -0
  140. package/src/icons/ast/preferences.ts +12 -0
  141. package/src/icons/ast/propagate.ts +12 -0
  142. package/src/icons/ast/{add-reactions.ts → reactions-add.ts} +3 -3
  143. package/src/icons/ast/redo.ts +12 -0
  144. package/src/icons/ast/references.ts +12 -0
  145. package/src/icons/ast/richeditor-block-callout.ts +1 -1
  146. package/src/icons/ast/richeditor-block-code.ts +1 -1
  147. package/src/icons/ast/richeditor-block-embed.ts +1 -1
  148. package/src/icons/ast/richeditor-block-entity.ts +1 -1
  149. package/src/icons/ast/richeditor-block-file.ts +1 -1
  150. package/src/icons/ast/richeditor-block-h1.ts +1 -1
  151. package/src/icons/ast/richeditor-block-h2.ts +1 -1
  152. package/src/icons/ast/richeditor-block-h3.ts +1 -1
  153. package/src/icons/ast/richeditor-block-h4.ts +1 -1
  154. package/src/icons/ast/richeditor-block-mention.ts +1 -1
  155. package/src/icons/ast/richeditor-block-paragraph.ts +1 -1
  156. package/src/icons/ast/richeditor-block-quote.ts +1 -1
  157. package/src/icons/ast/richeditor-checklist-create.ts +1 -1
  158. package/src/icons/ast/richeditor-image-align-center.ts +1 -1
  159. package/src/icons/ast/richeditor-image-align-left.ts +1 -1
  160. package/src/icons/ast/richeditor-image-align-right.ts +1 -1
  161. package/src/icons/ast/richeditor-image.ts +12 -0
  162. package/src/icons/ast/richeditor-linkedhighlight-create.ts +1 -1
  163. package/src/icons/ast/richeditor-list-bullet.ts +1 -1
  164. package/src/icons/ast/richeditor-list-indent.ts +1 -1
  165. package/src/icons/ast/richeditor-list-ordered.ts +1 -1
  166. package/src/icons/ast/richeditor-list-unindent.ts +1 -1
  167. package/src/icons/ast/richeditor-mark-code.ts +1 -1
  168. package/src/icons/ast/richeditor-mark-em.ts +1 -1
  169. package/src/icons/ast/richeditor-mark-highlight.ts +1 -1
  170. package/src/icons/ast/richeditor-mark-strike.ts +1 -1
  171. package/src/icons/ast/richeditor-mark-strong.ts +1 -1
  172. package/src/icons/ast/richeditor-mark-text-background-color.ts +1 -1
  173. package/src/icons/ast/richeditor-mark-underline.ts +1 -1
  174. package/src/icons/ast/richeditor-table-create.ts +1 -1
  175. package/src/icons/ast/richeditor-video-upload.ts +1 -1
  176. package/src/icons/ast/{bolt.ts → rule.ts} +3 -3
  177. package/src/icons/ast/simple-compass.ts +1 -1
  178. package/src/icons/ast/space-add.ts +12 -0
  179. package/src/icons/ast/{move-space.ts → space-move.ts} +3 -3
  180. package/src/icons/ast/type-button.ts +1 -1
  181. package/src/icons/ast/type-checkbox.ts +1 -1
  182. package/src/icons/ast/type-date.ts +1 -1
  183. package/src/icons/ast/type-email.ts +1 -1
  184. package/src/icons/ast/type-emoji.ts +1 -1
  185. package/src/icons/ast/type-formula.ts +1 -1
  186. package/src/icons/ast/type-location.ts +1 -1
  187. package/src/icons/ast/type-lookup.ts +1 -1
  188. package/src/icons/ast/type-money.ts +1 -1
  189. package/src/icons/ast/type-multi-select.ts +1 -1
  190. package/src/icons/ast/type-number.ts +1 -1
  191. package/src/icons/ast/type-percent.ts +1 -1
  192. package/src/icons/ast/type-phone.ts +1 -1
  193. package/src/icons/ast/type-relation.ts +1 -1
  194. package/src/icons/ast/type-rich-text.ts +1 -1
  195. package/src/icons/ast/type-single-select.ts +1 -1
  196. package/src/icons/ast/type-text.ts +1 -1
  197. package/src/icons/ast/undo.ts +12 -0
  198. package/src/icons/ast/units-avatar.ts +1 -1
  199. package/src/icons/ast/units-collection.ts +1 -1
  200. package/src/icons/ast/units-counter.ts +1 -1
  201. package/src/icons/ast/units-date.ts +1 -1
  202. package/src/icons/ast/units-field-icon-button.ts +1 -1
  203. package/src/icons/ast/units-field.ts +1 -1
  204. package/src/icons/ast/units-input.ts +1 -1
  205. package/src/icons/ast/units-normal.ts +12 -0
  206. package/src/icons/ast/units-progress-bar.ts +1 -1
  207. package/src/icons/ast/units-rich-text.ts +1 -1
  208. package/src/icons/ast/units-snippet.ts +1 -1
  209. package/src/icons/ast/unlock.ts +12 -0
  210. package/src/icons/ast/{clear-value.ts → value-clear.ts} +3 -3
  211. package/src/icons/ast/view-app.ts +12 -0
  212. package/src/icons/ast/workflow.ts +12 -0
  213. package/src/icons/react/{anthropic.tsx → architect.tsx} +5 -5
  214. package/src/icons/react/arrow-back.tsx +18 -0
  215. package/src/icons/react/arrow-down.tsx +18 -0
  216. package/src/icons/react/arrow-send.tsx +18 -0
  217. package/src/icons/react/{app-wiki.tsx → arrow-up.tsx} +5 -5
  218. package/src/icons/react/avatar.tsx +18 -0
  219. package/src/icons/react/backlog.tsx +18 -0
  220. package/src/icons/react/circle-check-filled.tsx +18 -0
  221. package/src/icons/react/{add-database.tsx → circle-check.tsx} +5 -5
  222. package/src/icons/react/circle-cross-filled.tsx +18 -0
  223. package/src/icons/react/circle-cross.tsx +18 -0
  224. package/src/icons/react/circle-info-filled.tsx +18 -0
  225. package/src/icons/react/circle-info.tsx +18 -0
  226. package/src/icons/react/circle-pause.tsx +18 -0
  227. package/src/icons/react/circle-play.tsx +18 -0
  228. package/src/icons/react/comments.tsx +18 -0
  229. package/src/icons/react/database-add.tsx +18 -0
  230. package/src/icons/react/database-outline.tsx +18 -0
  231. package/src/icons/react/{chat-ai.tsx → eye-off.tsx} +5 -5
  232. package/src/icons/react/favorites-filled.tsx +18 -0
  233. package/src/icons/react/field-units-large.tsx +18 -0
  234. package/src/icons/react/{apple.tsx → files.tsx} +5 -5
  235. package/src/icons/react/folder-smart.tsx +18 -0
  236. package/src/icons/react/fullscreen-mode-off.tsx +18 -0
  237. package/src/icons/react/{app-store.tsx → group-add.tsx} +5 -5
  238. package/src/icons/react/image-error.tsx +18 -0
  239. package/src/icons/react/index.tsx +132 -215
  240. package/src/icons/react/{add-integration.tsx → integration-add.tsx} +5 -5
  241. package/src/icons/react/integration-discourse.tsx +18 -0
  242. package/src/icons/react/integration-fibery.tsx +18 -0
  243. package/src/icons/react/integration-figma.tsx +18 -0
  244. package/src/icons/react/integration-github.tsx +18 -0
  245. package/src/icons/react/integration-gitlab.tsx +18 -0
  246. package/src/icons/react/integration-google-drive.tsx +18 -0
  247. package/src/icons/react/integration-google-map.tsx +18 -0
  248. package/src/icons/react/{automations-disabled.tsx → integration-intercom.tsx} +5 -5
  249. package/src/icons/react/integration-jira.tsx +18 -0
  250. package/src/icons/react/integration-loom.tsx +18 -0
  251. package/src/icons/react/integration-miro.tsx +18 -0
  252. package/src/icons/react/{extension-references.tsx → integration-mixpanel.tsx} +5 -5
  253. package/src/icons/react/integration-slack.tsx +18 -0
  254. package/src/icons/react/integration-suggest.tsx +18 -0
  255. package/src/icons/react/integration-twitter.tsx +18 -0
  256. package/src/icons/react/integration-unsplash.tsx +18 -0
  257. package/src/icons/react/integration-youtube.tsx +18 -0
  258. package/src/icons/react/integration-zendesk.tsx +18 -0
  259. package/src/icons/react/{notifications.tsx → limits.tsx} +5 -5
  260. package/src/icons/react/lock-filled.tsx +18 -0
  261. package/src/icons/react/{add-group.tsx → move-down.tsx} +5 -5
  262. package/src/icons/react/move-up.tsx +18 -0
  263. package/src/icons/react/open-in-panel.tsx +18 -0
  264. package/src/icons/react/{ai-search.tsx → open-link.tsx} +5 -5
  265. package/src/icons/react/people-all.tsx +18 -0
  266. package/src/icons/react/people-edit.tsx +18 -0
  267. package/src/icons/react/people-group-remove.tsx +18 -0
  268. package/src/icons/react/people-group.tsx +18 -0
  269. package/src/icons/react/{add-reactions.tsx → people-invite.tsx} +5 -5
  270. package/src/icons/react/people-remove.tsx +18 -0
  271. package/src/icons/react/people-role.tsx +18 -0
  272. package/src/icons/react/people-x.tsx +18 -0
  273. package/src/icons/react/{chat.tsx → plus.tsx} +5 -5
  274. package/src/icons/react/preferences.tsx +18 -0
  275. package/src/icons/react/propagate.tsx +18 -0
  276. package/src/icons/react/reactions-add.tsx +18 -0
  277. package/src/icons/react/{csv.tsx → redo.tsx} +5 -5
  278. package/src/icons/react/references.tsx +18 -0
  279. package/src/icons/react/richeditor-block-callout.tsx +1 -1
  280. package/src/icons/react/richeditor-block-code.tsx +1 -1
  281. package/src/icons/react/richeditor-block-embed.tsx +1 -1
  282. package/src/icons/react/richeditor-block-entity.tsx +1 -1
  283. package/src/icons/react/richeditor-block-file.tsx +1 -1
  284. package/src/icons/react/richeditor-block-h1.tsx +1 -1
  285. package/src/icons/react/richeditor-block-h2.tsx +1 -1
  286. package/src/icons/react/richeditor-block-h3.tsx +1 -1
  287. package/src/icons/react/richeditor-block-h4.tsx +1 -1
  288. package/src/icons/react/richeditor-block-mention.tsx +1 -1
  289. package/src/icons/react/richeditor-block-paragraph.tsx +1 -1
  290. package/src/icons/react/richeditor-block-quote.tsx +1 -1
  291. package/src/icons/react/richeditor-checklist-create.tsx +1 -1
  292. package/src/icons/react/richeditor-image-align-center.tsx +1 -1
  293. package/src/icons/react/richeditor-image-align-left.tsx +1 -1
  294. package/src/icons/react/richeditor-image-align-right.tsx +1 -1
  295. package/src/icons/react/richeditor-image.tsx +18 -0
  296. package/src/icons/react/richeditor-linkedhighlight-create.tsx +1 -1
  297. package/src/icons/react/richeditor-list-bullet.tsx +1 -1
  298. package/src/icons/react/richeditor-list-indent.tsx +1 -1
  299. package/src/icons/react/richeditor-list-ordered.tsx +1 -1
  300. package/src/icons/react/richeditor-list-unindent.tsx +1 -1
  301. package/src/icons/react/richeditor-mark-code.tsx +1 -1
  302. package/src/icons/react/richeditor-mark-em.tsx +1 -1
  303. package/src/icons/react/richeditor-mark-highlight.tsx +1 -1
  304. package/src/icons/react/richeditor-mark-strike.tsx +1 -1
  305. package/src/icons/react/richeditor-mark-strong.tsx +1 -1
  306. package/src/icons/react/richeditor-mark-text-background-color.tsx +1 -1
  307. package/src/icons/react/richeditor-mark-underline.tsx +1 -1
  308. package/src/icons/react/richeditor-table-create.tsx +1 -1
  309. package/src/icons/react/richeditor-video-upload.tsx +1 -1
  310. package/src/icons/react/{back.tsx → rule.tsx} +5 -5
  311. package/src/icons/react/{ai-avatar.tsx → space-add.tsx} +5 -5
  312. package/src/icons/react/space-move.tsx +18 -0
  313. package/src/icons/react/type-button.tsx +1 -1
  314. package/src/icons/react/type-checkbox.tsx +1 -1
  315. package/src/icons/react/type-date.tsx +1 -1
  316. package/src/icons/react/type-email.tsx +1 -1
  317. package/src/icons/react/type-emoji.tsx +1 -1
  318. package/src/icons/react/type-formula.tsx +1 -1
  319. package/src/icons/react/type-location.tsx +1 -1
  320. package/src/icons/react/type-lookup.tsx +1 -1
  321. package/src/icons/react/type-money.tsx +1 -1
  322. package/src/icons/react/type-multi-select.tsx +1 -1
  323. package/src/icons/react/type-number.tsx +1 -1
  324. package/src/icons/react/type-percent.tsx +1 -1
  325. package/src/icons/react/type-phone.tsx +1 -1
  326. package/src/icons/react/type-relation.tsx +1 -1
  327. package/src/icons/react/type-rich-text.tsx +1 -1
  328. package/src/icons/react/type-single-select.tsx +1 -1
  329. package/src/icons/react/type-text.tsx +1 -1
  330. package/src/icons/react/{bolt.tsx → undo.tsx} +5 -5
  331. package/src/icons/react/units-avatar.tsx +1 -1
  332. package/src/icons/react/units-collection.tsx +1 -1
  333. package/src/icons/react/units-counter.tsx +1 -1
  334. package/src/icons/react/units-date.tsx +1 -1
  335. package/src/icons/react/units-field-icon-button.tsx +1 -1
  336. package/src/icons/react/units-field.tsx +1 -1
  337. package/src/icons/react/units-input.tsx +1 -1
  338. package/src/icons/react/units-normal.tsx +18 -0
  339. package/src/icons/react/units-progress-bar.tsx +1 -1
  340. package/src/icons/react/units-rich-text.tsx +1 -1
  341. package/src/icons/react/units-snippet.tsx +1 -1
  342. package/src/icons/react/unlock.tsx +18 -0
  343. package/src/icons/react/value-clear.tsx +18 -0
  344. package/src/icons/react/view-app.tsx +18 -0
  345. package/src/icons/react/workflow.tsx +18 -0
  346. package/src/icons/svg/appearance-auto.svg +1 -1
  347. package/src/icons/svg/{arrow-bottom.svg → arrow-down.svg} +1 -1
  348. package/src/icons/svg/arrow-forward.svg +1 -1
  349. package/src/icons/svg/arrow-left.svg +1 -1
  350. package/src/icons/svg/arrow-right.svg +1 -1
  351. package/src/icons/svg/{arrow-top.svg → arrow-up.svg} +1 -1
  352. package/src/icons/svg/asterisk.svg +2 -2
  353. package/src/icons/svg/{automations-error.svg → circle-cross.svg} +1 -1
  354. package/src/icons/svg/{automations-not-started.svg → circle-pause.svg} +1 -1
  355. package/src/icons/svg/{automations-in-progress.svg → circle-play.svg} +1 -1
  356. package/src/icons/svg/collapse-all-horizontal.svg +1 -1
  357. package/src/icons/svg/collapse-all.svg +1 -1
  358. package/src/icons/svg/credits-filled.svg +1 -1
  359. package/src/icons/svg/entity-create.svg +1 -1
  360. package/src/icons/svg/expand-all-horizontal.svg +1 -1
  361. package/src/icons/svg/fullscreen-mode-on.svg +2 -3
  362. package/src/icons/svg/go-to.svg +1 -1
  363. package/src/icons/svg/integration-unsplash.svg +3 -0
  364. package/src/icons/svg/layout-double.svg +1 -1
  365. package/src/icons/svg/layout-single.svg +1 -1
  366. package/src/icons/svg/limits.svg +3 -0
  367. package/src/icons/svg/lock-filled.svg +4 -0
  368. package/src/icons/svg/lock.svg +5 -4
  369. package/src/icons/svg/page-regular-mode.svg +3 -3
  370. package/src/icons/svg/page-wide-mode.svg +3 -3
  371. package/src/icons/svg/people-edit.svg +4 -0
  372. package/src/icons/svg/{user-group.svg → people-group.svg} +1 -1
  373. package/src/icons/svg/{user-role.svg → people-role.svg} +1 -1
  374. package/src/icons/svg/{richeditor/list/indent.svg → richeditor-list-indent.svg} +1 -1
  375. package/src/icons/svg/richeditor-mark-code.svg +5 -0
  376. package/src/icons/svg/richeditor-mark-em.svg +3 -0
  377. package/src/icons/svg/richeditor-mark-highlight.svg +3 -0
  378. package/src/icons/svg/richeditor-mark-strike.svg +3 -0
  379. package/src/icons/svg/richeditor-mark-strong.svg +3 -0
  380. package/src/icons/svg/simple-compass.svg +2 -2
  381. package/src/icons/svg/space-app.svg +1 -1
  382. package/src/icons/svg/space-generate.svg +1 -1
  383. package/src/icons/svg/space-scratch.svg +1 -1
  384. package/src/icons/svg/space-template.svg +1 -1
  385. package/src/icons/svg/value-edit.svg +1 -1
  386. package/src/icons/svg/view-app.svg +6 -0
  387. package/src/icons/svg/view-gantt.svg +3 -3
  388. package/src/icons/svg/warning-triangle-filled.svg +1 -1
  389. package/src/images-gallery/images-gallery.tsx +0 -1
  390. package/src/images-gallery/slide-buttons.tsx +52 -19
  391. package/src/is-in-popup.ts +0 -3
  392. package/src/loading-sausage.tsx +3 -3
  393. package/src/mobile-drawer.tsx +104 -0
  394. package/src/number-input/types.ts +1 -1
  395. package/src/palettes/common.ts +3 -3
  396. package/src/palettes/diff-colors.test.ts +135 -1
  397. package/src/palettes/diff-colors.ts +135 -1
  398. package/src/palettes/inspect.canvas-colors.test.ts +63 -63
  399. package/src/palettes/inspect.defs.colors.neutral-arch.test.ts +290 -90
  400. package/src/palettes/inspect.defs.colors.neutral-user.test.ts +290 -90
  401. package/src/palettes/inspect.defs.colors.warm-arch.test.ts +290 -90
  402. package/src/palettes/inspect.defs.colors.warm-user.test.ts +290 -90
  403. package/src/palettes/show-colors.test.ts +5 -4
  404. package/src/palettes/testkit.test.ts +6 -0
  405. package/src/palettes/testkit.ts +81 -23
  406. package/src/phone.ts +27 -0
  407. package/src/popover/index.tsx +20 -11
  408. package/src/popover/popup-modifiers-context.ts +1 -2
  409. package/src/reactions/reaction-picker.tsx +3 -3
  410. package/src/rich-text-embed-error.tsx +2 -2
  411. package/src/root-theme-provider.test.tsx +2 -3
  412. package/src/select/components/option.tsx +0 -1
  413. package/src/select/index.tsx +1 -0
  414. package/src/select/select-in-popover.tsx +42 -28
  415. package/src/select/select.tsx +2 -0
  416. package/src/select/util.ts +1 -1
  417. package/src/thematic.tsx +10 -10
  418. package/src/theme-provider.test.tsx +19 -19
  419. package/src/theme-provider.tsx +3 -7
  420. package/src/theme-settings-core.ts +118 -0
  421. package/src/theme-settings.ts +2 -117
  422. package/src/theme-snapshots.test.ts +6 -7
  423. package/src/theming.build.ts +21 -15
  424. package/src/theming.generated.css +2162 -1974
  425. package/src/theming.generated.ts +2701 -2472
  426. package/src/toast/toast.tsx +1 -1
  427. package/src/toggle-button/round-toggle-button.tsx +28 -4
  428. package/src/toggle-button/toggle-button.tsx +69 -23
  429. package/src/toggle-on-off.tsx +0 -9
  430. package/src/use-is-phone.tsx +3 -27
  431. package/vitest.config.ts +1 -0
  432. package/src/icons/ast/ai-avatar.ts +0 -12
  433. package/src/icons/ast/ai-search.ts +0 -12
  434. package/src/icons/ast/anthropic.ts +0 -12
  435. package/src/icons/ast/app-details.ts +0 -12
  436. package/src/icons/ast/app-store-one-color.ts +0 -12
  437. package/src/icons/ast/app-store.ts +0 -12
  438. package/src/icons/ast/app-templates.ts +0 -12
  439. package/src/icons/ast/app-webhooks.ts +0 -12
  440. package/src/icons/ast/app-wiki.ts +0 -12
  441. package/src/icons/ast/apple.ts +0 -12
  442. package/src/icons/ast/arrow-bottom.ts +0 -12
  443. package/src/icons/ast/arrow-top.ts +0 -12
  444. package/src/icons/ast/automations-cancelled.ts +0 -12
  445. package/src/icons/ast/automations-disabled.ts +0 -12
  446. package/src/icons/ast/automations-error.ts +0 -12
  447. package/src/icons/ast/automations-in-progress.ts +0 -12
  448. package/src/icons/ast/automations-not-started.ts +0 -12
  449. package/src/icons/ast/automations-success.ts +0 -12
  450. package/src/icons/ast/back.ts +0 -12
  451. package/src/icons/ast/backlog-icon.ts +0 -12
  452. package/src/icons/ast/batch-actions-icon.ts +0 -12
  453. package/src/icons/ast/bell-filled.ts +0 -12
  454. package/src/icons/ast/chat-ai.ts +0 -12
  455. package/src/icons/ast/chat.ts +0 -12
  456. package/src/icons/ast/clean.ts +0 -12
  457. package/src/icons/ast/color-coding-filled.ts +0 -12
  458. package/src/icons/ast/create.ts +0 -12
  459. package/src/icons/ast/cross-circle.ts +0 -12
  460. package/src/icons/ast/csv.ts +0 -12
  461. package/src/icons/ast/database-off.ts +0 -12
  462. package/src/icons/ast/database-stroke.ts +0 -12
  463. package/src/icons/ast/demo.ts +0 -12
  464. package/src/icons/ast/dependency.ts +0 -12
  465. package/src/icons/ast/dividers.ts +0 -12
  466. package/src/icons/ast/document.ts +0 -12
  467. package/src/icons/ast/double-arrow-left.ts +0 -12
  468. package/src/icons/ast/double-arrow-right.ts +0 -12
  469. package/src/icons/ast/double-line.ts +0 -12
  470. package/src/icons/ast/drag-block-handle-single.ts +0 -12
  471. package/src/icons/ast/edit-value.ts +0 -12
  472. package/src/icons/ast/extension-assignments.ts +0 -12
  473. package/src/icons/ast/extension-avatar.ts +0 -12
  474. package/src/icons/ast/extension-comments.ts +0 -12
  475. package/src/icons/ast/extension-files.ts +0 -12
  476. package/src/icons/ast/extension-references.ts +0 -12
  477. package/src/icons/ast/extension-workflow.ts +0 -12
  478. package/src/icons/ast/favorites-checked.ts +0 -12
  479. package/src/icons/ast/fibery-desktop-app.ts +0 -12
  480. package/src/icons/ast/field-unit.ts +0 -12
  481. package/src/icons/ast/figma.ts +0 -12
  482. package/src/icons/ast/file-broken.ts +0 -12
  483. package/src/icons/ast/fullscreen-mode-off-icon.ts +0 -12
  484. package/src/icons/ast/fullscreen-mode-on-icon.ts +0 -12
  485. package/src/icons/ast/github.ts +0 -12
  486. package/src/icons/ast/gitlab.ts +0 -12
  487. package/src/icons/ast/globe.ts +0 -12
  488. package/src/icons/ast/google-drive.ts +0 -12
  489. package/src/icons/ast/google-map.ts +0 -12
  490. package/src/icons/ast/hide.ts +0 -12
  491. package/src/icons/ast/integrations-integration-discourse-color.ts +0 -12
  492. package/src/icons/ast/integrations-integration-intercom-color.ts +0 -12
  493. package/src/icons/ast/integrations-integration-slack-color.ts +0 -12
  494. package/src/icons/ast/integrations-integration-zendesk-color.ts +0 -12
  495. package/src/icons/ast/intercom.ts +0 -12
  496. package/src/icons/ast/jira.ts +0 -12
  497. package/src/icons/ast/left-panel.ts +0 -12
  498. package/src/icons/ast/level-plus.ts +0 -12
  499. package/src/icons/ast/lock-outline.ts +0 -12
  500. package/src/icons/ast/loom.ts +0 -12
  501. package/src/icons/ast/loupe-zoom.ts +0 -12
  502. package/src/icons/ast/many-people.ts +0 -12
  503. package/src/icons/ast/message-plus-square.ts +0 -12
  504. package/src/icons/ast/miro.ts +0 -12
  505. package/src/icons/ast/mixpanel.ts +0 -12
  506. package/src/icons/ast/move-bottom.ts +0 -12
  507. package/src/icons/ast/move-top.ts +0 -12
  508. package/src/icons/ast/network-add.ts +0 -12
  509. package/src/icons/ast/network.ts +0 -12
  510. package/src/icons/ast/notifications.ts +0 -12
  511. package/src/icons/ast/open-ai.ts +0 -12
  512. package/src/icons/ast/open-as-page.ts +0 -12
  513. package/src/icons/ast/popup.ts +0 -12
  514. package/src/icons/ast/posts.ts +0 -12
  515. package/src/icons/ast/quick-filter-personal.ts +0 -12
  516. package/src/icons/ast/quick-filter.ts +0 -12
  517. package/src/icons/ast/reply.ts +0 -12
  518. package/src/icons/ast/restore.ts +0 -12
  519. package/src/icons/ast/richeditor-actions-more.ts +0 -12
  520. package/src/icons/ast/richeditor-comment-create.ts +0 -12
  521. package/src/icons/ast/richeditor-entity-link-create.ts +0 -12
  522. package/src/icons/ast/richeditor-history-redo.ts +0 -12
  523. package/src/icons/ast/richeditor-history-undo.ts +0 -12
  524. package/src/icons/ast/richeditor-image-upload.ts +0 -12
  525. package/src/icons/ast/richeditor-image-wrap-center.ts +0 -12
  526. package/src/icons/ast/richeditor-image-wrap-left.ts +0 -12
  527. package/src/icons/ast/richeditor-image-wrap-right.ts +0 -12
  528. package/src/icons/ast/richeditor-image-zoom.ts +0 -12
  529. package/src/icons/ast/richeditor-link-create.ts +0 -12
  530. package/src/icons/ast/richeditor-open-link.ts +0 -12
  531. package/src/icons/ast/richeditor-unlink.ts +0 -12
  532. package/src/icons/ast/right-panel.ts +0 -12
  533. package/src/icons/ast/rule-scheduled.ts +0 -12
  534. package/src/icons/ast/settings-off.ts +0 -12
  535. package/src/icons/ast/shared.ts +0 -12
  536. package/src/icons/ast/sidebar-fields-opened.ts +0 -12
  537. package/src/icons/ast/sidebar-fields.ts +0 -12
  538. package/src/icons/ast/sidebar.ts +0 -12
  539. package/src/icons/ast/slack-icon.ts +0 -12
  540. package/src/icons/ast/slack.ts +0 -12
  541. package/src/icons/ast/slide-menu-close.ts +0 -12
  542. package/src/icons/ast/slide-menu-open.ts +0 -12
  543. package/src/icons/ast/sort-on-bottom.ts +0 -12
  544. package/src/icons/ast/sort-on-top.ts +0 -12
  545. package/src/icons/ast/space-list.ts +0 -12
  546. package/src/icons/ast/success.ts +0 -12
  547. package/src/icons/ast/template.ts +0 -12
  548. package/src/icons/ast/thumbs-down.ts +0 -12
  549. package/src/icons/ast/thumbs-up.ts +0 -12
  550. package/src/icons/ast/twitter.ts +0 -12
  551. package/src/icons/ast/type-boolean.ts +0 -12
  552. package/src/icons/ast/type-function.ts +0 -12
  553. package/src/icons/ast/type-id.ts +0 -12
  554. package/src/icons/ast/type-rule.ts +0 -12
  555. package/src/icons/ast/type-url.ts +0 -12
  556. package/src/icons/ast/units-db-badge-abbr.ts +0 -12
  557. package/src/icons/ast/units-db-badge-full.ts +0 -12
  558. package/src/icons/ast/units-db-icon.ts +0 -12
  559. package/src/icons/ast/unlock-outline.ts +0 -12
  560. package/src/icons/ast/upgrade.ts +0 -12
  561. package/src/icons/ast/user-check.ts +0 -12
  562. package/src/icons/ast/user-group-remove.ts +0 -12
  563. package/src/icons/ast/user-group.ts +0 -12
  564. package/src/icons/ast/user-role.ts +0 -12
  565. package/src/icons/ast/user-x.ts +0 -12
  566. package/src/icons/ast/windows.ts +0 -12
  567. package/src/icons/ast/workspace-map.ts +0 -12
  568. package/src/icons/ast/youtube.ts +0 -12
  569. package/src/icons/ast/zoom-in.ts +0 -12
  570. package/src/icons/ast/zoom-out.ts +0 -12
  571. package/src/icons/react/app-details.tsx +0 -18
  572. package/src/icons/react/app-store-one-color.tsx +0 -18
  573. package/src/icons/react/app-templates.tsx +0 -18
  574. package/src/icons/react/app-webhooks.tsx +0 -18
  575. package/src/icons/react/arrow-bottom.tsx +0 -18
  576. package/src/icons/react/arrow-top.tsx +0 -18
  577. package/src/icons/react/automations-cancelled.tsx +0 -18
  578. package/src/icons/react/automations-error.tsx +0 -18
  579. package/src/icons/react/automations-in-progress.tsx +0 -18
  580. package/src/icons/react/automations-not-started.tsx +0 -18
  581. package/src/icons/react/automations-success.tsx +0 -18
  582. package/src/icons/react/backlog-icon.tsx +0 -18
  583. package/src/icons/react/batch-actions-icon.tsx +0 -18
  584. package/src/icons/react/bell-filled.tsx +0 -18
  585. package/src/icons/react/check-circle-filled.tsx +0 -18
  586. package/src/icons/react/check-circle.tsx +0 -18
  587. package/src/icons/react/clean.tsx +0 -18
  588. package/src/icons/react/clear-value.tsx +0 -18
  589. package/src/icons/react/color-coding-filled.tsx +0 -18
  590. package/src/icons/react/create.tsx +0 -18
  591. package/src/icons/react/cross-circle.tsx +0 -18
  592. package/src/icons/react/database-off.tsx +0 -18
  593. package/src/icons/react/database-stroke.tsx +0 -18
  594. package/src/icons/react/demo.tsx +0 -18
  595. package/src/icons/react/dependency.tsx +0 -18
  596. package/src/icons/react/dividers.tsx +0 -18
  597. package/src/icons/react/document.tsx +0 -18
  598. package/src/icons/react/double-arrow-left.tsx +0 -18
  599. package/src/icons/react/double-arrow-right.tsx +0 -18
  600. package/src/icons/react/double-line.tsx +0 -18
  601. package/src/icons/react/drag-block-handle-single.tsx +0 -18
  602. package/src/icons/react/edit-value.tsx +0 -18
  603. package/src/icons/react/error-circle-filled.tsx +0 -18
  604. package/src/icons/react/extension-assignments.tsx +0 -18
  605. package/src/icons/react/extension-avatar.tsx +0 -18
  606. package/src/icons/react/extension-comments.tsx +0 -18
  607. package/src/icons/react/extension-files.tsx +0 -18
  608. package/src/icons/react/extension-workflow.tsx +0 -18
  609. package/src/icons/react/favorites-checked.tsx +0 -18
  610. package/src/icons/react/fibery-desktop-app.tsx +0 -18
  611. package/src/icons/react/field-unit.tsx +0 -18
  612. package/src/icons/react/figma.tsx +0 -18
  613. package/src/icons/react/file-broken.tsx +0 -18
  614. package/src/icons/react/fullscreen-mode-off-icon.tsx +0 -18
  615. package/src/icons/react/fullscreen-mode-on-icon.tsx +0 -18
  616. package/src/icons/react/github.tsx +0 -18
  617. package/src/icons/react/gitlab.tsx +0 -18
  618. package/src/icons/react/globe.tsx +0 -18
  619. package/src/icons/react/google-drive.tsx +0 -18
  620. package/src/icons/react/google-map.tsx +0 -18
  621. package/src/icons/react/hide.tsx +0 -18
  622. package/src/icons/react/image-xmark.tsx +0 -18
  623. package/src/icons/react/info-circle-filled.tsx +0 -18
  624. package/src/icons/react/info-circle.tsx +0 -18
  625. package/src/icons/react/integrations-integration-discourse-color.tsx +0 -18
  626. package/src/icons/react/integrations-integration-intercom-color.tsx +0 -18
  627. package/src/icons/react/integrations-integration-slack-color.tsx +0 -18
  628. package/src/icons/react/integrations-integration-zendesk-color.tsx +0 -18
  629. package/src/icons/react/intercom.tsx +0 -18
  630. package/src/icons/react/invite-people.tsx +0 -18
  631. package/src/icons/react/jira.tsx +0 -18
  632. package/src/icons/react/left-panel.tsx +0 -18
  633. package/src/icons/react/level-plus.tsx +0 -18
  634. package/src/icons/react/lock-outline.tsx +0 -18
  635. package/src/icons/react/loom.tsx +0 -18
  636. package/src/icons/react/loupe-zoom.tsx +0 -18
  637. package/src/icons/react/many-people.tsx +0 -18
  638. package/src/icons/react/message-plus-square.tsx +0 -18
  639. package/src/icons/react/miro.tsx +0 -18
  640. package/src/icons/react/mixpanel.tsx +0 -18
  641. package/src/icons/react/move-bottom.tsx +0 -18
  642. package/src/icons/react/move-space.tsx +0 -18
  643. package/src/icons/react/move-top.tsx +0 -18
  644. package/src/icons/react/network-add.tsx +0 -18
  645. package/src/icons/react/network.tsx +0 -18
  646. package/src/icons/react/open-ai.tsx +0 -18
  647. package/src/icons/react/open-as-page.tsx +0 -18
  648. package/src/icons/react/popup.tsx +0 -18
  649. package/src/icons/react/posts.tsx +0 -18
  650. package/src/icons/react/quick-filter-personal.tsx +0 -18
  651. package/src/icons/react/quick-filter.tsx +0 -18
  652. package/src/icons/react/remove-people.tsx +0 -18
  653. package/src/icons/react/reply.tsx +0 -18
  654. package/src/icons/react/restore.tsx +0 -18
  655. package/src/icons/react/richeditor-actions-more.tsx +0 -18
  656. package/src/icons/react/richeditor-comment-create.tsx +0 -18
  657. package/src/icons/react/richeditor-entity-link-create.tsx +0 -18
  658. package/src/icons/react/richeditor-history-redo.tsx +0 -18
  659. package/src/icons/react/richeditor-history-undo.tsx +0 -18
  660. package/src/icons/react/richeditor-image-upload.tsx +0 -18
  661. package/src/icons/react/richeditor-image-wrap-center.tsx +0 -18
  662. package/src/icons/react/richeditor-image-wrap-left.tsx +0 -18
  663. package/src/icons/react/richeditor-image-wrap-right.tsx +0 -18
  664. package/src/icons/react/richeditor-image-zoom.tsx +0 -18
  665. package/src/icons/react/richeditor-link-create.tsx +0 -18
  666. package/src/icons/react/richeditor-open-link.tsx +0 -18
  667. package/src/icons/react/richeditor-unlink.tsx +0 -18
  668. package/src/icons/react/right-panel.tsx +0 -18
  669. package/src/icons/react/rule-scheduled.tsx +0 -18
  670. package/src/icons/react/send-arrow.tsx +0 -18
  671. package/src/icons/react/settings-off.tsx +0 -18
  672. package/src/icons/react/shared.tsx +0 -18
  673. package/src/icons/react/sidebar-fields-opened.tsx +0 -18
  674. package/src/icons/react/sidebar-fields.tsx +0 -18
  675. package/src/icons/react/sidebar.tsx +0 -18
  676. package/src/icons/react/slack-icon.tsx +0 -18
  677. package/src/icons/react/slack.tsx +0 -18
  678. package/src/icons/react/slide-menu-close.tsx +0 -18
  679. package/src/icons/react/slide-menu-open.tsx +0 -18
  680. package/src/icons/react/smart-folder.tsx +0 -18
  681. package/src/icons/react/sort-on-bottom.tsx +0 -18
  682. package/src/icons/react/sort-on-top.tsx +0 -18
  683. package/src/icons/react/space-list.tsx +0 -18
  684. package/src/icons/react/success.tsx +0 -18
  685. package/src/icons/react/suggest-integration.tsx +0 -18
  686. package/src/icons/react/switch-to-mention.tsx +0 -18
  687. package/src/icons/react/template.tsx +0 -18
  688. package/src/icons/react/thumbs-down.tsx +0 -18
  689. package/src/icons/react/thumbs-up.tsx +0 -18
  690. package/src/icons/react/twitter.tsx +0 -18
  691. package/src/icons/react/type-boolean.tsx +0 -18
  692. package/src/icons/react/type-function.tsx +0 -18
  693. package/src/icons/react/type-id.tsx +0 -18
  694. package/src/icons/react/type-rule.tsx +0 -18
  695. package/src/icons/react/type-url.tsx +0 -18
  696. package/src/icons/react/units-db-badge-abbr.tsx +0 -18
  697. package/src/icons/react/units-db-badge-full.tsx +0 -18
  698. package/src/icons/react/units-db-icon.tsx +0 -18
  699. package/src/icons/react/unlock-outline.tsx +0 -18
  700. package/src/icons/react/upgrade.tsx +0 -18
  701. package/src/icons/react/user-check.tsx +0 -18
  702. package/src/icons/react/user-group-remove.tsx +0 -18
  703. package/src/icons/react/user-group.tsx +0 -18
  704. package/src/icons/react/user-role.tsx +0 -18
  705. package/src/icons/react/user-x.tsx +0 -18
  706. package/src/icons/react/windows.tsx +0 -18
  707. package/src/icons/react/workspace-map.tsx +0 -18
  708. package/src/icons/react/youtube.tsx +0 -18
  709. package/src/icons/react/zoom-in.tsx +0 -18
  710. package/src/icons/react/zoom-out.tsx +0 -18
  711. package/src/icons/svg/ai-avatar.svg +0 -3
  712. package/src/icons/svg/ai-search.svg +0 -3
  713. package/src/icons/svg/anthropic.svg +0 -3
  714. package/src/icons/svg/app-store-one-color.svg +0 -4
  715. package/src/icons/svg/app-store.svg +0 -4
  716. package/src/icons/svg/app-webhooks.svg +0 -2
  717. package/src/icons/svg/app-wiki.svg +0 -2
  718. package/src/icons/svg/apple.svg +0 -4
  719. package/src/icons/svg/automations-cancelled.svg +0 -3
  720. package/src/icons/svg/automations-disabled.svg +0 -3
  721. package/src/icons/svg/automations-success.svg +0 -3
  722. package/src/icons/svg/batch-actions-icon.svg +0 -4
  723. package/src/icons/svg/bell-filled.svg +0 -4
  724. package/src/icons/svg/chat-ai.svg +0 -5
  725. package/src/icons/svg/chat.svg +0 -3
  726. package/src/icons/svg/clean.svg +0 -6
  727. package/src/icons/svg/color-coding-filled.svg +0 -3
  728. package/src/icons/svg/create.svg +0 -3
  729. package/src/icons/svg/cross-circle.svg +0 -4
  730. package/src/icons/svg/csv.svg +0 -3
  731. package/src/icons/svg/database-off.svg +0 -3
  732. package/src/icons/svg/demo.svg +0 -2
  733. package/src/icons/svg/dependency.svg +0 -3
  734. package/src/icons/svg/document.svg +0 -4
  735. package/src/icons/svg/double-arrow-left.svg +0 -2
  736. package/src/icons/svg/double-arrow-right.svg +0 -2
  737. package/src/icons/svg/double-line.svg +0 -3
  738. package/src/icons/svg/drag-block-handle-single.svg +0 -5
  739. package/src/icons/svg/edit-value.svg +0 -5
  740. package/src/icons/svg/extension/assignments.svg +0 -7
  741. package/src/icons/svg/file-broken.svg +0 -3
  742. package/src/icons/svg/fullscreen-mode-on-icon.svg +0 -3
  743. package/src/icons/svg/globe.svg +0 -3
  744. package/src/icons/svg/integrations/integration-slack-color.svg +0 -10
  745. package/src/icons/svg/intercom.svg +0 -3
  746. package/src/icons/svg/left-panel.svg +0 -11
  747. package/src/icons/svg/level-plus.svg +0 -4
  748. package/src/icons/svg/lock-outline.svg +0 -5
  749. package/src/icons/svg/loupe-zoom.svg +0 -3
  750. package/src/icons/svg/message-plus-square.svg +0 -4
  751. package/src/icons/svg/network-add.svg +0 -5
  752. package/src/icons/svg/notifications.svg +0 -2
  753. package/src/icons/svg/open-ai.svg +0 -3
  754. package/src/icons/svg/open-as-page.svg +0 -3
  755. package/src/icons/svg/posts.svg +0 -3
  756. package/src/icons/svg/quick-filter-personal.svg +0 -3
  757. package/src/icons/svg/quick-filter.svg +0 -3
  758. package/src/icons/svg/reply.svg +0 -2
  759. package/src/icons/svg/restore.svg +0 -2
  760. package/src/icons/svg/richeditor/actions/more.svg +0 -2
  761. package/src/icons/svg/richeditor/comment/create.svg +0 -5
  762. package/src/icons/svg/richeditor/entity-link/create.svg +0 -2
  763. package/src/icons/svg/richeditor/image/wrap-center.svg +0 -2
  764. package/src/icons/svg/richeditor/image/wrap-left.svg +0 -2
  765. package/src/icons/svg/richeditor/image/wrap-right.svg +0 -2
  766. package/src/icons/svg/richeditor/image/zoom.svg +0 -5
  767. package/src/icons/svg/richeditor/link/create.svg +0 -9
  768. package/src/icons/svg/richeditor/mark/code.svg +0 -5
  769. package/src/icons/svg/richeditor/mark/em.svg +0 -3
  770. package/src/icons/svg/richeditor/mark/highlight.svg +0 -3
  771. package/src/icons/svg/richeditor/mark/strike.svg +0 -3
  772. package/src/icons/svg/richeditor/mark/strong.svg +0 -3
  773. package/src/icons/svg/richeditor/unlink.svg +0 -10
  774. package/src/icons/svg/right-panel.svg +0 -11
  775. package/src/icons/svg/rule-scheduled.svg +0 -5
  776. package/src/icons/svg/settings-off.svg +0 -4
  777. package/src/icons/svg/shared.svg +0 -7
  778. package/src/icons/svg/sidebar-fields-opened.svg +0 -3
  779. package/src/icons/svg/sidebar-fields.svg +0 -6
  780. package/src/icons/svg/sidebar.svg +0 -2
  781. package/src/icons/svg/slack-icon.svg +0 -3
  782. package/src/icons/svg/slide-menu-close.svg +0 -4
  783. package/src/icons/svg/slide-menu-open.svg +0 -4
  784. package/src/icons/svg/sort-on-bottom.svg +0 -4
  785. package/src/icons/svg/sort-on-top.svg +0 -4
  786. package/src/icons/svg/space-list.svg +0 -4
  787. package/src/icons/svg/success.svg +0 -4
  788. package/src/icons/svg/template.svg +0 -3
  789. package/src/icons/svg/thumbs-down.svg +0 -3
  790. package/src/icons/svg/thumbs-up.svg +0 -3
  791. package/src/icons/svg/type/boolean.svg +0 -2
  792. package/src/icons/svg/type/function.svg +0 -2
  793. package/src/icons/svg/type/id.svg +0 -3
  794. package/src/icons/svg/type/rule.svg +0 -2
  795. package/src/icons/svg/type/url.svg +0 -9
  796. package/src/icons/svg/units/db-badge-abbr.svg +0 -4
  797. package/src/icons/svg/units/db-badge-full.svg +0 -4
  798. package/src/icons/svg/units/db-icon.svg +0 -4
  799. package/src/icons/svg/upgrade.svg +0 -2
  800. package/src/icons/svg/user-check.svg +0 -3
  801. package/src/icons/svg/windows.svg +0 -15
  802. package/src/icons/svg/workspace-map.svg +0 -3
  803. package/src/icons/svg/zoom-out.svg +0 -7
  804. /package/src/icons/svg/{dividers.svg → architect.svg} +0 -0
  805. /package/src/icons/svg/{back.svg → arrow-back.svg} +0 -0
  806. /package/src/icons/svg/{send-arrow.svg → arrow-send.svg} +0 -0
  807. /package/src/icons/svg/{extension/avatar.svg → avatar.svg} +0 -0
  808. /package/src/icons/svg/{backlog-icon.svg → backlog.svg} +0 -0
  809. /package/src/icons/svg/{check-circle-filled.svg → circle-check-filled.svg} +0 -0
  810. /package/src/icons/svg/{check-circle.svg → circle-check.svg} +0 -0
  811. /package/src/icons/svg/{error-circle-filled.svg → circle-cross-filled.svg} +0 -0
  812. /package/src/icons/svg/{info-circle-filled.svg → circle-info-filled.svg} +0 -0
  813. /package/src/icons/svg/{info-circle.svg → circle-info.svg} +0 -0
  814. /package/src/icons/svg/{extension/comments.svg → comments.svg} +0 -0
  815. /package/src/icons/svg/{add-database.svg → database-add.svg} +0 -0
  816. /package/src/icons/svg/{database-stroke.svg → database-outline.svg} +0 -0
  817. /package/src/icons/svg/{hide.svg → eye-off.svg} +0 -0
  818. /package/src/icons/svg/{favorites-checked.svg → favorites-filled.svg} +0 -0
  819. /package/src/icons/svg/{switch-to-mention.svg → field-units-large.svg} +0 -0
  820. /package/src/icons/svg/{extension/files.svg → files.svg} +0 -0
  821. /package/src/icons/svg/{smart-folder.svg → folder-smart.svg} +0 -0
  822. /package/src/icons/svg/{fullscreen-mode-off-icon.svg → fullscreen-mode-off.svg} +0 -0
  823. /package/src/icons/svg/{add-group.svg → group-add.svg} +0 -0
  824. /package/src/icons/svg/{image-xmark.svg → image-error.svg} +0 -0
  825. /package/src/icons/svg/{add-integration.svg → integration-add.svg} +0 -0
  826. /package/src/icons/svg/{integrations/integration-discourse-color.svg → integration-discourse.svg} +0 -0
  827. /package/src/icons/svg/{fibery-desktop-app.svg → integration-fibery.svg} +0 -0
  828. /package/src/icons/svg/{figma.svg → integration-figma.svg} +0 -0
  829. /package/src/icons/svg/{github.svg → integration-github.svg} +0 -0
  830. /package/src/icons/svg/{gitlab.svg → integration-gitlab.svg} +0 -0
  831. /package/src/icons/svg/{google-drive.svg → integration-google-drive.svg} +0 -0
  832. /package/src/icons/svg/{google-map.svg → integration-google-map.svg} +0 -0
  833. /package/src/icons/svg/{integrations/integration-intercom-color.svg → integration-intercom.svg} +0 -0
  834. /package/src/icons/svg/{jira.svg → integration-jira.svg} +0 -0
  835. /package/src/icons/svg/{loom.svg → integration-loom.svg} +0 -0
  836. /package/src/icons/svg/{miro.svg → integration-miro.svg} +0 -0
  837. /package/src/icons/svg/{mixpanel.svg → integration-mixpanel.svg} +0 -0
  838. /package/src/icons/svg/{slack.svg → integration-slack.svg} +0 -0
  839. /package/src/icons/svg/{suggest-integration.svg → integration-suggest.svg} +0 -0
  840. /package/src/icons/svg/{twitter.svg → integration-twitter.svg} +0 -0
  841. /package/src/icons/svg/{youtube.svg → integration-youtube.svg} +0 -0
  842. /package/src/icons/svg/{integrations/integration-zendesk-color.svg → integration-zendesk.svg} +0 -0
  843. /package/src/icons/svg/{move-bottom.svg → move-down.svg} +0 -0
  844. /package/src/icons/svg/{move-top.svg → move-up.svg} +0 -0
  845. /package/src/icons/svg/{popup.svg → open-in-panel.svg} +0 -0
  846. /package/src/icons/svg/{richeditor/open-link.svg → open-link.svg} +0 -0
  847. /package/src/icons/svg/{many-people.svg → people-all.svg} +0 -0
  848. /package/src/icons/svg/{user-group-remove.svg → people-group-remove.svg} +0 -0
  849. /package/src/icons/svg/{invite-people.svg → people-invite.svg} +0 -0
  850. /package/src/icons/svg/{remove-people.svg → people-remove.svg} +0 -0
  851. /package/src/icons/svg/{user-x.svg → people-x.svg} +0 -0
  852. /package/src/icons/svg/{zoom-in.svg → plus.svg} +0 -0
  853. /package/src/icons/svg/{app-details.svg → preferences.svg} +0 -0
  854. /package/src/icons/svg/{network.svg → propagate.svg} +0 -0
  855. /package/src/icons/svg/{add-reactions.svg → reactions-add.svg} +0 -0
  856. /package/src/icons/svg/{richeditor/history/redo.svg → redo.svg} +0 -0
  857. /package/src/icons/svg/{extension/references.svg → references.svg} +0 -0
  858. /package/src/icons/svg/{richeditor/block/callout.svg → richeditor-block-callout.svg} +0 -0
  859. /package/src/icons/svg/{richeditor/block/code.svg → richeditor-block-code.svg} +0 -0
  860. /package/src/icons/svg/{richeditor/block/embed.svg → richeditor-block-embed.svg} +0 -0
  861. /package/src/icons/svg/{richeditor/block/entity.svg → richeditor-block-entity.svg} +0 -0
  862. /package/src/icons/svg/{richeditor/block/file.svg → richeditor-block-file.svg} +0 -0
  863. /package/src/icons/svg/{richeditor/block/h1.svg → richeditor-block-h1.svg} +0 -0
  864. /package/src/icons/svg/{richeditor/block/h2.svg → richeditor-block-h2.svg} +0 -0
  865. /package/src/icons/svg/{richeditor/block/h3.svg → richeditor-block-h3.svg} +0 -0
  866. /package/src/icons/svg/{richeditor/block/h4.svg → richeditor-block-h4.svg} +0 -0
  867. /package/src/icons/svg/{richeditor/block/mention.svg → richeditor-block-mention.svg} +0 -0
  868. /package/src/icons/svg/{richeditor/block/paragraph.svg → richeditor-block-paragraph.svg} +0 -0
  869. /package/src/icons/svg/{richeditor/block/quote.svg → richeditor-block-quote.svg} +0 -0
  870. /package/src/icons/svg/{richeditor/checklist/create.svg → richeditor-checklist-create.svg} +0 -0
  871. /package/src/icons/svg/{richeditor/image/align-center.svg → richeditor-image-align-center.svg} +0 -0
  872. /package/src/icons/svg/{richeditor/image/align-left.svg → richeditor-image-align-left.svg} +0 -0
  873. /package/src/icons/svg/{richeditor/image/align-right.svg → richeditor-image-align-right.svg} +0 -0
  874. /package/src/icons/svg/{richeditor/image/upload.svg → richeditor-image.svg} +0 -0
  875. /package/src/icons/svg/{richeditor/linkedhighlight/create.svg → richeditor-linkedhighlight-create.svg} +0 -0
  876. /package/src/icons/svg/{richeditor/list/bullet.svg → richeditor-list-bullet.svg} +0 -0
  877. /package/src/icons/svg/{richeditor/list/ordered.svg → richeditor-list-ordered.svg} +0 -0
  878. /package/src/icons/svg/{richeditor/list/unindent.svg → richeditor-list-unindent.svg} +0 -0
  879. /package/src/icons/svg/{richeditor/mark/text-background-color.svg → richeditor-mark-text-background-color.svg} +0 -0
  880. /package/src/icons/svg/{richeditor/mark/underline.svg → richeditor-mark-underline.svg} +0 -0
  881. /package/src/icons/svg/{richeditor/table/create.svg → richeditor-table-create.svg} +0 -0
  882. /package/src/icons/svg/{richeditor/video/upload.svg → richeditor-video-upload.svg} +0 -0
  883. /package/src/icons/svg/{bolt.svg → rule.svg} +0 -0
  884. /package/src/icons/svg/{app-templates.svg → space-add.svg} +0 -0
  885. /package/src/icons/svg/{move-space.svg → space-move.svg} +0 -0
  886. /package/src/icons/svg/{type/button.svg → type-button.svg} +0 -0
  887. /package/src/icons/svg/{type/checkbox.svg → type-checkbox.svg} +0 -0
  888. /package/src/icons/svg/{type/date.svg → type-date.svg} +0 -0
  889. /package/src/icons/svg/{type/email.svg → type-email.svg} +0 -0
  890. /package/src/icons/svg/{type/emoji.svg → type-emoji.svg} +0 -0
  891. /package/src/icons/svg/{type/formula.svg → type-formula.svg} +0 -0
  892. /package/src/icons/svg/{type/location.svg → type-location.svg} +0 -0
  893. /package/src/icons/svg/{type/lookup.svg → type-lookup.svg} +0 -0
  894. /package/src/icons/svg/{type/money.svg → type-money.svg} +0 -0
  895. /package/src/icons/svg/{type/multi-select.svg → type-multi-select.svg} +0 -0
  896. /package/src/icons/svg/{type/number.svg → type-number.svg} +0 -0
  897. /package/src/icons/svg/{type/percent.svg → type-percent.svg} +0 -0
  898. /package/src/icons/svg/{type/phone.svg → type-phone.svg} +0 -0
  899. /package/src/icons/svg/{type/relation.svg → type-relation.svg} +0 -0
  900. /package/src/icons/svg/{type/rich-text.svg → type-rich-text.svg} +0 -0
  901. /package/src/icons/svg/{type/single-select.svg → type-single-select.svg} +0 -0
  902. /package/src/icons/svg/{type/text.svg → type-text.svg} +0 -0
  903. /package/src/icons/svg/{richeditor/history/undo.svg → undo.svg} +0 -0
  904. /package/src/icons/svg/{units/avatar.svg → units-avatar.svg} +0 -0
  905. /package/src/icons/svg/{units/collection.svg → units-collection.svg} +0 -0
  906. /package/src/icons/svg/{units/counter.svg → units-counter.svg} +0 -0
  907. /package/src/icons/svg/{units/date.svg → units-date.svg} +0 -0
  908. /package/src/icons/svg/{units/field-icon-button.svg → units-field-icon-button.svg} +0 -0
  909. /package/src/icons/svg/{units/field.svg → units-field.svg} +0 -0
  910. /package/src/icons/svg/{units/input.svg → units-input.svg} +0 -0
  911. /package/src/icons/svg/{field-unit.svg → units-normal.svg} +0 -0
  912. /package/src/icons/svg/{units/progress-bar.svg → units-progress-bar.svg} +0 -0
  913. /package/src/icons/svg/{units/rich-text.svg → units-rich-text.svg} +0 -0
  914. /package/src/icons/svg/{units/snippet.svg → units-snippet.svg} +0 -0
  915. /package/src/icons/svg/{unlock-outline.svg → unlock.svg} +0 -0
  916. /package/src/icons/svg/{clear-value.svg → value-clear.svg} +0 -0
  917. /package/src/icons/svg/{extension/workflow.svg → workflow.svg} +0 -0
@@ -1,12 +0,0 @@
1
- /**
2
- * This file was automatically generated. Do not edit manually.
3
- *
4
- * @see import("../svg/richeditor/link/create.svg")
5
- * @see import("../../../scripts/generate-icons.mjs")
6
- */
7
-
8
- import type {IconDefinition} from "../types";
9
-
10
- const RicheditorLinkCreate: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M3.982 8.862a5.06 5.06 0 0 0 7.156 7.156l1.22-1.22a.746.746 0 1 0-1.056-1.056l-1.22 1.22a3.567 3.567 0 0 1-5.044-5.044l1.22-1.22a.747.747 0 0 0-1.056-1.056l-1.22 1.22Z"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M7.032 11.912a.747.747 0 0 0 1.056 1.056l4.88-4.88a.746.746 0 1 0-1.056-1.056l-4.88 4.88Z"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M7.642 5.202a.747.747 0 1 0 1.056 1.056l1.22-1.22a3.567 3.567 0 0 1 5.044 5.044l-1.22 1.22a.746.746 0 1 0 1.056 1.056l1.22-1.22a5.06 5.06 0 0 0-7.156-7.156l-1.22 1.22Z"},"children":[]}],"metadata":""}]},"name":"richeditor-link-create"};
11
-
12
- export default RicheditorLinkCreate;
@@ -1,12 +0,0 @@
1
- /**
2
- * This file was automatically generated. Do not edit manually.
3
- *
4
- * @see import("../svg/richeditor/open-link.svg")
5
- * @see import("../../../scripts/generate-icons.mjs")
6
- */
7
-
8
- import type {IconDefinition} from "../types";
9
-
10
- const RicheditorOpenLink: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M5.75 4.5c-.69 0-1.25.56-1.25 1.25v8.5c0 .69.56 1.25 1.25 1.25h8.5c.69 0 1.25-.56 1.25-1.25v-2.5a.75.75 0 0 1 1.5 0v2.5A2.75 2.75 0 0 1 14.25 17h-8.5A2.75 2.75 0 0 1 3 14.25v-8.5A2.75 2.75 0 0 1 5.75 3h2.5a.75.75 0 0 1 0 1.5h-2.5Z"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M16.25 3H12a.75.75 0 0 0 0 1.5h2.44l-6.22 6.22a.75.75 0 1 0 1.06 1.06l6.22-6.22V8A.75.75 0 0 0 17 8V3.75a.75.75 0 0 0-.75-.75Z"},"children":[]}],"metadata":""}]},"name":"richeditor-open-link"};
11
-
12
- export default RicheditorOpenLink;
@@ -1,12 +0,0 @@
1
- /**
2
- * This file was automatically generated. Do not edit manually.
3
- *
4
- * @see import("../svg/richeditor/unlink.svg")
5
- * @see import("../../../scripts/generate-icons.mjs")
6
- */
7
-
8
- import type {IconDefinition} from "../types";
9
-
10
- const RicheditorUnlink: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M3.28 2.22a.75.75 0 0 0-1.06 1.06L8.94 10l-1.922 1.921a.75.75 0 1 0 1.061 1.06L10 11.062l6.72 6.72a.75.75 0 1 0 1.06-1.061L3.28 2.22Z"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M3.954 8.857a5.083 5.083 0 0 0 7.19 7.189l.612-.613a.75.75 0 1 0-1.06-1.06l-.614.612a3.583 3.583 0 1 1-5.067-5.067l.613-.613a.75.75 0 1 0-1.061-1.061l-.613.613ZM8.244 4.567a.75.75 0 1 0 1.06 1.06l.613-.612a3.583 3.583 0 0 1 5.068 5.067l-.613.613a.75.75 0 0 0 1.06 1.061l.614-.613a5.083 5.083 0 1 0-7.19-7.189l-.612.613Z"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M11.308 7.631a.75.75 0 1 0 1.06 1.06l.614-.612a.75.75 0 1 0-1.061-1.06l-.613.612Z"},"children":[]}],"metadata":""}]},"name":"richeditor-unlink"};
11
-
12
- export default RicheditorUnlink;
@@ -1,12 +0,0 @@
1
- /**
2
- * This file was automatically generated. Do not edit manually.
3
- *
4
- * @see import("../svg/right-panel.svg")
5
- * @see import("../../../scripts/generate-icons.mjs")
6
- */
7
-
8
- import type {IconDefinition} from "../types";
9
-
10
- const RightPanel: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20","fill":"none"},"children":[{"type":"element","tagName":"g","properties":{"opacity":0.9},"children":[{"type":"element","tagName":"mask","properties":{"id":"RightPanel__a","maskUnits":"userSpaceOnUse","x":4,"y":2,"width":14,"height":16},"children":[{"type":"element","tagName":"path","properties":{"d":"M5 2h13v16H4v-4h6V5.5H5V2Z","fill":"#C4C4C4"},"children":[]}]},{"type":"element","tagName":"g","properties":{"mask":"url(#RightPanel__a)"},"children":[{"type":"element","tagName":"path","properties":{"d":"M6 14.92C6 16.25 6.746 17 8.06 17h6.885c1.31 0 2.055-.75 2.055-2.08V4.074C17 2.75 16.254 2 14.945 2H8.06C6.746 2 6 2.75 6 4.074V14.92Zm1.707-.227V4.307c0-.39.176-.59.59-.59h6.405c.415 0 .591.2.591.59v10.386c0 .39-.176.59-.59.59H8.297c-.415 0-.591-.2-.591-.59Z","fill":"#65788B"},"children":[]}]},{"type":"element","tagName":"path","properties":{"d":"M1.88 9.881c0 .412.329.746.717.746h2.18L6 10.566l-.612.552-.895.878a.707.707 0 0 0-.202.49c0 .389.269.684.642.684.186 0 .343-.07.478-.218l2.268-2.526c.164-.186.239-.341.239-.544 0-.202-.075-.365-.239-.544L5.411 6.811a.601.601 0 0 0-.478-.225c-.373 0-.642.295-.642.684 0 .186.082.373.202.49l.903.886.604.551-1.224-.07H2.597c-.388 0-.716.342-.716.754Z","fill":"#65788B"},"children":[]}]}],"metadata":""}]},"name":"right-panel"};
11
-
12
- export default RightPanel;
@@ -1,12 +0,0 @@
1
- /**
2
- * This file was automatically generated. Do not edit manually.
3
- *
4
- * @see import("../svg/rule-scheduled.svg")
5
- * @see import("../../../scripts/generate-icons.mjs")
6
- */
7
-
8
- import type {IconDefinition} from "../types";
9
-
10
- const RuleScheduled: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M13.333 8.558 9.167 6.15a1.667 1.667 0 0 0-2.5 1.442v4.816a1.666 1.666 0 0 0 2.5 1.442l4.166-2.408a1.667 1.667 0 0 0 0-2.884ZM12.5 10l-4.167 2.408V7.592L12.5 10ZM10 1.667a8.333 8.333 0 1 0 0 16.666 8.333 8.333 0 0 0 0-16.666Zm0 15a6.667 6.667 0 1 1 0-13.334 6.667 6.667 0 0 1 0 13.334Z"},"children":[]}],"metadata":""}]},"name":"rule-scheduled"};
11
-
12
- export default RuleScheduled;
@@ -1,12 +0,0 @@
1
- /**
2
- * This file was automatically generated. Do not edit manually.
3
- *
4
- * @see import("../svg/settings-off.svg")
5
- * @see import("../../../scripts/generate-icons.mjs")
6
- */
7
-
8
- import type {IconDefinition} from "../types";
9
-
10
- const SettingsOff: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"width":20,"height":20},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"m2.268 6.1.486-.85c.173-.3.42-.546.717-.718L2.22 3.28a.75.75 0 0 1 1.06-1.06l14.5 14.5a.75.75 0 1 1-1.06 1.06l-2.18-2.179-.445-.068-1.317.758-.426 1.101a1.965 1.965 0 0 1-1.827 1.258H9.5a1.965 1.965 0 0 1-1.827-1.257l-.427-1.102-1.316-.758-1.186.181a1.965 1.965 0 0 1-1.965-.963l-.002-.004-.484-.847a1.966 1.966 0 0 1 .157-2.214l.726-.924V9.244l-.748-.928a1.966 1.966 0 0 1-.16-2.216Zm9.532 9.023a.75.75 0 0 0-.325.38l-.523 1.35a.465.465 0 0 1-.431.297H9.503a.464.464 0 0 1-.431-.299l-.523-1.349a.75.75 0 0 0-.325-.379l-1.774-1.02a.75.75 0 0 0-.487-.092l-1.426.217a.465.465 0 0 1-.46-.227V14l-.484-.847-.005-.008a.466.466 0 0 1 .038-.527l.89-1.134a.75.75 0 0 0 .16-.463V8.979a.75.75 0 0 0-.166-.47L3.6 7.38a.466.466 0 0 1-.036-.525L4.054 6a.465.465 0 0 1 .459-.227l.234.035 8.632 8.633-1.579.683Z"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M9.5 1.35h1a1.964 1.964 0 0 1 1.827 1.257l.427 1.102 1.316.758 1.186-.181a1.965 1.965 0 0 1 1.965.963l.003.004.483.847a1.966 1.966 0 0 1-.158 2.214l-.725.924v1.518l.748.928a1.966 1.966 0 0 1 .16 2.216l-2.242-2.408a.75.75 0 0 1-.166-.471V8.979a.75.75 0 0 1 .16-.463l.89-1.135a.465.465 0 0 0 .038-.526l-.005-.008L15.923 6V6a.465.465 0 0 0-.46-.227l-1.426.217a.75.75 0 0 1-.487-.091l-1.774-1.021a.75.75 0 0 1-.325-.38l-.523-1.348a.469.469 0 0 0-.431-.299h-.994a.464.464 0 0 0-.431.298c-.19.49-.314 1.277-.726 1.64l-1.1-1.081.426-1.099A1.968 1.968 0 0 1 9.5 1.35Z"},"children":[]}],"metadata":""}]},"name":"settings-off"};
11
-
12
- export default SettingsOff;
@@ -1,12 +0,0 @@
1
- /**
2
- * This file was automatically generated. Do not edit manually.
3
- *
4
- * @see import("../svg/shared.svg")
5
- * @see import("../../../scripts/generate-icons.mjs")
6
- */
7
-
8
- import type {IconDefinition} from "../types";
9
-
10
- const Shared: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M10.37 11.149C9.323 10.672 8.104 10.5 7 10.5s-2.323.172-3.37.649c-1.06.483-1.983 1.302-2.351 2.587-.161.562-.152 1.244-.12 1.725.06.924.847 1.539 1.684 1.539h8.314c.837 0 1.625-.615 1.685-1.539.031-.48.04-1.163-.121-1.725-.368-1.285-1.29-2.104-2.351-2.587Zm.909 3c-.216-.755-.756-1.282-1.531-1.635C8.959 12.154 7.97 12 7 12c-.97 0-1.96.155-2.748.514-.775.353-1.315.88-1.531 1.635-.085.298-.096.761-.066 1.215a.12.12 0 0 0 .044.086c.03.027.08.05.144.05h8.314a.218.218 0 0 0 .144-.05.12.12 0 0 0 .044-.086c.03-.454.02-.917-.066-1.215ZM10.25 6.25a3.25 3.25 0 1 0-6.5 0 3.25 3.25 0 0 0 6.5 0Zm-1.5 0a1.75 1.75 0 1 0-3.5 0 1.75 1.75 0 0 0 3.5 0ZM13.818 5a2.75 2.75 0 1 1 0 5.5 2.75 2.75 0 0 1 0-5.5Zm0 1.5a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5Z"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M14.008 12.015a.75.75 0 0 0 .655.834c1.371.165 2.36.711 2.634 1.67.065.227.075.595.051.971a.07.07 0 0 1-.038.01h-2.06a.75.75 0 0 0 0 1.5h2.06c.759 0 1.48-.558 1.535-1.405.026-.406.035-.997-.106-1.49-.534-1.863-2.356-2.56-3.897-2.745a.75.75 0 0 0-.834.655Z"},"children":[]}],"metadata":""}]},"name":"shared"};
11
-
12
- export default Shared;
@@ -1,12 +0,0 @@
1
- /**
2
- * This file was automatically generated. Do not edit manually.
3
- *
4
- * @see import("../svg/sidebar-fields-opened.svg")
5
- * @see import("../../../scripts/generate-icons.mjs")
6
- */
7
-
8
- import type {IconDefinition} from "../types";
9
-
10
- const SidebarFieldsOpened: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"width":20,"height":20},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M2 5.25A2.25 2.25 0 0 1 4.25 3h11.5A2.25 2.25 0 0 1 18 5.25v9.5A2.25 2.25 0 0 1 15.75 17H4.25A2.25 2.25 0 0 1 2 14.75v-9.5Zm2.25-.75a.75.75 0 0 0-.75.75v9.5c0 .414.336.75.75.75H11v-11H4.25ZM15 12.25a.75.75 0 0 1 0 1.5h-1a.75.75 0 0 1 0-1.5h1Zm.75-2.25a.75.75 0 0 0-.75-.75h-1a.75.75 0 0 0 0 1.5h1a.75.75 0 0 0 .75-.75ZM15 6.25a.75.75 0 0 1 0 1.5h-1a.75.75 0 0 1 0-1.5h1Z"},"children":[]}],"metadata":""}]},"name":"sidebar-fields-opened"};
11
-
12
- export default SidebarFieldsOpened;
@@ -1,12 +0,0 @@
1
- /**
2
- * This file was automatically generated. Do not edit manually.
3
- *
4
- * @see import("../svg/sidebar-fields.svg")
5
- * @see import("../../../scripts/generate-icons.mjs")
6
- */
7
-
8
- import type {IconDefinition} from "../types";
9
-
10
- const SidebarFields: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"width":20,"height":20},"children":[{"type":"element","tagName":"path","properties":{"d":"M15 12.25a.75.75 0 0 1 0 1.5h-1a.75.75 0 0 1 0-1.5h1ZM15.75 10a.75.75 0 0 0-.75-.75h-1a.75.75 0 0 0 0 1.5h1a.75.75 0 0 0 .75-.75ZM15 6.25a.75.75 0 0 1 0 1.5h-1a.75.75 0 0 1 0-1.5h1Z"},"children":[]},{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M4.25 3A2.25 2.25 0 0 0 2 5.25v9.5A2.25 2.25 0 0 0 4.25 17h11.5A2.25 2.25 0 0 0 18 14.75v-9.5A2.25 2.25 0 0 0 15.75 3H4.25ZM3.5 5.25a.75.75 0 0 1 .75-.75H11v11H4.25a.75.75 0 0 1-.75-.75v-9.5Zm9 10.25v-11h3.25a.75.75 0 0 1 .75.75v9.5a.75.75 0 0 1-.75.75H12.5Z"},"children":[]}],"metadata":""}]},"name":"sidebar-fields"};
11
-
12
- export default SidebarFields;
@@ -1,12 +0,0 @@
1
- /**
2
- * This file was automatically generated. Do not edit manually.
3
- *
4
- * @see import("../svg/sidebar.svg")
5
- * @see import("../../../scripts/generate-icons.mjs")
6
- */
7
-
8
- import type {IconDefinition} from "../types";
9
-
10
- const Sidebar: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M3 5.5A2.5 2.5 0 0 1 5.5 3h9A2.5 2.5 0 0 1 17 5.5v9a2.5 2.5 0 0 1-2.5 2.5h-9A2.5 2.5 0 0 1 3 14.5v-9Zm10 10h1.5a1 1 0 0 0 1-1v-9a1 1 0 0 0-1-1H13v11Zm-1.5-11v11h-6a1 1 0 0 1-1-1v-9a1 1 0 0 1 1-1h6Z"},"children":[]}],"metadata":""}]},"name":"sidebar"};
11
-
12
- export default Sidebar;
@@ -1,12 +0,0 @@
1
- /**
2
- * This file was automatically generated. Do not edit manually.
3
- *
4
- * @see import("../svg/slack-icon.svg")
5
- * @see import("../../../scripts/generate-icons.mjs")
6
- */
7
-
8
- import type {IconDefinition} from "../types";
9
-
10
- const SlackIcon: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"width":20,"height":20},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M7.597 3.107a1.404 1.404 0 0 1 1.527.304 1.398 1.398 0 0 1 .41.99V5.8h-1.4a1.404 1.404 0 0 1-1.4-1.4 1.396 1.396 0 0 1 .863-1.293ZM4.4 6.733h3.733a1.404 1.404 0 0 1 1.4 1.4 1.396 1.396 0 0 1-.863 1.293c-.17.07-.353.107-.537.107H4.4a1.404 1.404 0 0 1-1.294-.864 1.396 1.396 0 0 1 .304-1.525 1.402 1.402 0 0 1 .99-.41Zm12.494.865a1.395 1.395 0 0 1 0 1.07 1.398 1.398 0 0 1-1.294.865h-1.4v-1.4a1.395 1.395 0 0 1 .864-1.293 1.404 1.404 0 0 1 1.526.304c.13.13.234.284.304.454ZM13.267 4.4v3.733a1.397 1.397 0 0 1-1.4 1.4 1.403 1.403 0 0 1-1.4-1.4V4.4a1.395 1.395 0 0 1 .864-1.293 1.403 1.403 0 0 1 1.526.304 1.398 1.398 0 0 1 .41.99Zm-1.4 12.6a1.404 1.404 0 0 0 1.4-1.4 1.397 1.397 0 0 0-1.4-1.4h-1.4v1.4a1.395 1.395 0 0 0 .864 1.293c.17.07.352.107.536.107Zm0-3.733H15.6a1.405 1.405 0 0 0 1.294-.865 1.395 1.395 0 0 0 0-1.07 1.4 1.4 0 0 0-1.294-.865h-3.733a1.403 1.403 0 0 0-1.4 1.4 1.397 1.397 0 0 0 1.4 1.4Zm-8.76-.865a1.396 1.396 0 0 1 .302-1.525 1.402 1.402 0 0 1 .991-.41h1.4v1.4a1.396 1.396 0 0 1-1.4 1.4 1.405 1.405 0 0 1-1.294-.865ZM3 11.867ZM6.733 15.6v-3.733a1.396 1.396 0 0 1 1.4-1.4 1.402 1.402 0 0 1 1.4 1.4V15.6a1.396 1.396 0 0 1-1.4 1.4 1.403 1.403 0 0 1-1.4-1.4Z"},"children":[]}],"metadata":""}]},"name":"slack-icon"};
11
-
12
- export default SlackIcon;
@@ -1,12 +0,0 @@
1
- /**
2
- * This file was automatically generated. Do not edit manually.
3
- *
4
- * @see import("../svg/slack.svg")
5
- * @see import("../../../scripts/generate-icons.mjs")
6
- */
7
-
8
- import type {IconDefinition} from "../types";
9
-
10
- const Slack: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20","fill":"none"},"children":[{"type":"element","tagName":"path","properties":{"d":"M5.941 11.847c0 .81-.66 1.47-1.47 1.47-.81 0-1.471-.66-1.471-1.47 0-.81.661-1.47 1.47-1.47h1.471v1.47ZM6.682 11.847c0-.81.662-1.47 1.471-1.47.81 0 1.47.66 1.47 1.47v3.682c0 .81-.66 1.471-1.47 1.471-.81 0-1.47-.661-1.47-1.47v-3.683Z","fill":"#E01E5A"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M8.153 5.941c-.81 0-1.47-.66-1.47-1.47 0-.81.66-1.471 1.47-1.471.81 0 1.47.661 1.47 1.47v1.471h-1.47ZM8.153 6.682c.81 0 1.47.662 1.47 1.471 0 .81-.66 1.47-1.47 1.47H4.471C3.66 9.624 3 8.964 3 8.154c0-.81.661-1.47 1.47-1.47h3.683Z","fill":"#36C5F0"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M14.059 8.153c0-.81.66-1.47 1.47-1.47.81 0 1.471.66 1.471 1.47 0 .81-.661 1.47-1.47 1.47h-1.471v-1.47ZM13.318 8.153c0 .81-.662 1.47-1.471 1.47-.81 0-1.47-.66-1.47-1.47V4.471c0-.81.66-1.471 1.47-1.471.81 0 1.47.661 1.47 1.47v3.683Z","fill":"#2EB67D"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M11.847 14.059c.81 0 1.47.66 1.47 1.47 0 .81-.66 1.471-1.47 1.471-.81 0-1.47-.661-1.47-1.47v-1.471h1.47ZM11.847 13.318c-.81 0-1.47-.662-1.47-1.471 0-.81.66-1.47 1.47-1.47h3.682c.81 0 1.471.66 1.471 1.47 0 .81-.661 1.47-1.47 1.47h-3.683Z","fill":"#ECB22E"},"children":[]}],"metadata":""}]},"name":"slack"};
11
-
12
- export default Slack;
@@ -1,12 +0,0 @@
1
- /**
2
- * This file was automatically generated. Do not edit manually.
3
- *
4
- * @see import("../svg/slide-menu-close.svg")
5
- * @see import("../../../scripts/generate-icons.mjs")
6
- */
7
-
8
- import type {IconDefinition} from "../types";
9
-
10
- const SlideMenuClose: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M14.161 8.828a.7.7 0 1 0-.99-.99l-1.666 1.667a.7.7 0 0 0 0 .99l1.666 1.667a.7.7 0 1 0 .99-.99L12.99 10l1.171-1.172Z"},"children":[]},{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M18 5.75A2.75 2.75 0 0 0 15.25 3H4.75A2.75 2.75 0 0 0 2 5.75v8.5A2.75 2.75 0 0 0 4.75 17h10.5A2.75 2.75 0 0 0 18 14.25v-8.5ZM15.25 4.5c.69 0 1.25.56 1.25 1.25v8.5c0 .69-.56 1.25-1.25 1.25h-6.5v-11h6.5Zm-8 0v11h-2.5c-.69 0-1.25-.56-1.25-1.25v-8.5c0-.69.56-1.25 1.25-1.25h2.5Z"},"children":[]}],"metadata":""}]},"name":"slide-menu-close"};
11
-
12
- export default SlideMenuClose;
@@ -1,12 +0,0 @@
1
- /**
2
- * This file was automatically generated. Do not edit manually.
3
- *
4
- * @see import("../svg/slide-menu-open.svg")
5
- * @see import("../../../scripts/generate-icons.mjs")
6
- */
7
-
8
- import type {IconDefinition} from "../types";
9
-
10
- const SlideMenuOpen: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M11.505 8.828a.7.7 0 1 1 .99-.99l1.666 1.667a.7.7 0 0 1 0 .99l-1.666 1.667a.7.7 0 1 1-.99-.99L12.676 10l-1.171-1.172Z"},"children":[]},{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M18 5.75A2.75 2.75 0 0 0 15.25 3H4.75A2.75 2.75 0 0 0 2 5.75v8.5A2.75 2.75 0 0 0 4.75 17h10.5A2.75 2.75 0 0 0 18 14.25v-8.5ZM15.25 4.5c.69 0 1.25.56 1.25 1.25v8.5c0 .69-.56 1.25-1.25 1.25h-6.5v-11h6.5Zm-8 0v11h-2.5c-.69 0-1.25-.56-1.25-1.25v-8.5c0-.69.56-1.25 1.25-1.25h2.5Z"},"children":[]}],"metadata":""}]},"name":"slide-menu-open"};
11
-
12
- export default SlideMenuOpen;
@@ -1,12 +0,0 @@
1
- /**
2
- * This file was automatically generated. Do not edit manually.
3
- *
4
- * @see import("../svg/sort-on-bottom.svg")
5
- * @see import("../../../scripts/generate-icons.mjs")
6
- */
7
-
8
- import type {IconDefinition} from "../types";
9
-
10
- const SortOnBottom: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M6.083 3a.75.75 0 0 1 .75.75v10.686l2.053-2.053a.75.75 0 0 1 1.061 1.06l-3.333 3.334a.75.75 0 0 1-1.061 0L2.22 13.444a.75.75 0 1 1 1.06-1.061l2.053 2.053V3.75a.75.75 0 0 1 .75-.75Zm2.75 1a.75.75 0 0 1 .75-.75h7.667a.75.75 0 0 1 0 1.5H9.583a.75.75 0 0 1-.75-.75Zm0 3a.75.75 0 0 1 .75-.75h5.667a.75.75 0 0 1 0 1.5H9.583a.75.75 0 0 1-.75-.75Zm0 3a.75.75 0 0 1 .75-.75h3.667a.75.75 0 0 1 0 1.5H9.583a.75.75 0 0 1-.75-.75Z"},"children":[]}],"metadata":""}]},"name":"sort-on-bottom"};
11
-
12
- export default SortOnBottom;
@@ -1,12 +0,0 @@
1
- /**
2
- * This file was automatically generated. Do not edit manually.
3
- *
4
- * @see import("../svg/sort-on-top.svg")
5
- * @see import("../../../scripts/generate-icons.mjs")
6
- */
7
-
8
- import type {IconDefinition} from "../types";
9
-
10
- const SortOnTop: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M6.083 16.997a.75.75 0 0 0 .75-.75V5.56l2.053 2.053a.75.75 0 0 0 1.061-1.061L6.614 3.22a.75.75 0 0 0-1.061 0L2.22 6.553a.75.75 0 0 0 1.06 1.06l2.053-2.052v10.686c0 .414.336.75.75.75Zm2.75-1c0 .414.336.75.75.75h7.667a.75.75 0 0 0 0-1.5H9.583a.75.75 0 0 0-.75.75Zm0-3c0 .414.336.75.75.75h5.667a.75.75 0 0 0 0-1.5H9.583a.75.75 0 0 0-.75.75Zm0-3c0 .414.336.75.75.75h3.667a.75.75 0 0 0 0-1.5H9.583a.75.75 0 0 0-.75.75Z"},"children":[]}],"metadata":""}]},"name":"sort-on-top"};
11
-
12
- export default SortOnTop;
@@ -1,12 +0,0 @@
1
- /**
2
- * This file was automatically generated. Do not edit manually.
3
- *
4
- * @see import("../svg/space-list.svg")
5
- * @see import("../../../scripts/generate-icons.mjs")
6
- */
7
-
8
- import type {IconDefinition} from "../types";
9
-
10
- const SpaceList: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M2 4.25A2.25 2.25 0 0 1 4.25 2H7a2.25 2.25 0 0 1 2.25 2.25V7A2.25 2.25 0 0 1 7 9.25H4.25A2.25 2.25 0 0 1 2 7V4.25Zm1.5 0a.75.75 0 0 1 .75-.75H7a.75.75 0 0 1 .75.75V7a.75.75 0 0 1-.75.75H4.25A.75.75 0 0 1 3.5 7V4.25Zm9.5 6.5A2.25 2.25 0 0 0 10.75 13v2.75A2.25 2.25 0 0 0 13 18h2.75A2.25 2.25 0 0 0 18 15.75V13a2.25 2.25 0 0 0-2.25-2.25H13Zm0 1.5a.75.75 0 0 0-.75.75v2.75c0 .414.336.75.75.75h2.75a.75.75 0 0 0 .75-.75V13a.75.75 0 0 0-.75-.75H13ZM7.195 10.9a2.22 2.22 0 0 0-3.14 0L2.15 12.805a2.22 2.22 0 0 0 0 3.14l1.905 1.905a2.22 2.22 0 0 0 3.14 0L9.1 15.945a2.22 2.22 0 0 0 0-3.14L7.195 10.9Zm-1.061 1.06a.72.72 0 0 0-1.018 0l-1.905 1.906a.72.72 0 0 0 0 1.018l1.905 1.905a.72.72 0 0 0 1.018 0l1.905-1.905a.72.72 0 0 0 0-1.018l-1.905-1.905ZM16.5 5.5a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm1.5 0a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0Z"},"children":[]}],"metadata":""}]},"name":"space-list"};
11
-
12
- export default SpaceList;
@@ -1,12 +0,0 @@
1
- /**
2
- * This file was automatically generated. Do not edit manually.
3
- *
4
- * @see import("../svg/success.svg")
5
- * @see import("../../../scripts/generate-icons.mjs")
6
- */
7
-
8
- import type {IconDefinition} from "../types";
9
-
10
- const Success: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"m12.267 7.325-3.575 3.583-1.375-1.375a.833.833 0 1 0-1.175 1.175L8.1 12.675a.834.834 0 0 0 1.175 0l4.167-4.167a.833.833 0 1 0-1.175-1.183ZM10 1.667a8.333 8.333 0 1 0 0 16.666 8.333 8.333 0 0 0 0-16.666Zm0 15a6.667 6.667 0 1 1 0-13.334 6.667 6.667 0 0 1 0 13.334Z"},"children":[]}],"metadata":""}]},"name":"success"};
11
-
12
- export default Success;
@@ -1,12 +0,0 @@
1
- /**
2
- * This file was automatically generated. Do not edit manually.
3
- *
4
- * @see import("../svg/template.svg")
5
- * @see import("../../../scripts/generate-icons.mjs")
6
- */
7
-
8
- import type {IconDefinition} from "../types";
9
-
10
- const Template: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"width":20,"height":20},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M3.5 5.75A.75.75 0 0 1 4.25 5h11.5a.75.75 0 0 1 .75.75v10a.75.75 0 0 1-.75.75H4.25a.75.75 0 0 1-.75-.75v-10ZM4.25 2A2.25 2.25 0 0 0 2 4.25v11.5A2.25 2.25 0 0 0 4.25 18h11.5A2.25 2.25 0 0 0 18 15.75V4.25A2.25 2.25 0 0 0 15.75 2H4.25Zm4.228 5.5c.84-.84 2.203-.84 3.044 0l1.848 1.848c.84.84.84 2.203 0 3.044l-1.848 1.847c-.84.84-2.203.84-3.044 0L6.63 12.392a2.152 2.152 0 0 1 0-3.044L8.478 7.5Zm1.029 1.029a.698.698 0 0 1 .986 0l1.848 1.847a.698.698 0 0 1 0 .987l-1.848 1.848a.698.698 0 0 1-.986 0l-1.848-1.848a.698.698 0 0 1 0-.987L9.507 8.53Z"},"children":[]}],"metadata":""}]},"name":"template"};
11
-
12
- export default Template;
@@ -1,12 +0,0 @@
1
- /**
2
- * This file was automatically generated. Do not edit manually.
3
- *
4
- * @see import("../svg/thumbs-down.svg")
5
- * @see import("../../../scripts/generate-icons.mjs")
6
- */
7
-
8
- import type {IconDefinition} from "../types";
9
-
10
- const ThumbsDown: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M5.25 3c.52 0 .984.228 1.305.587A2.736 2.736 0 0 1 8.25 3h5.71l.233.01a2.75 2.75 0 0 1 2.426 2.036l1.19 4.5.04.163A2.75 2.75 0 0 1 15.152 13h-3.326l.798 2.167.074.236a2.624 2.624 0 0 1-1.363 3.018.75.75 0 0 1-.902-.18l-4.265-4.937a2.764 2.764 0 0 1-.297-.42A1.743 1.743 0 0 1 5.25 13h-1.5A1.75 1.75 0 0 1 2 11.25v-6.5C2 3.784 2.784 3 3.75 3h1.5Zm3 1.5C7.56 4.5 7 5.06 7 5.75v5.5c0 .052-.003.103-.008.154a.757.757 0 0 1 .008.102c0 .3.108.59.304.817l3.785 4.383c.18-.263.244-.597.159-.919l-.032-.102-1.17-3.176a.75.75 0 0 1 .704-1.009h4.402a1.25 1.25 0 0 0 1.238-1.422l-.03-.148-1.191-4.5a1.25 1.25 0 0 0-1.103-.925l-.105-.005H8.25Zm-4.5 0a.25.25 0 0 0-.25.25v6.5c0 .138.112.25.25.25h1.5a.25.25 0 0 0 .25-.25v-6.5a.25.25 0 0 0-.25-.25h-1.5Z"},"children":[]}],"metadata":""}]},"name":"thumbs-down"};
11
-
12
- export default ThumbsDown;
@@ -1,12 +0,0 @@
1
- /**
2
- * This file was automatically generated. Do not edit manually.
3
- *
4
- * @see import("../svg/thumbs-up.svg")
5
- * @see import("../../../scripts/generate-icons.mjs")
6
- */
7
-
8
- import type {IconDefinition} from "../types";
9
-
10
- const ThumbsUp: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M10.523 1.67a.75.75 0 0 1 .812-.09l.217.12a2.624 2.624 0 0 1 1.146 2.897l-.074.236L11.826 7h3.326a2.75 2.75 0 0 1 2.697 3.291l-.04.163-1.19 4.5A2.75 2.75 0 0 1 13.961 17H8.25c-.64 0-1.228-.221-1.695-.588-.32.36-.785.588-1.305.588h-1.5A1.75 1.75 0 0 1 2 15.25v-6.5C2 7.784 2.784 7 3.75 7h1.5c.219 0 .428.042.621.115.085-.147.184-.287.297-.418l4.265-4.937.09-.09ZM3.75 8.5a.25.25 0 0 0-.25.25v6.5c0 .138.112.25.25.25h1.5a.25.25 0 0 0 .25-.25v-6.5a.25.25 0 0 0-.25-.25h-1.5Zm3.554-.823A1.253 1.253 0 0 0 7 8.494a.755.755 0 0 1-.008.1c.005.051.008.103.008.156v5.5l.007.128A1.25 1.25 0 0 0 8.25 15.5h5.71a1.25 1.25 0 0 0 1.209-.93l1.191-4.5.03-.148A1.25 1.25 0 0 0 15.152 8.5H10.75a.75.75 0 0 1-.704-1.009l1.17-3.177.032-.101c.085-.322.02-.656-.16-.92L7.305 7.677Z"},"children":[]}],"metadata":""}]},"name":"thumbs-up"};
11
-
12
- export default ThumbsUp;
@@ -1,12 +0,0 @@
1
- /**
2
- * This file was automatically generated. Do not edit manually.
3
- *
4
- * @see import("../svg/twitter.svg")
5
- * @see import("../../../scripts/generate-icons.mjs")
6
- */
7
-
8
- import type {IconDefinition} from "../types";
9
-
10
- const Twitter: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"width":20,"height":20,"fill":"none"},"children":[{"type":"element","tagName":"rect","properties":{"x":1,"y":1,"width":18,"height":18,"rx":2,"fill":"#000"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M14.163 3.5h2.205L11.55 9.007l5.668 7.493H12.78l-3.476-4.545L5.327 16.5H3.12l5.153-5.89L2.836 3.5h4.55l3.143 4.154L14.163 3.5Zm-.774 11.68h1.222L6.723 4.75H5.41l7.978 10.43Z","fill":"#fff"},"children":[]}],"metadata":""}]},"name":"twitter"};
11
-
12
- export default Twitter;
@@ -1,12 +0,0 @@
1
- /**
2
- * This file was automatically generated. Do not edit manually.
3
- *
4
- * @see import("../svg/type/boolean.svg")
5
- * @see import("../../../scripts/generate-icons.mjs")
6
- */
7
-
8
- import type {IconDefinition} from "../types";
9
-
10
- const TypeBoolean: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"g","properties":{},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M14 8A5 5 0 1 1 4 8a5 5 0 0 1 10 0Zm-2 0a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M9 14.5c.406 0 .803-.037 1.188-.108a3 3 0 0 0 4.615-3.461 6.462 6.462 0 0 0 .684-2.515 5 5 0 1 1-7.904 5.929c.456.101.93.155 1.417.155Z"},"children":[]}]}],"metadata":""}]},"name":"type-boolean"};
11
-
12
- export default TypeBoolean;
@@ -1,12 +0,0 @@
1
- /**
2
- * This file was automatically generated. Do not edit manually.
3
- *
4
- * @see import("../svg/type/function.svg")
5
- * @see import("../../../scripts/generate-icons.mjs")
6
- */
7
-
8
- import type {IconDefinition} from "../types";
9
-
10
- const TypeFunction: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M8.472 15.808a1.18 1.18 0 0 0 .416-.448l1.456-5.952.146-.592H12.2a.825.825 0 1 0 0-1.65H10.91l.298-1.134c.075-.277.235-.512.48-.704.256-.203.565-.304.928-.304.32 0 .544.075.672.224.128.15.23.357.304.624.064.203.123.347.176.432.064.085.165.128.304.128.384 0 .635-.08.752-.24.128-.16.192-.373.192-.64a2.14 2.14 0 0 0-1.088-1.824c-.363-.213-.79-.32-1.28-.32-1.024 0-1.819.288-2.384.864-.555.565-.96 1.403-1.216 2.512l-.083.382H7.85a.825.825 0 1 0 0 1.65h.718l-.207.752L7 15.12v.096c0 .235.096.421.288.56.203.15.4.224.592.224.213 0 .41-.064.592-.192Z"},"children":[]}],"metadata":""}]},"name":"type-function"};
11
-
12
- export default TypeFunction;
@@ -1,12 +0,0 @@
1
- /**
2
- * This file was automatically generated. Do not edit manually.
3
- *
4
- * @see import("../svg/type/id.svg")
5
- * @see import("../../../scripts/generate-icons.mjs")
6
- */
7
-
8
- import type {IconDefinition} from "../types";
9
-
10
- const TypeId: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M14.75 3A2.25 2.25 0 0 1 17 5.25v9.5A2.25 2.25 0 0 1 14.75 17h-9.5A2.25 2.25 0 0 1 3 14.75v-9.5A2.25 2.25 0 0 1 5.25 3h9.5ZM5.3 7a.3.3 0 0 0-.3.3v.416a.3.3 0 0 0 .3.3h.962v3.967H5.3a.3.3 0 0 0-.3.301v.416a.3.3 0 0 0 .3.3h3.123a.3.3 0 0 0 .3-.3v-.416a.3.3 0 0 0-.3-.3h-.961V8.016h.96a.3.3 0 0 0 .3-.301V7.3a.3.3 0 0 0-.3-.3H5.3Zm5.713 0a.3.3 0 0 0-.3.3v5.4a.3.3 0 0 0 .3.3h1.112c.947 0 1.686-.235 2.17-.741.483-.507.705-1.271.705-2.253 0-.987-.222-1.754-.704-2.26C13.81 7.235 13.073 7 12.125 7h-1.112Zm.901 1.001c.5 0 1.13-.01 1.482.406l.002.002c.223.26.36.772.36 1.597 0 .816-.136 1.326-.36 1.589-.357.412-.983.404-1.484.404V8.001Z"},"children":[]}],"metadata":""}]},"name":"type-id"};
11
-
12
- export default TypeId;
@@ -1,12 +0,0 @@
1
- /**
2
- * This file was automatically generated. Do not edit manually.
3
- *
4
- * @see import("../svg/type/rule.svg")
5
- * @see import("../../../scripts/generate-icons.mjs")
6
- */
7
-
8
- import type {IconDefinition} from "../types";
9
-
10
- const TypeRule: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"m7.875 18.51 7.32-9.328c.14-.18.211-.344.211-.532 0-.32-.25-.562-.594-.562h-4.468l2.312-6.133c.32-.86-.578-1.312-1.125-.61l-7.32 9.329c-.14.172-.211.336-.211.523 0 .328.25.57.594.57h4.468L6.75 17.894c-.32.859.578 1.32 1.125.617Zm3.148-8.016H6.164l4.32-5.71-2.109 4.57h4.867l-4.32 5.718 2.101-4.578Z"},"children":[]}],"metadata":""}]},"name":"type-rule"};
11
-
12
- export default TypeRule;
@@ -1,12 +0,0 @@
1
- /**
2
- * This file was automatically generated. Do not edit manually.
3
- *
4
- * @see import("../svg/type/url.svg")
5
- * @see import("../../../scripts/generate-icons.mjs")
6
- */
7
-
8
- import type {IconDefinition} from "../types";
9
-
10
- const TypeUrl: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M3.982 8.862a5.06 5.06 0 0 0 7.156 7.156l1.22-1.22a.746.746 0 1 0-1.056-1.056l-1.22 1.22a3.567 3.567 0 0 1-5.044-5.044l1.22-1.22a.747.747 0 0 0-1.056-1.056l-1.22 1.22Z"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M7.032 11.912a.747.747 0 0 0 1.056 1.056l4.88-4.88a.746.746 0 1 0-1.056-1.056l-4.88 4.88Z"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M7.642 5.202a.747.747 0 1 0 1.056 1.056l1.22-1.22a3.567 3.567 0 0 1 5.044 5.044l-1.22 1.22a.746.746 0 1 0 1.056 1.056l1.22-1.22a5.06 5.06 0 0 0-7.156-7.156l-1.22 1.22Z"},"children":[]}],"metadata":""}]},"name":"type-url"};
11
-
12
- export default TypeUrl;
@@ -1,12 +0,0 @@
1
- /**
2
- * This file was automatically generated. Do not edit manually.
3
- *
4
- * @see import("../svg/units/db-badge-abbr.svg")
5
- * @see import("../../../scripts/generate-icons.mjs")
6
- */
7
-
8
- import type {IconDefinition} from "../types";
9
-
10
- const UnitsDbBadgeAbbr: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"width":20,"height":20},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M5.25 17A2.25 2.25 0 0 1 3 14.75v-9.5A2.25 2.25 0 0 1 5.25 3h9.5A2.25 2.25 0 0 1 17 5.25v9.5A2.25 2.25 0 0 1 14.75 17h-9.5Zm2.362-2.996c-.149.486-.386.691-.803.691-.492 0-.809-.286-.809-.74 0-.125.031-.3.106-.492l2.608-7.091c.218-.598.58-.872 1.165-.872.591 0 .952.261 1.176.865l2.615 7.098a1.4 1.4 0 0 1 .106.491c0 .436-.336.741-.803.741-.436 0-.679-.199-.822-.678l-.592-1.719H8.204l-.592 1.706Zm2.235-6.81-1.263 3.834h2.583L9.891 7.193h-.044Z"},"children":[]}],"metadata":""}]},"name":"units-db-badge-abbr"};
11
-
12
- export default UnitsDbBadgeAbbr;
@@ -1,12 +0,0 @@
1
- /**
2
- * This file was automatically generated. Do not edit manually.
3
- *
4
- * @see import("../svg/units/db-badge-full.svg")
5
- * @see import("../../../scripts/generate-icons.mjs")
6
- */
7
-
8
- import type {IconDefinition} from "../types";
9
-
10
- const UnitsDbBadgeFull: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"width":20,"height":20},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M4.25 16A2.25 2.25 0 0 1 2 13.75v-7.5A2.25 2.25 0 0 1 4.25 4h11.5A2.25 2.25 0 0 1 18 6.25v7.5A2.25 2.25 0 0 1 15.75 16H4.25Zm.375-2.5c.321 0 .504-.156.62-.526l.456-1.299H8.29l.456 1.308c.11.365.298.517.634.517.36 0 .62-.232.62-.564 0-.109-.024-.218-.082-.374L7.901 7.159c-.173-.46-.452-.659-.908-.659-.452 0-.73.209-.899.664l-2.012 5.398c-.058.147-.082.28-.082.374 0 .346.245.564.625.564Zm1.369-2.791.975-2.92h.033l.985 2.92H5.994Zm5.529 2.791h2.18c1.433 0 2.297-.747 2.297-1.98 0-.93-.616-1.605-1.531-1.712V9.77c.672-.117 1.2-.781 1.2-1.524 0-1.057-.785-1.746-1.98-1.746h-2.166c-.327 0-.523.213-.523.563v5.874c0 .35.196.563.523.563Zm.523-4.021V7.388h1.391c.756 0 1.186.359 1.186 1.009 0 .693-.5 1.082-1.405 1.082h-1.172Zm0 3.133v-2.304h1.382c.99 0 1.503.388 1.503 1.145s-.5 1.16-1.443 1.16h-1.442Z"},"children":[]}],"metadata":""}]},"name":"units-db-badge-full"};
11
-
12
- export default UnitsDbBadgeFull;
@@ -1,12 +0,0 @@
1
- /**
2
- * This file was automatically generated. Do not edit manually.
3
- *
4
- * @see import("../svg/units/db-icon.svg")
5
- * @see import("../../../scripts/generate-icons.mjs")
6
- */
7
-
8
- import type {IconDefinition} from "../types";
9
-
10
- const UnitsDbIcon: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"width":20,"height":20},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M8.25 14A2.25 2.25 0 0 1 6 11.75v-3.5A2.25 2.25 0 0 1 8.25 6h3.5A2.25 2.25 0 0 1 14 8.25v3.5A2.25 2.25 0 0 1 11.75 14h-3.5Z"},"children":[]}],"metadata":""}]},"name":"units-db-icon"};
11
-
12
- export default UnitsDbIcon;
@@ -1,12 +0,0 @@
1
- /**
2
- * This file was automatically generated. Do not edit manually.
3
- *
4
- * @see import("../svg/unlock-outline.svg")
5
- * @see import("../../../scripts/generate-icons.mjs")
6
- */
7
-
8
- import type {IconDefinition} from "../types";
9
-
10
- const UnlockOutline: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"width":20,"height":20,"fill":"none"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M14 1c-1.363 0-2.425.5-3.11 1.483-.654.934-.89 2.196-.89 3.577v.77H4.75c-.706 0-1.406.2-1.937.691C2.273 8.021 2 8.737 2 9.58v5.67C2 16.744 3.107 18 4.75 18h8.5c.307 0 .622-.106.882-.228.277-.13.564-.313.827-.536.5-.426 1.041-1.116 1.041-1.986V9.58c0-.842-.271-1.558-.811-2.058-.53-.492-1.232-.692-1.939-.692h-1.739v-.77c0-1.245.221-2.127.608-2.68.354-.506.914-.836 1.881-.836s1.527.33 1.88.836c.391.559.532 1.246.582 1.932.03.413.36.748.775.748.42 0 .763-.343.734-.761-.07-.996-.282-1.989-.86-2.816C16.424 1.5 15.363 1 14 1ZM3.832 8.623c-.175.161-.332.445-.332.957v5.67c0 .715.484 1.25 1.25 1.25h8.502c.017-.004.099-.018.242-.086.155-.072.33-.183.493-.321.35-.298.513-.608.513-.843V9.58c0-.513-.157-.797-.33-.958-.184-.17-.484-.292-.92-.292h-8.5c-.434 0-.734.122-.918.293ZM9.75 11.25a.75.75 0 0 0-1.5 0v2.25a.75.75 0 0 0 1.5 0v-2.25Z","fill":"currentColor"},"children":[]}],"metadata":""}]},"name":"unlock-outline"};
11
-
12
- export default UnlockOutline;
@@ -1,12 +0,0 @@
1
- /**
2
- * This file was automatically generated. Do not edit manually.
3
- *
4
- * @see import("../svg/upgrade.svg")
5
- * @see import("../../../scripts/generate-icons.mjs")
6
- */
7
-
8
- import type {IconDefinition} from "../types";
9
-
10
- const Upgrade: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"g","properties":{"fillRule":"evenodd","clipRule":"evenodd"},"children":[{"type":"element","tagName":"path","properties":{"d":"M4.785 12.827a2.517 2.517 0 0 0-1.7.591c-.418.352-.73.841-.965 1.322a9.279 9.279 0 0 0-.558 1.498 14.326 14.326 0 0 0-.38 1.746l-.004.03-.001.01v.003a.7.7 0 0 0 .786.787h.004l.009-.002.03-.004.11-.017a14.327 14.327 0 0 0 1.637-.363 9.275 9.275 0 0 0 1.497-.558c.48-.235.97-.547 1.322-.966.81-.958.819-2.448-.118-3.374l-.009-.008a2.517 2.517 0 0 0-1.66-.695ZM2.75 17.242c.192-.045.401-.097.618-.16.432-.123.878-.279 1.268-.47.399-.194.693-.403.866-.609l.001-.001c.372-.44.347-1.096-.028-1.471a1.116 1.116 0 0 0-1.486-.042h-.001c-.206.174-.414.467-.61.866-.19.39-.346.836-.47 1.268-.061.217-.114.426-.158.619Z"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M13.218 3.812a10.033 10.033 0 0 1 4.179-1.22c-.142 2.176-1.007 5.406-4.66 7.858a17.93 17.93 0 0 1-2.78 1.434L8.123 10.05c.091-.2.21-.454.344-.735.32-.668.723-1.461 1.08-2.032a10.033 10.033 0 0 1 3.671-3.471Zm-2.731 9.368c.748-.307 1.477-.66 2.181-1.057.035.178.069.375.095.58.053.406.075.83.04 1.215-.037.391-.129.692-.265.897-.269.4-.905.755-1.627 1.017-.147.053-.29.1-.424.141V13.18Zm-1.149 4.228a.7.7 0 0 0 .574.15h.004l.007-.001.026-.005a6.685 6.685 0 0 0 .413-.093c.266-.066.632-.168 1.027-.311.743-.27 1.773-.748 2.313-1.555v-.001c.314-.47.447-1.028.495-1.544a7.034 7.034 0 0 0-.045-1.524c-.06-.47-.151-.89-.226-1.193v-.002C18.164 8.265 18.82 4.2 18.82 1.87a.7.7 0 0 0-.696-.7 11.433 11.433 0 0 0-9.472 4.927 10.778 10.778 0 0 0-1.178-.237 6.946 6.946 0 0 0-1.526-.06c-.517.043-1.077.173-1.55.488-.808.54-1.286 1.57-1.556 2.313a10.386 10.386 0 0 0-.404 1.44l-.005.026-.001.008v.004a.7.7 0 0 0 .688.824h3.877l2.09 2.09v3.877a.7.7 0 0 0 .251.538ZM7.278 7.247c.218.03.425.069.612.108-.248.459-.487.94-.685 1.355-.148.307-.276.583-.372.794H4.017c.04-.135.088-.278.141-.425.262-.721.616-1.358 1.017-1.627.203-.134.501-.225.891-.257a5.562 5.562 0 0 1 1.213.052Z"},"children":[]}]}],"metadata":""}]},"name":"upgrade"};
11
-
12
- export default Upgrade;
@@ -1,12 +0,0 @@
1
- /**
2
- * This file was automatically generated. Do not edit manually.
3
- *
4
- * @see import("../svg/user-check.svg")
5
- * @see import("../../../scripts/generate-icons.mjs")
6
- */
7
-
8
- import type {IconDefinition} from "../types";
9
-
10
- const UserCheck: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"width":20,"height":20},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M13.156 5.65a3.65 3.65 0 1 0-7.3 0 3.65 3.65 0 0 0 7.3 0Zm-1.5 0a2.15 2.15 0 1 0-4.3 0 2.15 2.15 0 0 0 4.3 0Zm-6.8 10.85c-.215 0-.33-.144-.338-.27-.035-.529-.024-1.084.08-1.45.269-.935.899-1.565 1.768-1.978.691-.328 1.522-.51 2.393-.575.413-.03.749-.363.749-.777a.714.714 0 0 0-.75-.726c-1.041.066-2.104.28-3.035.723-1.174.557-2.156 1.489-2.566 2.92-.18.63-.172 1.405-.136 1.96C3.086 17.33 3.941 18 4.856 18h3.9a.75.75 0 0 0 0-1.5h-3.9Zm10.69-5.5a.868.868 0 0 0-.72.356l-2.238 2.95-1.075-1.125-.001-.001a.882.882 0 0 0-.646-.265c-.447 0-.86.33-.86.83 0 .204.081.425.214.564l1.756 1.824c.18.195.456.267.667.267.278 0 .547-.105.706-.307l2.876-3.779.001-.001a.839.839 0 0 0 .18-.492c0-.482-.414-.821-.86-.821Z"},"children":[]}],"metadata":""}]},"name":"user-check"};
11
-
12
- export default UserCheck;
@@ -1,12 +0,0 @@
1
- /**
2
- * This file was automatically generated. Do not edit manually.
3
- *
4
- * @see import("../svg/user-group-remove.svg")
5
- * @see import("../../../scripts/generate-icons.mjs")
6
- */
7
-
8
- import type {IconDefinition} from "../types";
9
-
10
- const UserGroupRemove: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"width":20,"height":20},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M4.5 2A2.5 2.5 0 0 0 2 4.5v11A2.5 2.5 0 0 0 4.5 18h4.75a.75.75 0 0 0 0-1.5H4.5a1 1 0 0 1-1-1V4.61c0-.553.448-1.11 1-1.11h11a1 1 0 0 1 1 1v4.75a.75.75 0 0 0 1.5 0V4.5A2.5 2.5 0 0 0 15.5 2h-11Zm8.78 10.22a.75.75 0 1 0-1.06 1.06L13.94 15l-1.72 1.72a.75.75 0 1 0 1.06 1.06L15 16.06l1.72 1.72a.75.75 0 1 0 1.06-1.06L16.06 15l1.72-1.72a.75.75 0 1 0-1.06-1.06L15 13.94l-1.72-1.72ZM10 6a1.583 1.583 0 1 0 0 3.167A1.583 1.583 0 0 0 10 6Z"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M8.228 12.764c.133-.534.79-1.097 1.772-1.097h.25a.75.75 0 0 0 0-1.5H10c-1.486 0-2.888.868-3.228 2.235a.75.75 0 1 0 1.456.362Z"},"children":[]}],"metadata":""}]},"name":"user-group-remove"};
11
-
12
- export default UserGroupRemove;
@@ -1,12 +0,0 @@
1
- /**
2
- * This file was automatically generated. Do not edit manually.
3
- *
4
- * @see import("../svg/user-group.svg")
5
- * @see import("../../../scripts/generate-icons.mjs")
6
- */
7
-
8
- import type {IconDefinition} from "../types";
9
-
10
- const UserGroup: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M4.5 2A2.5 2.5 0 0 0 2 4.5v11A2.5 2.5 0 0 0 4.5 18h11a2.5 2.5 0 0 0 2.5-2.5v-11A2.5 2.5 0 0 0 15.5 2h-11Zm0 1.5c-.552 0-1 .557-1 1.11V15.5a1 1 0 0 0 1 1h11a1 1 0 0 0 1-1v-11a1 1 0 0 0-1-1h-11Zm3.917 4.083a1.583 1.583 0 1 1 3.167 0 1.583 1.583 0 0 1-3.167 0ZM10 11.667c-.982 0-1.64.563-1.772 1.097a.75.75 0 1 1-1.456-.362c.34-1.367 1.742-2.235 3.228-2.235 1.486 0 2.888.868 3.228 2.235a.75.75 0 1 1-1.456.362c-.133-.534-.79-1.097-1.772-1.097Z"},"children":[]}],"metadata":""}]},"name":"user-group"};
11
-
12
- export default UserGroup;
@@ -1,12 +0,0 @@
1
- /**
2
- * This file was automatically generated. Do not edit manually.
3
- *
4
- * @see import("../svg/user-role.svg")
5
- * @see import("../../../scripts/generate-icons.mjs")
6
- */
7
-
8
- import type {IconDefinition} from "../types";
9
-
10
- const UserRole: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M6.804 1.75h6.392c.442 0 .818 0 1.126.025.325.027.64.085.942.238.455.232.824.602 1.056 1.057.154.301.212.617.238.94.025.31.025.686.025 1.127v9.726c0 .441 0 .817-.025 1.126-.026.324-.084.64-.238.941a2.417 2.417 0 0 1-1.056 1.057c-.302.153-.617.211-.942.238-.308.025-.684.025-1.126.025H6.804c-.442 0-.818 0-1.126-.025-.325-.027-.64-.085-.942-.238A2.417 2.417 0 0 1 3.68 16.93c-.154-.302-.212-.618-.238-.942-.025-.309-.025-.685-.025-1.126V5.137c0-.441 0-.817.025-1.126.026-.324.084-.64.238-.941a2.417 2.417 0 0 1 1.056-1.057c.302-.153.617-.211.942-.238.308-.025.684-.025 1.126-.025ZM5.8 3.27c-.232.02-.328.052-.383.08a.917.917 0 0 0-.4.4c-.028.055-.061.152-.08.383-.02.24-.02.555-.02 1.034v9.666c0 .48 0 .794.02 1.034.019.232.052.328.08.383a.917.917 0 0 0 .4.4c.055.028.151.06.383.08.24.02.554.02 1.033.02h6.334c.479 0 .793 0 1.033-.02.232-.02.328-.052.383-.08a.917.917 0 0 0 .4-.4c.028-.055.061-.151.08-.383.02-.24.02-.555.02-1.034V5.167c0-.48 0-.794-.02-1.034-.019-.231-.052-.328-.08-.382a.917.917 0 0 0-.4-.401c-.055-.028-.151-.06-.383-.08-.24-.02-.554-.02-1.033-.02H6.833c-.479 0-.793 0-1.033.02ZM7.583 5a.75.75 0 0 1 .75-.75h3.334a.75.75 0 0 1 0 1.5H8.333a.75.75 0 0 1-.75-.75Zm.834 4.167a1.583 1.583 0 1 1 3.166 0 1.583 1.583 0 0 1-3.166 0ZM10 13.25c-.982 0-1.64.563-1.772 1.098a.75.75 0 0 1-1.456-.362c.34-1.368 1.742-2.236 3.228-2.236 1.486 0 2.888.868 3.228 2.236a.75.75 0 0 1-1.456.362c-.133-.535-.79-1.098-1.772-1.098Z"},"children":[]}],"metadata":""}]},"name":"user-role"};
11
-
12
- export default UserRole;
@@ -1,12 +0,0 @@
1
- /**
2
- * This file was automatically generated. Do not edit manually.
3
- *
4
- * @see import("../svg/user-x.svg")
5
- * @see import("../../../scripts/generate-icons.mjs")
6
- */
7
-
8
- import type {IconDefinition} from "../types";
9
-
10
- const UserX: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"width":20,"height":20},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M9.506 2a3.65 3.65 0 1 1 0 7.3 3.65 3.65 0 0 1 0-7.3Zm0 1.5a2.15 2.15 0 1 1 0 4.3 2.15 2.15 0 0 1 0-4.3Z"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M4.518 16.23c.008.126.123.27.338.27h3.9a.75.75 0 0 1 0 1.5h-3.9c-.915 0-1.77-.67-1.835-1.672-.036-.556-.045-1.33.136-1.961.41-1.431 1.392-2.363 2.566-2.92.931-.442 1.994-.657 3.035-.723a.714.714 0 0 1 .75.726c0 .414-.336.747-.75.777-.87.065-1.7.247-2.392.575-.87.413-1.5 1.043-1.767 1.978-.105.367-.116.921-.081 1.45ZM12.22 12.22a.75.75 0 0 1 1.06 0L15 13.94l1.72-1.72a.75.75 0 1 1 1.06 1.06L16.06 15l1.72 1.72a.75.75 0 1 1-1.06 1.06L15 16.06l-1.72 1.72a.75.75 0 1 1-1.06-1.06L13.94 15l-1.72-1.72a.75.75 0 0 1 0-1.06Z"},"children":[]}],"metadata":""}]},"name":"user-x"};
11
-
12
- export default UserX;
@@ -1,12 +0,0 @@
1
- /**
2
- * This file was automatically generated. Do not edit manually.
3
- *
4
- * @see import("../svg/windows.svg")
5
- * @see import("../../../scripts/generate-icons.mjs")
6
- */
7
-
8
- import type {IconDefinition} from "../types";
9
-
10
- const Windows: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"g","properties":{"clipPath":"url(#Windows__a)"},"children":[{"type":"element","tagName":"mask","properties":{"id":"Windows__b","style":{"maskType":"luminance"},"maskUnits":"userSpaceOnUse","x":2,"y":2,"width":16,"height":16},"children":[{"type":"element","tagName":"path","properties":{"d":"M18 2H2v16h16V2Z"},"children":[]}]},{"type":"element","tagName":"g","properties":{"mask":"url(#Windows__b)"},"children":[{"type":"element","tagName":"path","properties":{"d":"M2 2h7.585v7.582H2V2Zm8.415 0H18v7.582h-7.585V2ZM2 10.415h7.585V18H2v-7.585Zm8.415 0H18V18h-7.585"},"children":[]}]}]},{"type":"element","tagName":"defs","properties":{},"children":[{"type":"element","tagName":"clipPath","properties":{"id":"Windows__a"},"children":[{"type":"element","tagName":"path","properties":{"transform":"translate(2 2)","d":"M0 0h16v16H0z"},"children":[]}]}]}],"metadata":""}]},"name":"windows"};
11
-
12
- export default Windows;
@@ -1,12 +0,0 @@
1
- /**
2
- * This file was automatically generated. Do not edit manually.
3
- *
4
- * @see import("../svg/workspace-map.svg")
5
- * @see import("../../../scripts/generate-icons.mjs")
6
- */
7
-
8
- import type {IconDefinition} from "../types";
9
-
10
- const WorkspaceMap: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M8.103 10.903 4.4 14.613V13.5a.7.7 0 1 0-1.4 0v2.8a.7.7 0 0 0 .7.7h2.8a.7.7 0 1 0 0-1.4H5.387l3.71-3.703a.703.703 0 0 0-.994-.994ZM5.387 4.4H6.5a.7.7 0 1 0 0-1.4H3.7a.7.7 0 0 0-.7.7v2.8a.7.7 0 1 0 1.4 0V5.387l3.703 3.71a.7.7 0 0 0 .994 0 .7.7 0 0 0 0-.994L5.387 4.4ZM16.3 12.8a.7.7 0 0 0-.7.7v1.113l-3.703-3.71a.703.703 0 1 0-.994.994l3.71 3.703H13.5a.7.7 0 1 0 0 1.4h2.8a.7.7 0 0 0 .7-.7v-2.8a.7.7 0 0 0-.7-.7Zm.644-9.366A.7.7 0 0 0 16.3 3h-2.8a.7.7 0 1 0 0 1.4h1.113l-3.71 3.703a.7.7 0 0 0 0 .994.7.7 0 0 0 .994 0l3.703-3.71V6.5a.7.7 0 1 0 1.4 0V3.7a.7.7 0 0 0-.056-.266Z"},"children":[]}],"metadata":""}]},"name":"workspace-map"};
11
-
12
- export default WorkspaceMap;