@fibery/ui-kit 2.0.1 → 2.1.1

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 (1094) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/{eslint.config.mjs → esfint.config.mjs} +1 -1
  3. package/package.json +15 -9
  4. package/scripts/generate-icons.mjs +42 -34
  5. package/src/@types/react-color.d.ts +36 -0
  6. package/src/a11y-color.test.ts +62 -55
  7. package/src/a11y-color.ts +40 -37
  8. package/src/actions-menu/actions-menu-item.tsx +1 -1
  9. package/src/actions-menu/actions-menu.tsx +3 -3
  10. package/src/ai/model.tsx +1 -1
  11. package/src/ai/temperature.tsx +1 -1
  12. package/src/animated-height-container.tsx +2 -2
  13. package/src/antd/{AutoComplete.js → AutoComplete.ts} +1 -1
  14. package/src/antd/{Tabs.js → Tabs.tsx} +7 -4
  15. package/src/antd/ant-upload.tsx +4 -4
  16. package/src/antd/input-number.tsx +2 -2
  17. package/src/antd/input.tsx +2 -2
  18. package/src/antd/styles.ts +8 -8
  19. package/src/antd/utils.tsx +12 -23
  20. package/src/app-icon-with-fallback.tsx +31 -8
  21. package/src/app-icon.tsx +21 -8
  22. package/src/avatar.tsx +8 -5
  23. package/src/axis-header.tsx +2 -2
  24. package/src/banner/banner-action.tsx +23 -0
  25. package/src/banner/banner-context.tsx +4 -0
  26. package/src/banner/banner-variant.ts +1 -0
  27. package/src/banner/banner.tsx +101 -0
  28. package/src/box.tsx +3 -1
  29. package/src/breadcrumb.tsx +14 -11
  30. package/src/button/base-button.tsx +2 -2
  31. package/src/button/make-button-colors.ts +2 -2
  32. package/src/canvas-colors.ts +133 -0
  33. package/src/card-container.tsx +1 -1
  34. package/src/checkbox-multi-select.tsx +4 -4
  35. package/src/checkbox.tsx +21 -9
  36. package/src/color-filter.test.ts +114 -0
  37. package/src/color-filter.ts +125 -0
  38. package/src/color-picker/{ColorPickerOrLoader.js → ColorPickerOrLoader.tsx} +2 -2
  39. package/src/color-picker/{SliderPointer.js → SliderPointer.tsx} +3 -2
  40. package/src/color-picker/{index.js → index.tsx} +37 -8
  41. package/src/color-picker/swatch.tsx +5 -4
  42. package/src/color-utils.test.ts +246 -116
  43. package/src/color-utils.ts +150 -144
  44. package/src/command-menu/index.tsx +1 -1
  45. package/src/date-picker/autocomplete.tsx +1 -0
  46. package/src/date-picker/date-range-picker-popup-content.tsx +1 -1
  47. package/src/date-picker/date-range-picker.tsx +1 -1
  48. package/src/date-picker/fake-date-input.tsx +10 -4
  49. package/src/date-picker/relative-date-picker.tsx +32 -3
  50. package/src/date-picker/single-date-picker.tsx +13 -3
  51. package/src/date-picker/styles.ts +12 -12
  52. package/src/date-picker/types.ts +2 -0
  53. package/src/design-system/alpha.ts +0 -15
  54. package/src/design-system/animation.ts +24 -5
  55. package/src/design-system/colors-css.ts +20 -4
  56. package/src/design-system/colors-js.test.ts +167 -153
  57. package/src/design-system/colors-js.ts +30 -85
  58. package/src/design-system/colors.test.ts +5 -5
  59. package/src/design-system/colors.ts +700 -404
  60. package/src/design-system/def.ts +17 -0
  61. package/src/design-system/layout.ts +1 -0
  62. package/src/design-system/theme.test.ts +13 -68
  63. package/src/design-system/theme.ts +28 -76
  64. package/src/design-system/types.ts +102 -0
  65. package/src/design-system/vars.test.ts +71 -1681
  66. package/src/design-system/vars.ts +45 -29
  67. package/src/design-system.ts +13 -5
  68. package/src/dnd.tsx +1 -1
  69. package/src/{utils-dom.ts → dom-utils.ts} +19 -0
  70. package/src/dot.tsx +2 -2
  71. package/src/emoji-picker/app-icon-picker.tsx +2 -1
  72. package/src/emoji-picker/emoji-picker-content-with-color.tsx +7 -4
  73. package/src/emoji-picker/emoji-picker.tsx +3 -0
  74. package/src/emoji-picker/icon-emoji-picker.tsx +1 -1
  75. package/src/emoji-picker/primitives/emoji.tsx +3 -2
  76. package/src/favorites-icon.tsx +1 -1
  77. package/src/fibermoji-placeholder.tsx +6 -1
  78. package/src/file-item/add-query-param.ts +13 -0
  79. package/src/file-item/file-menu-items.tsx +2 -1
  80. package/src/file-item/file-preview-actions.tsx +14 -2
  81. package/src/file-item.tsx +5 -5
  82. package/src/flags.ts +3 -0
  83. package/src/header-layout.tsx +9 -2
  84. package/src/heat.ts +8 -0
  85. package/src/highlight-colors.test.ts +68 -0
  86. package/src/highlight-colors.ts +91 -0
  87. package/src/html-styles.ts +3 -3
  88. package/src/hue-shift.test.ts +17 -4
  89. package/src/icons/Icon.tsx +5 -2
  90. package/src/icons/ast/Abort.ts +8 -4
  91. package/src/icons/ast/AccessTemplate.ts +8 -4
  92. package/src/icons/ast/Activity.ts +8 -4
  93. package/src/icons/ast/ActivityFilled.ts +8 -4
  94. package/src/icons/ast/ActivityLog.ts +8 -4
  95. package/src/icons/ast/Add.ts +8 -4
  96. package/src/icons/ast/AddAfter.ts +8 -4
  97. package/src/icons/ast/AddBefore.ts +8 -4
  98. package/src/icons/ast/AddCompact.ts +8 -4
  99. package/src/icons/ast/AddDatabase.ts +8 -4
  100. package/src/icons/ast/AddGroup.ts +8 -4
  101. package/src/icons/ast/AddIntegration.ts +8 -4
  102. package/src/icons/ast/AddReactions.ts +8 -4
  103. package/src/icons/ast/AiAssistant.ts +8 -4
  104. package/src/icons/ast/AiAssistantFilled.ts +8 -4
  105. package/src/icons/ast/AiAvatar.ts +8 -4
  106. package/src/icons/ast/AiFiberyBuild.ts +8 -4
  107. package/src/icons/ast/AiSearch.ts +8 -4
  108. package/src/icons/ast/AlertTriangle.ts +8 -4
  109. package/src/icons/ast/Anthropic.ts +8 -4
  110. package/src/icons/ast/App.ts +8 -4
  111. package/src/icons/ast/AppDetails.ts +8 -4
  112. package/src/icons/ast/AppStore.ts +8 -4
  113. package/src/icons/ast/AppStoreOneColor.ts +8 -4
  114. package/src/icons/ast/AppTemplates.ts +8 -4
  115. package/src/icons/ast/AppWebhooks.ts +8 -4
  116. package/src/icons/ast/AppWiki.ts +8 -4
  117. package/src/icons/ast/AppearanceAuto.ts +8 -4
  118. package/src/icons/ast/AppearanceDark.ts +8 -4
  119. package/src/icons/ast/AppearanceLight.ts +8 -4
  120. package/src/icons/ast/Apple.ts +8 -4
  121. package/src/icons/ast/ArrowBarDown.ts +12 -0
  122. package/src/icons/ast/ArrowBarLeft.ts +8 -4
  123. package/src/icons/ast/ArrowBarRight.ts +8 -4
  124. package/src/icons/ast/ArrowBarUp.ts +12 -0
  125. package/src/icons/ast/ArrowBottom.ts +8 -4
  126. package/src/icons/ast/ArrowCollapse.ts +8 -4
  127. package/src/icons/ast/ArrowCollapseVertical.ts +8 -4
  128. package/src/icons/ast/ArrowForward.ts +8 -4
  129. package/src/icons/ast/ArrowLeft.ts +8 -4
  130. package/src/icons/ast/ArrowRight.ts +8 -4
  131. package/src/icons/ast/ArrowTop.ts +8 -4
  132. package/src/icons/ast/ArrowUpCircle.ts +8 -4
  133. package/src/icons/ast/ArrowsRightLeft.ts +8 -4
  134. package/src/icons/ast/AskForInput.ts +8 -4
  135. package/src/icons/ast/Asterisk.ts +8 -4
  136. package/src/icons/ast/Atom.ts +8 -4
  137. package/src/icons/ast/AutomationsCancelled.ts +8 -4
  138. package/src/icons/ast/AutomationsDisabled.ts +8 -4
  139. package/src/icons/ast/AutomationsError.ts +8 -4
  140. package/src/icons/ast/AutomationsInProgress.ts +8 -4
  141. package/src/icons/ast/AutomationsNotStarted.ts +8 -4
  142. package/src/icons/ast/AutomationsSuccess.ts +8 -4
  143. package/src/icons/ast/Back.ts +8 -4
  144. package/src/icons/ast/BacklogIcon.ts +8 -4
  145. package/src/icons/ast/BatchActionsIcon.ts +8 -4
  146. package/src/icons/ast/BellCircle.ts +8 -4
  147. package/src/icons/ast/BellFilled.ts +8 -4
  148. package/src/icons/ast/BellOff.ts +8 -4
  149. package/src/icons/ast/BellRinging.ts +8 -4
  150. package/src/icons/ast/BellX.ts +8 -4
  151. package/src/icons/ast/Bolt.ts +8 -4
  152. package/src/icons/ast/BringForward.ts +8 -4
  153. package/src/icons/ast/BringToFront.ts +8 -4
  154. package/src/icons/ast/Cards.ts +8 -4
  155. package/src/icons/ast/Chat.ts +8 -4
  156. package/src/icons/ast/ChatAi.ts +8 -4
  157. package/src/icons/ast/ChatBubble.ts +8 -4
  158. package/src/icons/ast/ChatFloat.ts +8 -4
  159. package/src/icons/ast/ChatSidebar.ts +8 -4
  160. package/src/icons/ast/CheckCircle.ts +8 -4
  161. package/src/icons/ast/CheckCircleFilled.ts +8 -4
  162. package/src/icons/ast/Checked.ts +8 -4
  163. package/src/icons/ast/Clean.ts +8 -4
  164. package/src/icons/ast/Clear.ts +8 -4
  165. package/src/icons/ast/ClearInputFilled.ts +8 -4
  166. package/src/icons/ast/ClearValue.ts +8 -4
  167. package/src/icons/ast/Clock.ts +8 -4
  168. package/src/icons/ast/ClockAlarm.ts +8 -4
  169. package/src/icons/ast/ClockForward.ts +8 -4
  170. package/src/icons/ast/Close.ts +8 -4
  171. package/src/icons/ast/CollapseAll.ts +8 -4
  172. package/src/icons/ast/CollapseAllHorizontal.ts +8 -4
  173. package/src/icons/ast/ColorCoding.ts +8 -4
  174. package/src/icons/ast/ColorCodingFilled.ts +8 -4
  175. package/src/icons/ast/Columns.ts +8 -4
  176. package/src/icons/ast/Columns2.ts +8 -4
  177. package/src/icons/ast/Columns4.ts +8 -4
  178. package/src/icons/ast/CommentBubble.ts +8 -4
  179. package/src/icons/ast/Copy.ts +8 -4
  180. package/src/icons/ast/Create.ts +8 -4
  181. package/src/icons/ast/CreditsFilled.ts +8 -4
  182. package/src/icons/ast/CrossCircle.ts +8 -4
  183. package/src/icons/ast/Crosshair.ts +8 -4
  184. package/src/icons/ast/Csv.ts +8 -4
  185. package/src/icons/ast/Database.ts +8 -4
  186. package/src/icons/ast/DatabaseOff.ts +8 -4
  187. package/src/icons/ast/DatabaseStroke.ts +8 -4
  188. package/src/icons/ast/DateRange.ts +8 -4
  189. package/src/icons/ast/Delete.ts +8 -4
  190. package/src/icons/ast/Demo.ts +8 -4
  191. package/src/icons/ast/Dependency.ts +8 -4
  192. package/src/icons/ast/Dividers.ts +8 -4
  193. package/src/icons/ast/Document.ts +8 -4
  194. package/src/icons/ast/DoubleArrowLeft.ts +8 -4
  195. package/src/icons/ast/DoubleArrowRight.ts +8 -4
  196. package/src/icons/ast/DoubleLine.ts +8 -4
  197. package/src/icons/ast/DragBlockHandle.ts +8 -4
  198. package/src/icons/ast/DragBlockHandleSingle.ts +8 -4
  199. package/src/icons/ast/DragHandle.ts +8 -4
  200. package/src/icons/ast/Duplicate.ts +8 -4
  201. package/src/icons/ast/DynamicFilterValue.ts +8 -4
  202. package/src/icons/ast/EditValue.ts +8 -4
  203. package/src/icons/ast/Email.ts +8 -4
  204. package/src/icons/ast/EmojiDelete.ts +8 -4
  205. package/src/icons/ast/EntityCreate.ts +8 -4
  206. package/src/icons/ast/EntityCreateFilled.ts +8 -4
  207. package/src/icons/ast/EntityMerge.ts +8 -4
  208. package/src/icons/ast/Equation.ts +8 -4
  209. package/src/icons/ast/ExpandAll.ts +8 -4
  210. package/src/icons/ast/ExpandAllHorizontal.ts +8 -4
  211. package/src/icons/ast/Export.ts +8 -4
  212. package/src/icons/ast/ExtensionAssignments.ts +8 -4
  213. package/src/icons/ast/ExtensionAvatar.ts +8 -4
  214. package/src/icons/ast/ExtensionComments.ts +8 -4
  215. package/src/icons/ast/ExtensionFiles.ts +8 -4
  216. package/src/icons/ast/ExtensionReferences.ts +8 -4
  217. package/src/icons/ast/ExtensionWorkflow.ts +8 -4
  218. package/src/icons/ast/Eye.ts +8 -4
  219. package/src/icons/ast/Favorites.ts +8 -4
  220. package/src/icons/ast/FavoritesChecked.ts +8 -4
  221. package/src/icons/ast/FavoritesOff.ts +8 -4
  222. package/src/icons/ast/FiberyDesktopApp.ts +8 -4
  223. package/src/icons/ast/FiberyMono.ts +8 -4
  224. package/src/icons/ast/FieldUnit.ts +8 -4
  225. package/src/icons/ast/Fields.ts +8 -4
  226. package/src/icons/ast/Figma.ts +8 -4
  227. package/src/icons/ast/FileArchive.ts +8 -4
  228. package/src/icons/ast/FileBroken.ts +8 -4
  229. package/src/icons/ast/FileCounter.ts +8 -4
  230. package/src/icons/ast/FileDocument.ts +8 -4
  231. package/src/icons/ast/FileDownload.ts +8 -4
  232. package/src/icons/ast/FileImage.ts +8 -4
  233. package/src/icons/ast/FileMultiple.ts +8 -4
  234. package/src/icons/ast/FileOther.ts +8 -4
  235. package/src/icons/ast/FilePresentation.ts +8 -4
  236. package/src/icons/ast/FileTable.ts +8 -4
  237. package/src/icons/ast/FileUpload.ts +8 -4
  238. package/src/icons/ast/FileVideo.ts +8 -4
  239. package/src/icons/ast/Filter.ts +8 -4
  240. package/src/icons/ast/FitToScreen.ts +8 -4
  241. package/src/icons/ast/FocusMode.ts +8 -4
  242. package/src/icons/ast/FocusModeOff.ts +8 -4
  243. package/src/icons/ast/Folder.ts +8 -4
  244. package/src/icons/ast/FolderFavorite.ts +12 -0
  245. package/src/icons/ast/FormWithCover.ts +8 -4
  246. package/src/icons/ast/FormWithoutCover.ts +8 -4
  247. package/src/icons/ast/FullscreenModeOffIcon.ts +8 -4
  248. package/src/icons/ast/FullscreenModeOn.ts +8 -4
  249. package/src/icons/ast/FullscreenModeOnIcon.ts +8 -4
  250. package/src/icons/ast/Gift.ts +8 -4
  251. package/src/icons/ast/Github.ts +8 -4
  252. package/src/icons/ast/Gitlab.ts +8 -4
  253. package/src/icons/ast/Globe.ts +8 -4
  254. package/src/icons/ast/GlobeSimple.ts +8 -4
  255. package/src/icons/ast/GlobeUnpublish.ts +8 -4
  256. package/src/icons/ast/GoTo.ts +8 -4
  257. package/src/icons/ast/GoogleDrive.ts +8 -4
  258. package/src/icons/ast/GoogleMap.ts +8 -4
  259. package/src/icons/ast/GraduationCapFilled.ts +8 -4
  260. package/src/icons/ast/Headphones.ts +8 -4
  261. package/src/icons/ast/HeadphonesAi.ts +8 -4
  262. package/src/icons/ast/Hide.ts +8 -4
  263. package/src/icons/ast/Highlights.ts +8 -4
  264. package/src/icons/ast/Hint.ts +8 -4
  265. package/src/icons/ast/Home.ts +8 -4
  266. package/src/icons/ast/HomeFilled.ts +8 -4
  267. package/src/icons/ast/ImageXmark.ts +8 -4
  268. package/src/icons/ast/Import.ts +8 -4
  269. package/src/icons/ast/ImportFilled.ts +8 -4
  270. package/src/icons/ast/InfoCircle.ts +8 -4
  271. package/src/icons/ast/InfoCircleFilled.ts +8 -4
  272. package/src/icons/ast/Integration.ts +8 -4
  273. package/src/icons/ast/IntegrationsFilled.ts +8 -4
  274. package/src/icons/ast/IntegrationsIntegrationDiscourseColor.ts +8 -4
  275. package/src/icons/ast/IntegrationsIntegrationIntercomColor.ts +8 -4
  276. package/src/icons/ast/IntegrationsIntegrationSlackColor.ts +8 -4
  277. package/src/icons/ast/IntegrationsIntegrationZendeskColor.ts +8 -4
  278. package/src/icons/ast/Intercom.ts +12 -0
  279. package/src/icons/ast/InvitePeople.ts +8 -4
  280. package/src/icons/ast/Items.ts +8 -4
  281. package/src/icons/ast/ItemsTimeline.ts +8 -4
  282. package/src/icons/ast/Jira.ts +8 -4
  283. package/src/icons/ast/Key.ts +8 -4
  284. package/src/icons/ast/KeyboardHideDown.ts +8 -4
  285. package/src/icons/ast/Lab.ts +8 -4
  286. package/src/icons/ast/LayoutDouble.ts +8 -4
  287. package/src/icons/ast/LayoutMultiple.ts +8 -4
  288. package/src/icons/ast/LayoutSingle.ts +8 -4
  289. package/src/icons/ast/LeftPanel.ts +8 -4
  290. package/src/icons/ast/LevelPlus.ts +8 -4
  291. package/src/icons/ast/Levels.ts +8 -4
  292. package/src/icons/ast/LineDivider.ts +8 -4
  293. package/src/icons/ast/LineJump.ts +8 -4
  294. package/src/icons/ast/Link.ts +8 -4
  295. package/src/icons/ast/LocationEdit.ts +8 -4
  296. package/src/icons/ast/Lock.ts +8 -4
  297. package/src/icons/ast/LockOutline.ts +8 -4
  298. package/src/icons/ast/Logout.ts +8 -4
  299. package/src/icons/ast/Loom.ts +8 -4
  300. package/src/icons/ast/LoupeZoom.ts +8 -4
  301. package/src/icons/ast/LoupeZoomIn.ts +8 -4
  302. package/src/icons/ast/LoupeZoomOut.ts +8 -4
  303. package/src/icons/ast/ManyPeople.ts +8 -4
  304. package/src/icons/ast/MapMode.ts +8 -4
  305. package/src/icons/ast/Markdown.ts +8 -4
  306. package/src/icons/ast/MenuCollapser.ts +8 -4
  307. package/src/icons/ast/Mermaid.ts +8 -4
  308. package/src/icons/ast/MessagePlus.ts +8 -4
  309. package/src/icons/ast/MessagePlusSquare.ts +8 -4
  310. package/src/icons/ast/Milestones.ts +8 -4
  311. package/src/icons/ast/Minus.ts +8 -4
  312. package/src/icons/ast/Miro.ts +8 -4
  313. package/src/icons/ast/MirrorOff.ts +8 -4
  314. package/src/icons/ast/MirrorOn.ts +8 -4
  315. package/src/icons/ast/Mixpanel.ts +8 -4
  316. package/src/icons/ast/Monitor.ts +8 -4
  317. package/src/icons/ast/More.ts +8 -4
  318. package/src/icons/ast/MoreCompact.ts +8 -4
  319. package/src/icons/ast/MoveBottom.ts +8 -4
  320. package/src/icons/ast/MoveLeft.ts +8 -4
  321. package/src/icons/ast/MoveRight.ts +8 -4
  322. package/src/icons/ast/MoveSpace.ts +8 -4
  323. package/src/icons/ast/MoveTop.ts +8 -4
  324. package/src/icons/ast/Network.ts +8 -4
  325. package/src/icons/ast/NetworkAdd.ts +8 -4
  326. package/src/icons/ast/NoBorder.ts +8 -4
  327. package/src/icons/ast/NoFill.ts +8 -4
  328. package/src/icons/ast/Notifications.ts +8 -4
  329. package/src/icons/ast/ObjChild.ts +8 -4
  330. package/src/icons/ast/ObjM2M.ts +8 -4
  331. package/src/icons/ast/ObjO2O.ts +8 -4
  332. package/src/icons/ast/ObjParent.ts +8 -4
  333. package/src/icons/ast/ObjSelf.ts +8 -4
  334. package/src/icons/ast/OnSchedule.ts +8 -4
  335. package/src/icons/ast/OpenAi.ts +8 -4
  336. package/src/icons/ast/OpenAsPage.ts +8 -4
  337. package/src/icons/ast/PageRegularMode.ts +8 -4
  338. package/src/icons/ast/PageWideMode.ts +8 -4
  339. package/src/icons/ast/PanelAdd.ts +8 -4
  340. package/src/icons/ast/Pencil.ts +8 -4
  341. package/src/icons/ast/People.ts +8 -4
  342. package/src/icons/ast/PeopleCheck.ts +8 -4
  343. package/src/icons/ast/Photo.ts +8 -4
  344. package/src/icons/ast/Pin.ts +8 -4
  345. package/src/icons/ast/PinFilled.ts +8 -4
  346. package/src/icons/ast/Popup.ts +8 -4
  347. package/src/icons/ast/Posts.ts +8 -4
  348. package/src/icons/ast/PresentPlay.ts +8 -4
  349. package/src/icons/ast/PresentStop.ts +8 -4
  350. package/src/icons/ast/Print.ts +8 -4
  351. package/src/icons/ast/PrivateItems.ts +8 -4
  352. package/src/icons/ast/Question.ts +8 -4
  353. package/src/icons/ast/QuickFilter.ts +8 -4
  354. package/src/icons/ast/QuickFilterPersonal.ts +8 -4
  355. package/src/icons/ast/ReadOnly.ts +8 -4
  356. package/src/icons/ast/Refresh.ts +8 -4
  357. package/src/icons/ast/Remove.ts +8 -4
  358. package/src/icons/ast/RemovePeople.ts +8 -4
  359. package/src/icons/ast/Reply.ts +8 -4
  360. package/src/icons/ast/ResetPassword.ts +8 -4
  361. package/src/icons/ast/Restore.ts +8 -4
  362. package/src/icons/ast/RicheditorActionsMore.ts +8 -4
  363. package/src/icons/ast/RicheditorBlockCallout.ts +8 -4
  364. package/src/icons/ast/RicheditorBlockCode.ts +8 -4
  365. package/src/icons/ast/RicheditorBlockEmbed.ts +8 -4
  366. package/src/icons/ast/RicheditorBlockEntity.ts +8 -4
  367. package/src/icons/ast/RicheditorBlockFile.ts +8 -4
  368. package/src/icons/ast/RicheditorBlockH1.ts +8 -4
  369. package/src/icons/ast/RicheditorBlockH2.ts +8 -4
  370. package/src/icons/ast/RicheditorBlockH3.ts +8 -4
  371. package/src/icons/ast/RicheditorBlockH4.ts +8 -4
  372. package/src/icons/ast/RicheditorBlockMention.ts +8 -4
  373. package/src/icons/ast/RicheditorBlockParagraph.ts +8 -4
  374. package/src/icons/ast/RicheditorBlockQuote.ts +8 -4
  375. package/src/icons/ast/RicheditorChecklistCreate.ts +8 -4
  376. package/src/icons/ast/RicheditorCommentCreate.ts +8 -4
  377. package/src/icons/ast/RicheditorEntityLinkCreate.ts +8 -4
  378. package/src/icons/ast/RicheditorHistoryRedo.ts +8 -4
  379. package/src/icons/ast/RicheditorHistoryUndo.ts +8 -4
  380. package/src/icons/ast/RicheditorImageAlignCenter.ts +8 -4
  381. package/src/icons/ast/RicheditorImageAlignLeft.ts +8 -4
  382. package/src/icons/ast/RicheditorImageAlignRight.ts +8 -4
  383. package/src/icons/ast/RicheditorImageUpload.ts +8 -4
  384. package/src/icons/ast/RicheditorImageWrapCenter.ts +8 -4
  385. package/src/icons/ast/RicheditorImageWrapLeft.ts +8 -4
  386. package/src/icons/ast/RicheditorImageWrapRight.ts +8 -4
  387. package/src/icons/ast/RicheditorImageZoom.ts +8 -4
  388. package/src/icons/ast/RicheditorLinkCreate.ts +8 -4
  389. package/src/icons/ast/RicheditorLinkedhighlightCreate.ts +8 -4
  390. package/src/icons/ast/RicheditorListBullet.ts +8 -4
  391. package/src/icons/ast/RicheditorListIndent.ts +8 -4
  392. package/src/icons/ast/RicheditorListOrdered.ts +8 -4
  393. package/src/icons/ast/RicheditorListUnindent.ts +8 -4
  394. package/src/icons/ast/RicheditorMarkCode.ts +8 -4
  395. package/src/icons/ast/RicheditorMarkEm.ts +8 -4
  396. package/src/icons/ast/RicheditorMarkHighlight.ts +8 -4
  397. package/src/icons/ast/RicheditorMarkStrike.ts +8 -4
  398. package/src/icons/ast/RicheditorMarkStrong.ts +8 -4
  399. package/src/icons/ast/RicheditorMarkTextBackgroundColor.ts +8 -4
  400. package/src/icons/ast/RicheditorMarkUnderline.ts +8 -4
  401. package/src/icons/ast/RicheditorOpenLink.ts +8 -4
  402. package/src/icons/ast/RicheditorTableCreate.ts +8 -4
  403. package/src/icons/ast/RicheditorUnlink.ts +8 -4
  404. package/src/icons/ast/RicheditorVideoUpload.ts +8 -4
  405. package/src/icons/ast/RightPanel.ts +8 -4
  406. package/src/icons/ast/Rows.ts +8 -4
  407. package/src/icons/ast/RuleScheduled.ts +8 -4
  408. package/src/icons/ast/Search.ts +8 -4
  409. package/src/icons/ast/SearchAdd.ts +8 -4
  410. package/src/icons/ast/SearchFilled.ts +8 -4
  411. package/src/icons/ast/SearchRemove.ts +8 -4
  412. package/src/icons/ast/SelfReferenceOff.ts +8 -4
  413. package/src/icons/ast/SelfReferenceOn.ts +8 -4
  414. package/src/icons/ast/SendArrow.ts +8 -4
  415. package/src/icons/ast/SendBackward.ts +8 -4
  416. package/src/icons/ast/SendToBack.ts +8 -4
  417. package/src/icons/ast/Settings.ts +8 -4
  418. package/src/icons/ast/SettingsFilled.ts +8 -4
  419. package/src/icons/ast/SettingsOff.ts +8 -4
  420. package/src/icons/ast/Share.ts +8 -4
  421. package/src/icons/ast/Shared.ts +8 -4
  422. package/src/icons/ast/ShieldKeyhole.ts +8 -4
  423. package/src/icons/ast/ShowAuthor.ts +8 -4
  424. package/src/icons/ast/Sidebar.ts +8 -4
  425. package/src/icons/ast/SidebarFields.ts +8 -4
  426. package/src/icons/ast/SidebarFieldsOpened.ts +8 -4
  427. package/src/icons/ast/SimpleCompass.ts +8 -4
  428. package/src/icons/ast/Slack.ts +8 -4
  429. package/src/icons/ast/SlackIcon.ts +8 -4
  430. package/src/icons/ast/SlideMenu.ts +8 -4
  431. package/src/icons/ast/SlideMenuClose.ts +8 -4
  432. package/src/icons/ast/SlideMenuFilled.ts +8 -4
  433. package/src/icons/ast/SlideMenuOpen.ts +8 -4
  434. package/src/icons/ast/SmartFolder.ts +8 -4
  435. package/src/icons/ast/Sort.ts +8 -4
  436. package/src/icons/ast/SortOnBottom.ts +8 -4
  437. package/src/icons/ast/SortOnTop.ts +8 -4
  438. package/src/icons/ast/SpaceApp.ts +8 -4
  439. package/src/icons/ast/SpaceGenerate.ts +8 -4
  440. package/src/icons/ast/SpaceList.ts +8 -4
  441. package/src/icons/ast/SpaceScratch.ts +8 -4
  442. package/src/icons/ast/SpaceTemplate.ts +8 -4
  443. package/src/icons/ast/Spinner.ts +8 -4
  444. package/src/icons/ast/Success.ts +8 -4
  445. package/src/icons/ast/SuggestIntegration.ts +8 -4
  446. package/src/icons/ast/SwitchToMention.ts +8 -4
  447. package/src/icons/ast/SwitchToText.ts +8 -4
  448. package/src/icons/ast/SwitchToWidget.ts +8 -4
  449. package/src/icons/ast/TableLayout.ts +8 -4
  450. package/src/icons/ast/Template.ts +8 -4
  451. package/src/icons/ast/Templates.ts +8 -4
  452. package/src/icons/ast/TemplatesFilled.ts +8 -4
  453. package/src/icons/ast/Terminal.ts +8 -4
  454. package/src/icons/ast/TextNoWrap.ts +8 -4
  455. package/src/icons/ast/TextToolAlignBottom.ts +8 -4
  456. package/src/icons/ast/TextToolAlignMiddle.ts +8 -4
  457. package/src/icons/ast/TextToolAlignTop.ts +8 -4
  458. package/src/icons/ast/TextWrap.ts +8 -4
  459. package/src/icons/ast/ThumbsDown.ts +8 -4
  460. package/src/icons/ast/ThumbsUp.ts +8 -4
  461. package/src/icons/ast/Toc.ts +12 -0
  462. package/src/icons/ast/Twitter.ts +8 -4
  463. package/src/icons/ast/TypeBoolean.ts +8 -4
  464. package/src/icons/ast/TypeButton.ts +8 -4
  465. package/src/icons/ast/TypeCheckbox.ts +8 -4
  466. package/src/icons/ast/TypeDate.ts +8 -4
  467. package/src/icons/ast/TypeEmail.ts +8 -4
  468. package/src/icons/ast/TypeEmoji.ts +8 -4
  469. package/src/icons/ast/TypeFormula.ts +8 -4
  470. package/src/icons/ast/TypeFunction.ts +8 -4
  471. package/src/icons/ast/TypeId.ts +8 -4
  472. package/src/icons/ast/TypeLocation.ts +8 -4
  473. package/src/icons/ast/TypeLookup.ts +8 -4
  474. package/src/icons/ast/TypeMoney.ts +8 -4
  475. package/src/icons/ast/TypeMultiSelect.ts +8 -4
  476. package/src/icons/ast/TypeNumber.ts +8 -4
  477. package/src/icons/ast/TypePercent.ts +8 -4
  478. package/src/icons/ast/TypePhone.ts +8 -4
  479. package/src/icons/ast/TypeRelation.ts +8 -4
  480. package/src/icons/ast/TypeRichText.ts +8 -4
  481. package/src/icons/ast/TypeRule.ts +8 -4
  482. package/src/icons/ast/TypeSingleSelect.ts +8 -4
  483. package/src/icons/ast/TypeText.ts +8 -4
  484. package/src/icons/ast/TypeUrl.ts +8 -4
  485. package/src/icons/ast/UnitsAvatar.ts +8 -4
  486. package/src/icons/ast/UnitsCollection.ts +8 -4
  487. package/src/icons/ast/UnitsCounter.ts +8 -4
  488. package/src/icons/ast/UnitsDate.ts +8 -4
  489. package/src/icons/ast/UnitsDbBadgeAbbr.ts +8 -4
  490. package/src/icons/ast/UnitsDbBadgeFull.ts +8 -4
  491. package/src/icons/ast/UnitsDbIcon.ts +8 -4
  492. package/src/icons/ast/UnitsField.ts +8 -4
  493. package/src/icons/ast/UnitsFieldIconButton.ts +8 -4
  494. package/src/icons/ast/UnitsInput.ts +8 -4
  495. package/src/icons/ast/UnitsProgressBar.ts +8 -4
  496. package/src/icons/ast/UnitsRichText.ts +8 -4
  497. package/src/icons/ast/UnitsSnippet.ts +8 -4
  498. package/src/icons/ast/Unlink.ts +8 -4
  499. package/src/icons/ast/UnlockFilled.ts +8 -4
  500. package/src/icons/ast/UnlockOutline.ts +8 -4
  501. package/src/icons/ast/Upgrade.ts +8 -4
  502. package/src/icons/ast/UsbFlashDrive.ts +8 -4
  503. package/src/icons/ast/UserCheck.ts +8 -4
  504. package/src/icons/ast/UserGroup.ts +8 -4
  505. package/src/icons/ast/UserGroupRemove.ts +8 -4
  506. package/src/icons/ast/UserRole.ts +8 -4
  507. package/src/icons/ast/UserX.ts +8 -4
  508. package/src/icons/ast/ValueEdit.ts +8 -4
  509. package/src/icons/ast/ViewAi.ts +8 -4
  510. package/src/icons/ast/ViewBoard.ts +8 -4
  511. package/src/icons/ast/ViewCalendar.ts +8 -4
  512. package/src/icons/ast/ViewCanvas.ts +8 -4
  513. package/src/icons/ast/ViewChart.ts +8 -4
  514. package/src/icons/ast/ViewDashboard.ts +8 -4
  515. package/src/icons/ast/ViewDetails.ts +8 -4
  516. package/src/icons/ast/ViewDocument.ts +8 -4
  517. package/src/icons/ast/ViewEmbed.ts +12 -0
  518. package/src/icons/ast/ViewFeed.ts +8 -4
  519. package/src/icons/ast/ViewForm.ts +8 -4
  520. package/src/icons/ast/ViewGallery.ts +8 -4
  521. package/src/icons/ast/ViewGantt.ts +8 -4
  522. package/src/icons/ast/ViewList.ts +8 -4
  523. package/src/icons/ast/ViewMap.ts +8 -4
  524. package/src/icons/ast/ViewPage.ts +8 -4
  525. package/src/icons/ast/ViewTable.ts +8 -4
  526. package/src/icons/ast/ViewTimeline.ts +8 -4
  527. package/src/icons/ast/Views.ts +8 -4
  528. package/src/icons/ast/Warning.ts +8 -4
  529. package/src/icons/ast/WarningTriangle.ts +8 -4
  530. package/src/icons/ast/WarningTriangleFilled.ts +8 -4
  531. package/src/icons/ast/Webhooks.ts +12 -0
  532. package/src/icons/ast/Windows.ts +8 -4
  533. package/src/icons/ast/WorkspaceMap.ts +8 -4
  534. package/src/icons/ast/Youtube.ts +8 -4
  535. package/src/icons/ast/ZoomIn.ts +8 -4
  536. package/src/icons/ast/ZoomOut.ts +8 -4
  537. package/src/icons/ast/index.tsx +453 -441
  538. package/src/icons/react/Abort.tsx +10 -5
  539. package/src/icons/react/AccessTemplate.tsx +10 -5
  540. package/src/icons/react/Activity.tsx +10 -5
  541. package/src/icons/react/ActivityFilled.tsx +10 -5
  542. package/src/icons/react/ActivityLog.tsx +10 -5
  543. package/src/icons/react/Add.tsx +10 -5
  544. package/src/icons/react/AddAfter.tsx +10 -5
  545. package/src/icons/react/AddBefore.tsx +10 -5
  546. package/src/icons/react/AddCompact.tsx +10 -5
  547. package/src/icons/react/AddDatabase.tsx +10 -5
  548. package/src/icons/react/AddGroup.tsx +10 -5
  549. package/src/icons/react/AddIntegration.tsx +10 -5
  550. package/src/icons/react/AddReactions.tsx +10 -5
  551. package/src/icons/react/AiAssistant.tsx +10 -5
  552. package/src/icons/react/AiAssistantFilled.tsx +10 -5
  553. package/src/icons/react/AiAvatar.tsx +10 -5
  554. package/src/icons/react/AiFiberyBuild.tsx +10 -5
  555. package/src/icons/react/AiSearch.tsx +10 -5
  556. package/src/icons/react/AlertTriangle.tsx +10 -5
  557. package/src/icons/react/Anthropic.tsx +10 -5
  558. package/src/icons/react/App.tsx +10 -5
  559. package/src/icons/react/AppDetails.tsx +10 -5
  560. package/src/icons/react/AppStore.tsx +10 -5
  561. package/src/icons/react/AppStoreOneColor.tsx +10 -5
  562. package/src/icons/react/AppTemplates.tsx +10 -5
  563. package/src/icons/react/AppWebhooks.tsx +10 -5
  564. package/src/icons/react/AppWiki.tsx +10 -5
  565. package/src/icons/react/AppearanceAuto.tsx +10 -5
  566. package/src/icons/react/AppearanceDark.tsx +10 -5
  567. package/src/icons/react/AppearanceLight.tsx +10 -5
  568. package/src/icons/react/Apple.tsx +10 -5
  569. package/src/icons/react/ArrowBarDown.tsx +18 -0
  570. package/src/icons/react/ArrowBarLeft.tsx +10 -5
  571. package/src/icons/react/ArrowBarRight.tsx +10 -5
  572. package/src/icons/react/ArrowBarUp.tsx +18 -0
  573. package/src/icons/react/ArrowBottom.tsx +10 -5
  574. package/src/icons/react/ArrowCollapse.tsx +10 -5
  575. package/src/icons/react/ArrowCollapseVertical.tsx +10 -5
  576. package/src/icons/react/ArrowForward.tsx +10 -5
  577. package/src/icons/react/ArrowLeft.tsx +10 -5
  578. package/src/icons/react/ArrowRight.tsx +10 -5
  579. package/src/icons/react/ArrowTop.tsx +10 -5
  580. package/src/icons/react/ArrowUpCircle.tsx +10 -5
  581. package/src/icons/react/ArrowsRightLeft.tsx +10 -5
  582. package/src/icons/react/AskForInput.tsx +10 -5
  583. package/src/icons/react/Asterisk.tsx +10 -5
  584. package/src/icons/react/Atom.tsx +10 -5
  585. package/src/icons/react/AutomationsCancelled.tsx +10 -5
  586. package/src/icons/react/AutomationsDisabled.tsx +10 -5
  587. package/src/icons/react/AutomationsError.tsx +10 -5
  588. package/src/icons/react/AutomationsInProgress.tsx +10 -5
  589. package/src/icons/react/AutomationsNotStarted.tsx +10 -5
  590. package/src/icons/react/AutomationsSuccess.tsx +10 -5
  591. package/src/icons/react/Back.tsx +10 -5
  592. package/src/icons/react/BacklogIcon.tsx +10 -5
  593. package/src/icons/react/BatchActionsIcon.tsx +10 -5
  594. package/src/icons/react/BellCircle.tsx +10 -5
  595. package/src/icons/react/BellFilled.tsx +10 -5
  596. package/src/icons/react/BellOff.tsx +10 -5
  597. package/src/icons/react/BellRinging.tsx +10 -5
  598. package/src/icons/react/BellX.tsx +10 -5
  599. package/src/icons/react/Bolt.tsx +10 -5
  600. package/src/icons/react/BringForward.tsx +10 -5
  601. package/src/icons/react/BringToFront.tsx +10 -5
  602. package/src/icons/react/Cards.tsx +10 -5
  603. package/src/icons/react/Chat.tsx +10 -5
  604. package/src/icons/react/ChatAi.tsx +10 -5
  605. package/src/icons/react/ChatBubble.tsx +10 -5
  606. package/src/icons/react/ChatFloat.tsx +10 -5
  607. package/src/icons/react/ChatSidebar.tsx +10 -5
  608. package/src/icons/react/CheckCircle.tsx +10 -5
  609. package/src/icons/react/CheckCircleFilled.tsx +10 -5
  610. package/src/icons/react/Checked.tsx +10 -5
  611. package/src/icons/react/Clean.tsx +10 -5
  612. package/src/icons/react/Clear.tsx +10 -5
  613. package/src/icons/react/ClearInputFilled.tsx +10 -5
  614. package/src/icons/react/ClearValue.tsx +10 -5
  615. package/src/icons/react/Clock.tsx +10 -5
  616. package/src/icons/react/ClockAlarm.tsx +10 -5
  617. package/src/icons/react/ClockForward.tsx +10 -5
  618. package/src/icons/react/Close.tsx +10 -5
  619. package/src/icons/react/CollapseAll.tsx +10 -5
  620. package/src/icons/react/CollapseAllHorizontal.tsx +10 -5
  621. package/src/icons/react/ColorCoding.tsx +10 -5
  622. package/src/icons/react/ColorCodingFilled.tsx +10 -5
  623. package/src/icons/react/Columns.tsx +10 -5
  624. package/src/icons/react/Columns2.tsx +10 -5
  625. package/src/icons/react/Columns4.tsx +10 -5
  626. package/src/icons/react/CommentBubble.tsx +10 -5
  627. package/src/icons/react/Copy.tsx +10 -5
  628. package/src/icons/react/Create.tsx +10 -5
  629. package/src/icons/react/CreditsFilled.tsx +10 -5
  630. package/src/icons/react/CrossCircle.tsx +10 -5
  631. package/src/icons/react/Crosshair.tsx +10 -5
  632. package/src/icons/react/Csv.tsx +10 -5
  633. package/src/icons/react/Database.tsx +10 -5
  634. package/src/icons/react/DatabaseOff.tsx +10 -5
  635. package/src/icons/react/DatabaseStroke.tsx +10 -5
  636. package/src/icons/react/DateRange.tsx +10 -5
  637. package/src/icons/react/Delete.tsx +10 -5
  638. package/src/icons/react/Demo.tsx +10 -5
  639. package/src/icons/react/Dependency.tsx +10 -5
  640. package/src/icons/react/Dividers.tsx +10 -5
  641. package/src/icons/react/Document.tsx +10 -5
  642. package/src/icons/react/DoubleArrowLeft.tsx +10 -5
  643. package/src/icons/react/DoubleArrowRight.tsx +10 -5
  644. package/src/icons/react/DoubleLine.tsx +10 -5
  645. package/src/icons/react/DragBlockHandle.tsx +10 -5
  646. package/src/icons/react/DragBlockHandleSingle.tsx +10 -5
  647. package/src/icons/react/DragHandle.tsx +10 -5
  648. package/src/icons/react/Duplicate.tsx +10 -5
  649. package/src/icons/react/DynamicFilterValue.tsx +10 -5
  650. package/src/icons/react/EditValue.tsx +10 -5
  651. package/src/icons/react/Email.tsx +10 -5
  652. package/src/icons/react/EmojiDelete.tsx +10 -5
  653. package/src/icons/react/EntityCreate.tsx +10 -5
  654. package/src/icons/react/EntityCreateFilled.tsx +10 -5
  655. package/src/icons/react/EntityMerge.tsx +10 -5
  656. package/src/icons/react/Equation.tsx +10 -5
  657. package/src/icons/react/ExpandAll.tsx +10 -5
  658. package/src/icons/react/ExpandAllHorizontal.tsx +10 -5
  659. package/src/icons/react/Export.tsx +10 -5
  660. package/src/icons/react/ExtensionAssignments.tsx +10 -5
  661. package/src/icons/react/ExtensionAvatar.tsx +10 -5
  662. package/src/icons/react/ExtensionComments.tsx +10 -5
  663. package/src/icons/react/ExtensionFiles.tsx +10 -5
  664. package/src/icons/react/ExtensionReferences.tsx +10 -5
  665. package/src/icons/react/ExtensionWorkflow.tsx +10 -5
  666. package/src/icons/react/Eye.tsx +10 -5
  667. package/src/icons/react/Favorites.tsx +10 -5
  668. package/src/icons/react/FavoritesChecked.tsx +10 -5
  669. package/src/icons/react/FavoritesOff.tsx +10 -5
  670. package/src/icons/react/FiberyDesktopApp.tsx +10 -5
  671. package/src/icons/react/FiberyMono.tsx +10 -5
  672. package/src/icons/react/FieldUnit.tsx +10 -5
  673. package/src/icons/react/Fields.tsx +10 -5
  674. package/src/icons/react/Figma.tsx +10 -5
  675. package/src/icons/react/FileArchive.tsx +10 -5
  676. package/src/icons/react/FileBroken.tsx +10 -5
  677. package/src/icons/react/FileCounter.tsx +10 -5
  678. package/src/icons/react/FileDocument.tsx +10 -5
  679. package/src/icons/react/FileDownload.tsx +10 -5
  680. package/src/icons/react/FileImage.tsx +10 -5
  681. package/src/icons/react/FileMultiple.tsx +10 -5
  682. package/src/icons/react/FileOther.tsx +10 -5
  683. package/src/icons/react/FilePresentation.tsx +10 -5
  684. package/src/icons/react/FileTable.tsx +10 -5
  685. package/src/icons/react/FileUpload.tsx +10 -5
  686. package/src/icons/react/FileVideo.tsx +10 -5
  687. package/src/icons/react/Filter.tsx +10 -5
  688. package/src/icons/react/FitToScreen.tsx +10 -5
  689. package/src/icons/react/FocusMode.tsx +10 -5
  690. package/src/icons/react/FocusModeOff.tsx +10 -5
  691. package/src/icons/react/Folder.tsx +10 -5
  692. package/src/icons/react/FolderFavorite.tsx +18 -0
  693. package/src/icons/react/FormWithCover.tsx +10 -5
  694. package/src/icons/react/FormWithoutCover.tsx +10 -5
  695. package/src/icons/react/FullscreenModeOffIcon.tsx +10 -5
  696. package/src/icons/react/FullscreenModeOn.tsx +10 -5
  697. package/src/icons/react/FullscreenModeOnIcon.tsx +10 -5
  698. package/src/icons/react/Gift.tsx +10 -5
  699. package/src/icons/react/Github.tsx +10 -5
  700. package/src/icons/react/Gitlab.tsx +10 -5
  701. package/src/icons/react/Globe.tsx +10 -5
  702. package/src/icons/react/GlobeSimple.tsx +10 -5
  703. package/src/icons/react/GlobeUnpublish.tsx +10 -5
  704. package/src/icons/react/GoTo.tsx +10 -5
  705. package/src/icons/react/GoogleDrive.tsx +10 -5
  706. package/src/icons/react/GoogleMap.tsx +10 -5
  707. package/src/icons/react/GraduationCapFilled.tsx +10 -5
  708. package/src/icons/react/Headphones.tsx +10 -5
  709. package/src/icons/react/HeadphonesAi.tsx +10 -5
  710. package/src/icons/react/Hide.tsx +10 -5
  711. package/src/icons/react/Highlights.tsx +10 -5
  712. package/src/icons/react/Hint.tsx +10 -5
  713. package/src/icons/react/Home.tsx +10 -5
  714. package/src/icons/react/HomeFilled.tsx +10 -5
  715. package/src/icons/react/ImageXmark.tsx +10 -5
  716. package/src/icons/react/Import.tsx +10 -5
  717. package/src/icons/react/ImportFilled.tsx +10 -5
  718. package/src/icons/react/InfoCircle.tsx +10 -5
  719. package/src/icons/react/InfoCircleFilled.tsx +10 -5
  720. package/src/icons/react/Integration.tsx +10 -5
  721. package/src/icons/react/IntegrationsFilled.tsx +10 -5
  722. package/src/icons/react/IntegrationsIntegrationDiscourseColor.tsx +10 -5
  723. package/src/icons/react/IntegrationsIntegrationIntercomColor.tsx +10 -5
  724. package/src/icons/react/IntegrationsIntegrationSlackColor.tsx +10 -5
  725. package/src/icons/react/IntegrationsIntegrationZendeskColor.tsx +10 -5
  726. package/src/icons/react/Intercom.tsx +18 -0
  727. package/src/icons/react/InvitePeople.tsx +10 -5
  728. package/src/icons/react/Items.tsx +10 -5
  729. package/src/icons/react/ItemsTimeline.tsx +10 -5
  730. package/src/icons/react/Jira.tsx +10 -5
  731. package/src/icons/react/Key.tsx +10 -5
  732. package/src/icons/react/KeyboardHideDown.tsx +10 -5
  733. package/src/icons/react/Lab.tsx +10 -5
  734. package/src/icons/react/LayoutDouble.tsx +10 -5
  735. package/src/icons/react/LayoutMultiple.tsx +10 -5
  736. package/src/icons/react/LayoutSingle.tsx +10 -5
  737. package/src/icons/react/LeftPanel.tsx +10 -5
  738. package/src/icons/react/LevelPlus.tsx +10 -5
  739. package/src/icons/react/Levels.tsx +10 -5
  740. package/src/icons/react/LineDivider.tsx +10 -5
  741. package/src/icons/react/LineJump.tsx +10 -5
  742. package/src/icons/react/Link.tsx +10 -5
  743. package/src/icons/react/LocationEdit.tsx +10 -5
  744. package/src/icons/react/Lock.tsx +10 -5
  745. package/src/icons/react/LockOutline.tsx +10 -5
  746. package/src/icons/react/Logout.tsx +10 -5
  747. package/src/icons/react/Loom.tsx +10 -5
  748. package/src/icons/react/LoupeZoom.tsx +10 -5
  749. package/src/icons/react/LoupeZoomIn.tsx +10 -5
  750. package/src/icons/react/LoupeZoomOut.tsx +10 -5
  751. package/src/icons/react/ManyPeople.tsx +10 -5
  752. package/src/icons/react/MapMode.tsx +10 -5
  753. package/src/icons/react/Markdown.tsx +10 -5
  754. package/src/icons/react/MenuCollapser.tsx +10 -5
  755. package/src/icons/react/Mermaid.tsx +10 -5
  756. package/src/icons/react/MessagePlus.tsx +10 -5
  757. package/src/icons/react/MessagePlusSquare.tsx +10 -5
  758. package/src/icons/react/Milestones.tsx +10 -5
  759. package/src/icons/react/Minus.tsx +10 -5
  760. package/src/icons/react/Miro.tsx +10 -5
  761. package/src/icons/react/MirrorOff.tsx +10 -5
  762. package/src/icons/react/MirrorOn.tsx +10 -5
  763. package/src/icons/react/Mixpanel.tsx +10 -5
  764. package/src/icons/react/Monitor.tsx +10 -5
  765. package/src/icons/react/More.tsx +10 -5
  766. package/src/icons/react/MoreCompact.tsx +10 -5
  767. package/src/icons/react/MoveBottom.tsx +10 -5
  768. package/src/icons/react/MoveLeft.tsx +10 -5
  769. package/src/icons/react/MoveRight.tsx +10 -5
  770. package/src/icons/react/MoveSpace.tsx +10 -5
  771. package/src/icons/react/MoveTop.tsx +10 -5
  772. package/src/icons/react/Network.tsx +10 -5
  773. package/src/icons/react/NetworkAdd.tsx +10 -5
  774. package/src/icons/react/NoBorder.tsx +10 -5
  775. package/src/icons/react/NoFill.tsx +10 -5
  776. package/src/icons/react/Notifications.tsx +10 -5
  777. package/src/icons/react/ObjChild.tsx +10 -5
  778. package/src/icons/react/ObjM2M.tsx +10 -5
  779. package/src/icons/react/ObjO2O.tsx +10 -5
  780. package/src/icons/react/ObjParent.tsx +10 -5
  781. package/src/icons/react/ObjSelf.tsx +10 -5
  782. package/src/icons/react/OnSchedule.tsx +10 -5
  783. package/src/icons/react/OpenAi.tsx +10 -5
  784. package/src/icons/react/OpenAsPage.tsx +10 -5
  785. package/src/icons/react/PageRegularMode.tsx +10 -5
  786. package/src/icons/react/PageWideMode.tsx +10 -5
  787. package/src/icons/react/PanelAdd.tsx +10 -5
  788. package/src/icons/react/Pencil.tsx +10 -5
  789. package/src/icons/react/People.tsx +10 -5
  790. package/src/icons/react/PeopleCheck.tsx +10 -5
  791. package/src/icons/react/Photo.tsx +10 -5
  792. package/src/icons/react/Pin.tsx +10 -5
  793. package/src/icons/react/PinFilled.tsx +10 -5
  794. package/src/icons/react/Popup.tsx +10 -5
  795. package/src/icons/react/Posts.tsx +10 -5
  796. package/src/icons/react/PresentPlay.tsx +10 -5
  797. package/src/icons/react/PresentStop.tsx +10 -5
  798. package/src/icons/react/Print.tsx +10 -5
  799. package/src/icons/react/PrivateItems.tsx +10 -5
  800. package/src/icons/react/Question.tsx +10 -5
  801. package/src/icons/react/QuickFilter.tsx +10 -5
  802. package/src/icons/react/QuickFilterPersonal.tsx +10 -5
  803. package/src/icons/react/ReadOnly.tsx +10 -5
  804. package/src/icons/react/Refresh.tsx +10 -5
  805. package/src/icons/react/Remove.tsx +10 -5
  806. package/src/icons/react/RemovePeople.tsx +10 -5
  807. package/src/icons/react/Reply.tsx +10 -5
  808. package/src/icons/react/ResetPassword.tsx +10 -5
  809. package/src/icons/react/Restore.tsx +10 -5
  810. package/src/icons/react/RicheditorActionsMore.tsx +10 -5
  811. package/src/icons/react/RicheditorBlockCallout.tsx +10 -5
  812. package/src/icons/react/RicheditorBlockCode.tsx +10 -5
  813. package/src/icons/react/RicheditorBlockEmbed.tsx +10 -5
  814. package/src/icons/react/RicheditorBlockEntity.tsx +10 -5
  815. package/src/icons/react/RicheditorBlockFile.tsx +10 -5
  816. package/src/icons/react/RicheditorBlockH1.tsx +10 -5
  817. package/src/icons/react/RicheditorBlockH2.tsx +10 -5
  818. package/src/icons/react/RicheditorBlockH3.tsx +10 -5
  819. package/src/icons/react/RicheditorBlockH4.tsx +10 -5
  820. package/src/icons/react/RicheditorBlockMention.tsx +10 -5
  821. package/src/icons/react/RicheditorBlockParagraph.tsx +10 -5
  822. package/src/icons/react/RicheditorBlockQuote.tsx +10 -5
  823. package/src/icons/react/RicheditorChecklistCreate.tsx +10 -5
  824. package/src/icons/react/RicheditorCommentCreate.tsx +10 -5
  825. package/src/icons/react/RicheditorEntityLinkCreate.tsx +10 -5
  826. package/src/icons/react/RicheditorHistoryRedo.tsx +10 -5
  827. package/src/icons/react/RicheditorHistoryUndo.tsx +10 -5
  828. package/src/icons/react/RicheditorImageAlignCenter.tsx +10 -5
  829. package/src/icons/react/RicheditorImageAlignLeft.tsx +10 -5
  830. package/src/icons/react/RicheditorImageAlignRight.tsx +10 -5
  831. package/src/icons/react/RicheditorImageUpload.tsx +10 -5
  832. package/src/icons/react/RicheditorImageWrapCenter.tsx +10 -5
  833. package/src/icons/react/RicheditorImageWrapLeft.tsx +10 -5
  834. package/src/icons/react/RicheditorImageWrapRight.tsx +10 -5
  835. package/src/icons/react/RicheditorImageZoom.tsx +10 -5
  836. package/src/icons/react/RicheditorLinkCreate.tsx +10 -5
  837. package/src/icons/react/RicheditorLinkedhighlightCreate.tsx +10 -5
  838. package/src/icons/react/RicheditorListBullet.tsx +10 -5
  839. package/src/icons/react/RicheditorListIndent.tsx +10 -5
  840. package/src/icons/react/RicheditorListOrdered.tsx +10 -5
  841. package/src/icons/react/RicheditorListUnindent.tsx +10 -5
  842. package/src/icons/react/RicheditorMarkCode.tsx +10 -5
  843. package/src/icons/react/RicheditorMarkEm.tsx +10 -5
  844. package/src/icons/react/RicheditorMarkHighlight.tsx +10 -5
  845. package/src/icons/react/RicheditorMarkStrike.tsx +10 -5
  846. package/src/icons/react/RicheditorMarkStrong.tsx +10 -5
  847. package/src/icons/react/RicheditorMarkTextBackgroundColor.tsx +10 -5
  848. package/src/icons/react/RicheditorMarkUnderline.tsx +10 -5
  849. package/src/icons/react/RicheditorOpenLink.tsx +10 -5
  850. package/src/icons/react/RicheditorTableCreate.tsx +10 -5
  851. package/src/icons/react/RicheditorUnlink.tsx +10 -5
  852. package/src/icons/react/RicheditorVideoUpload.tsx +10 -5
  853. package/src/icons/react/RightPanel.tsx +10 -5
  854. package/src/icons/react/Rows.tsx +10 -5
  855. package/src/icons/react/RuleScheduled.tsx +10 -5
  856. package/src/icons/react/Search.tsx +10 -5
  857. package/src/icons/react/SearchAdd.tsx +10 -5
  858. package/src/icons/react/SearchFilled.tsx +10 -5
  859. package/src/icons/react/SearchRemove.tsx +10 -5
  860. package/src/icons/react/SelfReferenceOff.tsx +10 -5
  861. package/src/icons/react/SelfReferenceOn.tsx +10 -5
  862. package/src/icons/react/SendArrow.tsx +10 -5
  863. package/src/icons/react/SendBackward.tsx +10 -5
  864. package/src/icons/react/SendToBack.tsx +10 -5
  865. package/src/icons/react/Settings.tsx +10 -5
  866. package/src/icons/react/SettingsFilled.tsx +10 -5
  867. package/src/icons/react/SettingsOff.tsx +10 -5
  868. package/src/icons/react/Share.tsx +10 -5
  869. package/src/icons/react/Shared.tsx +10 -5
  870. package/src/icons/react/ShieldKeyhole.tsx +10 -5
  871. package/src/icons/react/ShowAuthor.tsx +10 -5
  872. package/src/icons/react/Sidebar.tsx +10 -5
  873. package/src/icons/react/SidebarFields.tsx +10 -5
  874. package/src/icons/react/SidebarFieldsOpened.tsx +10 -5
  875. package/src/icons/react/SimpleCompass.tsx +10 -5
  876. package/src/icons/react/Slack.tsx +10 -5
  877. package/src/icons/react/SlackIcon.tsx +10 -5
  878. package/src/icons/react/SlideMenu.tsx +10 -5
  879. package/src/icons/react/SlideMenuClose.tsx +10 -5
  880. package/src/icons/react/SlideMenuFilled.tsx +10 -5
  881. package/src/icons/react/SlideMenuOpen.tsx +10 -5
  882. package/src/icons/react/SmartFolder.tsx +10 -5
  883. package/src/icons/react/Sort.tsx +10 -5
  884. package/src/icons/react/SortOnBottom.tsx +10 -5
  885. package/src/icons/react/SortOnTop.tsx +10 -5
  886. package/src/icons/react/SpaceApp.tsx +10 -5
  887. package/src/icons/react/SpaceGenerate.tsx +10 -5
  888. package/src/icons/react/SpaceList.tsx +10 -5
  889. package/src/icons/react/SpaceScratch.tsx +10 -5
  890. package/src/icons/react/SpaceTemplate.tsx +10 -5
  891. package/src/icons/react/Spinner.tsx +10 -5
  892. package/src/icons/react/Success.tsx +10 -5
  893. package/src/icons/react/SuggestIntegration.tsx +10 -5
  894. package/src/icons/react/SwitchToMention.tsx +10 -5
  895. package/src/icons/react/SwitchToText.tsx +10 -5
  896. package/src/icons/react/SwitchToWidget.tsx +10 -5
  897. package/src/icons/react/TableLayout.tsx +10 -5
  898. package/src/icons/react/Template.tsx +10 -5
  899. package/src/icons/react/Templates.tsx +10 -5
  900. package/src/icons/react/TemplatesFilled.tsx +10 -5
  901. package/src/icons/react/Terminal.tsx +10 -5
  902. package/src/icons/react/TextNoWrap.tsx +10 -5
  903. package/src/icons/react/TextToolAlignBottom.tsx +10 -5
  904. package/src/icons/react/TextToolAlignMiddle.tsx +10 -5
  905. package/src/icons/react/TextToolAlignTop.tsx +10 -5
  906. package/src/icons/react/TextWrap.tsx +10 -5
  907. package/src/icons/react/ThumbsDown.tsx +10 -5
  908. package/src/icons/react/ThumbsUp.tsx +10 -5
  909. package/src/icons/react/Toc.tsx +18 -0
  910. package/src/icons/react/Twitter.tsx +10 -5
  911. package/src/icons/react/TypeBoolean.tsx +10 -5
  912. package/src/icons/react/TypeButton.tsx +10 -5
  913. package/src/icons/react/TypeCheckbox.tsx +10 -5
  914. package/src/icons/react/TypeDate.tsx +10 -5
  915. package/src/icons/react/TypeEmail.tsx +10 -5
  916. package/src/icons/react/TypeEmoji.tsx +10 -5
  917. package/src/icons/react/TypeFormula.tsx +10 -5
  918. package/src/icons/react/TypeFunction.tsx +10 -5
  919. package/src/icons/react/TypeId.tsx +10 -5
  920. package/src/icons/react/TypeLocation.tsx +10 -5
  921. package/src/icons/react/TypeLookup.tsx +10 -5
  922. package/src/icons/react/TypeMoney.tsx +10 -5
  923. package/src/icons/react/TypeMultiSelect.tsx +10 -5
  924. package/src/icons/react/TypeNumber.tsx +10 -5
  925. package/src/icons/react/TypePercent.tsx +10 -5
  926. package/src/icons/react/TypePhone.tsx +10 -5
  927. package/src/icons/react/TypeRelation.tsx +10 -5
  928. package/src/icons/react/TypeRichText.tsx +10 -5
  929. package/src/icons/react/TypeRule.tsx +10 -5
  930. package/src/icons/react/TypeSingleSelect.tsx +10 -5
  931. package/src/icons/react/TypeText.tsx +10 -5
  932. package/src/icons/react/TypeUrl.tsx +10 -5
  933. package/src/icons/react/UnitsAvatar.tsx +10 -5
  934. package/src/icons/react/UnitsCollection.tsx +10 -5
  935. package/src/icons/react/UnitsCounter.tsx +10 -5
  936. package/src/icons/react/UnitsDate.tsx +10 -5
  937. package/src/icons/react/UnitsDbBadgeAbbr.tsx +10 -5
  938. package/src/icons/react/UnitsDbBadgeFull.tsx +10 -5
  939. package/src/icons/react/UnitsDbIcon.tsx +10 -5
  940. package/src/icons/react/UnitsField.tsx +10 -5
  941. package/src/icons/react/UnitsFieldIconButton.tsx +10 -5
  942. package/src/icons/react/UnitsInput.tsx +10 -5
  943. package/src/icons/react/UnitsProgressBar.tsx +10 -5
  944. package/src/icons/react/UnitsRichText.tsx +10 -5
  945. package/src/icons/react/UnitsSnippet.tsx +10 -5
  946. package/src/icons/react/Unlink.tsx +10 -5
  947. package/src/icons/react/UnlockFilled.tsx +10 -5
  948. package/src/icons/react/UnlockOutline.tsx +10 -5
  949. package/src/icons/react/Upgrade.tsx +10 -5
  950. package/src/icons/react/UsbFlashDrive.tsx +10 -5
  951. package/src/icons/react/UserCheck.tsx +10 -5
  952. package/src/icons/react/UserGroup.tsx +10 -5
  953. package/src/icons/react/UserGroupRemove.tsx +10 -5
  954. package/src/icons/react/UserRole.tsx +10 -5
  955. package/src/icons/react/UserX.tsx +10 -5
  956. package/src/icons/react/ValueEdit.tsx +10 -5
  957. package/src/icons/react/ViewAi.tsx +10 -5
  958. package/src/icons/react/ViewBoard.tsx +10 -5
  959. package/src/icons/react/ViewCalendar.tsx +10 -5
  960. package/src/icons/react/ViewCanvas.tsx +10 -5
  961. package/src/icons/react/ViewChart.tsx +10 -5
  962. package/src/icons/react/ViewDashboard.tsx +10 -5
  963. package/src/icons/react/ViewDetails.tsx +10 -5
  964. package/src/icons/react/ViewDocument.tsx +10 -5
  965. package/src/icons/react/ViewEmbed.tsx +18 -0
  966. package/src/icons/react/ViewFeed.tsx +10 -5
  967. package/src/icons/react/ViewForm.tsx +10 -5
  968. package/src/icons/react/ViewGallery.tsx +10 -5
  969. package/src/icons/react/ViewGantt.tsx +10 -5
  970. package/src/icons/react/ViewList.tsx +10 -5
  971. package/src/icons/react/ViewMap.tsx +10 -5
  972. package/src/icons/react/ViewPage.tsx +10 -5
  973. package/src/icons/react/ViewTable.tsx +10 -5
  974. package/src/icons/react/ViewTimeline.tsx +10 -5
  975. package/src/icons/react/Views.tsx +10 -5
  976. package/src/icons/react/Warning.tsx +10 -5
  977. package/src/icons/react/WarningTriangle.tsx +10 -5
  978. package/src/icons/react/WarningTriangleFilled.tsx +10 -5
  979. package/src/icons/react/Webhooks.tsx +18 -0
  980. package/src/icons/react/Windows.tsx +10 -5
  981. package/src/icons/react/WorkspaceMap.tsx +10 -5
  982. package/src/icons/react/Youtube.tsx +10 -5
  983. package/src/icons/react/ZoomIn.tsx +10 -5
  984. package/src/icons/react/ZoomOut.tsx +10 -5
  985. package/src/icons/react/index.tsx +453 -441
  986. package/src/icons/svg/arrow-bar-down.svg +4 -0
  987. package/src/icons/svg/arrow-bar-up.svg +4 -0
  988. package/src/icons/svg/folder-favorite.svg +3 -0
  989. package/src/icons/svg/intercom.svg +3 -0
  990. package/src/icons/svg/richeditor/list/indent.svg +7 -2
  991. package/src/icons/svg/richeditor/list/unindent.svg +7 -2
  992. package/src/icons/svg/richeditor/mark/underline.svg +2 -2
  993. package/src/icons/svg/toc.svg +5 -0
  994. package/src/icons/svg/view-embed.svg +3 -0
  995. package/src/icons/svg/webhooks.svg +5 -0
  996. package/src/icons/types.ts +2 -0
  997. package/src/images-gallery/images-gallery.tsx +67 -16
  998. package/src/images-gallery/slide-buttons.tsx +5 -9
  999. package/src/integration-compact-info-button.tsx +10 -6
  1000. package/src/link-input/components/{AntTextAreaWithCustomReadState.js → AntTextAreaWithCustomReadState.tsx} +19 -8
  1001. package/src/link-input/index.tsx +94 -0
  1002. package/src/link-input/{utils.js → utils.ts} +1 -6
  1003. package/src/loaders.tsx +2 -2
  1004. package/src/loading-sausage.tsx +4 -4
  1005. package/src/mobile-keyboard-aware-popup.tsx +1 -1
  1006. package/src/modal-menu/modal-menu-content.tsx +1 -1
  1007. package/src/modal-menu/modal-menu-separator.tsx +1 -1
  1008. package/src/modal-menu/modal-submenu-content.tsx +3 -1
  1009. package/src/new-badge.tsx +2 -2
  1010. package/src/number-input/decimal.ts +50 -0
  1011. package/src/number-input/edit-unit-styles.ts +3 -3
  1012. package/src/number-input/utils.ts +2 -2
  1013. package/src/online-users.tsx +8 -8
  1014. package/src/open-popover-tracker.tsx +73 -0
  1015. package/src/palette-generator.test.ts +146 -147
  1016. package/src/palette-generator.ts +29 -57
  1017. package/src/palettes/_.test.ts +226 -0
  1018. package/src/palettes/_.ts +67 -24
  1019. package/src/palettes/common.ts +31 -0
  1020. package/src/palettes/diff-colors.ts +270 -0
  1021. package/src/palettes/inspect.canvas-colors.test.ts +257 -0
  1022. package/src/palettes/inspect.defs.colors.neutral-arch.test.ts +2327 -0
  1023. package/src/palettes/inspect.defs.colors.neutral-user.test.ts +2327 -0
  1024. package/src/palettes/inspect.defs.colors.warm-arch.test.ts +2327 -0
  1025. package/src/palettes/inspect.defs.colors.warm-user.test.ts +2327 -0
  1026. package/src/palettes/inspect.neutral-arch.test.ts +191 -0
  1027. package/src/palettes/inspect.neutral-user.test.ts +191 -0
  1028. package/src/palettes/inspect.warm-arch.test.ts +191 -0
  1029. package/src/palettes/inspect.warm-user.test.ts +191 -0
  1030. package/src/palettes/neutral-arch.ts +37 -0
  1031. package/src/palettes/neutral-user.ts +37 -0
  1032. package/src/palettes/{slate-arch.ts → neutral.ts} +22 -34
  1033. package/src/palettes/warm-arch.ts +3 -188
  1034. package/src/palettes/warm-user.ts +3 -188
  1035. package/src/palettes/warm.ts +158 -0
  1036. package/src/popover/index.tsx +34 -10
  1037. package/src/popover/mobile-popover.tsx +4 -2
  1038. package/src/popover/popup-modifiers-context.ts +4 -4
  1039. package/src/preference-setting.test.ts +223 -0
  1040. package/src/preference-setting.ts +71 -0
  1041. package/src/pretty-size.test.ts +18 -0
  1042. package/src/pretty-size.ts +26 -0
  1043. package/src/reactions/reaction-button.tsx +4 -4
  1044. package/src/reactions/reaction-picker.tsx +2 -2
  1045. package/src/rich-text-embed-error.tsx +3 -1
  1046. package/src/root-theme-provider.test.tsx +25 -20
  1047. package/src/scale-generator.ts +1 -32
  1048. package/src/select/components/group-heading.tsx +1 -1
  1049. package/src/select/components/menu-list-virtua.tsx +127 -0
  1050. package/src/select/index.tsx +10 -6
  1051. package/src/select/reflection.ts +22 -0
  1052. package/src/select/select.tsx +2 -0
  1053. package/src/select/styles.ts +1 -1
  1054. package/src/static-palettes.ts +4 -5
  1055. package/src/tab-nav/tab-nav.tsx +61 -17
  1056. package/src/thematic-color-picker.tsx +164 -233
  1057. package/src/thematic-constants.tsx +2 -1
  1058. package/src/thematic-controls.tsx +126 -9
  1059. package/src/thematic-cvd.tsx +73 -0
  1060. package/src/thematic-highlights.tsx +49 -0
  1061. package/src/thematic-scales.tsx +70 -88
  1062. package/src/thematic-state.ts +92 -54
  1063. package/src/thematic.tsx +406 -278
  1064. package/src/theme-provider.test.tsx +70 -67
  1065. package/src/theme-provider.tsx +52 -41
  1066. package/src/theme-settings.ts +12 -44
  1067. package/src/theme-styles.ts +34 -27
  1068. package/src/themed-ink.tsx +26 -0
  1069. package/src/toast/toast-action.tsx +2 -2
  1070. package/src/toggle-button/round-toggle-button.tsx +2 -1
  1071. package/src/toggle-button/toggle-button.tsx +3 -3
  1072. package/src/toggle-on-off.tsx +7 -7
  1073. package/src/tooltip-if-overflown.tsx +3 -3
  1074. package/src/tree-utils.ts +1 -1
  1075. package/src/type-badge-box.tsx +2 -2
  1076. package/src/type-badge.tsx +9 -10
  1077. package/src/unit/maybe-unit-value.tsx +1 -1
  1078. package/src/unit/types.ts +1 -1
  1079. package/src/workflow-progress-icon.tsx +1 -1
  1080. package/.oxlintrc.json +0 -24
  1081. package/src/actions-menu/actions-menu-open-state-tracker.tsx +0 -66
  1082. package/src/design-system/alpha.test.ts +0 -59
  1083. package/src/design-system.test.ts +0 -48
  1084. package/src/error-alert/error-alert-action.tsx +0 -12
  1085. package/src/error-alert/error-alert.tsx +0 -71
  1086. package/src/link-input/index.js +0 -89
  1087. package/src/number-input/decimal.js +0 -61
  1088. package/src/palettes/slate-arch.colors-snapshot.test.ts +0 -1689
  1089. package/src/palettes/slate-user.colors-snapshot.test.ts +0 -1689
  1090. package/src/palettes/slate-user.ts +0 -187
  1091. package/src/palettes/warm-arch.colors-snapshot.test.ts +0 -1689
  1092. package/src/palettes/warm-user.colors-snapshot.test.ts +0 -1689
  1093. package/src/popover/popover-old.tsx +0 -113
  1094. /package/src/number-input/{decimal.test.js → decimal.test.ts} +0 -0
