@fibery/ui-kit 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (373) hide show
  1. package/index.ts +2 -0
  2. package/package.json +100 -0
  3. package/src/Button.d.ts +24 -0
  4. package/src/Button.js +361 -0
  5. package/src/FormFieldLoader.js +30 -0
  6. package/src/Item.tsx +127 -0
  7. package/src/Loaders.d.ts +16 -0
  8. package/src/Loaders.js +144 -0
  9. package/src/Select/components.js +64 -0
  10. package/src/Select/index.d.ts +11 -0
  11. package/src/Select/index.js +140 -0
  12. package/src/Select/lazy.js +35 -0
  13. package/src/Select/select-loader.tsx +8 -0
  14. package/src/Select/styles.js +133 -0
  15. package/src/ThemeProvider.tsx +14 -0
  16. package/src/create-inline-theme.ts +55 -0
  17. package/src/designSystem.ts +877 -0
  18. package/src/icons/Icon.tsx +56 -0
  19. package/src/icons/IconAsBackground.tsx +15 -0
  20. package/src/icons/IconAsPaths.ts +50 -0
  21. package/src/icons/ast/Activity.ts +8 -0
  22. package/src/icons/ast/ActivityLog.ts +8 -0
  23. package/src/icons/ast/Add.ts +8 -0
  24. package/src/icons/ast/AddCompact.ts +8 -0
  25. package/src/icons/ast/AddReactions.ts +8 -0
  26. package/src/icons/ast/AntdFilledCheckCircle.ts +8 -0
  27. package/src/icons/ast/AntdFilledCloseCircle.ts +8 -0
  28. package/src/icons/ast/AntdFilledExclamationCircle.ts +8 -0
  29. package/src/icons/ast/AntdFilledInfoCircle.ts +8 -0
  30. package/src/icons/ast/App.ts +8 -0
  31. package/src/icons/ast/AppDetails.ts +8 -0
  32. package/src/icons/ast/AppStore.ts +8 -0
  33. package/src/icons/ast/AppStoreOneColor.ts +8 -0
  34. package/src/icons/ast/AppTemplates.ts +8 -0
  35. package/src/icons/ast/AppTemplatesOneColor.ts +8 -0
  36. package/src/icons/ast/AppWebhooks.ts +8 -0
  37. package/src/icons/ast/AppWiki.ts +8 -0
  38. package/src/icons/ast/ArrowBottom.ts +8 -0
  39. package/src/icons/ast/ArrowCollapse.ts +8 -0
  40. package/src/icons/ast/ArrowCollapseVertical.ts +8 -0
  41. package/src/icons/ast/ArrowLeft.ts +8 -0
  42. package/src/icons/ast/ArrowRight.ts +8 -0
  43. package/src/icons/ast/ArrowTop.ts +8 -0
  44. package/src/icons/ast/AskForInput.ts +8 -0
  45. package/src/icons/ast/Back.ts +8 -0
  46. package/src/icons/ast/BacklogIcon.ts +8 -0
  47. package/src/icons/ast/BatchActionsIcon.ts +8 -0
  48. package/src/icons/ast/Cards.ts +8 -0
  49. package/src/icons/ast/Checked.ts +8 -0
  50. package/src/icons/ast/ClearValue.ts +8 -0
  51. package/src/icons/ast/Close.ts +8 -0
  52. package/src/icons/ast/ColorCoding.ts +8 -0
  53. package/src/icons/ast/Columns.ts +8 -0
  54. package/src/icons/ast/CopyUrl.ts +8 -0
  55. package/src/icons/ast/Database.ts +8 -0
  56. package/src/icons/ast/Delete.ts +8 -0
  57. package/src/icons/ast/Demo.ts +8 -0
  58. package/src/icons/ast/DoubleArrowLeft.ts +8 -0
  59. package/src/icons/ast/DoubleArrowRight.ts +8 -0
  60. package/src/icons/ast/DragBlockHandle.ts +8 -0
  61. package/src/icons/ast/DragHandle.ts +8 -0
  62. package/src/icons/ast/ExtensionAssignments.ts +8 -0
  63. package/src/icons/ast/ExtensionAvatar.ts +8 -0
  64. package/src/icons/ast/ExtensionComments.ts +8 -0
  65. package/src/icons/ast/ExtensionFiles.ts +8 -0
  66. package/src/icons/ast/ExtensionReferences.ts +8 -0
  67. package/src/icons/ast/ExtensionWorkflow.ts +8 -0
  68. package/src/icons/ast/Favorites.ts +8 -0
  69. package/src/icons/ast/FavoritesChecked.ts +8 -0
  70. package/src/icons/ast/FavoritesMenu.ts +8 -0
  71. package/src/icons/ast/Fields.ts +8 -0
  72. package/src/icons/ast/Filter.ts +8 -0
  73. package/src/icons/ast/FocusMode.ts +8 -0
  74. package/src/icons/ast/FocusModeOff.ts +8 -0
  75. package/src/icons/ast/Globe.ts +8 -0
  76. package/src/icons/ast/Hide.ts +8 -0
  77. package/src/icons/ast/Hint.ts +8 -0
  78. package/src/icons/ast/Home.ts +8 -0
  79. package/src/icons/ast/Integration.ts +8 -0
  80. package/src/icons/ast/InvitePeople.ts +8 -0
  81. package/src/icons/ast/Items.ts +8 -0
  82. package/src/icons/ast/LeftPanel.ts +8 -0
  83. package/src/icons/ast/Levels.ts +8 -0
  84. package/src/icons/ast/Lock.ts +8 -0
  85. package/src/icons/ast/MenuCollapser.ts +8 -0
  86. package/src/icons/ast/Milestones.ts +8 -0
  87. package/src/icons/ast/More.ts +8 -0
  88. package/src/icons/ast/MoreCompact.ts +8 -0
  89. package/src/icons/ast/MySpace.ts +8 -0
  90. package/src/icons/ast/Notifications.ts +8 -0
  91. package/src/icons/ast/ObjChild.ts +8 -0
  92. package/src/icons/ast/ObjM2M.ts +8 -0
  93. package/src/icons/ast/ObjO2O.ts +8 -0
  94. package/src/icons/ast/ObjParent.ts +8 -0
  95. package/src/icons/ast/ObjSelf.ts +8 -0
  96. package/src/icons/ast/OnSchedule.ts +8 -0
  97. package/src/icons/ast/OpenAsPage.ts +8 -0
  98. package/src/icons/ast/PageRegularMode.ts +8 -0
  99. package/src/icons/ast/PageWideMode.ts +8 -0
  100. package/src/icons/ast/Photo.ts +8 -0
  101. package/src/icons/ast/Popup.ts +8 -0
  102. package/src/icons/ast/Posts.ts +8 -0
  103. package/src/icons/ast/Remove.ts +8 -0
  104. package/src/icons/ast/Reply.ts +8 -0
  105. package/src/icons/ast/Restore.ts +8 -0
  106. package/src/icons/ast/RicheditorActionsMore.ts +8 -0
  107. package/src/icons/ast/RicheditorBlockCode.ts +8 -0
  108. package/src/icons/ast/RicheditorBlockEntity.ts +8 -0
  109. package/src/icons/ast/RicheditorBlockH1.ts +8 -0
  110. package/src/icons/ast/RicheditorBlockH2.ts +8 -0
  111. package/src/icons/ast/RicheditorBlockH3.ts +8 -0
  112. package/src/icons/ast/RicheditorBlockH4.ts +8 -0
  113. package/src/icons/ast/RicheditorBlockMention.ts +8 -0
  114. package/src/icons/ast/RicheditorBlockParagraph.ts +8 -0
  115. package/src/icons/ast/RicheditorBlockQuote.ts +8 -0
  116. package/src/icons/ast/RicheditorChecklistCreate.ts +8 -0
  117. package/src/icons/ast/RicheditorCommentCreate.ts +8 -0
  118. package/src/icons/ast/RicheditorEntityLinkCreate.ts +8 -0
  119. package/src/icons/ast/RicheditorHistoryRedo.ts +8 -0
  120. package/src/icons/ast/RicheditorHistoryUndo.ts +8 -0
  121. package/src/icons/ast/RicheditorImageAlignCenter.ts +8 -0
  122. package/src/icons/ast/RicheditorImageAlignLeft.ts +8 -0
  123. package/src/icons/ast/RicheditorImageAlignRight.ts +8 -0
  124. package/src/icons/ast/RicheditorImageUpload.ts +8 -0
  125. package/src/icons/ast/RicheditorImageWrapCenter.ts +8 -0
  126. package/src/icons/ast/RicheditorImageWrapLeft.ts +8 -0
  127. package/src/icons/ast/RicheditorImageWrapRight.ts +8 -0
  128. package/src/icons/ast/RicheditorImageZoom.ts +8 -0
  129. package/src/icons/ast/RicheditorLinkCreate.ts +8 -0
  130. package/src/icons/ast/RicheditorLinkedhighlightCreate.ts +8 -0
  131. package/src/icons/ast/RicheditorListBullet.ts +8 -0
  132. package/src/icons/ast/RicheditorListIndent.ts +8 -0
  133. package/src/icons/ast/RicheditorListOrdered.ts +8 -0
  134. package/src/icons/ast/RicheditorListUnindent.ts +8 -0
  135. package/src/icons/ast/RicheditorMarkCode.ts +8 -0
  136. package/src/icons/ast/RicheditorMarkEm.ts +8 -0
  137. package/src/icons/ast/RicheditorMarkHighlight.ts +8 -0
  138. package/src/icons/ast/RicheditorMarkStrike.ts +8 -0
  139. package/src/icons/ast/RicheditorMarkStrong.ts +8 -0
  140. package/src/icons/ast/RicheditorMarkUnderline.ts +8 -0
  141. package/src/icons/ast/RicheditorOpenLink.ts +8 -0
  142. package/src/icons/ast/RicheditorTableCreate.ts +8 -0
  143. package/src/icons/ast/RicheditorUnlink.ts +8 -0
  144. package/src/icons/ast/RicheditorVideoUpload.ts +8 -0
  145. package/src/icons/ast/RightPanel.ts +8 -0
  146. package/src/icons/ast/Rows.ts +8 -0
  147. package/src/icons/ast/Search.ts +8 -0
  148. package/src/icons/ast/SelfReferenceOff.ts +8 -0
  149. package/src/icons/ast/SelfReferenceOn.ts +8 -0
  150. package/src/icons/ast/Settings.ts +8 -0
  151. package/src/icons/ast/Share.ts +8 -0
  152. package/src/icons/ast/Shared.ts +8 -0
  153. package/src/icons/ast/Sidebar.ts +8 -0
  154. package/src/icons/ast/Slack.ts +8 -0
  155. package/src/icons/ast/SmartFolder.ts +8 -0
  156. package/src/icons/ast/Sort.ts +8 -0
  157. package/src/icons/ast/SortOnBottom.ts +8 -0
  158. package/src/icons/ast/SortOnTop.ts +8 -0
  159. package/src/icons/ast/Spinner.ts +8 -0
  160. package/src/icons/ast/TypeBoolean.ts +8 -0
  161. package/src/icons/ast/TypeButton.ts +8 -0
  162. package/src/icons/ast/TypeCheckbox.ts +8 -0
  163. package/src/icons/ast/TypeDate.ts +8 -0
  164. package/src/icons/ast/TypeEmail.ts +8 -0
  165. package/src/icons/ast/TypeEmoji.ts +8 -0
  166. package/src/icons/ast/TypeFormula.ts +8 -0
  167. package/src/icons/ast/TypeFunction.ts +8 -0
  168. package/src/icons/ast/TypeLookup.ts +8 -0
  169. package/src/icons/ast/TypeMoney.ts +8 -0
  170. package/src/icons/ast/TypeMultiSelect.ts +8 -0
  171. package/src/icons/ast/TypeNumber.ts +8 -0
  172. package/src/icons/ast/TypePercent.ts +8 -0
  173. package/src/icons/ast/TypePhone.ts +8 -0
  174. package/src/icons/ast/TypeRelation.ts +8 -0
  175. package/src/icons/ast/TypeRichText.ts +8 -0
  176. package/src/icons/ast/TypeRule.ts +8 -0
  177. package/src/icons/ast/TypeSingleSelect.ts +8 -0
  178. package/src/icons/ast/TypeText.ts +8 -0
  179. package/src/icons/ast/TypeUrl.ts +8 -0
  180. package/src/icons/ast/Upgrade.ts +8 -0
  181. package/src/icons/ast/ViewBoard.ts +8 -0
  182. package/src/icons/ast/ViewCalendar.ts +8 -0
  183. package/src/icons/ast/ViewCanvas.ts +8 -0
  184. package/src/icons/ast/ViewChart.ts +8 -0
  185. package/src/icons/ast/ViewDetails.ts +8 -0
  186. package/src/icons/ast/ViewDocument.ts +8 -0
  187. package/src/icons/ast/ViewFeed.ts +8 -0
  188. package/src/icons/ast/ViewList.ts +8 -0
  189. package/src/icons/ast/ViewPage.ts +8 -0
  190. package/src/icons/ast/ViewTable.ts +8 -0
  191. package/src/icons/ast/ViewTimeline.ts +8 -0
  192. package/src/icons/ast/Views.ts +8 -0
  193. package/src/icons/ast/Warning.ts +8 -0
  194. package/src/icons/ast/index.tsx +174 -0
  195. package/src/icons/generateIconFromAst.ts +29 -0
  196. package/src/icons/getIconContainerStyle.tsx +13 -0
  197. package/src/icons/getShiftStyle.ts +21 -0
  198. package/src/icons/react/Activity.tsx +12 -0
  199. package/src/icons/react/ActivityLog.tsx +12 -0
  200. package/src/icons/react/Add.tsx +12 -0
  201. package/src/icons/react/AddCompact.tsx +12 -0
  202. package/src/icons/react/AddReactions.tsx +12 -0
  203. package/src/icons/react/AntdFilledCheckCircle.tsx +12 -0
  204. package/src/icons/react/AntdFilledCloseCircle.tsx +12 -0
  205. package/src/icons/react/AntdFilledExclamationCircle.tsx +12 -0
  206. package/src/icons/react/AntdFilledInfoCircle.tsx +12 -0
  207. package/src/icons/react/App.tsx +12 -0
  208. package/src/icons/react/AppDetails.tsx +12 -0
  209. package/src/icons/react/AppStore.tsx +12 -0
  210. package/src/icons/react/AppStoreOneColor.tsx +12 -0
  211. package/src/icons/react/AppTemplates.tsx +12 -0
  212. package/src/icons/react/AppTemplatesOneColor.tsx +12 -0
  213. package/src/icons/react/AppWebhooks.tsx +12 -0
  214. package/src/icons/react/AppWiki.tsx +12 -0
  215. package/src/icons/react/ArrowBottom.tsx +12 -0
  216. package/src/icons/react/ArrowCollapse.tsx +12 -0
  217. package/src/icons/react/ArrowCollapseVertical.tsx +12 -0
  218. package/src/icons/react/ArrowLeft.tsx +12 -0
  219. package/src/icons/react/ArrowRight.tsx +12 -0
  220. package/src/icons/react/ArrowTop.tsx +12 -0
  221. package/src/icons/react/AskForInput.tsx +12 -0
  222. package/src/icons/react/Back.tsx +12 -0
  223. package/src/icons/react/BacklogIcon.tsx +12 -0
  224. package/src/icons/react/BatchActionsIcon.tsx +12 -0
  225. package/src/icons/react/Cards.tsx +12 -0
  226. package/src/icons/react/Checked.tsx +12 -0
  227. package/src/icons/react/ClearValue.tsx +12 -0
  228. package/src/icons/react/Close.tsx +12 -0
  229. package/src/icons/react/ColorCoding.tsx +12 -0
  230. package/src/icons/react/Columns.tsx +12 -0
  231. package/src/icons/react/CopyUrl.tsx +12 -0
  232. package/src/icons/react/Database.tsx +12 -0
  233. package/src/icons/react/Delete.tsx +12 -0
  234. package/src/icons/react/Demo.tsx +12 -0
  235. package/src/icons/react/DoubleArrowLeft.tsx +12 -0
  236. package/src/icons/react/DoubleArrowRight.tsx +12 -0
  237. package/src/icons/react/DragBlockHandle.tsx +12 -0
  238. package/src/icons/react/DragHandle.tsx +12 -0
  239. package/src/icons/react/ExtensionAssignments.tsx +12 -0
  240. package/src/icons/react/ExtensionAvatar.tsx +12 -0
  241. package/src/icons/react/ExtensionComments.tsx +12 -0
  242. package/src/icons/react/ExtensionFiles.tsx +12 -0
  243. package/src/icons/react/ExtensionReferences.tsx +12 -0
  244. package/src/icons/react/ExtensionWorkflow.tsx +12 -0
  245. package/src/icons/react/Favorites.tsx +12 -0
  246. package/src/icons/react/FavoritesChecked.tsx +12 -0
  247. package/src/icons/react/FavoritesMenu.tsx +12 -0
  248. package/src/icons/react/Fields.tsx +12 -0
  249. package/src/icons/react/Filter.tsx +12 -0
  250. package/src/icons/react/FocusMode.tsx +12 -0
  251. package/src/icons/react/FocusModeOff.tsx +12 -0
  252. package/src/icons/react/Globe.tsx +12 -0
  253. package/src/icons/react/Hide.tsx +12 -0
  254. package/src/icons/react/Hint.tsx +12 -0
  255. package/src/icons/react/Home.tsx +12 -0
  256. package/src/icons/react/Integration.tsx +12 -0
  257. package/src/icons/react/InvitePeople.tsx +12 -0
  258. package/src/icons/react/Items.tsx +12 -0
  259. package/src/icons/react/LeftPanel.tsx +12 -0
  260. package/src/icons/react/Levels.tsx +12 -0
  261. package/src/icons/react/Lock.tsx +12 -0
  262. package/src/icons/react/MenuCollapser.tsx +12 -0
  263. package/src/icons/react/Milestones.tsx +12 -0
  264. package/src/icons/react/More.tsx +12 -0
  265. package/src/icons/react/MoreCompact.tsx +12 -0
  266. package/src/icons/react/MySpace.tsx +12 -0
  267. package/src/icons/react/Notifications.tsx +12 -0
  268. package/src/icons/react/ObjChild.tsx +12 -0
  269. package/src/icons/react/ObjM2M.tsx +12 -0
  270. package/src/icons/react/ObjO2O.tsx +12 -0
  271. package/src/icons/react/ObjParent.tsx +12 -0
  272. package/src/icons/react/ObjSelf.tsx +12 -0
  273. package/src/icons/react/OnSchedule.tsx +12 -0
  274. package/src/icons/react/OpenAsPage.tsx +12 -0
  275. package/src/icons/react/PageRegularMode.tsx +12 -0
  276. package/src/icons/react/PageWideMode.tsx +12 -0
  277. package/src/icons/react/Photo.tsx +12 -0
  278. package/src/icons/react/Popup.tsx +12 -0
  279. package/src/icons/react/Posts.tsx +12 -0
  280. package/src/icons/react/Remove.tsx +12 -0
  281. package/src/icons/react/Reply.tsx +12 -0
  282. package/src/icons/react/Restore.tsx +12 -0
  283. package/src/icons/react/RicheditorActionsMore.tsx +12 -0
  284. package/src/icons/react/RicheditorBlockCode.tsx +12 -0
  285. package/src/icons/react/RicheditorBlockEntity.tsx +12 -0
  286. package/src/icons/react/RicheditorBlockH1.tsx +12 -0
  287. package/src/icons/react/RicheditorBlockH2.tsx +12 -0
  288. package/src/icons/react/RicheditorBlockH3.tsx +12 -0
  289. package/src/icons/react/RicheditorBlockH4.tsx +12 -0
  290. package/src/icons/react/RicheditorBlockMention.tsx +12 -0
  291. package/src/icons/react/RicheditorBlockParagraph.tsx +12 -0
  292. package/src/icons/react/RicheditorBlockQuote.tsx +12 -0
  293. package/src/icons/react/RicheditorChecklistCreate.tsx +12 -0
  294. package/src/icons/react/RicheditorCommentCreate.tsx +12 -0
  295. package/src/icons/react/RicheditorEntityLinkCreate.tsx +12 -0
  296. package/src/icons/react/RicheditorHistoryRedo.tsx +12 -0
  297. package/src/icons/react/RicheditorHistoryUndo.tsx +12 -0
  298. package/src/icons/react/RicheditorImageAlignCenter.tsx +12 -0
  299. package/src/icons/react/RicheditorImageAlignLeft.tsx +12 -0
  300. package/src/icons/react/RicheditorImageAlignRight.tsx +12 -0
  301. package/src/icons/react/RicheditorImageUpload.tsx +12 -0
  302. package/src/icons/react/RicheditorImageWrapCenter.tsx +12 -0
  303. package/src/icons/react/RicheditorImageWrapLeft.tsx +12 -0
  304. package/src/icons/react/RicheditorImageWrapRight.tsx +12 -0
  305. package/src/icons/react/RicheditorImageZoom.tsx +12 -0
  306. package/src/icons/react/RicheditorLinkCreate.tsx +12 -0
  307. package/src/icons/react/RicheditorLinkedhighlightCreate.tsx +12 -0
  308. package/src/icons/react/RicheditorListBullet.tsx +12 -0
  309. package/src/icons/react/RicheditorListIndent.tsx +12 -0
  310. package/src/icons/react/RicheditorListOrdered.tsx +12 -0
  311. package/src/icons/react/RicheditorListUnindent.tsx +12 -0
  312. package/src/icons/react/RicheditorMarkCode.tsx +12 -0
  313. package/src/icons/react/RicheditorMarkEm.tsx +12 -0
  314. package/src/icons/react/RicheditorMarkHighlight.tsx +12 -0
  315. package/src/icons/react/RicheditorMarkStrike.tsx +12 -0
  316. package/src/icons/react/RicheditorMarkStrong.tsx +12 -0
  317. package/src/icons/react/RicheditorMarkUnderline.tsx +12 -0
  318. package/src/icons/react/RicheditorOpenLink.tsx +12 -0
  319. package/src/icons/react/RicheditorTableCreate.tsx +12 -0
  320. package/src/icons/react/RicheditorUnlink.tsx +12 -0
  321. package/src/icons/react/RicheditorVideoUpload.tsx +12 -0
  322. package/src/icons/react/RightPanel.tsx +12 -0
  323. package/src/icons/react/Rows.tsx +12 -0
  324. package/src/icons/react/Search.tsx +12 -0
  325. package/src/icons/react/SelfReferenceOff.tsx +12 -0
  326. package/src/icons/react/SelfReferenceOn.tsx +12 -0
  327. package/src/icons/react/Settings.tsx +12 -0
  328. package/src/icons/react/Share.tsx +12 -0
  329. package/src/icons/react/Shared.tsx +12 -0
  330. package/src/icons/react/Sidebar.tsx +12 -0
  331. package/src/icons/react/Slack.tsx +12 -0
  332. package/src/icons/react/SmartFolder.tsx +12 -0
  333. package/src/icons/react/Sort.tsx +12 -0
  334. package/src/icons/react/SortOnBottom.tsx +12 -0
  335. package/src/icons/react/SortOnTop.tsx +12 -0
  336. package/src/icons/react/Spinner.tsx +12 -0
  337. package/src/icons/react/TypeBoolean.tsx +12 -0
  338. package/src/icons/react/TypeButton.tsx +12 -0
  339. package/src/icons/react/TypeCheckbox.tsx +12 -0
  340. package/src/icons/react/TypeDate.tsx +12 -0
  341. package/src/icons/react/TypeEmail.tsx +12 -0
  342. package/src/icons/react/TypeEmoji.tsx +12 -0
  343. package/src/icons/react/TypeFormula.tsx +12 -0
  344. package/src/icons/react/TypeFunction.tsx +12 -0
  345. package/src/icons/react/TypeLookup.tsx +12 -0
  346. package/src/icons/react/TypeMoney.tsx +12 -0
  347. package/src/icons/react/TypeMultiSelect.tsx +12 -0
  348. package/src/icons/react/TypeNumber.tsx +12 -0
  349. package/src/icons/react/TypePercent.tsx +12 -0
  350. package/src/icons/react/TypePhone.tsx +12 -0
  351. package/src/icons/react/TypeRelation.tsx +12 -0
  352. package/src/icons/react/TypeRichText.tsx +12 -0
  353. package/src/icons/react/TypeRule.tsx +12 -0
  354. package/src/icons/react/TypeSingleSelect.tsx +12 -0
  355. package/src/icons/react/TypeText.tsx +12 -0
  356. package/src/icons/react/TypeUrl.tsx +12 -0
  357. package/src/icons/react/Upgrade.tsx +12 -0
  358. package/src/icons/react/ViewBoard.tsx +12 -0
  359. package/src/icons/react/ViewCalendar.tsx +12 -0
  360. package/src/icons/react/ViewCanvas.tsx +12 -0
  361. package/src/icons/react/ViewChart.tsx +12 -0
  362. package/src/icons/react/ViewDetails.tsx +12 -0
  363. package/src/icons/react/ViewDocument.tsx +12 -0
  364. package/src/icons/react/ViewFeed.tsx +12 -0
  365. package/src/icons/react/ViewList.tsx +12 -0
  366. package/src/icons/react/ViewPage.tsx +12 -0
  367. package/src/icons/react/ViewTable.tsx +12 -0
  368. package/src/icons/react/ViewTimeline.tsx +12 -0
  369. package/src/icons/react/Views.tsx +12 -0
  370. package/src/icons/react/Warning.tsx +12 -0
  371. package/src/icons/react/index.tsx +174 -0
  372. package/src/icons/types.ts +29 -0
  373. package/src/loading-sausage.tsx +171 -0