@@ -1,12 +1,25 @@
1
- import {makeThematicPalette, SCALE_PRESETS} from "./palette-generator";
2
- import {OKLCH, parse, to} from "./color-utils";
1
+ import {makeThematicPalette, SCALE_PRESETS, shiftHueTowards} from "./palette-generator";
2
+ import {oklchFrom} from "./color-utils";
3
3
 
4
4
  function getHue(color: string): number {
5
- const oklch = to(parse(color), OKLCH);
6
- return oklch.coords[2] ?? 0;
5
+ return oklchFrom(color)!.h ?? 0;
7
6
  }
8
7
 
9
8
  describe("shiftHueTowards", () => {
9
+ test("no shift when amount=0", () => {
10
+ expect(shiftHueTowards(100, 50, 0)).toBe(100);
11
+ });
12
+
13
+ test("full shift when amount=1", () => {
14
+ expect(shiftHueTowards(100, 50, 1)).toBe(50);
15
+ });
16
+
17
+ test("shortest path wraps around 360", () => {
18
+ expect(shiftHueTowards(350, 10, 0.5)).toBe(0);
19
+ });
20
+ });
21
+
22
+ describe("shiftHueTowards applied", () => {
10
23
  it("no shift when baseChroma is 0", () => {
11
24
  const palette = makeThematicPalette({
12
25
  baseHue: 200,
@@ -1,6 +1,7 @@
1
1
  import {css, cx} from "@linaria/core";
2
2
  import {forwardRef} from "react";
3
3
  import {border, iconSize as defaultIconSize, themeVars, viewBoxSize} from "../design-system";
4
+ import {useTheme} from "../theme-provider";
4
5
  import {generateIconFromAst} from "./generate-icon-from-ast";
5
6
  import {IconProps} from "./types";
6
7
 
@@ -36,11 +37,13 @@ const inheritColor = css`
36
37
  `;
37
38
 
38
39
  export const Icon = forwardRef<SVGSVGElement, IconProps>(function Icon(
39
- {icon, iconSize, containerSize, viewBox = viewBoxSize, children, style, color, className, ...rest},
40
+ {icon, iconSize, containerSize, viewBox = viewBoxSize, children, style, color, colorProcessed, className, ...rest},
40
41
  ref
41
42
  ) {
43
+ const theme = useTheme();
44
+ const resolvedColor = typeof color === "string" && !colorProcessed ? theme.fns.deneutralize(color) : color;
42
45
  const iconStyle = {
43
- [iconColorVar]: color,
46
+ [iconColorVar]: resolvedColor,
44
47
  [iconContainerSizeVar]: containerSize ? containerSize + "px" : undefined,
45
48
  [iconSizeVar]: iconSize ? iconSize + "px" : undefined,
46
49
  ...style,
@@ -1,7 +1,11 @@
1
-
2
- // This icon file is generated automatically.
3
-
4
- import { IconDefinition } from '../types';
1
+ /**
2
+ * This file was automatically generated. Do not edit manually.
3
+ *
4
+ * @see import("../svg/abort.svg")
5
+ * @see import("../../../scripts/generate-icons.mjs")
6
+ */
7
+
8
+ import type {IconDefinition} from "../types";
5
9
 
6
10
  const Abort: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M12.5 6h-5A1.5 1.5 0 0 0 6 7.5v5A1.5 1.5 0 0 0 7.5 14h5a1.5 1.5 0 0 0 1.5-1.5v-5A1.5 1.5 0 0 0 12.5 6Z"},"children":[]}],"metadata":""}]},"name":"abort"};
7
11
 
@@ -1,7 +1,11 @@
1
-
2
- // This icon file is generated automatically.
3
-
4
- import { IconDefinition } from '../types';
1
+ /**
2
+ * This file was automatically generated. Do not edit manually.
3
+ *
4
+ * @see import("../svg/access-template.svg")
5
+ * @see import("../../../scripts/generate-icons.mjs")
6
+ */
7
+
8
+ import type {IconDefinition} from "../types";
5
9
 
6
10
  const AccessTemplate: 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":"M13.187 2.24a8.334 8.334 0 0 1 2.705 1.868A8.334 8.334 0 1 1 4.108 15.892 8.333 8.333 0 0 1 13.187 2.24Zm-2.53 14.4a6.667 6.667 0 0 0 4.06-1.923A6.625 6.625 0 0 0 16.667 10a6.667 6.667 0 1 0-6.01 6.64ZM7.5 8.916a2.417 2.417 0 1 1 3.167 2.298v1.535a.75.75 0 0 1-1.5 0v-1.535A2.418 2.418 0 0 1 7.5 8.917ZM9.917 8a.917.917 0 1 0 0 1.833.917.917 0 0 0 0-1.833Z"},"children":[]}],"metadata":""}]},"name":"access-template"};
7
11
 
@@ -1,7 +1,11 @@
1
-
2
- // This icon file is generated automatically.
3
-
4
- import { IconDefinition } from '../types';
1
+ /**
2
+ * This file was automatically generated. Do not edit manually.
3
+ *
4
+ * @see import("../svg/activity.svg")
5
+ * @see import("../../../scripts/generate-icons.mjs")
6
+ */
7
+
8
+ import type {IconDefinition} from "../types";
5
9
 
6
10
  const Activity: 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.953 3.569C7.034 2.559 8.49 2 10 2s2.966.559 4.047 1.569c1.084 1.01 1.703 2.394 1.703 3.848 0 2.105.528 3.55 1.117 4.514.272.445.483.76.64.994l.065.098c.077.114.154.23.21.331.028.052.064.122.093.202a.897.897 0 0 1 .051.38c-.009.104-.03.286-.134.472a1.149 1.149 0 0 1-.335.365.94.94 0 0 1-.299.145 1.497 1.497 0 0 1-.205.042 4.07 4.07 0 0 1-.404.03c-.28.01-.669.01-1.155.01H13.25v.25a3.25 3.25 0 0 1-6.5 0V15H4.606c-.486 0-.874 0-1.155-.01a4.068 4.068 0 0 1-.404-.03 1.495 1.495 0 0 1-.205-.042.939.939 0 0 1-.3-.145 1.15 1.15 0 0 1-.334-.365 1.155 1.155 0 0 1-.135-.473.897.897 0 0 1 .052-.38c.029-.08.065-.15.093-.2.056-.101.133-.218.21-.332l.065-.098c.156-.233.368-.549.64-.994.589-.964 1.117-2.409 1.117-4.514 0-1.454.62-2.837 1.703-3.848ZM8.25 15v.25a1.75 1.75 0 0 0 3.5 0V15h-3.5ZM10 3.5c-1.143 0-2.23.424-3.024 1.165-.792.74-1.226 1.73-1.226 2.752 0 2.371-.599 4.088-1.337 5.296-.196.32-.363.579-.5.786l.72.001h10.733c.283 0 .521 0 .72-.002a26.199 26.199 0 0 1-.499-.785c-.738-1.208-1.337-2.925-1.337-5.296 0-1.022-.434-2.013-1.226-2.752C12.23 3.925 11.144 3.5 10 3.5Z"},"children":[]}],"metadata":""}]},"name":"activity"};
7
11
 
@@ -1,7 +1,11 @@
1
-
2
- // This icon file is generated automatically.
3
-
4
- import { IconDefinition } from '../types';
1
+ /**
2
+ * This file was automatically generated. Do not edit manually.
3
+ *
4
+ * @see import("../svg/activity-filled.svg")
5
+ * @see import("../../../scripts/generate-icons.mjs")
6
+ */
7
+
8
+ import type {IconDefinition} from "../types";
5
9
 
6
10
  const ActivityFilled: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M12.4 16.5c.192 0 .288 0 .355.05.053.04.094.117.099.183.005.084-.041.155-.134.296a3.247 3.247 0 0 1-5.439 0c-.092-.141-.139-.212-.133-.296a.273.273 0 0 1 .098-.183c.067-.05.163-.05.355-.05h4.8ZM10 2c1.51 0 2.966.559 4.048 1.568 1.083 1.012 1.702 2.395 1.702 3.849 0 2.105.529 3.55 1.117 4.514.273.445.484.761.641.995l.065.097c.076.114.153.23.21.332.028.05.064.12.092.2a.898.898 0 0 1 .052.38c-.01.105-.031.287-.135.473a1.151 1.151 0 0 1-.335.365.94.94 0 0 1-.299.145 1.501 1.501 0 0 1-.205.042c-.12.017-.259.025-.404.03-.28.01-.669.01-1.155.01H4.607c-.487 0-.875 0-1.156-.01a4.065 4.065 0 0 1-.404-.03 1.498 1.498 0 0 1-.205-.042.942.942 0 0 1-.299-.145 1.151 1.151 0 0 1-.335-.365 1.157 1.157 0 0 1-.135-.473.895.895 0 0 1 .053-.38c.029-.08.064-.15.093-.2.056-.101.133-.218.209-.332l.065-.097c.157-.234.368-.55.64-.995.589-.964 1.117-2.409 1.117-4.514 0-1.454.62-2.837 1.703-3.849C7.035 2.56 8.491 2 10 2Z"},"children":[]}],"metadata":""}]},"name":"activity-filled"};
7
11
 
@@ -1,7 +1,11 @@
1
-
2
- // This icon file is generated automatically.
3
-
4
- import { IconDefinition } from '../types';
1
+ /**
2
+ * This file was automatically generated. Do not edit manually.
3
+ *
4
+ * @see import("../svg/activity-log.svg")
5
+ * @see import("../../../scripts/generate-icons.mjs")
6
+ */
7
+
8
+ import type {IconDefinition} from "../types";
5
9
 
6
10
  const ActivityLog: 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.545 4.07A7.417 7.417 0 1 1 2.583 10a.75.75 0 0 1 1.5 0 5.917 5.917 0 1 0 2.62-4.913h.592a.75.75 0 0 1 0 1.5h-2.5a.75.75 0 0 1-.75-.75v-2.5a.75.75 0 0 1 1.5 0v.733ZM10 5.917a.75.75 0 0 1 .75.75v3.022l1.864 1.864a.75.75 0 0 1-1.061 1.06L9.47 10.53a.75.75 0 0 1-.22-.53V6.667a.75.75 0 0 1 .75-.75Z"},"children":[]}],"metadata":""}]},"name":"activity-log"};
7
11
 
@@ -1,7 +1,11 @@
1
-
2
- // This icon file is generated automatically.
3
-
4
- import { IconDefinition } from '../types';
1
+ /**
2
+ * This file was automatically generated. Do not edit manually.
3
+ *
4
+ * @see import("../svg/add.svg")
5
+ * @see import("../../../scripts/generate-icons.mjs")
6
+ */
7
+
8
+ import type {IconDefinition} from "../types";
5
9
 
6
10
  const Add: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M10 4a.75.75 0 0 0-.75.75v4.5h-4.5a.75.75 0 0 0 0 1.5h4.5v4.5a.75.75 0 0 0 1.5 0v-4.5h4.5a.75.75 0 0 0 0-1.5h-4.5v-4.5A.75.75 0 0 0 10 4Z"},"children":[]}],"metadata":""}]},"name":"add"};
7
11
 
@@ -1,7 +1,11 @@
1
-
2
- // This icon file is generated automatically.
3
-
4
- import { IconDefinition } from '../types';
1
+ /**
2
+ * This file was automatically generated. Do not edit manually.
3
+ *
4
+ * @see import("../svg/add-after.svg")
5
+ * @see import("../../../scripts/generate-icons.mjs")
6
+ */
7
+
8
+ import type {IconDefinition} from "../types";
5
9
 
6
10
  const AddAfter: 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.25 3A2.25 2.25 0 0 0 2 5.25v9.5A2.25 2.25 0 0 0 4.25 17h3.5A2.25 2.25 0 0 0 10 14.75v-9.5A2.25 2.25 0 0 0 7.75 3h-3.5ZM3.5 5.25a.75.75 0 0 1 .75-.75h3.5a.75.75 0 0 1 .75.75v9.5a.75.75 0 0 1-.75.75h-3.5a.75.75 0 0 1-.75-.75v-9.5Z"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M15 7a.75.75 0 0 1 .75.75v1.5h1.5a.75.75 0 0 1 0 1.5h-1.5v1.5a.75.75 0 0 1-1.5 0v-1.5h-1.5a.75.75 0 0 1 0-1.5h1.5v-1.5A.75.75 0 0 1 15 7Z"},"children":[]}],"metadata":""}]},"name":"add-after"};
7
11
 
@@ -1,7 +1,11 @@
1
-
2
- // This icon file is generated automatically.
3
-
4
- import { IconDefinition } from '../types';
1
+ /**
2
+ * This file was automatically generated. Do not edit manually.
3
+ *
4
+ * @see import("../svg/add-before.svg")
5
+ * @see import("../../../scripts/generate-icons.mjs")
6
+ */
7
+
8
+ import type {IconDefinition} from "../types";
5
9
 
6
10
  const AddBefore: 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":"M12.25 3A2.25 2.25 0 0 0 10 5.25v9.5A2.25 2.25 0 0 0 12.25 17h3.5A2.25 2.25 0 0 0 18 14.75v-9.5A2.25 2.25 0 0 0 15.75 3h-3.5Zm-.75 2.25a.75.75 0 0 1 .75-.75h3.5a.75.75 0 0 1 .75.75v9.5a.75.75 0 0 1-.75.75h-3.5a.75.75 0 0 1-.75-.75v-9.5Z"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M5 7a.75.75 0 0 1 .75.75v1.5h1.5a.75.75 0 0 1 0 1.5h-1.5v1.5a.75.75 0 0 1-1.5 0v-1.5h-1.5a.75.75 0 0 1 0-1.5h1.5v-1.5A.75.75 0 0 1 5 7Z"},"children":[]}],"metadata":""}]},"name":"add-before"};
7
11
 
@@ -1,7 +1,11 @@
1
-
2
- // This icon file is generated automatically.
3
-
4
- import { IconDefinition } from '../types';
1
+ /**
2
+ * This file was automatically generated. Do not edit manually.
3
+ *
4
+ * @see import("../svg/add-compact.svg")
5
+ * @see import("../../../scripts/generate-icons.mjs")
6
+ */
7
+
8
+ import type {IconDefinition} from "../types";
5
9
 
6
10
  const AddCompact: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M10 15a.75.75 0 0 0 .75-.75v-3.5h3.5a.75.75 0 0 0 0-1.5h-3.5v-3.5a.75.75 0 0 0-1.5 0v3.5h-3.5a.75.75 0 0 0 0 1.5h3.5v3.5c0 .414.336.75.75.75Z"},"children":[]}],"metadata":""}]},"name":"add-compact"};
7
11
 
@@ -1,7 +1,11 @@
1
-
2
- // This icon file is generated automatically.
3
-
4
- import { IconDefinition } from '../types';
1
+ /**
2
+ * This file was automatically generated. Do not edit manually.
3
+ *
4
+ * @see import("../svg/add-database.svg")
5
+ * @see import("../../../scripts/generate-icons.mjs")
6
+ */
7
+
8
+ import type {IconDefinition} from "../types";
5
9
 