@@ -0,0 +1,8 @@
1
+
2
+ // This icon file is generated automatically.
3
+
4
+ import { IconDefinition } from '../types';
5
+
6
+ const ExtensionAssignments: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"g","properties":{},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M10.3 6.526c0-1.85 1.358-3.483 3.192-3.483s3.194 1.634 3.194 3.483c0 1.85-1.36 3.483-3.194 3.483-1.834 0-3.193-1.634-3.193-3.483Zm3.192-2.083c-.92 0-1.793.858-1.793 2.083s.873 2.083 1.793 2.083c.92 0 1.794-.858 1.794-2.083s-.874-2.083-1.794-2.083ZM19.819 15.493c.14 1.165-.822 1.968-1.766 1.968h-9.12c-.95 0-1.9-.803-1.77-1.956.192-1.701 1.226-2.923 2.406-3.68a7.236 7.236 0 0 1 3.803-1.116c1.228 0 2.672.362 3.881 1.09 1.218.735 2.354 1.95 2.566 3.694Zm-1.39.168c-.287-2.364-3.09-3.552-5.057-3.552-1.967 0-4.553 1.2-4.818 3.552-.024.22.157.4.378.4h9.12c.222 0 .403-.18.377-.4ZM6.084 4.262c-1.698 0-2.947 1.51-2.947 3.208 0 1.697 1.249 3.208 2.947 3.208S9.03 9.167 9.03 7.47c0-1.698-1.248-3.208-2.946-3.208ZM4.537 7.47c0-1.073.763-1.808 1.547-1.808.784 0 1.546.735 1.546 1.808s-.762 1.808-1.546 1.808-1.547-.735-1.547-1.808Z"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M2.014 17.461h4.424c-.292-.347-.45-.823-.422-1.378l.002-.022H2.014c-.221 0-.403-.18-.375-.399C1.9 13.568 4.214 12.5 5.975 12.5c.404 0 .848.056 1.295.167.328-.42.705-.793 1.115-1.119a7.082 7.082 0 0 0-2.41-.448 6.661 6.661 0 0 0-3.482 1.015C1.411 12.803.446 13.92.25 15.488c-.147 1.172.825 1.973 1.765 1.973Z"},"children":[]}]}],"metadata":""}]},"name":"extension-assignments"};
7
+
8
+ export default ExtensionAssignments;
@@ -0,0 +1,8 @@
1
+
2
+ // This icon file is generated automatically.
3
+
4
+ import { IconDefinition } from '../types';
5
+
6
+ const ExtensionAvatar: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"g","properties":{},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M6.904 8.585a3.071 3.071 0 1 1 6.143 0 3.071 3.071 0 0 1-6.143 0Zm3.072-1.57a1.571 1.571 0 1 0 0 3.141 1.571 1.571 0 0 0 0-3.142Z"},"children":[]},{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M5.555 3.348a8 8 0 1 1 8.89 13.304 8 8 0 0 1-8.89-13.304Zm.89 11.973a6.4 6.4 0 0 0 7.338-.159 1.571 1.571 0 0 0-1.486-1.06H7.654a1.571 1.571 0 0 0-1.475 1.032c.086.064.175.127.265.187Zm-1.4-1.27A6.402 6.402 0 0 1 8.752 3.724a6.4 6.4 0 0 1 6.175 10.363 3.07 3.07 0 0 0-2.63-1.484H7.655a3.07 3.07 0 0 0-2.608 1.45Z"},"children":[]}]}],"metadata":""}]},"name":"extension-avatar"};
7
+
8
+ export default ExtensionAvatar;
@@ -0,0 +1,8 @@
1
+
2
+ // This icon file is generated automatically.
3
+
4
+ import { IconDefinition } from '../types';
5
+
6
+ const ExtensionComments: 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.435 17.5c.585 0 .932-.405.932-1.038V14.72h.289c2.087 0 3.344-1.23 3.344-3.348V5.848C18 3.737 16.78 2.5 14.605 2.5h-9.21C3.228 2.5 2 3.737 2 5.848v5.524c0 2.111 1.228 3.348 3.395 3.348h4.349l2.477 2.147c.499.434.802.633 1.214.633Zm-.354-1.592-2.29-2.226c-.31-.312-.52-.383-.96-.383H5.445c-1.351 0-2.009-.676-2.009-1.97V5.891c0-1.294.658-1.97 2.009-1.97h9.116c1.358 0 2 .676 2 1.97v5.438c0 1.294-.642 1.97-2 1.97h-.889c-.412 0-.592.163-.592.583v2.026Zm.13-9.13a.648.648 0 0 0-.652-.643H6.032a.648.648 0 0 0-.653.642c0 .355.293.642.653.642h6.527c.36 0 .652-.287.652-.642ZM9.948 8.703c.36 0 .653.288.653.642a.648.648 0 0 1-.653.643H6.032a.648.648 0 0 1-.653-.643c0-.354.293-.642.653-.642h3.916Z"},"children":[]}],"metadata":""}]},"name":"extension-comments"};
7
+
8
+ export default ExtensionComments;
@@ -0,0 +1,8 @@
1
+
2
+ // This icon file is generated automatically.
3
+
4
+ import { IconDefinition } from '../types';
5
+
6
+ const ExtensionFiles: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M16.824 9.897a.75.75 0 1 0-1.061-1.06l1.06 1.06Zm-6.657 5.596-.53-.53.53.53Zm-2.83 1.173v.75-.75Zm-4.003-4.003h-.75.75Zm1.173-2.83.53.53-.53-.53Zm6.126-6.126-.53-.53.53.53Zm1.887-.782v.75-.75Zm1.887 4.555.53.53-.53-.53Zm-6.134 6.127-.53-.53.53.53ZM6.387 11.72l-.53-.53.53.53Zm6.19-5.123a.75.75 0 0 0-1.06-1.06l1.06 1.06Zm3.186 2.24-6.127 6.126 1.061 1.06 6.127-6.126-1.061-1.06Zm-6.127 6.126c-.61.61-1.437.953-2.3.953v1.5c1.261 0 2.47-.501 3.361-1.392l-1.06-1.06Zm-2.3.953c-.862 0-1.69-.343-2.299-.953l-1.06 1.06a4.752 4.752 0 0 0 3.36 1.393v-1.5Zm-2.299-.953a3.252 3.252 0 0 1-.953-2.3h-1.5c0 1.26.501 2.47 1.392 3.36l1.061-1.06Zm-.953-2.3c0-.862.343-1.69.953-2.3l-1.06-1.06a4.752 4.752 0 0 0-1.393 3.36h1.5Zm.953-2.3 6.127-6.126-1.061-1.06-6.127 6.126 1.061 1.06Zm6.127-6.126c.36-.36.847-.562 1.356-.562v-1.5c-.906 0-1.776.36-2.417 1.001l1.06 1.061Zm1.356-.562c.509 0 .997.202 1.356.562l1.061-1.06a3.418 3.418 0 0 0-2.417-1.002v1.5Zm1.356.562c.36.36.562.848.562 1.356h1.5c0-.906-.36-1.776-1.001-2.417l-1.06 1.061Zm.562 1.356c0 .51-.202.997-.562 1.357l1.061 1.06a3.418 3.418 0 0 0 1.001-2.417h-1.5Zm-.561 1.356-6.134 6.127 1.06 1.061 6.134-6.126-1.06-1.062Zm-6.134 6.127a.584.584 0 0 1-.413.171v1.5c.553 0 1.083-.22 1.474-.61l-1.061-1.06Zm-.413.171a.584.584 0 0 1-.413-.17l-1.06 1.06c.39.39.92.61 1.473.61v-1.5Zm-.413-.17a.584.584 0 0 1-.171-.414h-1.5c0 .553.22 1.083.61 1.474l1.061-1.06Zm-.171-.414c0-.155.061-.303.171-.413l-1.06-1.06c-.392.39-.611.92-.611 1.473h1.5Zm.17-.412 5.66-5.654-1.06-1.06-5.66 5.653 1.06 1.06Z"},"children":[]}],"metadata":""}]},"name":"extension-files"};
7
+
8
+ export default ExtensionFiles;
@@ -0,0 +1,8 @@
1
+
2
+ // This icon file is generated automatically.
3
+
4
+ import { IconDefinition } from '../types';
5
+
6
+ const ExtensionReferences: 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 3.25c0-.414.332-.75.742-.75H17.01c.41 0 .742.336.742.75S17.42 4 17.01 4H3.741A.746.746 0 0 1 3 3.25Zm0 13c0-.414.332-.75.742-.75h13.516c.41 0 .742.336.742.75s-.332.75-.742.75H3.742A.746.746 0 0 1 3 16.25Zm.742-9.5A.746.746 0 0 0 3 7.5c0 .414.332.75.742.75H7.12c.41 0 .742-.336.742-.75a.746.746 0 0 0-.742-.75H3.74Zm-.742 5c0-.414.332-.75.742-.75H7.12c.41 0 .742.336.742.75s-.332.75-.742.75H3.74A.746.746 0 0 1 3 11.75Zm8.869-4.316h2.49c.949 0 1.786.297 2.387.851.603.556.954 1.355.954 2.327 0 .967-.354 1.768-.957 2.327-.602.558-1.439.861-2.385.861h-1.114a.785.785 0 0 1-.518-.174.663.663 0 0 1-.224-.519c0-.212.078-.393.217-.52a.742.742 0 0 1 .505-.183h1.134c.575 0 1.053-.182 1.385-.496.33-.313.533-.771.533-1.357 0-.56-.204-.987-.535-1.275-.334-.291-.813-.456-1.383-.456h-2.496l-.293-.01 1.059 1.022a.695.695 0 0 1 .214.508.698.698 0 0 1-.692.713.698.698 0 0 1-.513-.21l-.002-.001L9.548 8.7a.795.795 0 0 1 0-1.157l2.085-2.12a.65.65 0 0 1 .507-.223.7.7 0 0 1 .702.713.69.69 0 0 1-.224.508l-.948.93-.117.093.316-.01Z"},"children":[]}],"metadata":""}]},"name":"extension-references"};
7
+
8
+ export default ExtensionReferences;
@@ -0,0 +1,8 @@
1
+
2
+ // This icon file is generated automatically.
3
+
4
+ import { IconDefinition } from '../types';
5
+
6
+ const ExtensionWorkflow: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M3.688 11.438a.689.689 0 0 0 .697-.704V8.012c0-1.19.807-1.941 2.065-1.941h5.284v1.572c0 .328.198.52.526.52a.66.66 0 0 0 .404-.144l2.68-2.235c.252-.212.259-.547 0-.766l-2.68-2.235a.62.62 0 0 0-.404-.144c-.328 0-.526.185-.526.52v1.53H6.552c-2.174 0-3.568 1.21-3.568 3.186v2.859c0 .396.308.704.704.704Zm12.624-2.906a.689.689 0 0 0-.697.704v2.745c0 1.19-.807 1.941-2.065 1.941H8.266V12.35c0-.328-.198-.52-.526-.52a.66.66 0 0 0-.404.144l-2.68 2.242c-.259.212-.259.547 0 .76l2.68 2.241a.66.66 0 0 0 .404.144c.328 0 .526-.192.526-.52v-1.545h5.182c2.174 0 3.568-1.21 3.568-3.178V9.236a.695.695 0 0 0-.704-.704Z"},"children":[]}],"metadata":""}]},"name":"extension-workflow"};
7
+
8
+ export default ExtensionWorkflow;
@@ -0,0 +1,8 @@
1
+
2
+ // This icon file is generated automatically.
3
+
4
+ import { IconDefinition } from '../types';
5
+
6
+ const Favorites: 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 1.1a.9.9 0 0 1 .807.502l2.263 4.584 5.06.74a.9.9 0 0 1 .498 1.535l-3.66 3.566.863 5.037a.9.9 0 0 1-1.306.949L10 15.633l-4.525 2.38a.9.9 0 0 1-1.306-.949l.864-5.037L1.372 8.46a.9.9 0 0 1 .498-1.535l5.06-.74 2.263-4.584A.9.9 0 0 1 10 1.1Zm0 2.933L8.335 7.406a.9.9 0 0 1-.677.493l-3.724.544 2.694 2.624a.9.9 0 0 1 .26.797l-.637 3.707 3.33-1.752a.9.9 0 0 1 .838 0l3.33 1.752-.636-3.707a.9.9 0 0 1 .259-.797l2.694-2.624-3.724-.544a.9.9 0 0 1-.677-.493L10 4.033Z"},"children":[]}],"metadata":""}]},"name":"favorites"};
7
+
8
+ export default Favorites;
@@ -0,0 +1,8 @@
1
+
2
+ // This icon file is generated automatically.
3
+
4
+ import { IconDefinition } from '../types';
5
+
6
+ const FavoritesChecked: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"m6.761 6.61-5.019.3a.77.77 0 0 0-.454 1.369l3.882 3.15c.228.187.341.505.266.787l-1.27 4.818c-.17.675.569 1.218 1.175.844l4.223-2.681a.749.749 0 0 1 .834 0l4.242 2.68c.606.375 1.345-.168 1.175-.843l-1.27-4.8a.766.766 0 0 1 .285-.768l3.882-3.169a.77.77 0 0 0-.454-1.368l-5-.3a.784.784 0 0 1-.682-.487l-1.837-4.65a.786.786 0 0 0-1.459 0l-1.837 4.63a.784.784 0 0 1-.682.488Z"},"children":[]}],"metadata":""}]},"name":"favorites-checked"};
7
+
8
+ export default FavoritesChecked;
@@ -0,0 +1,8 @@
1
+
2
+ // This icon file is generated automatically.
3
+
4
+ import { IconDefinition } from '../types';
5
+
6
+ const FavoritesMenu: 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 1.1a.9.9 0 0 1 .807.502l2.263 4.584 5.06.74a.9.9 0 0 1 .498 1.535l-3.66 3.566.863 5.037a.9.9 0 0 1-1.306.949L10 15.633l-4.525 2.38a.9.9 0 0 1-1.306-.949l.864-5.037L1.372 8.46a.9.9 0 0 1 .498-1.535l5.06-.74 2.263-4.584A.9.9 0 0 1 10 1.1Zm0 2.933L8.335 7.406a.9.9 0 0 1-.677.493l-3.724.544 2.694 2.624a.9.9 0 0 1 .26.797l-.637 3.707 3.33-1.752a.9.9 0 0 1 .838 0l3.33 1.752-.636-3.707a.9.9 0 0 1 .259-.797l2.694-2.624-3.724-.544a.9.9 0 0 1-.677-.493L10 4.033Z"},"children":[]}],"metadata":""}]},"name":"favorites-menu"};
7
+
8
+ export default FavoritesMenu;
@@ -0,0 +1,8 @@
1
+
2
+ // This icon file is generated automatically.
3
+
4
+ import { IconDefinition } from '../types';
5
+
6
+ const Fields: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M5 6a1 1 0 0 1 1-1h5a1 1 0 1 1 0 2H6a1 1 0 0 1-1-1ZM5 10a1 1 0 0 1 1-1h8a1 1 0 1 1 0 2H6a1 1 0 0 1-1-1ZM6 13a1 1 0 1 0 0 2h3a1 1 0 1 0 0-2H6Z"},"children":[]}],"metadata":""}]},"name":"fields"};
7
+
8
+ export default Fields;
@@ -0,0 +1,8 @@
1
+
2
+ // This icon file is generated automatically.
3
+
4
+ import { IconDefinition } from '../types';
5
+
6
+ const Filter: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M3 6a1 1 0 0 1 1-1h12a1 1 0 1 1 0 2H4a1 1 0 0 1-1-1ZM5 10a1 1 0 0 1 1-1h8a1 1 0 1 1 0 2H6a1 1 0 0 1-1-1ZM8 13a1 1 0 1 0 0 2h4a1 1 0 1 0 0-2H8Z"},"children":[]}],"metadata":""}]},"name":"filter"};
7
+
8
+ export default Filter;
@@ -0,0 +1,8 @@
1
+
2
+ // This icon file is generated automatically.
3
+
4
+ import { IconDefinition } from '../types';
5
+
6
+ const FocusMode: 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":"M7.926 17a.778.778 0 1 0 0-1.555h-2.27l3.857-3.858a.778.778 0 1 0-1.1-1.1l-3.857 3.858v-2.27a.778.778 0 0 0-1.556 0v4.147c0 .43.348.778.778.778h4.148ZM12.074 3a.778.778 0 1 0 0 1.556h2.27l-3.857 3.857a.778.778 0 0 0 1.1 1.1l3.857-3.857v2.27a.778.778 0 0 0 1.556 0V3.778A.778.778 0 0 0 16.222 3h-4.148Z"},"children":[]}]}],"metadata":""}]},"name":"focus-mode"};
7
+
8
+ export default FocusMode;
@@ -0,0 +1,8 @@
1
+
2
+ // This icon file is generated automatically.
3
+
4
+ import { IconDefinition } from '../types';
5
+
6
+ const FocusModeOff: 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.185 9.74a.778.778 0 1 0 0-1.555h-2.27l3.857-3.857a.778.778 0 0 0-1.1-1.1l-3.857 3.857v-2.27a.778.778 0 1 0-1.556 0v4.148c0 .43.348.778.778.778h4.148ZM4.815 10.26a.778.778 0 1 0 0 1.555h2.27l-3.857 3.857a.778.778 0 1 0 1.1 1.1l3.857-3.857v2.27a.778.778 0 1 0 1.556 0v-4.148a.778.778 0 0 0-.778-.778H4.815Z"},"children":[]}]}],"metadata":""}]},"name":"focus-mode-off"};
7
+
8
+ export default FocusModeOff;
@@ -0,0 +1,8 @@
1
+
2
+ // This icon file is generated automatically.
3
+
4
+ import { IconDefinition } from '../types';
5
+
6
+ const Globe: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M10 17c3.829 0 7-3.165 7-7 0-3.829-3.171-7-7.007-7C6.165 3 3 6.171 3 10c0 3.835 3.171 7 7 7ZM5.92 5.738a5.977 5.977 0 0 1 2.413-1.41c-.481.481-.888 1.159-1.193 1.986a4.63 4.63 0 0 1-1.22-.576Zm5.754-1.403a5.914 5.914 0 0 1 2.399 1.403c-.332.237-.739.427-1.213.582-.305-.833-.712-1.51-1.186-1.985Zm-1.2.217c.563.27 1.078 1.003 1.444 1.999-.447.081-.929.129-1.444.149V4.552ZM8.082 6.55c.373-.996.881-1.728 1.444-2V6.7a10.38 10.38 0 0 1-1.444-.15ZM4.105 9.526a5.912 5.912 0 0 1 1.192-3.09c.414.305.949.569 1.572.765a11.58 11.58 0 0 0-.325 2.325h-2.44Zm9.351 0a11.58 11.58 0 0 0-.325-2.325c.623-.196 1.158-.454 1.565-.765a5.864 5.864 0 0 1 1.2 3.09h-2.44Zm-5.943 0a10.92 10.92 0 0 1 .291-2.08c.543.108 1.119.175 1.722.203v1.877H7.513Zm2.961 0V7.649c.603-.028 1.18-.095 1.721-.204.156.637.258 1.342.292 2.08h-2.013Zm-6.37.948h2.44c.034.847.15 1.64.325 2.352-.616.196-1.145.454-1.551.759a5.89 5.89 0 0 1-1.213-3.11Zm3.41 0h2.012v1.911a12.27 12.27 0 0 0-1.715.197 10.194 10.194 0 0 1-.298-2.108Zm2.96 1.911v-1.91h2.013a10.196 10.196 0 0 1-.298 2.107 12.154 12.154 0 0 0-1.715-.197Zm2.657.44c.183-.71.291-1.504.325-2.35h2.44a5.89 5.89 0 0 1-1.214 3.11c-.406-.305-.935-.563-1.551-.76Zm-2.657.509c.509.02.99.068 1.43.15-.366.975-.874 1.7-1.43 1.964v-2.114Zm-2.378.15c.44-.082.921-.13 1.43-.15v2.114c-.556-.264-1.064-.99-1.43-1.965Zm-2.155.799c.332-.23.739-.42 1.206-.57.305.814.705 1.478 1.172 1.952a6.046 6.046 0 0 1-2.378-1.382Zm6.912-.57c.467.15.874.34 1.206.57a6.046 6.046 0 0 1-2.378 1.382c.467-.474.867-1.138 1.172-1.951Z"},"children":[]}],"metadata":""}]},"name":"globe"};
7
+
8
+ export default Globe;
@@ -0,0 +1,8 @@
1
+
2
+ // This icon file is generated automatically.
3
+
4
+ import { IconDefinition } from '../types';
5
+
6
+ const Hide: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M9.152 5.266c.28-.043.564-.065.847-.064 2.543 0 4.934 1.83 6.325 4.797-.213.452-.453.89-.72 1.312a.8.8 0 0 0 .04.921.8.8 0 0 0 1.32-.082c.372-.585.696-1.2.967-1.839a.8.8 0 0 0 0-.632C16.316 5.93 13.278 3.602 10 3.602c-.375-.001-.75.03-1.12.096a.811.811 0 1 0 .273 1.6v-.032ZM3.37 2.236A.803.803 0 1 0 2.235 3.37l2.479 2.47A11.69 11.69 0 0 0 2.067 9.68a.8.8 0 0 0 0 .64c1.615 3.75 4.654 6.077 7.932 6.077a7.405 7.405 0 0 0 4.038-1.231l2.591 2.599A.801.801 0 0 0 18 17.195a.8.8 0 0 0-.236-.568L3.37 2.235Zm5.085 7.348 1.96 1.959a1.6 1.6 0 0 1-1.959-1.96ZM10 14.797c-2.542 0-4.933-1.831-6.317-4.798a9.667 9.667 0 0 1 2.16-3.03L7.256 8.4a3.198 3.198 0 0 0 4.341 4.342l1.272 1.255c-.87.513-1.86.789-2.87.8Z"},"children":[]}],"metadata":""}]},"name":"hide"};
7
+
8
+ export default Hide;
@@ -0,0 +1,8 @@
1
+
2
+ // This icon file is generated automatically.
3
+
4
+ import { IconDefinition } from '../types';
5
+
6
+ const Hint: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M10.759 11.5c0 .276-.216.5-.5.5H9.5a.505.505 0 0 1-.5-.5V11c0-.651 2.25-1.94 2.25-3 0-.348-.224-1.25-1.25-1.25-1.02 0-1.211.984-1.244 1.25 0 0-1.486.022-1.485 0-.001-.934.734-2.75 2.73-2.75 1.72 0 2.75 1.398 2.75 2.75 0 1.373-1.991 2.61-1.991 3v.5Zm-.76 3.5A1 1 0 1 1 10 13a1 1 0 0 1 0 2Z"},"children":[]}],"metadata":""}]},"name":"hint"};
7
+
8
+ export default Hint;
@@ -0,0 +1,8 @@
1
+
2
+ // This icon file is generated automatically.
3
+
4
+ import { IconDefinition } from '../types';
5
+
6
+ const Home: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M8.5 16.5v.5a.5.5 0 0 0 .5-.5h-.5Zm0-4V12a.5.5 0 0 0-.5.5h.5Zm3 0h.5a.5.5 0 0 0-.5-.5v.5Zm0 4H11a.5.5 0 0 0 .5.5v-.5Zm4 0v.5a.5.5 0 0 0 .5-.5h-.5Zm0-5V11a.5.5 0 0 0-.5.5h.5Zm2-1.5h.5a.5.5 0 0 0-.146-.354L17.5 10ZM10 2.5l.354-.354a.5.5 0 0 0-.708 0L10 2.5ZM2.5 10l-.354-.354A.5.5 0 0 0 2 10h.5Zm2 1.5H5a.5.5 0 0 0-.5-.5v.5Zm0 5H4a.5.5 0 0 0 .5.5v-.5Zm-2-5H2a.5.5 0 0 0 .5.5v-.5Zm15 0v.5a.5.5 0 0 0 .5-.5h-.5Zm-8.5 5v-4H8v4h1ZM8.5 13h3v-1h-3v1Zm2.5-.5v4h1v-4h-1Zm.5 4.5h4v-1h-4v1Zm4.5-.5v-5h-1v5h1Zm1.854-6.854-7.5-7.5-.708.708 7.5 7.5.708-.708Zm-8.208-7.5-7.5 7.5.708.708 7.5-7.5-.708-.708ZM4 11.5v5h1v-5H4Zm.5 5.5h4v-1h-4v1ZM2 10v1.5h1V10H2Zm.5 2h2v-1h-2v1ZM17 10v1.5h1V10h-1Zm.5 1h-2v1h2v-1Z"},"children":[]}],"metadata":""}]},"name":"home"};
7
+
8
+ export default Home;
@@ -0,0 +1,8 @@
1
+
2
+ // This icon file is generated automatically.
3
+
4
+ import { IconDefinition } from '../types';
5
+
6
+ const Integration: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"g","properties":{},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"m7.735 5.927.7.7-.7.699A.803.803 0 1 0 8.872 8.46l.7-.699 2.667 2.668-.7.699a.8.8 0 0 0-.006 1.142.802.802 0 0 0 1.142-.007l.7-.699.7.7a.803.803 0 0 0 1.135 0l.634-.634a5.292 5.292 0 0 0 .523-6.861l1.375-1.376a.815.815 0 0 0 .211-.318.802.802 0 0 0-1.098-1 .804.804 0 0 0-.248.183L15.23 3.634a5.283 5.283 0 0 0-6.861.523l-.634.634a.803.803 0 0 0 0 1.136Zm6.972 4.569-.066.066-4.525-4.525-.678-.678.066-.066a3.655 3.655 0 0 1 5.203 0 3.658 3.658 0 0 1 0 5.203ZM12.248 15.226a.772.772 0 0 0 .049-.05l.006-.007a.803.803 0 0 0-.053-1.082L5.912 7.75a.803.803 0 0 0-1.135 0l-.634.634a5.283 5.283 0 0 0-.523 6.862l-1.378 1.377a.804.804 0 1 0 1.136 1.136l1.377-1.378a5.292 5.292 0 0 0 6.862-.523l.63-.63ZM5.278 9.52l.066-.067 5.204 5.204-.066.066a3.658 3.658 0 0 1-5.204 0 3.658 3.658 0 0 1 0-5.203Z"},"children":[]}]}],"metadata":""}]},"name":"integration"};
7
+
8
+ export default Integration;
@@ -0,0 +1,8 @@
1
+
2
+ // This icon file is generated automatically.
3
+
4
+ import { IconDefinition } from '../types';
5
+
6
+ const InvitePeople: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M13.732 9.768c1.754 0 3.162-1.522 3.162-3.416C16.894 4.5 15.472 3 13.732 3c-1.739 0-3.169 1.514-3.162 3.36.008 1.886 1.409 3.408 3.162 3.408Zm-8.26.155c1.535 0 2.767-1.338 2.767-3.008 0-1.62-1.246-2.95-2.767-2.95-1.514 0-2.768 1.345-2.768 2.958.007 1.669 1.24 3 2.768 3Zm8.26-1.684c-.866 0-1.598-.81-1.598-1.887-.007-1.021.74-1.824 1.598-1.824.867 0 1.599.796 1.599 1.824 0 1.063-.725 1.887-1.599 1.887Zm-8.26.184c-.683 0-1.26-.655-1.26-1.5-.008-.796.584-1.451 1.26-1.451.683 0 1.267.648 1.267 1.443 0 .853-.577 1.508-1.267 1.508ZM1.676 16.43h5.366c-.472-.29-.732-.958-.676-1.508H1.803c-.113 0-.155-.056-.155-.147 0-1.374 1.711-2.747 3.824-2.747.605 0 1.387.17 1.866.402a3.095 3.095 0 0 1 1.127-1.155c-.86-.465-2.014-.74-2.993-.74C2.444 10.535 0 12.641 0 14.972c0 .944.556 1.458 1.676 1.458Zm7.725-.008h8.655c1.296 0 1.944-.443 1.944-1.373 0-2.098-2.578-4.514-6.268-4.514s-6.274 2.416-6.274 4.514c0 .93.648 1.373 1.943 1.373Zm-.007-1.528c-.14 0-.183-.056-.183-.155 0-.93 1.655-2.676 4.521-2.676 2.867 0 4.521 1.747 4.521 2.676 0 .099-.049.155-.183.155H9.394Z"},"children":[]}],"metadata":""}]},"name":"invite-people"};
7
+
8
+ export default InvitePeople;
@@ -0,0 +1,8 @@
1
+
2
+ // This icon file is generated automatically.
3
+
4
+ import { IconDefinition } from '../types';
5
+
6
+ const Items: 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 5.9c0-.84 0-1.26.163-1.581a1.5 1.5 0 0 1 .656-.656c.32-.163.74-.163 1.581-.163h11.2c.84 0 1.26 0 1.581.163a1.5 1.5 0 0 1 .655.656c.164.32.164.74.164 1.581v1.2c0 .84 0 1.26-.163 1.581a1.5 1.5 0 0 1-.656.656c-.32.163-.74.163-1.581.163H4.4c-.84 0-1.26 0-1.581-.163a1.5 1.5 0 0 1-.656-.656C2 8.361 2 7.941 2 7.1V5.9Zm1.5-.26c0-.224 0-.336.044-.422a.4.4 0 0 1 .174-.174C3.804 5 3.916 5 4.14 5h11.72c.224 0 .336 0 .422.044a.4.4 0 0 1 .174.174c.044.086.044.198.044.422v1.72c0 .224 0 .336-.044.422a.4.4 0 0 1-.174.174C16.196 8 16.084 8 15.86 8H4.14c-.224 0-.336 0-.422-.044a.4.4 0 0 1-.174-.174C3.5 7.696 3.5 7.584 3.5 7.36V5.64ZM2 12.9c0-.84 0-1.26.163-1.581a1.5 1.5 0 0 1 .656-.655c.32-.164.74-.164 1.581-.164h11.2c.84 0 1.26 0 1.581.164a1.5 1.5 0 0 1 .655.655c.164.32.164.74.164 1.581v1.2c0 .84 0 1.26-.163 1.581a1.5 1.5 0 0 1-.656.656c-.32.163-.74.163-1.581.163H4.4c-.84 0-1.26 0-1.581-.163a1.5 1.5 0 0 1-.656-.656C2 15.361 2 14.941 2 14.1v-1.2Zm1.5-.26c0-.224 0-.336.044-.422a.4.4 0 0 1 .174-.174C3.804 12 3.916 12 4.14 12h11.72c.224 0 .336 0 .422.044a.4.4 0 0 1 .174.174c.044.086.044.198.044.422v1.72c0 .224 0 .336-.044.422a.4.4 0 0 1-.174.174c-.086.044-.198.044-.422.044H4.14c-.224 0-.336 0-.422-.044a.4.4 0 0 1-.174-.174c-.044-.086-.044-.198-.044-.422v-1.72Z"},"children":[]}],"metadata":""}]},"name":"items"};
7
+
8
+ export default Items;
@@ -0,0 +1,8 @@
1
+
2
+ // This icon file is generated automatically.
3
+
4
+ import { IconDefinition } from '../types';
5
+
6
+ const LeftPanel: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20","fill":"none"},"children":[{"type":"element","tagName":"g","properties":{"opacity":0.9},"children":[{"type":"element","tagName":"mask","properties":{"id":"LeftPanel__a","maskUnits":"userSpaceOnUse","x":2,"y":2,"width":14,"height":16},"children":[{"type":"element","tagName":"path","properties":{"d":"M15 2H2v16h14v-4h-6V5.5h5V2Z","fill":"#C4C4C4"},"children":[]}]},{"type":"element","tagName":"g","properties":{"mask":"url(#LeftPanel__a)"},"children":[{"type":"element","tagName":"path","properties":{"d":"M14 14.92c0 1.33-.746 2.08-2.06 2.08H5.055C3.745 17 3 16.25 3 14.92V4.074C3 2.75 3.746 2 5.055 2h6.885C13.254 2 14 2.75 14 4.074V14.92Zm-1.707-.227V4.307c0-.39-.176-.59-.59-.59H5.297c-.415 0-.591.2-.591.59v10.386c0 .39.176.59.59.59h6.405c.415 0 .591-.2.591-.59Z","fill":"#65788B"},"children":[]}]},{"type":"element","tagName":"path","properties":{"d":"M18.12 9.881c0 .412-.329.746-.717.746h-2.18L14 10.566l.612.552.895.878c.12.117.202.304.202.49 0 .389-.269.684-.642.684a.617.617 0 0 1-.478-.218l-2.268-2.526c-.164-.186-.239-.341-.239-.544 0-.202.075-.365.239-.544l2.268-2.526a.6.6 0 0 1 .478-.225c.373 0 .642.295.642.684a.707.707 0 0 1-.202.49l-.903.886-.604.551 1.224-.07h2.179c.388 0 .716.342.716.754Z","fill":"#65788B"},"children":[]}]}],"metadata":""}]},"name":"left-panel"};
7
+
8
+ export default LeftPanel;
@@ -0,0 +1,8 @@
1
+
2
+ // This icon file is generated automatically.
3
+
4
+ import { IconDefinition } from '../types';
5
+
6
+ const Levels: 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 5.9c0-.84 0-1.26.163-1.581a1.5 1.5 0 0 1 .656-.656c.32-.163.74-.163 1.581-.163h11.2c.84 0 1.26 0 1.581.163a1.5 1.5 0 0 1 .655.656c.164.32.164.74.164 1.581v1.2c0 .84 0 1.26-.163 1.581a1.5 1.5 0 0 1-.656.656c-.32.163-.74.163-1.581.163H4.4c-.84 0-1.26 0-1.581-.163a1.5 1.5 0 0 1-.656-.656C2 8.361 2 7.941 2 7.1V5.9Zm1.5-.26c0-.224 0-.336.044-.422a.4.4 0 0 1 .174-.174C3.804 5 3.916 5 4.14 5h11.72c.224 0 .336 0 .422.044a.4.4 0 0 1 .174.174c.044.086.044.198.044.422v1.72c0 .224 0 .336-.044.422a.4.4 0 0 1-.174.174C16.196 8 16.084 8 15.86 8H4.14c-.224 0-.336 0-.422-.044a.4.4 0 0 1-.174-.174C3.5 7.696 3.5 7.584 3.5 7.36V5.64ZM4.5 12.9c0-.84 0-1.26.163-1.581a1.5 1.5 0 0 1 .656-.655c.32-.164.74-.164 1.581-.164h8.7c.84 0 1.26 0 1.581.164a1.5 1.5 0 0 1 .655.655c.164.32.164.74.164 1.581v1.2c0 .84 0 1.26-.163 1.581a1.5 1.5 0 0 1-.656.656c-.32.163-.74.163-1.581.163H6.9c-.84 0-1.26 0-1.581-.163a1.5 1.5 0 0 1-.656-.656c-.163-.32-.163-.74-.163-1.581v-1.2Zm1.5-.26c0-.224 0-.336.044-.422a.4.4 0 0 1 .174-.174C6.304 12 6.416 12 6.64 12h9.22c.224 0 .336 0 .422.044a.4.4 0 0 1 .174.174c.044.086.044.198.044.422v1.72c0 .224 0 .336-.044.422a.4.4 0 0 1-.174.174c-.086.044-.198.044-.422.044H6.64c-.224 0-.336 0-.422-.044a.4.4 0 0 1-.174-.174C6 14.696 6 14.584 6 14.36v-1.72Z"},"children":[]}],"metadata":""}]},"name":"levels"};
7
+
8
+ export default Levels;
@@ -0,0 +1,8 @@
1
+
2
+ // This icon file is generated automatically.
3
+
4
+ import { IconDefinition } from '../types';
5
+
6
+ const Lock: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M6.834 16.5h6.339c.893 0 1.327-.448 1.327-1.417v-4.92c0-.872-.363-1.327-1.094-1.398v-1.58c0-2.489-1.67-3.685-3.406-3.685-1.735 0-3.4 1.196-3.4 3.686v1.598c-.699.098-1.1.546-1.1 1.378v4.921c0 .969.44 1.417 1.334 1.417Zm1.133-9.431c0-1.444.913-2.25 2.033-2.25 1.12 0 2.033.806 2.033 2.25v1.683l-4.066.006v-1.69Z"},"children":[]}],"metadata":""}]},"name":"lock"};
7
+
8
+ export default Lock;
@@ -0,0 +1,8 @@
1
+
2
+ // This icon file is generated automatically.
3
+
4
+ import { IconDefinition } from '../types';
5
+
6
+ const MenuCollapser: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M13.276 8.5 8.813 4.294C8.143 3.666 7 4.111 7 5v10c0 .89 1.144 1.334 1.813.706l4.463-4.206c.965-1 .965-2 0-3Z"},"children":[]}],"metadata":""}]},"name":"menu-collapser"};
7
+
8
+ export default MenuCollapser;
@@ -0,0 +1,8 @@
1
+
2
+ // This icon file is generated automatically.
3
+
4
+ import { IconDefinition } from '../types';
5
+
6
+ const Milestones: 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.24 3.619c-2.512-.791-4.883-.26-5.686-.035A1.174 1.174 0 0 0 3.7 4.72v11.717a.8.8 0 0 0 1.6 0v-3.976c.234-.064.54-.133.902-.183.877-.12 2.046-.116 3.261.35 1.486.57 2.914.726 3.995.656.535-.034 1.021-.126 1.4-.275.186-.072.388-.175.557-.324.165-.144.385-.414.385-.803V5.117c0-.638-.565-1.061-1.125-.998-.564.063-2.297.173-4.435-.5ZM5.3 10.814v-5.77c.875-.205 2.643-.471 4.46.1 1.876.591 3.484.652 4.44.613v5.79c-.183.059-.468.116-.845.14-.857.056-2.054-.067-3.318-.552-1.535-.59-2.991-.586-4.051-.442-.25.034-.48.076-.686.121Z"},"children":[]}],"metadata":""}]},"name":"milestones"};
7
+
8
+ export default Milestones;
@@ -0,0 +1,8 @@
1
+
2
+ // This icon file is generated automatically.
3
+
4
+ import { IconDefinition } from '../types';
5
+
6
+ const More: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M9.875 8a1.75 1.75 0 1 0 0 3.5 1.75 1.75 0 0 0 0-3.5ZM3.75 8a1.75 1.75 0 1 0 0 3.5 1.75 1.75 0 0 0 0-3.5ZM16 8a1.75 1.75 0 1 0 0 3.5A1.75 1.75 0 0 0 16 8Z"},"children":[]}],"metadata":""}]},"name":"more"};
7
+
8
+ export default More;
@@ -0,0 +1,8 @@
1
+
2
+ // This icon file is generated automatically.
3
+
4
+ import { IconDefinition } from '../types';
5
+
6
+ const MoreCompact: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M7 10.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm5 0a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm3.5 1.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3Z"},"children":[]}],"metadata":""}]},"name":"more-compact"};
7
+
8
+ export default MoreCompact;
@@ -0,0 +1,8 @@
1
+
2
+ // This icon file is generated automatically.
3
+
4
+ import { IconDefinition } from '../types';
5
+
6
+ const MySpace: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M6.193 18h7.624c1.267 0 1.893-.633 1.893-2.018v-5.81c0-1.228-.5-1.861-1.525-1.978v-1.72C14.185 3.453 12.128 2 10 2 7.88 2 5.817 3.455 5.817 6.473v1.72c-1.016.118-1.517.751-1.517 1.979v5.81C4.3 17.367 4.926 18 6.193 18ZM7.702 6.348c0-1.61 1.016-2.534 2.299-2.534 1.29 0 2.307.923 2.307 2.534V8.17H7.702V6.348Zm-.962 9.861c-.313 0-.47-.148-.47-.524v-5.208c0-.375.157-.516.47-.516h6.538c.312 0 .461.14.461.516v5.208c0 .376-.149.524-.461.524H6.74Z"},"children":[]}],"metadata":""}]},"name":"my-space"};
7
+
8
+ export default MySpace;
@@ -0,0 +1,8 @@
1
+
2
+ // This icon file is generated automatically.
3
+
4
+ import { IconDefinition } from '../types';
5
+
6
+ const Notifications: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"m4.004 13.588-.428-.26.428.26Zm.002 1.912v.5a.5.5 0 0 0 .499-.469l-.5-.031ZM16 15.5l-.353.354A.5.5 0 0 0 16 16v-.5Zm.003-1.912-.428.26.428-.26ZM10.004 3a.5.5 0 0 0 0-1v1Zm0 14.5.447-.224a.5.5 0 0 0-.447-.276v.5Zm0-14.5a.5.5 0 0 0 0 1V3Zm-6 10.588.427.26-.427-.26Zm.002 1.912V15a.5.5 0 0 0-.5.469l.5.031ZM16 15.5l.354-.354A.5.5 0 0 0 16 15v.5Zm.003-1.912-.428.26.428-.26ZM10.004 2a.5.5 0 1 0 0 1V2Zm0 15.5-.448.224a.5.5 0 0 0 .448.276v-.5ZM4.43 13.847c.84-1.385 2.056-3.588 2.073-6.347h-1c.016 2.506-1.098 4.458-1.928 5.829l.855.518ZM4.006 15c-.237.003-.326-.06-.302-.029.088.064.07.16.078.115.011-.074.061-.211.184-.443.119-.224.277-.486.465-.796l-.855-.518c-.188.31-.361.597-.494.847-.129.243-.249.506-.288.755-.044.279.008.62.322.849.249.181.58.22.89.22v-1ZM16 16c.31 0 .641-.039.89-.22.314-.229.366-.57.322-.849-.039-.25-.16-.512-.288-.755-.133-.25-.306-.537-.494-.847l-.855.518c.188.31.346.572.465.796.123.232.173.37.184.443.007.045-.01-.051.078-.115.024-.03-.065.032-.302.029v1Zm.43-2.671c-.83-1.37-1.944-3.323-1.928-5.829h-1c.017 2.759 1.234 4.962 2.073 6.347l.855-.518ZM6.504 7.5c0-1.51.374-2.32.821-2.772.452-.456 1.064-.633 1.726-.695l-.094-.996c-.761.072-1.65.289-2.342.987-.697.703-1.111 1.809-1.111 3.476h1ZM9.05 4.033c.344-.034.666-.033.953-.033V3c-.287 0-.656 0-1.047.037l.094.996Zm.438-.379c.135-.547.428-.654.515-.654V2c-.714 0-1.287.606-1.486 1.415l.971.239ZM14.503 7.5c0-1.667-.414-2.773-1.11-3.476-.693-.698-1.581-.915-2.342-.987l-.094.996c.661.062 1.273.239 1.725.695.447.451.822 1.261.822 2.772h1Zm-3.452-4.463C10.659 3 10.29 3 10.004 3v1c.286 0 .608 0 .953.033l.094-.996ZM10.004 3c.086 0 .38.107.514.654l.971-.239C11.29 2.606 10.717 2 10.004 2v1Zm-2 12H4.006v1h3.998v-1Zm-.5.5c0 .413.12 1.022.494 1.542.392.546 1.043.958 2.006.958v-1c-.637 0-.987-.254-1.195-.542a1.736 1.736 0 0 1-.305-.958h-1Zm4.5.5H16v-1h-3.997v1Zm-2 2c.963 0 1.613-.412 2.005-.958.375-.52.495-1.129.495-1.542h-1c0 .253-.08.644-.306.958-.208.288-.557.542-1.194.542v1Zm-2-2h4v-1h-4v1Zm-4.428-2.671.855.518-.855-.518Zm.929 2.202-.998-.062.998.062Zm11.85-.385-.707.708.707-.708Zm.076-1.817-.855.518.855-.518ZM10.004 2v1-1Zm-.448 15.724.895-.448-.895.448Z"},"children":[]}],"metadata":""}]},"name":"notifications"};
7
+
8
+ export default Notifications;
@@ -0,0 +1,8 @@
1
+
2
+ // This icon file is generated automatically.
3
+
4
+ import { IconDefinition } from '../types';
5
+
6
+ const ObjChild: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M14.998 11.998V6.912c0-.89-1.077-1.337-1.707-.707L6.205 13.29c-.63.63-.184 1.707.707 1.707h5.086c2 0 3-1 3-3Z"},"children":[]}],"metadata":""}]},"name":"obj-child"};
7
+
8
+ export default ObjChild;
@@ -0,0 +1,8 @@
1
+
2
+ // This icon file is generated automatically.
3
+
4
+ import { IconDefinition } from '../types';
5
+
6
+ const ObjM2M: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M5 11.836V8c0-2 1-3 3-3h3.836c.89 0 1.337 1.077.707 1.707l-5.836 5.836c-.63.63-1.707.184-1.707-.707Zm10-3.672V12c0 2-1 3-3 3H8.164c-.89 0-1.337-1.077-.707-1.707l5.836-5.836c.63-.63 1.707-.184 1.707.707Z"},"children":[]}],"metadata":""}]},"name":"obj-m-2-m"};
7
+
8
+ export default ObjM2M;
@@ -0,0 +1,8 @@
1
+
2
+ // This icon file is generated automatically.
3
+
4
+ import { IconDefinition } from '../types';
5
+
6
+ const ObjO2O: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M4.11 5.682A2.237 2.237 0 0 1 5.683 4.11c.51-.148 1.029.1 1.404.475l7.328 7.328c.375.375.623.895.475 1.404a2.237 2.237 0 0 1-1.57 1.571c-.51.148-1.03-.1-1.405-.475L4.586 7.086c-.375-.375-.623-.895-.475-1.404Z"},"children":[]}],"metadata":""}]},"name":"obj-o-2-o"};
7
+
8
+ export default ObjO2O;
@@ -0,0 +1,8 @@
1
+
2
+ // This icon file is generated automatically.
3
+
4
+ import { IconDefinition } from '../types';
5
+
6
+ const ObjParent: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M6 9v5.086c0 .89 1.077 1.337 1.707.707l7.086-7.086c.63-.63.184-1.707-.707-1.707H9C7 6 6 7 6 9Z"},"children":[]}],"metadata":""}]},"name":"obj-parent"};
7
+
8
+ export default ObjParent;
@@ -0,0 +1,8 @@
1
+
2
+ // This icon file is generated automatically.
3
+
4
+ import { IconDefinition } from '../types';
5
+
6
+ const ObjSelf: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M9 6h3c2 0 3 1 3 3v3c0 2-1 3-3 3H9c-2 0-3-1-3-3V9c0-2 1-3 3-3Z"},"children":[]}],"metadata":""}]},"name":"obj-self"};
7
+
8
+ export default ObjSelf;
@@ -0,0 +1,8 @@
1
+
2
+ // This icon file is generated automatically.
3
+
4
+ import { IconDefinition } from '../types';
5
+
6
+ const OnSchedule: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M2.5 13.78c0 1.357.737 2.066 2.146 2.066h6.803a3.475 3.475 0 0 1-.49-1.26H4.64c-.541 0-.841-.274-.841-.831V7.923c0-.557.3-.83.841-.83h8.995c.542 0 .842.273.842.83v1.7a3.966 3.966 0 0 1 1.304-.007v-3.55C15.78 4.71 15.043 4 13.628 4H4.646C3.237 4 2.5 4.704 2.5 6.066v7.714Zm5.381-4.5h.385c.235 0 .313-.07.313-.292v-.374c0-.228-.078-.298-.313-.298h-.385c-.235 0-.313.07-.313.298v.374c0 .222.078.292.313.292Zm2.133 0h.385c.228 0 .307-.07.307-.292v-.374c0-.228-.079-.298-.307-.298h-.385c-.235 0-.313.07-.313.298v.374c0 .222.078.292.313.292Zm2.127 0h.384c.235 0 .313-.07.313-.292v-.374c0-.228-.078-.298-.313-.298h-.385c-.228 0-.306.07-.306.298v.374c0 .222.078.292.306.292Zm-6.386 2.04h.378c.235 0 .313-.069.313-.297v-.374c0-.222-.078-.292-.313-.292h-.378c-.235 0-.313.07-.313.292v.374c0 .228.078.298.313.298Zm2.126 0h.385c.235 0 .313-.069.313-.297v-.374c0-.222-.078-.292-.313-.292h-.385c-.235 0-.313.07-.313.292v.374c0 .228.078.298.313.298Zm2.133 0h.385c.228 0 .307-.069.307-.297v-.374c0-.222-.079-.292-.307-.292h-.385c-.235 0-.313.07-.313.292v.374c0 .228.078.298.313.298Zm5.12 5.68c1.827 0 3.366-1.483 3.366-3.27 0-1.788-1.52-3.265-3.366-3.265-1.839 0-3.359 1.477-3.359 3.264 0 1.794 1.52 3.271 3.36 3.271Zm-1.552-2.726a.454.454 0 0 1-.463-.45c0-.24.209-.437.463-.437h1.135v-1.483c0-.247.202-.438.457-.438.254 0 .463.19.463.438v1.92a.45.45 0 0 1-.463.45h-1.592Zm-7.827-.919h.378c.235 0 .313-.07.313-.291v-.374c0-.228-.078-.298-.313-.298h-.378c-.235 0-.313.07-.313.298v.374c0 .222.078.291.313.291Zm2.126 0h.385c.235 0 .313-.07.313-.291v-.374c0-.228-.078-.298-.313-.298h-.385c-.235 0-.313.07-.313.298v.374c0 .222.078.291.313.291Zm2.133 0h.385c.228 0 .307-.07.307-.291v-.374c0-.228-.079-.298-.307-.298h-.385c-.235 0-.313.07-.313.298v.374c0 .222.078.291.313.291Z"},"children":[]}],"metadata":""}]},"name":"on-schedule"};
7
+
8
+ export default OnSchedule;
@@ -0,0 +1,8 @@
1
+
2
+ // This icon file is generated automatically.
3
+
4
+ import { IconDefinition } from '../types';
5
+
6
+ const OpenAsPage: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M7.926 17a.778.778 0 1 0 0-1.555h-2.27l9.788-9.79v2.27a.778.778 0 0 0 1.556 0V3.779A.778.778 0 0 0 16.222 3h-4.148a.778.778 0 1 0 0 1.556h2.27c-3.264 3.264-6.468 6.58-9.788 9.789v-2.27a.778.778 0 0 0-1.556 0v4.147c0 .43.348.778.778.778h4.148Z"},"children":[]}],"metadata":""}]},"name":"open-as-page"};
7
+
8
+ export default OpenAsPage;
@@ -0,0 +1,8 @@
1
+
2
+ // This icon file is generated automatically.
3
+
4
+ import { IconDefinition } from '../types';
5
+
6
+ const PageRegularMode: 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":"M5.876 3A.872.872 0 0 0 5 3.869c0 .48.392.868.876.868h8.248A.872.872 0 0 0 15 3.87.872.872 0 0 0 14.124 3H5.876ZM5.876 7.088A.872.872 0 0 0 5 7.956c0 .48.392.869.876.869h8.248A.872.872 0 0 0 15 7.956a.872.872 0 0 0-.876-.868H5.876ZM5 12.044c0-.48.392-.869.876-.869h8.248c.484 0 .876.39.876.869 0 .48-.392.868-.876.868H5.876A.872.872 0 0 1 5 12.044ZM5.876 15.263A.872.872 0 0 0 5 16.13c0 .48.392.869.876.869h8.248a.872.872 0 0 0 .876-.869.872.872 0 0 0-.876-.868H5.876Z"},"children":[]}]}],"metadata":""}]},"name":"page-regular-mode"};
7
+
8
+ export default PageRegularMode;
@@ -0,0 +1,8 @@
1
+
2
+ // This icon file is generated automatically.
3
+
4
+ import { IconDefinition } from '../types';
5
+
6
+ const PageWideMode: 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":"M3.869 3a.869.869 0 0 0 0 1.737H16.13a.869.869 0 0 0 0-1.737H3.87ZM3.869 7.088a.869.869 0 0 0 0 1.737H16.13a.869.869 0 0 0 0-1.737H3.87ZM3 12.044c0-.48.389-.869.869-.869H16.13a.869.869 0 0 1 0 1.737H3.87A.869.869 0 0 1 3 12.044ZM3.869 15.263a.869.869 0 0 0 0 1.737H16.13a.869.869 0 0 0 0-1.737H3.87Z"},"children":[]}]}],"metadata":""}]},"name":"page-wide-mode"};
7
+
8
+ export default PageWideMode;
@@ -0,0 +1,8 @@
1
+
2
+ // This icon file is generated automatically.
3
+
4
+ import { IconDefinition } from '../types';
5
+
6
+ const Photo: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M15.6 5.15h-1.488l-1.384-2.4H7.272l-1.384 2.4H4.4A2.4 2.4 0 0 0 2 7.55v7.2a2.4 2.4 0 0 0 2.4 2.4h11.2a2.4 2.4 0 0 0 2.4-2.4v-7.2a2.4 2.4 0 0 0-2.4-2.4Zm.8 9.6a.8.8 0 0 1-.8.8H4.4a.8.8 0 0 1-.8-.8v-7.2a.8.8 0 0 1 .8-.8h2.4l1.4-2.4h3.6l1.4 2.4h2.4a.8.8 0 0 1 .8.8v7.2ZM10 7.55a3.2 3.2 0 1 0 0 6.4 3.2 3.2 0 0 0 0-6.4Zm0 4.8a1.6 1.6 0 1 1 0-3.2 1.6 1.6 0 0 1 0 3.2Z"},"children":[]}],"metadata":""}]},"name":"photo"};
7
+
8
+ export default Photo;
@@ -0,0 +1,8 @@
1
+
2
+ // This icon file is generated automatically.
3
+
4
+ import { IconDefinition } from '../types';
5
+
6
+ const Popup: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M3 5.5A2.5 2.5 0 0 1 5.5 3h9A2.5 2.5 0 0 1 17 5.5v9a2.5 2.5 0 0 1-2.5 2.5h-9A2.5 2.5 0 0 1 3 14.5v-9Zm1.5 3v6a1 1 0 0 0 1 1h9a1 1 0 0 0 1-1v-6h-11Zm11-1.5h-11V5.5a1 1 0 0 1 1-1h9a1 1 0 0 1 1 1V7Z"},"children":[]}],"metadata":""}]},"name":"popup"};
7
+
8
+ export default Popup;
@@ -0,0 +1,8 @@
1
+
2
+ // This icon file is generated automatically.
3
+
4
+ import { IconDefinition } from '../types';
5
+
6
+ const Posts: 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 5.9c0-.84 0-1.26.163-1.581a1.5 1.5 0 0 1 .656-.656c.32-.163.74-.163 1.581-.163h11.2c.84 0 1.26 0 1.581.163a1.5 1.5 0 0 1 .655.656c.164.32.164.74.164 1.581v1.2c0 .84 0 1.26-.163 1.581a1.5 1.5 0 0 1-.656.656c-.32.163-.74.163-1.581.163H4.4c-.84 0-1.26 0-1.581-.163a1.5 1.5 0 0 1-.656-.656C2 8.361 2 7.941 2 7.1V5.9Zm1.5-.26c0-.224 0-.336.044-.422a.4.4 0 0 1 .174-.174C3.804 5 3.916 5 4.14 5h11.72c.224 0 .336 0 .422.044a.4.4 0 0 1 .174.174c.044.086.044.198.044.422v1.72c0 .224 0 .336-.044.422a.4.4 0 0 1-.174.174C16.196 8 16.084 8 15.86 8H4.14c-.224 0-.336 0-.422-.044a.4.4 0 0 1-.174-.174C3.5 7.696 3.5 7.584 3.5 7.36V5.64ZM2 12.9c0-.84 0-1.26.163-1.581a1.5 1.5 0 0 1 .656-.655c.32-.164.74-.164 1.581-.164h11.2c.84 0 1.26 0 1.581.164a1.5 1.5 0 0 1 .655.655c.164.32.164.74.164 1.581v1.2c0 .84 0 1.26-.163 1.581a1.5 1.5 0 0 1-.656.656c-.32.163-.74.163-1.581.163H4.4c-.84 0-1.26 0-1.581-.163a1.5 1.5 0 0 1-.656-.656C2 15.361 2 14.941 2 14.1v-1.2Zm1.5-.26c0-.224 0-.336.044-.422a.4.4 0 0 1 .174-.174C3.804 12 3.916 12 4.14 12h11.72c.224 0 .336 0 .422.044a.4.4 0 0 1 .174.174c.044.086.044.198.044.422v1.72c0 .224 0 .336-.044.422a.4.4 0 0 1-.174.174c-.086.044-.198.044-.422.044H4.14c-.224 0-.336 0-.422-.044a.4.4 0 0 1-.174-.174c-.044-.086-.044-.198-.044-.422v-1.72Z"},"children":[]}],"metadata":""}]},"name":"posts"};
7
+
8
+ export default Posts;
@@ -0,0 +1,8 @@
1
+
2
+ // This icon file is generated automatically.
3
+
4
+ import { IconDefinition } from '../types';
5
+
6
+ const Remove: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M14.667 6.667a.6.6 0 1 0-.849-.849L10 9.637 6.182 5.818a.6.6 0 0 0-.849.849l3.818 3.818-3.818 3.819a.6.6 0 1 0 .849.848L10 11.334l3.818 3.818a.6.6 0 0 0 .849-.848l-3.818-3.819 3.818-3.818Z"},"children":[]}],"metadata":""}]},"name":"remove"};
7
+
8
+ export default Remove;
@@ -0,0 +1,8 @@
1
+
2
+ // This icon file is generated automatically.
3
+
4
+ import { IconDefinition } from '../types';
5
+
6
+ const Reply: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M4.5 6a.5.5 0 0 0-1 0h1ZM18 11l.354.354a.5.5 0 0 0 0-.708L18 11Zm-3.646-4.354a.5.5 0 0 0-.708.708l.708-.708Zm-.708 8a.5.5 0 1 0 .708.708l-.708-.708ZM3.5 6v1h1V6h-1ZM8 11.5h10v-1H8v1Zm10.354-.854-4-4-.708.708 4 4 .708-.708Zm-.708 0-4 4 .708.708 4-4-.708-.708ZM3.5 7A4.5 4.5 0 0 0 8 11.5v-1A3.5 3.5 0 0 1 4.5 7h-1Z"},"children":[]}],"metadata":""}]},"name":"reply"};
7
+
8
+ export default Reply;
@@ -0,0 +1,8 @@
1
+
2
+ // This icon file is generated automatically.
3
+
4
+ import { IconDefinition } from '../types';
5
+
6
+ const Restore: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M15.361 11.348c0-2.403-1.623-4.06-4.271-4.06H7.615l-1.342.058.961-.797 1.33-1.301a.697.697 0 0 0 .235-.527c0-.416-.293-.721-.733-.721a.799.799 0 0 0-.545.229L4.23 7.486a.784.784 0 0 0 0 1.107l3.292 3.253a.806.806 0 0 0 .545.234c.44 0 .733-.31.733-.726a.697.697 0 0 0-.235-.528l-1.33-1.3-.96-.797 1.341.064h3.463c1.776 0 2.8 1.037 2.8 2.52 0 1.476-1.024 2.542-2.8 2.542H9.69c-.439 0-.761.34-.761.756 0 .41.322.75.761.75h1.465c2.608 0 4.207-1.582 4.207-4.013Z"},"children":[]}],"metadata":""}]},"name":"restore"};
7
+
8
+ export default Restore;
@@ -0,0 +1,8 @@
1
+
2
+ // This icon file is generated automatically.
3
+
4
+ import { IconDefinition } from '../types';
5
+
6
+ const RicheditorActionsMore: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M9.875 8a1.75 1.75 0 1 0 0 3.5 1.75 1.75 0 0 0 0-3.5ZM3.75 8a1.75 1.75 0 1 0 0 3.5 1.75 1.75 0 0 0 0-3.5ZM16 8a1.75 1.75 0 1 0 0 3.5A1.75 1.75 0 0 0 16 8Z"},"children":[]}],"metadata":""}]},"name":"richeditor-actions-more"};
7
+
8
+ export default RicheditorActionsMore;
@@ -0,0 +1,8 @@
1
+
2
+ // This icon file is generated automatically.
3
+
4
+ import { IconDefinition } from '../types';
5
+
6
+ const RicheditorBlockCode: 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":"M8.377 5.554a.8.8 0 1 0-1.154-1.108l-4.8 5a.8.8 0 0 0 0 1.108l4.8 5a.8.8 0 0 0 1.154-1.108L4.11 10l4.268-4.446ZM12.777 4.446a.8.8 0 1 0-1.154 1.108L15.89 10l-4.268 4.446a.8.8 0 1 0 1.154 1.108l4.8-5a.8.8 0 0 0 0-1.108l-4.8-5Z"},"children":[]}]}],"metadata":""}]},"name":"richeditor-block-code"};
7
+
8
+ export default RicheditorBlockCode;
@@ -0,0 +1,8 @@
1
+
2
+ // This icon file is generated automatically.
3
+
4
+ import { IconDefinition } from '../types';
5
+
6
+ const RicheditorBlockEntity: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M15 4.25H5a.75.75 0 0 0 0 1.5h8.19l-8.72 8.72a.75.75 0 1 0 1.06 1.06l8.72-8.72V15a.75.75 0 0 0 1.5 0V5a.748.748 0 0 0-.218-.529l-.002-.001-.001-.002A.747.747 0 0 0 15 4.25Z"},"children":[]}],"metadata":""}]},"name":"richeditor-block-entity"};
7
+
8
+ export default RicheditorBlockEntity;
@@ -0,0 +1,8 @@
1
+
2
+ // This icon file is generated automatically.
3
+
4
+ import { IconDefinition } from '../types';
5
+
6
+ const RicheditorBlockH1: 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.642 15.148c0 .706-.399 1.112-1.071 1.112-.664 0-1.071-.407-1.071-1.112V5.112C1.5 4.407 1.907 4 2.57 4c.673 0 1.072.407 1.072 1.112v4.01h4.866v-4.01C8.508 4.407 8.907 4 9.571 4c.672 0 1.07.407 1.07 1.112v10.036c0 .706-.398 1.112-1.07 1.112-.664 0-1.063-.407-1.063-1.112v-4.225H3.642v4.225Zm13.014.176c0 .578-.38.959-.946.959-.565 0-.952-.381-.952-.959V8.767h-.038l-1.34.933a.78.78 0 0 1-.507.171c-.387 0-.673-.279-.673-.685 0-.292.114-.508.413-.717l1.815-1.257c.444-.305.75-.362 1.143-.362.679 0 1.085.413 1.085 1.073v7.401Z"},"children":[]}],"metadata":""}]},"name":"richeditor-block-h-1"};
7
+
8
+ export default RicheditorBlockH1;
@@ -0,0 +1,8 @@
1
+
2
+ // This icon file is generated automatically.
3
+
4
+ import { IconDefinition } from '../types';
5
+
6
+ const RicheditorBlockH2: 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.642 15.148c0 .706-.399 1.112-1.071 1.112-.664 0-1.071-.407-1.071-1.112V5.112C1.5 4.407 1.907 4 2.57 4c.673 0 1.072.407 1.072 1.112v4.01h4.866v-4.01C8.508 4.407 8.907 4 9.571 4c.672 0 1.07.407 1.07 1.112v10.036c0 .706-.398 1.112-1.07 1.112-.664 0-1.063-.407-1.063-1.112v-4.225H3.642v4.225Zm13.966 1.015h-5.072c-.603 0-.901-.337-.901-.82 0-.36.14-.602.527-.958l2.73-2.608c1.129-1.086 1.421-1.53 1.421-2.19 0-.756-.584-1.295-1.403-1.295-.736 0-1.244.368-1.574 1.104-.216.381-.438.559-.85.559-.515 0-.82-.305-.82-.781 0-.146.026-.28.07-.413.311-1.015 1.46-1.961 3.193-1.961 1.943 0 3.25 1.092 3.25 2.666 0 1.117-.546 1.815-2.044 3.231l-1.98 1.904v.038h3.453c.495 0 .793.299.793.762 0 .45-.298.762-.793.762Z"},"children":[]}],"metadata":""}]},"name":"richeditor-block-h-2"};
7
+
8
+ export default RicheditorBlockH2;
@@ -0,0 +1,8 @@
1
+
2
+ // This icon file is generated automatically.
3
+
4
+ import { IconDefinition } from '../types';
5
+
6
+ const RicheditorBlockH3: 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.642 15.148c0 .706-.399 1.112-1.071 1.112-.664 0-1.071-.407-1.071-1.112V5.112C1.5 4.407 1.907 4 2.57 4c.673 0 1.072.407 1.072 1.112v4.01h4.866v-4.01C8.508 4.407 8.907 4 9.571 4c.672 0 1.07.407 1.07 1.112v10.036c0 .706-.398 1.112-1.07 1.112-.664 0-1.063-.407-1.063-1.112v-4.225H3.642v4.225Zm14.821-1.55c0 1.663-1.44 2.768-3.567 2.768-1.746 0-2.818-.755-3.25-1.657a1.376 1.376 0 0 1-.146-.603c0-.495.317-.806.844-.806.381 0 .622.152.813.502.323.64.819 1.021 1.77 1.021.94 0 1.588-.546 1.588-1.307.006-.889-.648-1.384-1.759-1.384h-.4c-.463 0-.73-.273-.73-.685 0-.4.267-.68.73-.68h.375c.959 0 1.58-.52 1.58-1.27 0-.736-.495-1.224-1.421-1.224-.775 0-1.245.323-1.543.97-.21.432-.431.591-.863.591-.533 0-.806-.31-.806-.774 0-.216.044-.4.14-.616.406-.895 1.447-1.644 3.065-1.644 1.936 0 3.244.958 3.244 2.425 0 1.161-.832 1.923-1.91 2.145v.038c1.364.127 2.246.927 2.246 2.19Z"},"children":[]}],"metadata":""}]},"name":"richeditor-block-h-3"};
7
+
8
+ export default RicheditorBlockH3;
@@ -0,0 +1,8 @@
1
+
2
+ // This icon file is generated automatically.
3
+
4
+ import { IconDefinition } from '../types';
5
+
6
+ const RicheditorBlockH4: 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.642 15.148c0 .706-.399 1.112-1.071 1.112-.664 0-1.071-.407-1.071-1.112V5.112C1.5 4.407 1.907 4 2.57 4c.673 0 1.072.407 1.072 1.112v4.01h4.866v-4.01C8.508 4.407 8.907 4 9.571 4c.672 0 1.07.407 1.07 1.112v10.036c0 .706-.398 1.112-1.07 1.112-.664 0-1.063-.407-1.063-1.112v-4.225H3.642v4.225Zm15.24-.818c-.46 1.133-1.835 1.937-3.398 1.937-2.421 0-3.984-1.64-3.984-4.297 0-2.64 1.555-4.32 3.969-4.32 1.625 0 3.008.836 3.406 2 .063.164.102.328.102.469 0 .484-.368.781-.836.781-.391 0-.625-.164-.852-.555-.414-.758-.96-1.117-1.766-1.117-1.25 0-2.046 1.04-2.046 2.735 0 1.718.804 2.734 2.039 2.734.859 0 1.39-.399 1.765-1.063.266-.437.477-.601.899-.601.46 0 .82.312.82.797 0 .148-.04.312-.117.5Z"},"children":[]}],"metadata":""}]},"name":"richeditor-block-h-4"};
7
+
8
+ export default RicheditorBlockH4;