6
10
  const AddDatabase: 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.835 8.738c-.35-.17-.66-.37-.92-.603C4.454 7.725 4 7.045 4 6.401 4 4.002 6.686 3 10 3s6 .972 6 3.4c0 .65-.448 1.332-.91 1.746-.262.233-.572.433-.925.603-1.079.52-2.547.751-4.165.751-1.618 0-3.086-.239-4.165-.762ZM2.5 13.599c0 1.904 1.127 3.202 2.58 3.938 1.46.74 3.347.991 5.215.96a.723.723 0 0 0 .705-.73.78.78 0 0 0-.797-.768c-1.94.023-4.927-.181-5.93-2.187a2.783 2.783 0 0 1-.257-1.528c.017-.16.046-.313.088-.46.406.396.89.703 1.405.939 1.498.688 3.213.837 4.844.804a.666.666 0 0 0 .647-.673.715.715 0 0 0-.733-.705c-1.499.024-3.105-.103-4.468-.778a3.92 3.92 0 0 1-.93-.626c-.264-.244-.71-.72-.795-1.083A2.868 2.868 0 0 1 4 10.044c0-.276.036-.535.104-.775.394.384.871.694 1.405.939 1.256.577 2.85.808 4.491.808 1.638 0 3.232-.224 4.49-.797a4.934 4.934 0 0 0 1.41-.94c.034.122.06.25.076.382.025.196.024.392.024.589a.75.75 0 0 0 1.5 0V6.4c0-1.914-1.122-3.215-2.583-3.95-1.385-.697-3.153-.95-4.917-.95-1.77 0-3.538.262-4.92.963C3.626 3.199 2.5 4.497 2.5 6.4v7.198Zm13.25-.849a.75.75 0 0 0-1.5 0v1.5h-1.5a.75.75 0 0 0 0 1.5h1.5v1.5a.75.75 0 1 0 1.5 0v-1.5h1.5a.75.75 0 0 0 0-1.5h-1.5v-1.5Z"},"children":[]}],"metadata":""}]},"name":"add-database"};
7
11
 
@@ -1,7 +1,11 @@
1
-
2
- // This icon file is generated automatically.
3
-
4
- import { IconDefinition } from '../types';
1
+ /**
2
+ * This file was automatically generated. Do not edit manually.
3
+ *
4
+ * @see import("../svg/add-group.svg")
5
+ * @see import("../../../scripts/generate-icons.mjs")
6
+ */
7
+
8
+ import type {IconDefinition} from "../types";
5
9
 
6
10
  const AddGroup: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"width":20,"height":20},"children":[{"type":"element","tagName":"path","properties":{"d":"M9.25 6.75a.75.75 0 0 1 1.5 0v2.5h2.5a.75.75 0 0 1 0 1.5h-2.5v2.5a.75.75 0 0 1-1.5 0v-2.5h-2.5a.75.75 0 0 1 0-1.5h2.5v-2.5Z"},"children":[]},{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M2 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4Zm2-.5h12a.5.5 0 0 1 .5.5v12a.5.5 0 0 1-.5.5H4a.5.5 0 0 1-.5-.5V4a.5.5 0 0 1 .5-.5Z"},"children":[]}],"metadata":""}]},"name":"add-group"};
7
11
 
@@ -1,7 +1,11 @@
1
-
2
- // This icon file is generated automatically.
3
-
4
- import { IconDefinition } from '../types';
1
+ /**
2
+ * This file was automatically generated. Do not edit manually.
3
+ *
4
+ * @see import("../svg/add-integration.svg")
5
+ * @see import("../../../scripts/generate-icons.mjs")
6
+ */
7
+
8
+ import type {IconDefinition} from "../types";
5
9
 
6
10
  const AddIntegration: 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.435 6.627-.7-.7a.803.803 0 0 1 0-1.136l.634-.634a5.283 5.283 0 0 1 6.861-.523l1.376-1.375a.804.804 0 1 1 1.135 1.135L16.366 4.77c1.022 1.394 1.296 3.324.709 4.983-.148.419-.674.592-1.075.348-.358-.218-.48-.672-.375-1.077.375-1.45.044-2.77-.918-3.731a3.655 3.655 0 0 0-5.203 0l-.066.066L13.076 9A.81.81 0 0 1 12 10.21L9.57 7.761l-.699.7a.803.803 0 1 1-1.135-1.136l.699-.7Zm1.272 10.451a5.305 5.305 0 0 1-4.952-.698l-1.377 1.378a.805.805 0 0 1-1.318-.256.803.803 0 0 1 .182-.88l1.378-1.377a5.283 5.283 0 0 1 .523-6.862l.634-.634a.803.803 0 0 1 1.135 0l4.182 4.17A.804.804 0 0 1 9 13.095L5.344 9.452l-.066.067a3.658 3.658 0 0 0 0 5.203c.922.922 2.407 1.14 3.667.84.486-.114 1.029.111 1.18.587.12.377-.046.793-.418.93Zm6.043-4.328a.75.75 0 0 0-1.5 0v1.5h-1.5a.75.75 0 0 0 0 1.5h1.5v1.5a.75.75 0 1 0 1.5 0v-1.5h1.5a.75.75 0 0 0 0-1.5h-1.5v-1.5Z"},"children":[]}],"metadata":""}]},"name":"add-integration"};
7
11
 
@@ -1,7 +1,11 @@
1
-
2
- // This icon file is generated automatically.
3
-
4
- import { IconDefinition } from '../types';
1
+ /**
2
+ * This file was automatically generated. Do not edit manually.
3
+ *
4
+ * @see import("../svg/add-reactions.svg")
5
+ * @see import("../../../scripts/generate-icons.mjs")
6
+ */
7
+
8
+ import type {IconDefinition} from "../types";
5
9
 
6
10
  const AddReactions: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M16.75 1.75a.75.75 0 0 0-1.5 0v1.5h-1.5a.75.75 0 0 0 0 1.5h1.5v1.5a.75.75 0 1 0 1.5 0v-1.5h1.5a.75.75 0 0 0 0-1.5h-1.5v-1.5Z"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M3.5 10a6.5 6.5 0 0 1 7.398-6.439.75.75 0 0 0 .204-1.486 8 8 0 1 0 6.822 6.822.75.75 0 0 0-1.485.205A6.5 6.5 0 1 1 3.5 10Z"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M7.825 6.713a1.112 1.112 0 1 0 0 2.224 1.112 1.112 0 0 0 0-2.224ZM12.175 6.713a1.113 1.113 0 1 0 0 2.225 1.113 1.113 0 0 0 0-2.226ZM8.238 11.643a3.707 3.707 0 0 1-.491-.428l-.149-.168a.75.75 0 0 0-1.198.903l.078.097a5.21 5.21 0 0 0 .878.81c.598.435 1.5.893 2.644.893 1.144 0 2.046-.458 2.644-.893a5.21 5.21 0 0 0 .879-.81l.077-.097a.75.75 0 0 0-1.198-.903l-.149.168c-.11.116-.276.272-.491.428-.433.315-1.031.607-1.762.607-.73 0-1.33-.292-1.762-.607Z"},"children":[]}],"metadata":""}]},"name":"add-reactions"};
7
11
 
@@ -1,7 +1,11 @@
1
-
2
- // This icon file is generated automatically.
3
-
4
- import { IconDefinition } from '../types';
1
+ /**
2
+ * This file was automatically generated. Do not edit manually.
3
+ *
4
+ * @see import("../svg/ai-assistant.svg")
5
+ * @see import("../../../scripts/generate-icons.mjs")
6
+ */
7
+
8
+ import type {IconDefinition} from "../types";
5
9
 
6
10
  const AiAssistant: 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.374.262a.398.398 0 0 0-.75.006l-.548 1.607a.317.317 0 0 1-.207.2l-1.59.493a.395.395 0 0 0-.006.754l1.595.524a.317.317 0 0 1 .202.202l.552 1.68c.119.36.629.364.753.006l.587-1.69a.317.317 0 0 1 .199-.197l1.568-.526a.395.395 0 0 0-.006-.752l-1.564-.494a.317.317 0 0 1-.203-.195L3.374.262Zm-.562 14.956a.332.332 0 0 0-.626.006l-.456 1.338a.264.264 0 0 1-.172.168l-1.325.41a.33.33 0 0 0-.006.628l1.33.437c.08.027.142.089.168.169l.46 1.399c.099.3.524.304.628.005l.488-1.409a.264.264 0 0 1 .166-.163l1.308-.439a.33.33 0 0 0-.006-.626l-1.303-.412a.264.264 0 0 1-.17-.162l-.484-1.349Zm9.183-12.814c-.336-.936-1.663-.924-1.983.017l-1.47 4.33a1.2 1.2 0 0 1-.78.76L3.506 8.835c-.975.304-.986 1.68-.017 2l4.273 1.41a1.2 1.2 0 0 1 .764.767l1.482 4.53c.314.957 1.662.968 1.99.017l1.578-4.566a1.2 1.2 0 0 1 .752-.745l4.202-1.415c.963-.324.95-1.689-.017-1.996L14.326 7.51a1.2 1.2 0 0 1-.766-.74l-1.565-4.365Zm-1.938 4.861.963-2.837 1.034 2.882a2.8 2.8 0 0 0 1.789 1.724l2.582.82-2.608.877a2.8 2.8 0 0 0-1.753 1.74l-1.043 3.02-.975-2.977a2.8 2.8 0 0 0-1.783-1.788L5.62 9.853l2.619-.815a2.8 2.8 0 0 0 1.819-1.773Z"},"children":[]}],"metadata":""}]},"name":"ai-assistant"};
7
11
 
@@ -1,7 +1,11 @@
1
-
2
- // This icon file is generated automatically.
3
-
4
- import { IconDefinition } from '../types';
1
+ /**
2
+ * This file was automatically generated. Do not edit manually.
3
+ *
4
+ * @see import("../svg/ai-assistant-filled.svg")
5
+ * @see import("../../../scripts/generate-icons.mjs")
6
+ */
7
+
8
+ import type {IconDefinition} from "../types";
5
9
 
6
10
  const AiAssistantFilled: 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.374.262a.398.398 0 0 0-.75.006l-.548 1.607a.317.317 0 0 1-.207.2l-1.59.493a.395.395 0 0 0-.006.754l1.595.524a.317.317 0 0 1 .202.202l.552 1.68c.119.36.629.364.753.006l.587-1.69a.317.317 0 0 1 .199-.197l1.568-.526a.395.395 0 0 0-.006-.752l-1.564-.494a.317.317 0 0 1-.203-.195L3.374.262Zm-.562 14.956a.332.332 0 0 0-.626.006l-.456 1.338a.264.264 0 0 1-.172.168l-1.325.41a.33.33 0 0 0-.006.628l1.33.437c.08.027.142.089.168.169l.46 1.399c.099.3.524.304.628.005l.488-1.409a.264.264 0 0 1 .166-.163l1.308-.439a.33.33 0 0 0-.006-.626l-1.303-.412a.264.264 0 0 1-.17-.162l-.484-1.349Zm9.183-12.814c-.336-.936-1.663-.924-1.983.017l-1.47 4.33a1.2 1.2 0 0 1-.78.76L3.506 8.835c-.975.304-.986 1.68-.017 2l4.273 1.41a1.2 1.2 0 0 1 .764.767l1.482 4.53c.314.957 1.662.968 1.99.017l1.578-4.566a1.2 1.2 0 0 1 .752-.745l4.202-1.415c.963-.324.95-1.689-.017-1.996L14.326 7.51a1.2 1.2 0 0 1-.766-.74l-1.565-4.365Z"},"children":[]}],"metadata":""}]},"name":"ai-assistant-filled"};
7
11
 
@@ -1,7 +1,11 @@
1
-
2
- // This icon file is generated automatically.
3
-
4
- import { IconDefinition } from '../types';
1
+ /**
2
+ * This file was automatically generated. Do not edit manually.
3
+ *
4
+ * @see import("../svg/ai-avatar.svg")
5
+ * @see import("../../../scripts/generate-icons.mjs")
6
+ */
7
+
8
+ import type {IconDefinition} from "../types";
5
9
 
6
10
  const AiAvatar: 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 3a.75.75 0 0 1 .7.483l1.312 3.442c.187.49.573.876 1.063 1.063l3.442 1.311a.75.75 0 0 1 0 1.402l-3.442 1.311c-.49.187-.876.573-1.063 1.063l-1.311 3.442a.75.75 0 0 1-1.402 0l-1.311-3.442a1.836 1.836 0 0 0-1.063-1.063l-3.442-1.311a.75.75 0 0 1 0-1.402l3.442-1.311c.49-.187.876-.573 1.063-1.063l1.311-3.442A.75.75 0 0 1 10 3Zm0 2.857-.61 1.602a3.336 3.336 0 0 1-1.93 1.93L5.856 10l1.602.61a3.336 3.336 0 0 1 1.93 1.93L10 14.143l.61-1.603a3.336 3.336 0 0 1 1.93-1.93l1.603-.61-1.603-.61a3.336 3.336 0 0 1-1.93-1.93L10 5.856Z"},"children":[]}],"metadata":""}]},"name":"ai-avatar"};
7
11
 
@@ -1,7 +1,11 @@
1
-
2
- // This icon file is generated automatically.
3
-
4
- import { IconDefinition } from '../types';
1
+ /**
2
+ * This file was automatically generated. Do not edit manually.
3
+ *
4
+ * @see import("../svg/ai-fibery-build.svg")
5
+ * @see import("../../../scripts/generate-icons.mjs")
6
+ */
7
+
8
+ import type {IconDefinition} from "../types";
5
9
 
6
10
  const AiFiberyBuild: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20","opacity":0.6},"children":[{"type":"element","tagName":"path","properties":{"d":"M10.13 18.55a.725.725 0 0 1 .021 1.449 9.544 9.544 0 0 1-.302 0 .725.725 0 0 1 .021-1.45 9.353 9.353 0 0 0 .26 0ZM6.469 17.807l.138.046.24.097.13.069a.725.725 0 0 1-.524 1.319l-.14-.04-.28-.115-.129-.073a.725.725 0 0 1 .565-1.303ZM13.531 17.807a.726.726 0 0 1 .437 1.376l-.28.115a.725.725 0 0 1-.535-1.348c.08-.032.16-.063.24-.098l.138-.045ZM2.839 15.938a.725.725 0 0 1 .912-.079l.112.095.183.183a.725.725 0 0 1-.895 1.13l-.114-.09-.215-.214a.725.725 0 0 1 .017-1.025ZM16.249 15.86a.725.725 0 0 1 .929 1.103l-.215.215-.114.09a.725.725 0 0 1-.895-1.131l.183-.183.112-.095ZM11.254 12.842l.116.38c.084.277.057.576-.077.833a1.087 1.087 0 0 1-.96.583c-.232 0-.457-.075-.644-.213a1.096 1.096 0 0 1-.392-.559l-.225-.736 1.178-.687 1.004.399ZM1.108 12.747a.725.725 0 0 1 .873.276l.069.13.097.24.046.138a.726.726 0 0 1-1.303.565l-.073-.128-.115-.28-.04-.141a.725.725 0 0 1 .446-.8ZM17.95 13.153a.725.725 0 0 1 1.348.534c-.037.094-.075.189-.115.28l-.073.129a.725.725 0 0 1-1.258-.703l.098-.24ZM11.188 5.378c.275-.047.558.015.789.174a1.105 1.105 0 0 1 .312 1.48l-4.014 5.956a1.087 1.087 0 0 1-.895.478 1.074 1.074 0 0 1-.953-.582 1.104 1.104 0 0 1 .06-1.124l4.014-5.957a1.08 1.08 0 0 1 .688-.425ZM13.475 10.922c.234.093.429.266.55.49a1.106 1.106 0 0 1-.256 1.37c-.194.163-.438.251-.69.251a1.061 1.061 0 0 1-.395-.071l-1.977-.785 2.4-1.4.368.145ZM13.65 7.68a1.074 1.074 0 0 1 .843.543 1.105 1.105 0 0 1-.396 1.494l-5.139 2.998 3.334-4.947 1.179-.09c.06-.004.12-.004.18.002ZM.736 9.135c.4.006.72.335.714.735a8.77 8.77 0 0 0 0 .26.725.725 0 0 1-1.449.021 10.237 10.237 0 0 1 0-.302c.006-.4.335-.72.735-.714ZM19.264 9.135c.4-.006.729.314.735.714a9.535 9.535 0 0 1 0 .302.725.725 0 0 1-1.45-.021 9.351 9.351 0 0 0 0-.26.725.725 0 0 1 .715-.735ZM6.926 10.37l-.399.03a1.075 1.075 0 0 1-.833-.303 1.1 1.1 0 0 1-.055-1.519c.187-.21.447-.34.726-.361l2.118-.16-1.557 2.312ZM8.272 5.564c.287.011.558.137.753.35l.52.566-.765 1.136-1.072.081-.27-.294a1.103 1.103 0 0 1 .058-1.548c.21-.197.49-.301.776-.29ZM.817 6.032a.725.725 0 0 1 1.33.575c-.034.08-.065.16-.097.24a.725.725 0 0 1-1.348-.535 10 10 0 0 1 .115-.28ZM18.23 5.655a.725.725 0 0 1 .88.25l.073.127.115.28.04.141a.725.725 0 0 1-1.32.524l-.068-.13-.098-.24-.045-.138a.726.726 0 0 1 .423-.814ZM15.938 2.839a.725.725 0 0 1 1.025-.017l.215.215.09.114a.725.725 0 0 1-1.131.895l-.183-.183-.095-.112a.725.725 0 0 1 .08-.912ZM3.151 2.732a.725.725 0 0 1 .895 1.131l-.183.183-.112.095a.725.725 0 0 1-.929-1.104l.215-.215.114-.09ZM6.313.702a.725.725 0 0 1 .534 1.348c-.08.032-.16.063-.24.097a.724.724 0 1 1-.575-1.33 10 10 0 0 1 .28-.115ZM13.547.662l.14.04.28.115.129.073a.725.725 0 0 1-.565 1.303l-.138-.046-.24-.097-.13-.069a.725.725 0 0 1 .524-1.319ZM10.151.001a.725.725 0 0 1-.021 1.45 8.769 8.769 0 0 0-.26 0A.725.725 0 0 1 9.85 0a10.228 10.228 0 0 1 .302 0Z"},"children":[]}],"metadata":""}]},"name":"ai-fibery-build"};
7
11
 
@@ -1,7 +1,11 @@
1
-
2
- // This icon file is generated automatically.
3
-
4
- import { IconDefinition } from '../types';
1
+ /**
2
+ * This file was automatically generated. Do not edit manually.
3
+ *
4
+ * @see import("../svg/ai-search.svg")
5
+ * @see import("../../../scripts/generate-icons.mjs")
6
+ */
7
+
8
+ import type {IconDefinition} from "../types";
5
9
 
6
10
  const AiSearch: 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":"M13.128 14.32a7.085 7.085 0 1 1 1.182-1.18l3.78 3.769a.835.835 0 1 1-1.18 1.182l-3.782-3.77ZM8.75 3.335a5.415 5.415 0 1 0 0 10.83 5.415 5.415 0 0 0 0-10.83Zm0 2.415c.117 0 .221.072.263.181l.57 1.498a.844.844 0 0 0 .488.488l1.498.57a.281.281 0 0 1 0 .526l-1.498.57a.844.844 0 0 0-.488.488l-.57 1.498a.281.281 0 0 1-.526 0l-.57-1.498a.844.844 0 0 0-.488-.488l-1.498-.57a.281.281 0 0 1 0-.526l1.498-.57a.844.844 0 0 0 .488-.488l.57-1.498a.281.281 0 0 1 .263-.181Z"},"children":[]}],"metadata":""}]},"name":"ai-search"};
7
11
 
@@ -1,7 +1,11 @@
1
-
2
- // This icon file is generated automatically.
3
-
4
- import { IconDefinition } from '../types';
1
+ /**
2
+ * This file was automatically generated. Do not edit manually.
3
+ *
4
+ * @see import("../svg/alert-triangle.svg")
5
+ * @see import("../../../scripts/generate-icons.mjs")
6
+ */
7
+
8
+ import type {IconDefinition} from "../types";
5
9
 
6
10
  const AlertTriangle: 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":"M18.892 14.558 12.183 2.892a2.5 2.5 0 0 0-4.366 0L1.15 14.558a2.5 2.5 0 0 0 2.133 3.775h13.434a2.5 2.5 0 0 0 2.175-3.775ZM10 6.667a.833.833 0 0 0-.833.833v3.333a.833.833 0 0 0 1.666 0V7.5A.834.834 0 0 0 10 6.667Zm-.463 6.807a.833.833 0 1 1 .926 1.385.833.833 0 0 1-.926-1.385Z"},"children":[]}],"metadata":""}]},"name":"alert-triangle"};
7
11
 
@@ -1,7 +1,11 @@
1
-
2
- // This icon file is generated automatically.
3
-
4
- import { IconDefinition } from '../types';
1
+ /**
2
+ * This file was automatically generated. Do not edit manually.
3
+ *
4
+ * @see import("../svg/anthropic.svg")
5
+ * @see import("../../../scripts/generate-icons.mjs")
6
+ */
7
+
8
+ import type {IconDefinition} from "../types";
5
9
 
6
10
  const Anthropic: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"m4.516 12.967 3.551-1.986.06-.173-.06-.095h-.173l-.594-.036-2.03-.055-1.758-.073-1.705-.09-.43-.093-.402-.528.042-.264.36-.241.516.045 1.143.077 1.713.12 1.244.071 1.841.192h.293l.04-.118-.1-.073-.078-.073-1.773-1.197L4.298 7.11l-1.005-.729-.544-.369-.274-.345-.12-.756.494-.542.664.045.168.046.672.514 1.435 1.108L7.66 7.455l.274.228.11-.077.014-.054-.124-.206L6.915 5.51 5.828 3.645l-.484-.774-.128-.466a2.25 2.25 0 0 1-.078-.546l.562-.76.31-.1.75.1.315.273.467 1.061.753 1.672 1.17 2.272.342.674.184.624.069.192h.118v-.11l.097-1.28.177-1.571.174-2.022.06-.57.283-.683.561-.369.44.21.36.515-.05.333-.215 1.388-.42 2.177-.274 1.458h.16l.183-.183.74-.978 1.242-1.549.55-.615.638-.678.412-.324h.777l.571.847-.255.875-.8 1.01-.663.857-.95 1.275-.595 1.02.055.082.142-.014 2.148-.455 1.16-.21 1.385-.237.626.292.069.296-.247.606-1.48.365-1.738.345-2.585.61-.033.023.036.046 1.166.109.498.027h1.22l2.271.17.595.39.356.479-.06.364-.913.465-1.234-.292-2.879-.683-.987-.246h-.137v.082l.823.801 1.507 1.358 1.888 1.749.095.432-.242.342-.255-.036-1.66-1.243-.638-.561-1.45-1.215h-.095v.127l.333.487 1.764 2.642.091.81-.128.264-.457.16-.502-.091-1.033-1.444-1.065-1.626-.858-1.458-.106.06-.507 5.443-.238.277-.548.21-.457-.346-.243-.56.243-1.108.292-1.443.238-1.148.215-1.426.128-.473-.01-.031-.105.013-1.078 1.476-1.64 2.208-1.298 1.385-.31.123-.54-.278.05-.496.302-.442 1.796-2.277L8.2 12.767l.7-.815-.006-.12h-.04L4.081 14.92l-.85.11-.365-.342.045-.56.174-.182 1.435-.984-.005.005Z","fill":"#D97757"},"children":[]}],"metadata":""}]},"name":"anthropic"};
7
11
 
@@ -1,7 +1,11 @@
1
-
2
- // This icon file is generated automatically.
3
-
4
- import { IconDefinition } from '../types';
1
+ /**
2
+ * This file was automatically generated. Do not edit manually.
3
+ *
4
+ * @see import("../svg/app.svg")
5
+ * @see import("../../../scripts/generate-icons.mjs")
6
+ */
7
+
8
+ import type {IconDefinition} from "../types";
5
9
 
6
10
  const App: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"m10.593 2.967.336-.671-.002-.001-.334.672Zm5.334 2.666-.336.671.002.001.334-.672Zm.74 1.194h.75-.75Zm0 6.353h.75-.75Zm-.74 1.193-.334-.671h-.002l.336.671Zm-5.334 2.667-.335-.67.335.67Zm-1.193 0 .336-.67-.336.67Zm-5.333-2.667-.338.67.002.001.336-.67Zm-.734-1.2.75.006v-.006h-.75Zm0-6.346h-.75.75Zm.74-1.194.334.672h.002l-.336-.672Zm5.334-2.666-.334-.672H9.07l.336.672Zm.593-.14v.75-.75ZM3.882 5.436a.75.75 0 0 0-.67 1.341l.67-1.341ZM16.79 6.777a.75.75 0 1 0-.671-1.341l.67 1.341ZM9.25 17.174a.75.75 0 1 0 1.5 0h-1.5Zm1.008-13.535 5.333 2.666.671-1.341-5.333-2.667-.671 1.342Zm5.335 2.667a.583.583 0 0 1 .236.215l1.275-.79a2.084 2.084 0 0 0-.844-.768l-.667 1.343Zm.236.215a.584.584 0 0 1 .088.307h1.5c0-.388-.109-.768-.313-1.098l-1.275.791Zm.088.307v6.353h1.5V6.827h-1.5Zm0 6.353c0 .108-.03.215-.088.307l1.275.79c.204-.33.313-.709.313-1.097h-1.5Zm-.088.307a.583.583 0 0 1-.236.215l.667 1.343c.348-.172.64-.438.844-.768l-1.275-.79Zm-.238.216-5.333 2.666.67 1.342 5.334-2.667-.67-1.341Zm-5.333 2.666a.583.583 0 0 1-.261.062v1.5c.323 0 .643-.075.932-.22l-.671-1.342Zm-.261.062a.583.583 0 0 1-.261-.062l-.672 1.342c.29.145.609.22.933.22v-1.5Zm-.262-.062-5.333-2.666-.67 1.341 5.333 2.667.67-1.342Zm-5.33-2.665a.583.583 0 0 1-.236-.217l-1.28.782c.202.331.493.6.84.774l.675-1.34Zm-.236-.217a.583.583 0 0 1-.086-.308l-1.5-.01c-.002.387.104.769.306 1.1l1.28-.782Zm-.086-.314V6.827h-1.5v6.346h1.5Zm0-6.346c0-.108.03-.215.088-.307l-1.275-.79c-.204.329-.312.709-.313 1.096l1.5.001Zm.088-.307a.583.583 0 0 1 .236-.215L3.74 4.962c-.348.172-.64.438-.844.767l1.275.791Zm.238-.216 5.333-2.666-.67-1.342-5.334 2.667.67 1.341ZM9.74 3.638c.081-.04.17-.06.26-.06v-1.5c-.322 0-.639.074-.927.217l.667 1.343Zm.26-.06c.09 0 .179.02.26.06l.667-1.343A2.083 2.083 0 0 0 10 2.077v1.5Zm-6.789 3.2 6.454 3.226.67-1.341-6.453-3.227-.67 1.341Zm7.124 3.226 6.454-3.226-.671-1.342-6.453 3.227.67 1.341Zm.415 7.17v-7.84h-1.5v7.84h1.5Z"},"children":[]}],"metadata":""}]},"name":"app"};
7
11
 
@@ -1,7 +1,11 @@
1
-
2
- // This icon file is generated automatically.
3
-
4
- import { IconDefinition } from '../types';
1
+ /**
2
+ * This file was automatically generated. Do not edit manually.
3
+ *
4
+ * @see import("../svg/app-details.svg")
5
+ * @see import("../../../scripts/generate-icons.mjs")
6
+ */
7
+
8
+ import type {IconDefinition} from "../types";
5
9
 
6
10
  const AppDetails: 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":"M11.5 3.75c-1.12 0-2.067.736-2.386 1.75H2.75a.75.75 0 0 0 0 1.5h6.364A2.501 2.501 0 1 0 11.5 3.75Zm-.864 2.5a.864.864 0 1 0 1.728 0 .864.864 0 0 0-1.728 0Z"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M15.5 6.25a.75.75 0 0 1 .75-.75h1a.75.75 0 0 1 0 1.5h-1a.75.75 0 0 1-.75-.75Z"},"children":[]},{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M2 13.75a.75.75 0 0 1 .75-.75h1.364a2.501 2.501 0 1 1 0 1.5H2.75a.75.75 0 0 1-.75-.75Zm4.5.864a.864.864 0 1 1 0-1.728.864.864 0 0 1 0 1.728Z"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M10.5 13.75a.75.75 0 0 1 .75-.75h6a.75.75 0 0 1 0 1.5h-6a.75.75 0 0 1-.75-.75Z"},"children":[]}],"metadata":""}]},"name":"app-details"};
7
11
 
@@ -1,7 +1,11 @@
1
-
2
- // This icon file is generated automatically.
3
-
4
- import { IconDefinition } from '../types';
1
+ /**
2
+ * This file was automatically generated. Do not edit manually.
3
+ *
4
+ * @see import("../svg/app-store.svg")
5
+ * @see import("../../../scripts/generate-icons.mjs")
6
+ */
7
+
8
+ import type {IconDefinition} from "../types";
5
9
 
6
10
  const AppStore: 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":"M9 2a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h.25v1.25H6.667a2.417 2.417 0 0 0-2.417 2.417V12H4a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2h-.25v-.333a.917.917 0 0 1 .917-.917h6.666a.917.917 0 0 1 .917.917V12H14a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2h-.25v-.333a2.417 2.417 0 0 0-2.417-2.417H10.75V8H11a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H9Zm-.5 2a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5H9a.5.5 0 0 1-.5-.5V4ZM4 13.5h2a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5H4a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 1 .5-.5Zm10 0a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-.5-.5h-2Z"},"children":[]}],"metadata":""}]},"name":"app-store"};
7
11
 
@@ -1,7 +1,11 @@
1
-
2
- // This icon file is generated automatically.
3
-
4
- import { IconDefinition } from '../types';
1
+ /**
2
+ * This file was automatically generated. Do not edit manually.
3
+ *
4
+ * @see import("../svg/app-store-one-color.svg")
5
+ * @see import("../../../scripts/generate-icons.mjs")
6
+ */
7
+
8
+ import type {IconDefinition} from "../types";
5
9
 
6
10
  const AppStoreOneColor: 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":"M9 2a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h.25v1.25H6.667a2.417 2.417 0 0 0-2.417 2.417V12H4a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2h-.25v-.333a.917.917 0 0 1 .917-.917h6.666a.917.917 0 0 1 .917.917V12H14a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2h-.25v-.333a2.417 2.417 0 0 0-2.417-2.417H10.75V8H11a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H9Zm-.5 2a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5H9a.5.5 0 0 1-.5-.5V4ZM4 13.5h2a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5H4a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 1 .5-.5Zm10 0a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-.5-.5h-2Z"},"children":[]}],"metadata":""}]},"name":"app-store-one-color"};
7
11
 
@@ -1,7 +1,11 @@
1
-
2
- // This icon file is generated automatically.
3
-
4
- import { IconDefinition } from '../types';
1
+ /**
2
+ * This file was automatically generated. Do not edit manually.
3
+ *
4
+ * @see import("../svg/app-templates.svg")
5
+ * @see import("../../../scripts/generate-icons.mjs")
6
+ */
7
+
8
+ import type {IconDefinition} from "../types";
5
9
 
6
10
  const AppTemplates: 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.25Z"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M14.38 9.225c-.483 0-.875-.367-.875-.85V6.48H11.6a.875.875 0 0 1 0-1.75h1.905V2.875a.875.875 0 0 1 1.75 0V4.73H17.1a.875.875 0 1 1 0 1.75h-1.845v1.895c0 .483-.392.85-.875.85Z"},"children":[]},{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M13 10.75A2.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-.75H13ZM4.055 10.9a2.22 2.22 0 0 1 3.14 0L9.1 12.805a2.22 2.22 0 0 1 0 3.14L7.195 17.85a2.22 2.22 0 0 1-3.14 0L2.15 15.945a2.22 2.22 0 0 1 0-3.14L4.055 10.9Zm1.061 1.06a.72.72 0 0 1 1.018 0l1.905 1.906a.72.72 0 0 1 0 1.018l-1.905 1.905a.72.72 0 0 1-1.018 0l-1.905-1.905a.72.72 0 0 1 0-1.018l1.905-1.905Z"},"children":[]}],"metadata":""}]},"name":"app-templates"};
7
11
 
@@ -1,7 +1,11 @@
1
-
2
- // This icon file is generated automatically.
3
-
4
- import { IconDefinition } from '../types';
1
+ /**
2
+ * This file was automatically generated. Do not edit manually.
3
+ *
4
+ * @see import("../svg/app-webhooks.svg")
5
+ * @see import("../../../scripts/generate-icons.mjs")
6
+ */
7
+
8
+ import type {IconDefinition} from "../types";
5
9
 
6
10
  const AppWebhooks: 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":{"d":"M15 7.5a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5Zm0-1a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3ZM5.848 13.298a.5.5 0 1 0 .964-.265L5.704 9.007 3.67 12.53a3.307 3.307 0 0 0 1.208 4.515 3.28 3.28 0 0 0 4.5-1.207l4.056-7.086a.5.5 0 1 0-.868-.497L8.51 15.34a2.28 2.28 0 0 1-3.132.838 2.307 2.307 0 0 1-.842-3.149l.839-1.452.473 1.72Z"},"children":[]}]}],"metadata":""}]},"name":"app-webhooks"};
7
11
 
@@ -1,7 +1,11 @@
1
-
2
- // This icon file is generated automatically.
3
-
4
- import { IconDefinition } from '../types';
1
+ /**
2
+ * This file was automatically generated. Do not edit manually.
3
+ *
4
+ * @see import("../svg/app-wiki.svg")
5
+ * @see import("../../../scripts/generate-icons.mjs")
6
+ */
7
+
8
+ import type {IconDefinition} from "../types";
5
9
 
6
10
  const AppWiki: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"m3.5 7.5-.354-.354A.5.5 0 0 0 3 7.5h.5Zm5-5V2a.5.5 0 0 0-.354.146L8.5 2.5ZM3 7.5v9h1v-9H3ZM4.5 18h10v-1h-10v1ZM16 16.5v-13h-1v13h1ZM14.5 2h-6v1h6V2Zm-6.354.146-5 5 .708.708 5-5-.708-.708ZM3.5 8h4V7h-4v1ZM9 6.5v-4H8v4h1Zm-6 10A1.5 1.5 0 0 0 4.5 18v-1a.5.5 0 0 1-.5-.5H3ZM14.5 18a1.5 1.5 0 0 0 1.5-1.5h-1a.5.5 0 0 1-.5.5v1ZM16 3.5A1.5 1.5 0 0 0 14.5 2v1a.5.5 0 0 1 .5.5h1ZM7.5 8A1.5 1.5 0 0 0 9 6.5H8a.5.5 0 0 1-.5.5v1Z"},"children":[]}],"metadata":""}]},"name":"app-wiki"};
7
11
 
@@ -1,7 +1,11 @@
1
-
2
- // This icon file is generated automatically.
3
-
4
- import { IconDefinition } from '../types';
1
+ /**
2
+ * This file was automatically generated. Do not edit manually.
3
+ *
4
+ * @see import("../svg/appearance-auto.svg")
5
+ * @see import("../../../scripts/generate-icons.mjs")
6
+ */
7
+
8
+ import type {IconDefinition} from "../types";
5
9
 
6
10
  const AppearanceAuto: 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.66 2.66a.66.66 0 1 0-1.32 0v1.468a.66.66 0 0 0 1.32 0V2.661ZM5.278 4.344a.66.66 0 0 0-.934.934l1.038 1.038a.66.66 0 0 0 .934-.934L5.277 4.343Zm10.38.934a.66.66 0 0 0-.934-.934l-1.038 1.038a.66.66 0 0 0 .934.934l1.038-1.038Zm-4.26 1.358A3.597 3.597 0 0 0 6.495 9.34H2.661a.66.66 0 1 0 0 1.322h14.467a.66.66 0 0 0 0-1.322h-3.55a3.593 3.593 0 0 0-2.18-2.704Zm.827 2.704a2.26 2.26 0 0 0-.58-.984 2.276 2.276 0 0 0-3.796.984h4.376ZM4 13a.66.66 0 0 1 .66-.66h10.468a.66.66 0 1 1 0 1.32H4.661A.66.66 0 0 1 4 13Zm2 3a.66.66 0 0 1 .66-.66h6.468a.66.66 0 1 1 0 1.32H6.661A.66.66 0 0 1 6 16Z"},"children":[]}],"metadata":""}]},"name":"appearance-auto"};
7
11
 
@@ -1,7 +1,11 @@
1
-
2
- // This icon file is generated automatically.
3
-
4
- import { IconDefinition } from '../types';
1
+ /**
2
+ * This file was automatically generated. Do not edit manually.
3
+ *
4
+ * @see import("../svg/appearance-dark.svg")
5
+ * @see import("../../../scripts/generate-icons.mjs")
6
+ */
7
+
8
+ import type {IconDefinition} from "../types";
5
9
 
6
10
  const AppearanceDark: 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.677 3.59a6.545 6.545 0 1 0 6.57 10.323A6.788 6.788 0 0 1 8.677 3.59Zm1.418-1.584A.728.728 0 0 0 9.998 2a8 8 0 1 0 7.39 11.07.727.727 0 0 0-.945-.953 5.334 5.334 0 0 1-5.632-8.85.727.727 0 0 0-.495-1.26h-.221Z"},"children":[]}],"metadata":""}]},"name":"appearance-dark"};
7
11