@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.
- package/index.ts +2 -0
- package/package.json +100 -0
- package/src/Button.d.ts +24 -0
- package/src/Button.js +361 -0
- package/src/FormFieldLoader.js +30 -0
- package/src/Item.tsx +127 -0
- package/src/Loaders.d.ts +16 -0
- package/src/Loaders.js +144 -0
- package/src/Select/components.js +64 -0
- package/src/Select/index.d.ts +11 -0
- package/src/Select/index.js +140 -0
- package/src/Select/lazy.js +35 -0
- package/src/Select/select-loader.tsx +8 -0
- package/src/Select/styles.js +133 -0
- package/src/ThemeProvider.tsx +14 -0
- package/src/create-inline-theme.ts +55 -0
- package/src/designSystem.ts +877 -0
- package/src/icons/Icon.tsx +56 -0
- package/src/icons/IconAsBackground.tsx +15 -0
- package/src/icons/IconAsPaths.ts +50 -0
- package/src/icons/ast/Activity.ts +8 -0
- package/src/icons/ast/ActivityLog.ts +8 -0
- package/src/icons/ast/Add.ts +8 -0
- package/src/icons/ast/AddCompact.ts +8 -0
- package/src/icons/ast/AddReactions.ts +8 -0
- package/src/icons/ast/AntdFilledCheckCircle.ts +8 -0
- package/src/icons/ast/AntdFilledCloseCircle.ts +8 -0
- package/src/icons/ast/AntdFilledExclamationCircle.ts +8 -0
- package/src/icons/ast/AntdFilledInfoCircle.ts +8 -0
- package/src/icons/ast/App.ts +8 -0
- package/src/icons/ast/AppDetails.ts +8 -0
- package/src/icons/ast/AppStore.ts +8 -0
- package/src/icons/ast/AppStoreOneColor.ts +8 -0
- package/src/icons/ast/AppTemplates.ts +8 -0
- package/src/icons/ast/AppTemplatesOneColor.ts +8 -0
- package/src/icons/ast/AppWebhooks.ts +8 -0
- package/src/icons/ast/AppWiki.ts +8 -0
- package/src/icons/ast/ArrowBottom.ts +8 -0
- package/src/icons/ast/ArrowCollapse.ts +8 -0
- package/src/icons/ast/ArrowCollapseVertical.ts +8 -0
- package/src/icons/ast/ArrowLeft.ts +8 -0
- package/src/icons/ast/ArrowRight.ts +8 -0
- package/src/icons/ast/ArrowTop.ts +8 -0
- package/src/icons/ast/AskForInput.ts +8 -0
- package/src/icons/ast/Back.ts +8 -0
- package/src/icons/ast/BacklogIcon.ts +8 -0
- package/src/icons/ast/BatchActionsIcon.ts +8 -0
- package/src/icons/ast/Cards.ts +8 -0
- package/src/icons/ast/Checked.ts +8 -0
- package/src/icons/ast/ClearValue.ts +8 -0
- package/src/icons/ast/Close.ts +8 -0
- package/src/icons/ast/ColorCoding.ts +8 -0
- package/src/icons/ast/Columns.ts +8 -0
- package/src/icons/ast/CopyUrl.ts +8 -0
- package/src/icons/ast/Database.ts +8 -0
- package/src/icons/ast/Delete.ts +8 -0
- package/src/icons/ast/Demo.ts +8 -0
- package/src/icons/ast/DoubleArrowLeft.ts +8 -0
- package/src/icons/ast/DoubleArrowRight.ts +8 -0
- package/src/icons/ast/DragBlockHandle.ts +8 -0
- package/src/icons/ast/DragHandle.ts +8 -0
- package/src/icons/ast/ExtensionAssignments.ts +8 -0
- package/src/icons/ast/ExtensionAvatar.ts +8 -0
- package/src/icons/ast/ExtensionComments.ts +8 -0
- package/src/icons/ast/ExtensionFiles.ts +8 -0
- package/src/icons/ast/ExtensionReferences.ts +8 -0
- package/src/icons/ast/ExtensionWorkflow.ts +8 -0
- package/src/icons/ast/Favorites.ts +8 -0
- package/src/icons/ast/FavoritesChecked.ts +8 -0
- package/src/icons/ast/FavoritesMenu.ts +8 -0
- package/src/icons/ast/Fields.ts +8 -0
- package/src/icons/ast/Filter.ts +8 -0
- package/src/icons/ast/FocusMode.ts +8 -0
- package/src/icons/ast/FocusModeOff.ts +8 -0
- package/src/icons/ast/Globe.ts +8 -0
- package/src/icons/ast/Hide.ts +8 -0
- package/src/icons/ast/Hint.ts +8 -0
- package/src/icons/ast/Home.ts +8 -0
- package/src/icons/ast/Integration.ts +8 -0
- package/src/icons/ast/InvitePeople.ts +8 -0
- package/src/icons/ast/Items.ts +8 -0
- package/src/icons/ast/LeftPanel.ts +8 -0
- package/src/icons/ast/Levels.ts +8 -0
- package/src/icons/ast/Lock.ts +8 -0
- package/src/icons/ast/MenuCollapser.ts +8 -0
- package/src/icons/ast/Milestones.ts +8 -0
- package/src/icons/ast/More.ts +8 -0
- package/src/icons/ast/MoreCompact.ts +8 -0
- package/src/icons/ast/MySpace.ts +8 -0
- package/src/icons/ast/Notifications.ts +8 -0
- package/src/icons/ast/ObjChild.ts +8 -0
- package/src/icons/ast/ObjM2M.ts +8 -0
- package/src/icons/ast/ObjO2O.ts +8 -0
- package/src/icons/ast/ObjParent.ts +8 -0
- package/src/icons/ast/ObjSelf.ts +8 -0
- package/src/icons/ast/OnSchedule.ts +8 -0
- package/src/icons/ast/OpenAsPage.ts +8 -0
- package/src/icons/ast/PageRegularMode.ts +8 -0
- package/src/icons/ast/PageWideMode.ts +8 -0
- package/src/icons/ast/Photo.ts +8 -0
- package/src/icons/ast/Popup.ts +8 -0
- package/src/icons/ast/Posts.ts +8 -0
- package/src/icons/ast/Remove.ts +8 -0
- package/src/icons/ast/Reply.ts +8 -0
- package/src/icons/ast/Restore.ts +8 -0
- package/src/icons/ast/RicheditorActionsMore.ts +8 -0
- package/src/icons/ast/RicheditorBlockCode.ts +8 -0
- package/src/icons/ast/RicheditorBlockEntity.ts +8 -0
- package/src/icons/ast/RicheditorBlockH1.ts +8 -0
- package/src/icons/ast/RicheditorBlockH2.ts +8 -0
- package/src/icons/ast/RicheditorBlockH3.ts +8 -0
- package/src/icons/ast/RicheditorBlockH4.ts +8 -0
- package/src/icons/ast/RicheditorBlockMention.ts +8 -0
- package/src/icons/ast/RicheditorBlockParagraph.ts +8 -0
- package/src/icons/ast/RicheditorBlockQuote.ts +8 -0
- package/src/icons/ast/RicheditorChecklistCreate.ts +8 -0
- package/src/icons/ast/RicheditorCommentCreate.ts +8 -0
- package/src/icons/ast/RicheditorEntityLinkCreate.ts +8 -0
- package/src/icons/ast/RicheditorHistoryRedo.ts +8 -0
- package/src/icons/ast/RicheditorHistoryUndo.ts +8 -0
- package/src/icons/ast/RicheditorImageAlignCenter.ts +8 -0
- package/src/icons/ast/RicheditorImageAlignLeft.ts +8 -0
- package/src/icons/ast/RicheditorImageAlignRight.ts +8 -0
- package/src/icons/ast/RicheditorImageUpload.ts +8 -0
- package/src/icons/ast/RicheditorImageWrapCenter.ts +8 -0
- package/src/icons/ast/RicheditorImageWrapLeft.ts +8 -0
- package/src/icons/ast/RicheditorImageWrapRight.ts +8 -0
- package/src/icons/ast/RicheditorImageZoom.ts +8 -0
- package/src/icons/ast/RicheditorLinkCreate.ts +8 -0
- package/src/icons/ast/RicheditorLinkedhighlightCreate.ts +8 -0
- package/src/icons/ast/RicheditorListBullet.ts +8 -0
- package/src/icons/ast/RicheditorListIndent.ts +8 -0
- package/src/icons/ast/RicheditorListOrdered.ts +8 -0
- package/src/icons/ast/RicheditorListUnindent.ts +8 -0
- package/src/icons/ast/RicheditorMarkCode.ts +8 -0
- package/src/icons/ast/RicheditorMarkEm.ts +8 -0
- package/src/icons/ast/RicheditorMarkHighlight.ts +8 -0
- package/src/icons/ast/RicheditorMarkStrike.ts +8 -0
- package/src/icons/ast/RicheditorMarkStrong.ts +8 -0
- package/src/icons/ast/RicheditorMarkUnderline.ts +8 -0
- package/src/icons/ast/RicheditorOpenLink.ts +8 -0
- package/src/icons/ast/RicheditorTableCreate.ts +8 -0
- package/src/icons/ast/RicheditorUnlink.ts +8 -0
- package/src/icons/ast/RicheditorVideoUpload.ts +8 -0
- package/src/icons/ast/RightPanel.ts +8 -0
- package/src/icons/ast/Rows.ts +8 -0
- package/src/icons/ast/Search.ts +8 -0
- package/src/icons/ast/SelfReferenceOff.ts +8 -0
- package/src/icons/ast/SelfReferenceOn.ts +8 -0
- package/src/icons/ast/Settings.ts +8 -0
- package/src/icons/ast/Share.ts +8 -0
- package/src/icons/ast/Shared.ts +8 -0
- package/src/icons/ast/Sidebar.ts +8 -0
- package/src/icons/ast/Slack.ts +8 -0
- package/src/icons/ast/SmartFolder.ts +8 -0
- package/src/icons/ast/Sort.ts +8 -0
- package/src/icons/ast/SortOnBottom.ts +8 -0
- package/src/icons/ast/SortOnTop.ts +8 -0
- package/src/icons/ast/Spinner.ts +8 -0
- package/src/icons/ast/TypeBoolean.ts +8 -0
- package/src/icons/ast/TypeButton.ts +8 -0
- package/src/icons/ast/TypeCheckbox.ts +8 -0
- package/src/icons/ast/TypeDate.ts +8 -0
- package/src/icons/ast/TypeEmail.ts +8 -0
- package/src/icons/ast/TypeEmoji.ts +8 -0
- package/src/icons/ast/TypeFormula.ts +8 -0
- package/src/icons/ast/TypeFunction.ts +8 -0
- package/src/icons/ast/TypeLookup.ts +8 -0
- package/src/icons/ast/TypeMoney.ts +8 -0
- package/src/icons/ast/TypeMultiSelect.ts +8 -0
- package/src/icons/ast/TypeNumber.ts +8 -0
- package/src/icons/ast/TypePercent.ts +8 -0
- package/src/icons/ast/TypePhone.ts +8 -0
- package/src/icons/ast/TypeRelation.ts +8 -0
- package/src/icons/ast/TypeRichText.ts +8 -0
- package/src/icons/ast/TypeRule.ts +8 -0
- package/src/icons/ast/TypeSingleSelect.ts +8 -0
- package/src/icons/ast/TypeText.ts +8 -0
- package/src/icons/ast/TypeUrl.ts +8 -0
- package/src/icons/ast/Upgrade.ts +8 -0
- package/src/icons/ast/ViewBoard.ts +8 -0
- package/src/icons/ast/ViewCalendar.ts +8 -0
- package/src/icons/ast/ViewCanvas.ts +8 -0
- package/src/icons/ast/ViewChart.ts +8 -0
- package/src/icons/ast/ViewDetails.ts +8 -0
- package/src/icons/ast/ViewDocument.ts +8 -0
- package/src/icons/ast/ViewFeed.ts +8 -0
- package/src/icons/ast/ViewList.ts +8 -0
- package/src/icons/ast/ViewPage.ts +8 -0
- package/src/icons/ast/ViewTable.ts +8 -0
- package/src/icons/ast/ViewTimeline.ts +8 -0
- package/src/icons/ast/Views.ts +8 -0
- package/src/icons/ast/Warning.ts +8 -0
- package/src/icons/ast/index.tsx +174 -0
- package/src/icons/generateIconFromAst.ts +29 -0
- package/src/icons/getIconContainerStyle.tsx +13 -0
- package/src/icons/getShiftStyle.ts +21 -0
- package/src/icons/react/Activity.tsx +12 -0
- package/src/icons/react/ActivityLog.tsx +12 -0
- package/src/icons/react/Add.tsx +12 -0
- package/src/icons/react/AddCompact.tsx +12 -0
- package/src/icons/react/AddReactions.tsx +12 -0
- package/src/icons/react/AntdFilledCheckCircle.tsx +12 -0
- package/src/icons/react/AntdFilledCloseCircle.tsx +12 -0
- package/src/icons/react/AntdFilledExclamationCircle.tsx +12 -0
- package/src/icons/react/AntdFilledInfoCircle.tsx +12 -0
- package/src/icons/react/App.tsx +12 -0
- package/src/icons/react/AppDetails.tsx +12 -0
- package/src/icons/react/AppStore.tsx +12 -0
- package/src/icons/react/AppStoreOneColor.tsx +12 -0
- package/src/icons/react/AppTemplates.tsx +12 -0
- package/src/icons/react/AppTemplatesOneColor.tsx +12 -0
- package/src/icons/react/AppWebhooks.tsx +12 -0
- package/src/icons/react/AppWiki.tsx +12 -0
- package/src/icons/react/ArrowBottom.tsx +12 -0
- package/src/icons/react/ArrowCollapse.tsx +12 -0
- package/src/icons/react/ArrowCollapseVertical.tsx +12 -0
- package/src/icons/react/ArrowLeft.tsx +12 -0
- package/src/icons/react/ArrowRight.tsx +12 -0
- package/src/icons/react/ArrowTop.tsx +12 -0
- package/src/icons/react/AskForInput.tsx +12 -0
- package/src/icons/react/Back.tsx +12 -0
- package/src/icons/react/BacklogIcon.tsx +12 -0
- package/src/icons/react/BatchActionsIcon.tsx +12 -0
- package/src/icons/react/Cards.tsx +12 -0
- package/src/icons/react/Checked.tsx +12 -0
- package/src/icons/react/ClearValue.tsx +12 -0
- package/src/icons/react/Close.tsx +12 -0
- package/src/icons/react/ColorCoding.tsx +12 -0
- package/src/icons/react/Columns.tsx +12 -0
- package/src/icons/react/CopyUrl.tsx +12 -0
- package/src/icons/react/Database.tsx +12 -0
- package/src/icons/react/Delete.tsx +12 -0
- package/src/icons/react/Demo.tsx +12 -0
- package/src/icons/react/DoubleArrowLeft.tsx +12 -0
- package/src/icons/react/DoubleArrowRight.tsx +12 -0
- package/src/icons/react/DragBlockHandle.tsx +12 -0
- package/src/icons/react/DragHandle.tsx +12 -0
- package/src/icons/react/ExtensionAssignments.tsx +12 -0
- package/src/icons/react/ExtensionAvatar.tsx +12 -0
- package/src/icons/react/ExtensionComments.tsx +12 -0
- package/src/icons/react/ExtensionFiles.tsx +12 -0
- package/src/icons/react/ExtensionReferences.tsx +12 -0
- package/src/icons/react/ExtensionWorkflow.tsx +12 -0
- package/src/icons/react/Favorites.tsx +12 -0
- package/src/icons/react/FavoritesChecked.tsx +12 -0
- package/src/icons/react/FavoritesMenu.tsx +12 -0
- package/src/icons/react/Fields.tsx +12 -0
- package/src/icons/react/Filter.tsx +12 -0
- package/src/icons/react/FocusMode.tsx +12 -0
- package/src/icons/react/FocusModeOff.tsx +12 -0
- package/src/icons/react/Globe.tsx +12 -0
- package/src/icons/react/Hide.tsx +12 -0
- package/src/icons/react/Hint.tsx +12 -0
- package/src/icons/react/Home.tsx +12 -0
- package/src/icons/react/Integration.tsx +12 -0
- package/src/icons/react/InvitePeople.tsx +12 -0
- package/src/icons/react/Items.tsx +12 -0
- package/src/icons/react/LeftPanel.tsx +12 -0
- package/src/icons/react/Levels.tsx +12 -0
- package/src/icons/react/Lock.tsx +12 -0
- package/src/icons/react/MenuCollapser.tsx +12 -0
- package/src/icons/react/Milestones.tsx +12 -0
- package/src/icons/react/More.tsx +12 -0
- package/src/icons/react/MoreCompact.tsx +12 -0
- package/src/icons/react/MySpace.tsx +12 -0
- package/src/icons/react/Notifications.tsx +12 -0
- package/src/icons/react/ObjChild.tsx +12 -0
- package/src/icons/react/ObjM2M.tsx +12 -0
- package/src/icons/react/ObjO2O.tsx +12 -0
- package/src/icons/react/ObjParent.tsx +12 -0
- package/src/icons/react/ObjSelf.tsx +12 -0
- package/src/icons/react/OnSchedule.tsx +12 -0
- package/src/icons/react/OpenAsPage.tsx +12 -0
- package/src/icons/react/PageRegularMode.tsx +12 -0
- package/src/icons/react/PageWideMode.tsx +12 -0
- package/src/icons/react/Photo.tsx +12 -0
- package/src/icons/react/Popup.tsx +12 -0
- package/src/icons/react/Posts.tsx +12 -0
- package/src/icons/react/Remove.tsx +12 -0
- package/src/icons/react/Reply.tsx +12 -0
- package/src/icons/react/Restore.tsx +12 -0
- package/src/icons/react/RicheditorActionsMore.tsx +12 -0
- package/src/icons/react/RicheditorBlockCode.tsx +12 -0
- package/src/icons/react/RicheditorBlockEntity.tsx +12 -0
- package/src/icons/react/RicheditorBlockH1.tsx +12 -0
- package/src/icons/react/RicheditorBlockH2.tsx +12 -0
- package/src/icons/react/RicheditorBlockH3.tsx +12 -0
- package/src/icons/react/RicheditorBlockH4.tsx +12 -0
- package/src/icons/react/RicheditorBlockMention.tsx +12 -0
- package/src/icons/react/RicheditorBlockParagraph.tsx +12 -0
- package/src/icons/react/RicheditorBlockQuote.tsx +12 -0
- package/src/icons/react/RicheditorChecklistCreate.tsx +12 -0
- package/src/icons/react/RicheditorCommentCreate.tsx +12 -0
- package/src/icons/react/RicheditorEntityLinkCreate.tsx +12 -0
- package/src/icons/react/RicheditorHistoryRedo.tsx +12 -0
- package/src/icons/react/RicheditorHistoryUndo.tsx +12 -0
- package/src/icons/react/RicheditorImageAlignCenter.tsx +12 -0
- package/src/icons/react/RicheditorImageAlignLeft.tsx +12 -0
- package/src/icons/react/RicheditorImageAlignRight.tsx +12 -0
- package/src/icons/react/RicheditorImageUpload.tsx +12 -0
- package/src/icons/react/RicheditorImageWrapCenter.tsx +12 -0
- package/src/icons/react/RicheditorImageWrapLeft.tsx +12 -0
- package/src/icons/react/RicheditorImageWrapRight.tsx +12 -0
- package/src/icons/react/RicheditorImageZoom.tsx +12 -0
- package/src/icons/react/RicheditorLinkCreate.tsx +12 -0
- package/src/icons/react/RicheditorLinkedhighlightCreate.tsx +12 -0
- package/src/icons/react/RicheditorListBullet.tsx +12 -0
- package/src/icons/react/RicheditorListIndent.tsx +12 -0
- package/src/icons/react/RicheditorListOrdered.tsx +12 -0
- package/src/icons/react/RicheditorListUnindent.tsx +12 -0
- package/src/icons/react/RicheditorMarkCode.tsx +12 -0
- package/src/icons/react/RicheditorMarkEm.tsx +12 -0
- package/src/icons/react/RicheditorMarkHighlight.tsx +12 -0
- package/src/icons/react/RicheditorMarkStrike.tsx +12 -0
- package/src/icons/react/RicheditorMarkStrong.tsx +12 -0
- package/src/icons/react/RicheditorMarkUnderline.tsx +12 -0
- package/src/icons/react/RicheditorOpenLink.tsx +12 -0
- package/src/icons/react/RicheditorTableCreate.tsx +12 -0
- package/src/icons/react/RicheditorUnlink.tsx +12 -0
- package/src/icons/react/RicheditorVideoUpload.tsx +12 -0
- package/src/icons/react/RightPanel.tsx +12 -0
- package/src/icons/react/Rows.tsx +12 -0
- package/src/icons/react/Search.tsx +12 -0
- package/src/icons/react/SelfReferenceOff.tsx +12 -0
- package/src/icons/react/SelfReferenceOn.tsx +12 -0
- package/src/icons/react/Settings.tsx +12 -0
- package/src/icons/react/Share.tsx +12 -0
- package/src/icons/react/Shared.tsx +12 -0
- package/src/icons/react/Sidebar.tsx +12 -0
- package/src/icons/react/Slack.tsx +12 -0
- package/src/icons/react/SmartFolder.tsx +12 -0
- package/src/icons/react/Sort.tsx +12 -0
- package/src/icons/react/SortOnBottom.tsx +12 -0
- package/src/icons/react/SortOnTop.tsx +12 -0
- package/src/icons/react/Spinner.tsx +12 -0
- package/src/icons/react/TypeBoolean.tsx +12 -0
- package/src/icons/react/TypeButton.tsx +12 -0
- package/src/icons/react/TypeCheckbox.tsx +12 -0
- package/src/icons/react/TypeDate.tsx +12 -0
- package/src/icons/react/TypeEmail.tsx +12 -0
- package/src/icons/react/TypeEmoji.tsx +12 -0
- package/src/icons/react/TypeFormula.tsx +12 -0
- package/src/icons/react/TypeFunction.tsx +12 -0
- package/src/icons/react/TypeLookup.tsx +12 -0
- package/src/icons/react/TypeMoney.tsx +12 -0
- package/src/icons/react/TypeMultiSelect.tsx +12 -0
- package/src/icons/react/TypeNumber.tsx +12 -0
- package/src/icons/react/TypePercent.tsx +12 -0
- package/src/icons/react/TypePhone.tsx +12 -0
- package/src/icons/react/TypeRelation.tsx +12 -0
- package/src/icons/react/TypeRichText.tsx +12 -0
- package/src/icons/react/TypeRule.tsx +12 -0
- package/src/icons/react/TypeSingleSelect.tsx +12 -0
- package/src/icons/react/TypeText.tsx +12 -0
- package/src/icons/react/TypeUrl.tsx +12 -0
- package/src/icons/react/Upgrade.tsx +12 -0
- package/src/icons/react/ViewBoard.tsx +12 -0
- package/src/icons/react/ViewCalendar.tsx +12 -0
- package/src/icons/react/ViewCanvas.tsx +12 -0
- package/src/icons/react/ViewChart.tsx +12 -0
- package/src/icons/react/ViewDetails.tsx +12 -0
- package/src/icons/react/ViewDocument.tsx +12 -0
- package/src/icons/react/ViewFeed.tsx +12 -0
- package/src/icons/react/ViewList.tsx +12 -0
- package/src/icons/react/ViewPage.tsx +12 -0
- package/src/icons/react/ViewTable.tsx +12 -0
- package/src/icons/react/ViewTimeline.tsx +12 -0
- package/src/icons/react/Views.tsx +12 -0
- package/src/icons/react/Warning.tsx +12 -0
- package/src/icons/react/index.tsx +174 -0
- package/src/icons/types.ts +29 -0
- 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 TypeEmail: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M13.55 7.2a.75.75 0 0 0-1.5 0h1.5Zm-.75 3.5h-.75.75Zm4.2 0h.75H17Zm0-.7h.75H17Zm-2.288 6.153a.75.75 0 1 0-.912-1.19l.912 1.19ZM12.05 9.999A2.05 2.05 0 0 1 10 12.05v1.5A3.55 3.55 0 0 0 13.55 10h-1.5ZM10 12.05A2.05 2.05 0 0 1 7.95 10h-1.5A3.55 3.55 0 0 0 10 13.55v-1.5ZM7.95 10A2.05 2.05 0 0 1 10 7.95v-1.5A3.55 3.55 0 0 0 6.45 10h1.5ZM10 7.95A2.05 2.05 0 0 1 12.05 10h1.5A3.55 3.55 0 0 0 10 6.45v1.5Zm2.05-.75v3.5h1.5V7.2h-1.5Zm0 3.5c0 .756.3 1.481.835 2.016l1.06-1.06a1.35 1.35 0 0 1-.395-.955h-1.5Zm.835 2.016a2.85 2.85 0 0 0 2.015.835v-1.5a1.35 1.35 0 0 1-.955-.396l-1.06 1.06Zm2.015.835c.756 0 1.48-.3 2.015-.835l-1.06-1.06a1.35 1.35 0 0 1-.955.395v1.5Zm2.015-.835a2.85 2.85 0 0 0 .835-2.015h-1.5c0 .358-.142.701-.395.954l1.06 1.06Zm.835-2.015V10h-1.5v.7h1.5Zm0-.7a7.75 7.75 0 0 0-1.68-4.817l-1.174.932A6.25 6.25 0 0 1 16.25 10h1.5Zm-1.68-4.817a7.75 7.75 0 0 0-4.309-2.73l-.34 1.46a6.25 6.25 0 0 1 3.475 2.202l1.175-.932Zm-4.309-2.73a7.75 7.75 0 0 0-5.072.54l.64 1.356a6.25 6.25 0 0 1 4.091-.435l.341-1.461Zm-5.072.54A7.75 7.75 0 0 0 3.05 6.569l1.345.664A6.25 6.25 0 0 1 7.33 4.35l-.641-1.356ZM3.05 6.569a7.75 7.75 0 0 0-.627 5.063l1.466-.316a6.25 6.25 0 0 1 .506-4.083L3.05 6.57Zm-.627 5.063a7.75 7.75 0 0 0 2.655 4.355l.953-1.159a6.25 6.25 0 0 1-2.142-3.512l-1.466.316Zm2.655 4.355a7.75 7.75 0 0 0 4.788 1.762l.026-1.5a6.25 6.25 0 0 1-3.861-1.42l-.953 1.158Zm4.788 1.762a7.75 7.75 0 0 0 4.845-1.596l-.912-1.19a6.25 6.25 0 0 1-3.907 1.286l-.026 1.5Z"},"children":[]}],"metadata":""}]},"name":"type-email"};
|
|
7
|
+
|
|
8
|
+
export default TypeEmail;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const TypeEmoji: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M11.888 11.784a3.008 3.008 0 0 1-3.776 0 .801.801 0 0 0-1.024 1.232 4.544 4.544 0 0 0 5.824 0 .8.8 0 1 0-1.024-1.232ZM7.6 9.2a.8.8 0 1 0 0-1.6.8.8 0 0 0 0 1.6Zm4.8-1.6a.8.8 0 1 0 0 1.6.8.8 0 0 0 0-1.6ZM10 2a8 8 0 1 0 0 16 8 8 0 0 0 0-16Zm0 14.4a6.4 6.4 0 1 1 0-12.8 6.4 6.4 0 0 1 0 12.8Z"},"children":[]}],"metadata":""}]},"name":"type-emoji"};
|
|
7
|
+
|
|
8
|
+
export default TypeEmoji;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const TypeFormula: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M7.098 17c1.857 0 3.092-1.07 3.395-3.172l.412-2.886h2.968c.552 0 .964-.403.964-.946 0-.535-.42-.939-.971-.939h-2.697l.226-1.567c.17-1.186.606-1.605 1.414-1.605.66 0 .994.085 1.297.085.529 0 .894-.357.894-.9C15 4.264 14.044 4 12.902 4c-1.857 0-3.085 1.07-3.388 3.172l-.272 1.885H6.71c-.551 0-.963.404-.963.939 0 .543.42.946.971.946h2.261l-.365 2.567c-.17 1.18-.606 1.606-1.414 1.606-.66 0-.987-.085-1.298-.085-.528 0-.901.349-.901.892C5 16.728 5.963 17 7.098 17Z"},"children":[]}],"metadata":""}]},"name":"type-formula"};
|
|
7
|
+
|
|
8
|
+
export default TypeFormula;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const TypeFunction: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M8.472 15.808a1.18 1.18 0 0 0 .416-.448l1.456-5.952.146-.592H12.2a.825.825 0 1 0 0-1.65H10.91l.298-1.134c.075-.277.235-.512.48-.704.256-.203.565-.304.928-.304.32 0 .544.075.672.224.128.15.23.357.304.624.064.203.123.347.176.432.064.085.165.128.304.128.384 0 .635-.08.752-.24.128-.16.192-.373.192-.64a2.14 2.14 0 0 0-1.088-1.824c-.363-.213-.79-.32-1.28-.32-1.024 0-1.819.288-2.384.864-.555.565-.96 1.403-1.216 2.512l-.083.382H7.85a.825.825 0 1 0 0 1.65h.718l-.207.752L7 15.12v.096c0 .235.096.421.288.56.203.15.4.224.592.224.213 0 .41-.064.592-.192Z"},"children":[]}],"metadata":""}]},"name":"type-function"};
|
|
7
|
+
|
|
8
|
+
export default TypeFunction;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const TypeLookup: 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":"M4.083 2a.75.75 0 0 0 0 1.5h12.5a.75.75 0 0 0 0-1.5h-12.5ZM4.083 6.751a.75.75 0 0 0 0 1.5h3.5a.75.75 0 1 0 0-1.5h-3.5ZM3.333 12.502a.75.75 0 0 1 .75-.75h3.5a.75.75 0 0 1 0 1.5h-3.5a.75.75 0 0 1-.75-.75ZM4.083 16.501a.75.75 0 0 0 0 1.5h12.5a.75.75 0 0 0 0-1.5h-12.5Z"},"children":[]},{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M15.747 11.44a3.5 3.5 0 1 0-1.08 1.042l2.136 2.135a.75.75 0 0 0 1.06-1.06l-2.116-2.116Zm-2.914.062a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z"},"children":[]}]}],"metadata":""}]},"name":"type-lookup"};
|
|
7
|
+
|
|
8
|
+
export default TypeLookup;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const TypeMoney: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M10 17c.316 0 .56-.225.56-.575v-.838C12.528 15.4 14 14.25 14 12.35c0-1.713-1.07-2.713-3.185-3.112l-.256-.05v-3.15c.778.15 1.325.624 1.557 1.374.17.4.437.65.863.65.486 0 .814-.337.814-.812 0-.15-.024-.287-.06-.425-.329-1.3-1.557-2.225-3.174-2.4v-.837c0-.35-.243-.588-.559-.588-.328 0-.56.237-.56.587v.838c-1.908.188-3.258 1.388-3.258 3.138 0 1.612 1.046 2.574 3.076 3.05l.183.037v3.338c-.985-.15-1.569-.7-1.763-1.438-.158-.45-.438-.675-.851-.675-.499 0-.827.35-.827.838 0 .15.024.287.073.437.353 1.338 1.653 2.262 3.368 2.425v.85c0 .35.243.575.559.575Zm-.56-8.113-.084-.024c-.985-.288-1.423-.738-1.423-1.413 0-.7.572-1.263 1.508-1.425v2.862Zm1.12 2.063.23.05c1.07.3 1.447.75 1.447 1.475 0 .8-.56 1.388-1.678 1.513V10.95Z"},"children":[]}],"metadata":""}]},"name":"type-money"};
|
|
7
|
+
|
|
8
|
+
export default TypeMoney;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const TypeMultiSelect: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M4.444 4.59c-.364-.242-.888-.29-1.212.037a.783.783 0 0 0 .039 1.149L6.156 8.78a.894.894 0 0 0 1.13.037.853.853 0 0 0 .165-.127l7.308-7.312a.783.783 0 0 0-.02-1.15.891.891 0 0 0-1.213.02L6.728 6.252 4.444 4.59ZM3 15.2a.8.8 0 0 1 .8-.8h12.4a.8.8 0 0 1 0 1.6H3.8a.8.8 0 0 1-.8-.8ZM11.45 7a.8.8 0 0 1 .8-.8h4a.8.8 0 0 1 0 1.6h-4a.8.8 0 0 1-.8-.8ZM3 11.2a.8.8 0 0 1 .8-.8h12.4a.8.8 0 0 1 0 1.6H3.8a.8.8 0 0 1-.8-.8Z"},"children":[]}],"metadata":""}]},"name":"type-multi-select"};
|
|
7
|
+
|
|
8
|
+
export default TypeMultiSelect;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const TypeNumber: 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.75 3.255a.75.75 0 0 1 .662.828L9.06 7.25h2.49l.371-3.333a.75.75 0 1 1 1.491.166L13.06 7.25h2.273a.75.75 0 0 1 0 1.5h-2.44l-.277 2.5h2.717a.75.75 0 0 1 0 1.5H12.45l-.37 3.333a.75.75 0 1 1-1.491-.166l.352-3.167H8.45l-.371 3.333a.75.75 0 1 1-1.491-.166l.352-3.167H4.667a.75.75 0 0 1 0-1.5h2.44l.277-2.5H4.667a.75.75 0 0 1 0-1.5H7.55l.37-3.333a.75.75 0 0 1 .828-.662Zm2.357 7.995.277-2.5h-2.49l-.278 2.5h2.49Z"},"children":[]}],"metadata":""}]},"name":"type-number"};
|
|
7
|
+
|
|
8
|
+
export default TypeNumber;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const TypePercent: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M5.955 15.887a.838.838 0 0 0 1.11-.244l7.09-10.434c.281-.414.16-.897-.223-1.11-.35-.194-.803-.106-1.077.295L5.764 14.79c-.287.42-.185.878.19 1.097Zm-.172-5.668c1.588 0 2.582-1.173 2.582-3.085 0-1.925-1.007-3.054-2.582-3.054S3.2 5.215 3.2 7.14c0 1.919.995 3.079 2.583 3.079Zm0-1.273c-.625 0-.957-.627-.957-1.806 0-1.166.338-1.787.957-1.787.618 0 .956.615.956 1.787 0 1.179-.338 1.806-.956 1.806Zm8.334 6.991c1.588 0 2.583-1.172 2.583-3.085 0-1.93-1.008-3.06-2.583-3.06-1.575 0-2.582 1.135-2.582 3.06 0 1.919.995 3.085 2.582 3.085Zm0-1.273c-.625 0-.956-.627-.956-1.812 0-1.166.338-1.787.956-1.787.619 0 .957.615.957 1.787 0 1.185-.338 1.812-.957 1.812Z"},"children":[]}],"metadata":""}]},"name":"type-percent"};
|
|
7
|
+
|
|
8
|
+
export default TypePercent;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const TypePhone: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M7.299 12.695c1.875 1.875 4.15 3.318 6.006 3.318.833 0 1.564-.286 2.148-.935.337-.381.547-.82.547-1.258 0-.337-.127-.661-.451-.89l-1.951-1.386c-.306-.216-.566-.317-.795-.317-.299 0-.56.165-.852.457l-.464.458a.335.335 0 0 1-.241.095.659.659 0 0 1-.267-.07c-.394-.216-1.08-.807-1.716-1.436-.63-.636-1.22-1.316-1.43-1.716a.57.57 0 0 1-.077-.26c0-.083.026-.172.102-.242l.451-.464c.293-.299.464-.56.464-.858 0-.23-.108-.483-.324-.795L7.076 4.464A1.1 1.1 0 0 0 6.148 4c-.426 0-.858.19-1.24.553C4.28 5.15 4 5.888 4 6.714c0 1.856 1.424 4.106 3.299 5.98Z"},"children":[]}],"metadata":""}]},"name":"type-phone"};
|
|
7
|
+
|
|
8
|
+
export default TypePhone;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const TypeRelation: 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.303 7.774a.75.75 0 0 1 0-.577A.75.75 0 0 1 8 6.732h4.652a.75.75 0 0 1 .287.064.703.703 0 0 1 .402.402.75.75 0 0 1 .064.287v4.55a.753.753 0 0 1-1.505.001l.004-2.743-4.025 4.025a.75.75 0 0 1-1.06-1.06l4.025-4.025-2.845.005a.75.75 0 0 1-.696-.464Z"},"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 1 0 7.11-10.643 6.4 6.4 0 0 0-7.11 10.643Z"},"children":[]}]}],"metadata":""}]},"name":"type-relation"};
|
|
7
|
+
|
|
8
|
+
export default TypeRelation;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const TypeRichText: 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":"M10.7 6.571h5.6a.664.664 0 0 0 .495-.23.837.837 0 0 0 .205-.555.837.837 0 0 0-.205-.556A.664.664 0 0 0 16.3 5h-5.6a.664.664 0 0 0-.495.23.837.837 0 0 0-.205.556c0 .208.074.408.205.555.131.148.31.23.495.23Zm0 7.857h-7a.664.664 0 0 0-.495.23.837.837 0 0 0-.205.556c0 .209.074.409.205.556.131.147.31.23.495.23h7a.664.664 0 0 0 .495-.23.837.837 0 0 0 .205-.556.837.837 0 0 0-.205-.555.664.664 0 0 0-.495-.23Zm5.6-3.142H3.7a.663.663 0 0 0-.495.23.837.837 0 0 0-.205.555c0 .209.074.409.205.556.131.147.31.23.495.23h12.6a.664.664 0 0 0 .495-.23.837.837 0 0 0 .205-.556.837.837 0 0 0-.205-.555.663.663 0 0 0-.495-.23Zm0-3.143h-5.6a.664.664 0 0 0-.495.23.837.837 0 0 0-.205.556c0 .208.074.408.205.555.131.147.31.23.495.23h5.6a.664.664 0 0 0 .495-.23A.837.837 0 0 0 17 8.93a.837.837 0 0 0-.205-.556.664.664 0 0 0-.495-.23ZM8.6 3.314H3.8a.8.8 0 1 0 0 1.6h1.6v4a.8.8 0 1 0 1.6 0v-4h1.6a.8.8 0 0 0 0-1.6Z"},"children":[]}]}],"metadata":""}]},"name":"type-rich-text"};
|
|
7
|
+
|
|
8
|
+
export default TypeRichText;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const TypeRule: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"m7.875 18.51 7.32-9.328c.14-.18.211-.344.211-.532 0-.32-.25-.562-.594-.562h-4.468l2.312-6.133c.32-.86-.578-1.312-1.125-.61l-7.32 9.329c-.14.172-.211.336-.211.523 0 .328.25.57.594.57h4.468L6.75 17.894c-.32.859.578 1.32 1.125.617Zm3.148-8.016H6.164l4.32-5.71-2.109 4.57h4.867l-4.32 5.718 2.101-4.578Z"},"children":[]}],"metadata":""}]},"name":"type-rule"};
|
|
7
|
+
|
|
8
|
+
export default TypeRule;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const TypeSingleSelect: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"m12.157 8.392-2.294 2.08-2.137-2.033a.8.8 0 1 0-1.128 1.128l2.697 2.6a.799.799 0 0 0 1.128 0l2.862-2.639a.8.8 0 1 0-1.128-1.136ZM10 2a8 8 0 1 0 0 16 8 8 0 0 0 0-16Zm0 14.4a6.4 6.4 0 1 1 0-12.8 6.4 6.4 0 0 1 0 12.8Z"},"children":[]}],"metadata":""}]},"name":"type-single-select"};
|
|
7
|
+
|
|
8
|
+
export default TypeSingleSelect;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const TypeText: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M13.2 4.786a.779.779 0 0 0-.234-.556A.807.807 0 0 0 12.4 4H2.8a.807.807 0 0 0-.566.23.779.779 0 0 0 0 1.111c.15.148.354.23.566.23h4v8.643c0 .209.084.409.234.556a.808.808 0 0 0 1.132 0 .779.779 0 0 0 .234-.556V5.571h4a.807.807 0 0 0 .566-.23.779.779 0 0 0 .234-.555Zm4 3.928h-4.8a.807.807 0 0 0-.566.23.779.779 0 0 0 0 1.112c.15.147.354.23.566.23H14v3.928c0 .209.084.409.234.556a.808.808 0 0 0 1.132 0 .779.779 0 0 0 .234-.556v-3.928h1.6a.808.808 0 0 0 .566-.23.779.779 0 0 0 0-1.112.807.807 0 0 0-.566-.23Z"},"children":[]}],"metadata":""}]},"name":"type-text"};
|
|
7
|
+
|
|
8
|
+
export default TypeText;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const TypeUrl: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"m10.063 10.808 2.06-.03c.55-.001 1.075-.218 1.463-.604a2.054 2.054 0 0 0 .001-2.909 2.07 2.07 0 0 0-1.461-.602L6.757 6.66c-.527 0-1.034.2-1.417.562A2.043 2.043 0 0 0 4.7 8.6l-.011.129a.839.839 0 0 1-1.433.574.829.829 0 0 1-.238-.591A2.276 2.276 0 0 1 3 8.483a3.704 3.704 0 0 1 1.18-2.457 3.739 3.739 0 0 1 2.549-.994L12.133 5c.964.04 1.875.45 2.542 1.142a3.71 3.71 0 0 1-.003 5.154 3.754 3.754 0 0 1-2.543 1.145l-2.02.024a.836.836 0 0 1-.798-.806.83.83 0 0 1 .752-.851Zm-5.024.932a3.726 3.726 0 0 1 1.1-2.628c.7-.697 1.65-1.09 2.64-1.094l2.02-.025a.836.836 0 0 1 .799.807.83.83 0 0 1-.752.85l-2.038.007c-.548 0-1.074.218-1.462.604a2.054 2.054 0 0 0-.001 2.909 2.07 2.07 0 0 0 1.461.601l5.369.004c.527 0 1.035-.201 1.417-.562.383-.361.612-.855.64-1.379l.011-.13a.83.83 0 0 1 .845-.822.837.837 0 0 1 .826.84 3.712 3.712 0 0 1-1.194 2.714 3.747 3.747 0 0 1-2.546.996l-5.375.003a3.756 3.756 0 0 1-2.646-1.075 3.72 3.72 0 0 1-1.114-2.62Z"},"children":[]}],"metadata":""}]},"name":"type-url"};
|
|
7
|
+
|
|
8
|
+
export default TypeUrl;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const Upgrade: 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":"M5.425 11.848c1.45 0 2.614 1.151 2.574 2.574a2.583 2.583 0 0 1-1.737 2.462l-3.118 1.092a.99.99 0 0 1-1.04-.233.99.99 0 0 1-.233-1.04l.001-.004 1.09-3.115a2.59 2.59 0 0 1 2.463-1.736Zm.743 1.897a.927.927 0 0 1 .305.715c0 .437-.28.82-.7.984l-2.03.698.7-2.033v-.002a1.02 1.02 0 0 1 1.71-.375l.007.007.008.006Z"},"children":[]},{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M18.07 1.938a1.836 1.836 0 0 0-1.654-.503l-3.543.7-.004.002c-1.746.365-3.353 1.319-4.475 2.684l-.172.196-5.044.208a1.319 1.319 0 0 0-.937.412l-.526.526a1.39 1.39 0 0 0 0 1.966l2.181 2.18a.975.975 0 0 0 .117 1.247l4.478 4.478a.967.967 0 0 0 1.227.097l2.161 2.162a1.39 1.39 0 0 0 1.966 0l.526-.526c.261-.262.386-.596.41-.918l.001-.007.17-5.016.156-.133a7.828 7.828 0 0 0 2.686-4.438l.778-3.659v-.004c.121-.6-.071-1.223-.502-1.654Zm-4.852 1.983 3.528-.698c.02-.001.033.002.04.005l.003.005.001.003-.779 3.663v.003a6.032 6.032 0 0 1-2.063 3.425l-4.763 3.91-3.412-3.412 3.986-4.843a5.924 5.924 0 0 1 3.459-2.061ZM3.243 7.165l.148-.148 3.266-.122-1.666 2.019-1.748-1.748Zm9.6 9.6L11.076 15l2.036-1.656-.122 3.274-.149.148Z"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M14.627 6.517a1.451 1.451 0 1 1-2.902 0 1.451 1.451 0 0 1 2.902 0Z"},"children":[]}]}],"metadata":""}]},"name":"upgrade"};
|
|
7
|
+
|
|
8
|
+
export default Upgrade;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const ViewBoard: 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":"M4 5.5a1.5 1.5 0 1 1 3 0v5a1.5 1.5 0 0 1-3 0v-5ZM8.5 5.5a1.5 1.5 0 1 1 3 0v8a1.5 1.5 0 0 1-3 0v-8ZM14.5 4A1.5 1.5 0 0 0 13 5.5v6a1.5 1.5 0 0 0 3 0v-6A1.5 1.5 0 0 0 14.5 4Z"},"children":[]}]}],"metadata":""}]},"name":"view-board"};
|
|
7
|
+
|
|
8
|
+
export default ViewBoard;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const ViewCalendar: 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":"M12.8 5.6a1.6 1.6 0 1 1 3.2 0 1.6 1.6 0 0 1-3.2 0ZM4 10a1.6 1.6 0 1 1 3.2 0A1.6 1.6 0 0 1 4 10ZM4 14.4a1.6 1.6 0 1 1 3.2 0 1.6 1.6 0 0 1-3.2 0ZM10 8.4a1.6 1.6 0 1 0 0 3.2 1.6 1.6 0 0 0 0-3.2ZM8.4 14.4a1.6 1.6 0 1 1 3.2 0 1.6 1.6 0 0 1-3.2 0ZM14.4 8.4a1.6 1.6 0 1 0 0 3.2 1.6 1.6 0 0 0 0-3.2ZM10 4a1.6 1.6 0 1 0 0 3.2A1.6 1.6 0 0 0 10 4Z"},"children":[]}]}],"metadata":""}]},"name":"view-calendar"};
|
|
7
|
+
|
|
8
|
+
export default ViewCalendar;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const ViewCanvas: 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":"M4.56 6.66a1.5 1.5 0 0 1 2.122-2.12l1.06 1.06a1.5 1.5 0 1 1-2.12 2.121L4.56 6.661ZM13.339 4.56a1.5 1.5 0 1 1 2.121 2.122l-1.06 1.06a1.5 1.5 0 1 1-2.122-2.12L13.34 4.56ZM8.5 10a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0ZM7.76 12.26a1.5 1.5 0 0 0-2.12 0l-1.061 1.061A1.5 1.5 0 1 0 6.7 15.443l1.06-1.061a1.5 1.5 0 0 0 0-2.121ZM12.26 12.24a1.5 1.5 0 0 0 0 2.12l1.061 1.061a1.5 1.5 0 1 0 2.122-2.121l-1.061-1.06a1.5 1.5 0 0 0-2.121 0Z"},"children":[]}]}],"metadata":""}]},"name":"view-canvas"};
|
|
7
|
+
|
|
8
|
+
export default ViewCanvas;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const ViewChart: 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.65 5a1.65 1.65 0 0 0-1.613 2l-2.812 3.4c-.057 0-.113.005-.169.011L9.893 9.206a1.65 1.65 0 1 0-3.26.174l-1.875 1.923a1.65 1.65 0 1 0 1.51 1.317l1.875-1.924a1.737 1.737 0 0 0 .389-.02l1.087 1.126a1.65 1.65 0 1 0 3.217-.21l2.723-3.294.091.002a1.65 1.65 0 0 0 0-3.3Z"},"children":[]}]}],"metadata":""}]},"name":"view-chart"};
|
|
7
|
+
|
|
8
|
+
export default ViewChart;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const ViewDetails: 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.5 4A1.5 1.5 0 0 0 4 5.5v9A1.5 1.5 0 0 0 5.5 16h4.25a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 9.75 4H5.5ZM14.5 4A1.5 1.5 0 0 0 13 5.5v9a1.5 1.5 0 0 0 3 0v-9A1.5 1.5 0 0 0 14.5 4Z"},"children":[]}]}],"metadata":""}]},"name":"view-details"};
|
|
7
|
+
|
|
8
|
+
export default ViewDetails;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const ViewDocument: 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":"M6 4a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h4.286v-4.286c0-.789.64-1.428 1.428-1.428H16V12h-4v4l4-4V6a2 2 0 0 0-2-2H6Z"},"children":[]}]}],"metadata":""}]},"name":"view-document"};
|
|
7
|
+
|
|
8
|
+
export default ViewDocument;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const ViewFeed: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M16 12V9c0-2.047.466-3.163 1.08-3.665.426-.35.92-.783.92-1.335a1 1 0 0 0-1-1H9a4 4 0 0 0-4 4v3c0 2.047-.466 3.163-1.08 3.665-.426.35-.92.783-.92 1.335a1 1 0 0 0 1 1h8a4 4 0 0 0 4-4ZM7 7a1 1 0 0 1 1-1h5a1 1 0 1 1 0 2H8a1 1 0 0 1-1-1Zm0 3a1 1 0 0 1 1-1h3a1 1 0 1 1 0 2H8a1 1 0 0 1-1-1Z"},"children":[]}],"metadata":""}]},"name":"view-feed"};
|
|
7
|
+
|
|
8
|
+
export default ViewFeed;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const ViewList: 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.496 4C4.67 4 4 4.672 4 5.5S4.67 7 5.496 7h9.008C15.33 7 16 6.328 16 5.5S15.33 4 14.504 4H5.496ZM8.488 8.5c-.826 0-1.496.672-1.496 1.5s.67 1.5 1.496 1.5h6.016C15.33 11.5 16 10.828 16 10s-.67-1.5-1.496-1.5H8.488ZM9.984 14.5c0-.828.67-1.5 1.497-1.5h3.023c.826 0 1.496.672 1.496 1.5s-.67 1.5-1.496 1.5H11.48a1.498 1.498 0 0 1-1.497-1.5Z"},"children":[]}]}],"metadata":""}]},"name":"view-list"};
|
|
7
|
+
|
|
8
|
+
export default ViewList;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const ViewPage: 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 6a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v6-1.714h-4.286c-.789 0-1.428.64-1.428 1.428V16H6a2 2 0 0 1-2-2V6Zm12 6-4 4v-4h4Zm-10 .45a.65.65 0 0 1 .65-.65h1.2a.65.65 0 1 1 0 1.3h-1.2a.65.65 0 0 1-.65-.65ZM6.65 9a.65.65 0 0 0 0 1.3h2.2a.65.65 0 1 0 0-1.3h-2.2Zm0-2.8a.65.65 0 1 0 0 1.3h6.7a.65.65 0 1 0 0-1.3h-6.7Z"},"children":[]}],"metadata":""}]},"name":"view-page"};
|
|
7
|
+
|
|
8
|
+
export default ViewPage;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const ViewTable: 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":"M4 10a1.5 1.5 0 0 1 1.5-1.5H8a1.5 1.5 0 1 1 0 3H5.5A1.5 1.5 0 0 1 4 10ZM10.5 10A1.5 1.5 0 0 1 12 8.5h2.5a1.5 1.5 0 0 1 0 3H12a1.5 1.5 0 0 1-1.5-1.5ZM4 14.5A1.5 1.5 0 0 1 5.5 13H8a1.5 1.5 0 0 1 0 3H5.5A1.5 1.5 0 0 1 4 14.5ZM10.5 14.5A1.5 1.5 0 0 1 12 13h2.5a1.5 1.5 0 0 1 0 3H12a1.5 1.5 0 0 1-1.5-1.5ZM4 5.5A1.5 1.5 0 0 1 5.5 4H8a1.5 1.5 0 1 1 0 3H5.5A1.5 1.5 0 0 1 4 5.5ZM10.5 5.5A1.5 1.5 0 0 1 12 4h2.5a1.5 1.5 0 0 1 0 3H12a1.5 1.5 0 0 1-1.5-1.5Z"},"children":[]}]}],"metadata":""}]},"name":"view-table"};
|
|
7
|
+
|
|
8
|
+
export default ViewTable;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const ViewTimeline: 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":"M9 5.5A1.5 1.5 0 0 1 10.5 4h4a1.5 1.5 0 0 1 0 3h-4A1.5 1.5 0 0 1 9 5.5ZM4 14.5A1.5 1.5 0 0 1 5.5 13h4a1.5 1.5 0 0 1 0 3h-4A1.5 1.5 0 0 1 4 14.5ZM5.5 8.5a1.5 1.5 0 1 0 0 3h9a1.5 1.5 0 0 0 0-3h-9Z"},"children":[]}]}],"metadata":""}]},"name":"view-timeline"};
|
|
7
|
+
|
|
8
|
+
export default ViewTimeline;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const Views: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M5 6H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1Zm5 10H9a1 1 0 0 1-1-1v-1a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1Zm-5 0H4a1 1 0 0 1-1-1v-1a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1Zm0-5H4a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1Zm5 0H9a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1Zm3-6V4a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1Zm-3 1H9a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1Zm5 5h-1a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1Zm0 5h-1a1 1 0 0 1-1-1v-1a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1Z"},"children":[]}],"metadata":""}]},"name":"views"};
|
|
7
|
+
|
|
8
|
+
export default Views;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const Warning: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M7.765 17h4.47c.949 0 1.468-.313 1.971-.874l2.659-2.98c.504-.568.635-.932.635-1.704V8.258c0-.772-.131-1.136-.635-1.704l-2.659-2.98c-.503-.554-1.022-.874-1.971-.874h-4.47c-.949 0-1.46.32-1.971.874l-2.651 2.98c-.512.568-.643.932-.643 1.704v3.184c0 .772.131 1.136.643 1.704l2.65 2.98c.512.56 1.023.874 1.972.874Zm-.248-3.97a.694.694 0 0 1-.482-1.188l1.986-1.981-1.986-1.989A.685.685 0 0 1 7.517 6.7c.205 0 .365.066.497.204l1.993 1.974 2.001-1.981a.652.652 0 0 1 .497-.204c.387 0 .694.299.694.685a.66.66 0 0 1-.205.488L11.001 9.86l1.986 1.974a.702.702 0 0 1-.497 1.195.746.746 0 0 1-.504-.204l-1.979-1.982-1.979 1.982a.706.706 0 0 1-.511.204Z"},"children":[]}],"metadata":""}]},"name":"warning"};
|
|
7
|
+
|
|
8
|
+
export default Warning;
|
|
@@ -0,0 +1,174 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
export { default as ActivityLog } from './ActivityLog';
|
|
3
|
+
export { default as Activity } from './Activity';
|
|
4
|
+
export { default as AddCompact } from './AddCompact';
|
|
5
|
+
export { default as AddReactions } from './AddReactions';
|
|
6
|
+
export { default as Add } from './Add';
|
|
7
|
+
export { default as AntdFilledCheckCircle } from './AntdFilledCheckCircle';
|
|
8
|
+
export { default as AntdFilledCloseCircle } from './AntdFilledCloseCircle';
|
|
9
|
+
export { default as AntdFilledExclamationCircle } from './AntdFilledExclamationCircle';
|
|
10
|
+
export { default as AntdFilledInfoCircle } from './AntdFilledInfoCircle';
|
|
11
|
+
export { default as AppDetails } from './AppDetails';
|
|
12
|
+
export { default as AppStoreOneColor } from './AppStoreOneColor';
|
|
13
|
+
export { default as AppStore } from './AppStore';
|
|
14
|
+
export { default as AppTemplatesOneColor } from './AppTemplatesOneColor';
|
|
15
|
+
export { default as AppTemplates } from './AppTemplates';
|
|
16
|
+
export { default as AppWebhooks } from './AppWebhooks';
|
|
17
|
+
export { default as AppWiki } from './AppWiki';
|
|
18
|
+
export { default as App } from './App';
|
|
19
|
+
export { default as ArrowBottom } from './ArrowBottom';
|
|
20
|
+
export { default as ArrowCollapseVertical } from './ArrowCollapseVertical';
|
|
21
|
+
export { default as ArrowCollapse } from './ArrowCollapse';
|
|
22
|
+
export { default as ArrowLeft } from './ArrowLeft';
|
|
23
|
+
export { default as ArrowRight } from './ArrowRight';
|
|
24
|
+
export { default as ArrowTop } from './ArrowTop';
|
|
25
|
+
export { default as AskForInput } from './AskForInput';
|
|
26
|
+
export { default as Back } from './Back';
|
|
27
|
+
export { default as BacklogIcon } from './BacklogIcon';
|
|
28
|
+
export { default as BatchActionsIcon } from './BatchActionsIcon';
|
|
29
|
+
export { default as Cards } from './Cards';
|
|
30
|
+
export { default as Checked } from './Checked';
|
|
31
|
+
export { default as ClearValue } from './ClearValue';
|
|
32
|
+
export { default as Close } from './Close';
|
|
33
|
+
export { default as ColorCoding } from './ColorCoding';
|
|
34
|
+
export { default as Columns } from './Columns';
|
|
35
|
+
export { default as CopyUrl } from './CopyUrl';
|
|
36
|
+
export { default as Database } from './Database';
|
|
37
|
+
export { default as Delete } from './Delete';
|
|
38
|
+
export { default as Demo } from './Demo';
|
|
39
|
+
export { default as DoubleArrowLeft } from './DoubleArrowLeft';
|
|
40
|
+
export { default as DoubleArrowRight } from './DoubleArrowRight';
|
|
41
|
+
export { default as DragBlockHandle } from './DragBlockHandle';
|
|
42
|
+
export { default as DragHandle } from './DragHandle';
|
|
43
|
+
export { default as ExtensionAssignments } from './ExtensionAssignments';
|
|
44
|
+
export { default as ExtensionAvatar } from './ExtensionAvatar';
|
|
45
|
+
export { default as ExtensionComments } from './ExtensionComments';
|
|
46
|
+
export { default as ExtensionFiles } from './ExtensionFiles';
|
|
47
|
+
export { default as ExtensionReferences } from './ExtensionReferences';
|
|
48
|
+
export { default as ExtensionWorkflow } from './ExtensionWorkflow';
|
|
49
|
+
export { default as FavoritesChecked } from './FavoritesChecked';
|
|
50
|
+
export { default as FavoritesMenu } from './FavoritesMenu';
|
|
51
|
+
export { default as Favorites } from './Favorites';
|
|
52
|
+
export { default as Fields } from './Fields';
|
|
53
|
+
export { default as Filter } from './Filter';
|
|
54
|
+
export { default as FocusModeOff } from './FocusModeOff';
|
|
55
|
+
export { default as FocusMode } from './FocusMode';
|
|
56
|
+
export { default as Globe } from './Globe';
|
|
57
|
+
export { default as Hide } from './Hide';
|
|
58
|
+
export { default as Hint } from './Hint';
|
|
59
|
+
export { default as Home } from './Home';
|
|
60
|
+
export { default as Integration } from './Integration';
|
|
61
|
+
export { default as InvitePeople } from './InvitePeople';
|
|
62
|
+
export { default as Items } from './Items';
|
|
63
|
+
export { default as LeftPanel } from './LeftPanel';
|
|
64
|
+
export { default as Levels } from './Levels';
|
|
65
|
+
export { default as Lock } from './Lock';
|
|
66
|
+
export { default as MenuCollapser } from './MenuCollapser';
|
|
67
|
+
export { default as Milestones } from './Milestones';
|
|
68
|
+
export { default as MoreCompact } from './MoreCompact';
|
|
69
|
+
export { default as More } from './More';
|
|
70
|
+
export { default as MySpace } from './MySpace';
|
|
71
|
+
export { default as Notifications } from './Notifications';
|
|
72
|
+
export { default as ObjChild } from './ObjChild';
|
|
73
|
+
export { default as ObjM2M } from './ObjM2M';
|
|
74
|
+
export { default as ObjO2O } from './ObjO2O';
|
|
75
|
+
export { default as ObjParent } from './ObjParent';
|
|
76
|
+
export { default as ObjSelf } from './ObjSelf';
|
|
77
|
+
export { default as OnSchedule } from './OnSchedule';
|
|
78
|
+
export { default as OpenAsPage } from './OpenAsPage';
|
|
79
|
+
export { default as PageRegularMode } from './PageRegularMode';
|
|
80
|
+
export { default as PageWideMode } from './PageWideMode';
|
|
81
|
+
export { default as Photo } from './Photo';
|
|
82
|
+
export { default as Popup } from './Popup';
|
|
83
|
+
export { default as Posts } from './Posts';
|
|
84
|
+
export { default as Remove } from './Remove';
|
|
85
|
+
export { default as Reply } from './Reply';
|
|
86
|
+
export { default as Restore } from './Restore';
|
|
87
|
+
export { default as RicheditorActionsMore } from './RicheditorActionsMore';
|
|
88
|
+
export { default as RicheditorBlockCode } from './RicheditorBlockCode';
|
|
89
|
+
export { default as RicheditorBlockEntity } from './RicheditorBlockEntity';
|
|
90
|
+
export { default as RicheditorBlockH1 } from './RicheditorBlockH1';
|
|
91
|
+
export { default as RicheditorBlockH2 } from './RicheditorBlockH2';
|
|
92
|
+
export { default as RicheditorBlockH3 } from './RicheditorBlockH3';
|
|
93
|
+
export { default as RicheditorBlockH4 } from './RicheditorBlockH4';
|
|
94
|
+
export { default as RicheditorBlockMention } from './RicheditorBlockMention';
|
|
95
|
+
export { default as RicheditorBlockParagraph } from './RicheditorBlockParagraph';
|
|
96
|
+
export { default as RicheditorBlockQuote } from './RicheditorBlockQuote';
|
|
97
|
+
export { default as RicheditorChecklistCreate } from './RicheditorChecklistCreate';
|
|
98
|
+
export { default as RicheditorCommentCreate } from './RicheditorCommentCreate';
|
|
99
|
+
export { default as RicheditorEntityLinkCreate } from './RicheditorEntityLinkCreate';
|
|
100
|
+
export { default as RicheditorHistoryRedo } from './RicheditorHistoryRedo';
|
|
101
|
+
export { default as RicheditorHistoryUndo } from './RicheditorHistoryUndo';
|
|
102
|
+
export { default as RicheditorImageAlignCenter } from './RicheditorImageAlignCenter';
|
|
103
|
+
export { default as RicheditorImageAlignLeft } from './RicheditorImageAlignLeft';
|
|
104
|
+
export { default as RicheditorImageAlignRight } from './RicheditorImageAlignRight';
|
|
105
|
+
export { default as RicheditorImageUpload } from './RicheditorImageUpload';
|
|
106
|
+
export { default as RicheditorImageWrapCenter } from './RicheditorImageWrapCenter';
|
|
107
|
+
export { default as RicheditorImageWrapLeft } from './RicheditorImageWrapLeft';
|
|
108
|
+
export { default as RicheditorImageWrapRight } from './RicheditorImageWrapRight';
|
|
109
|
+
export { default as RicheditorImageZoom } from './RicheditorImageZoom';
|
|
110
|
+
export { default as RicheditorLinkCreate } from './RicheditorLinkCreate';
|
|
111
|
+
export { default as RicheditorLinkedhighlightCreate } from './RicheditorLinkedhighlightCreate';
|
|
112
|
+
export { default as RicheditorListBullet } from './RicheditorListBullet';
|
|
113
|
+
export { default as RicheditorListIndent } from './RicheditorListIndent';
|
|
114
|
+
export { default as RicheditorListOrdered } from './RicheditorListOrdered';
|
|
115
|
+
export { default as RicheditorListUnindent } from './RicheditorListUnindent';
|
|
116
|
+
export { default as RicheditorMarkCode } from './RicheditorMarkCode';
|
|
117
|
+
export { default as RicheditorMarkEm } from './RicheditorMarkEm';
|
|
118
|
+
export { default as RicheditorMarkHighlight } from './RicheditorMarkHighlight';
|
|
119
|
+
export { default as RicheditorMarkStrike } from './RicheditorMarkStrike';
|
|
120
|
+
export { default as RicheditorMarkStrong } from './RicheditorMarkStrong';
|
|
121
|
+
export { default as RicheditorMarkUnderline } from './RicheditorMarkUnderline';
|
|
122
|
+
export { default as RicheditorOpenLink } from './RicheditorOpenLink';
|
|
123
|
+
export { default as RicheditorTableCreate } from './RicheditorTableCreate';
|
|
124
|
+
export { default as RicheditorUnlink } from './RicheditorUnlink';
|
|
125
|
+
export { default as RicheditorVideoUpload } from './RicheditorVideoUpload';
|
|
126
|
+
export { default as RightPanel } from './RightPanel';
|
|
127
|
+
export { default as Rows } from './Rows';
|
|
128
|
+
export { default as Search } from './Search';
|
|
129
|
+
export { default as SelfReferenceOff } from './SelfReferenceOff';
|
|
130
|
+
export { default as SelfReferenceOn } from './SelfReferenceOn';
|
|
131
|
+
export { default as Settings } from './Settings';
|
|
132
|
+
export { default as Share } from './Share';
|
|
133
|
+
export { default as Shared } from './Shared';
|
|
134
|
+
export { default as Sidebar } from './Sidebar';
|
|
135
|
+
export { default as Slack } from './Slack';
|
|
136
|
+
export { default as SmartFolder } from './SmartFolder';
|
|
137
|
+
export { default as SortOnBottom } from './SortOnBottom';
|
|
138
|
+
export { default as SortOnTop } from './SortOnTop';
|
|
139
|
+
export { default as Sort } from './Sort';
|
|
140
|
+
export { default as Spinner } from './Spinner';
|
|
141
|
+
export { default as TypeBoolean } from './TypeBoolean';
|
|
142
|
+
export { default as TypeButton } from './TypeButton';
|
|
143
|
+
export { default as TypeCheckbox } from './TypeCheckbox';
|
|
144
|
+
export { default as TypeDate } from './TypeDate';
|
|
145
|
+
export { default as TypeEmail } from './TypeEmail';
|
|
146
|
+
export { default as TypeEmoji } from './TypeEmoji';
|
|
147
|
+
export { default as TypeFormula } from './TypeFormula';
|
|
148
|
+
export { default as TypeFunction } from './TypeFunction';
|
|
149
|
+
export { default as TypeLookup } from './TypeLookup';
|
|
150
|
+
export { default as TypeMoney } from './TypeMoney';
|
|
151
|
+
export { default as TypeMultiSelect } from './TypeMultiSelect';
|
|
152
|
+
export { default as TypeNumber } from './TypeNumber';
|
|
153
|
+
export { default as TypePercent } from './TypePercent';
|
|
154
|
+
export { default as TypePhone } from './TypePhone';
|
|
155
|
+
export { default as TypeRelation } from './TypeRelation';
|
|
156
|
+
export { default as TypeRichText } from './TypeRichText';
|
|
157
|
+
export { default as TypeRule } from './TypeRule';
|
|
158
|
+
export { default as TypeSingleSelect } from './TypeSingleSelect';
|
|
159
|
+
export { default as TypeText } from './TypeText';
|
|
160
|
+
export { default as TypeUrl } from './TypeUrl';
|
|
161
|
+
export { default as Upgrade } from './Upgrade';
|
|
162
|
+
export { default as ViewBoard } from './ViewBoard';
|
|
163
|
+
export { default as ViewCalendar } from './ViewCalendar';
|
|
164
|
+
export { default as ViewCanvas } from './ViewCanvas';
|
|
165
|
+
export { default as ViewChart } from './ViewChart';
|
|
166
|
+
export { default as ViewDetails } from './ViewDetails';
|
|
167
|
+
export { default as ViewDocument } from './ViewDocument';
|
|
168
|
+
export { default as ViewFeed } from './ViewFeed';
|
|
169
|
+
export { default as ViewList } from './ViewList';
|
|
170
|
+
export { default as ViewPage } from './ViewPage';
|
|
171
|
+
export { default as ViewTable } from './ViewTable';
|
|
172
|
+
export { default as ViewTimeline } from './ViewTimeline';
|
|
173
|
+
export { default as Views } from './Views';
|
|
174
|
+
export { default as Warning } from './Warning';
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import {createElement} from "react";
|
|
2
|
+
import type {AbstractNode} from "./types";
|
|
3
|
+
|
|
4
|
+
export function generateIconFromAst(
|
|
5
|
+
node: AbstractNode,
|
|
6
|
+
key: string,
|
|
7
|
+
rootProps?: {[key: string]: unknown} | false
|
|
8
|
+
): JSX.Element | null {
|
|
9
|
+
const tagName = node.tagName;
|
|
10
|
+
if (!tagName) {
|
|
11
|
+
return null;
|
|
12
|
+
}
|
|
13
|
+
if (!rootProps && tagName) {
|
|
14
|
+
return createElement(
|
|
15
|
+
tagName,
|
|
16
|
+
{key, ...node.properties},
|
|
17
|
+
(node.children || []).map((child, index) => generateIconFromAst(child, `${key}-${tagName}-${index}`))
|
|
18
|
+
);
|
|
19
|
+
}
|
|
20
|
+
return createElement(
|
|
21
|
+
tagName,
|
|
22
|
+
{
|
|
23
|
+
key,
|
|
24
|
+
...node.properties,
|
|
25
|
+
...rootProps,
|
|
26
|
+
},
|
|
27
|
+
(node.children || []).map((child, index) => generateIconFromAst(child, `${key}-${tagName}-${index}`))
|
|
28
|
+
);
|
|
29
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import {CSSProperties} from "react";
|
|
2
|
+
import {themeVars} from "../designSystem";
|
|
3
|
+
|
|
4
|
+
export const getIconContainerStyle = (
|
|
5
|
+
containerSize: number,
|
|
6
|
+
color: string | null = themeVars.iconColor
|
|
7
|
+
): CSSProperties => ({
|
|
8
|
+
display: "block",
|
|
9
|
+
lineHeight: `${containerSize}px`,
|
|
10
|
+
width: containerSize,
|
|
11
|
+
height: containerSize,
|
|
12
|
+
color: color === null ? undefined : color,
|
|
13
|
+
});
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import {CSSProperties} from "react";
|
|
2
|
+
export const getShiftStyle = ({
|
|
3
|
+
containerSize,
|
|
4
|
+
elementSize,
|
|
5
|
+
}: {
|
|
6
|
+
containerSize?: number;
|
|
7
|
+
elementSize: number;
|
|
8
|
+
}): CSSProperties | undefined => {
|
|
9
|
+
if (!containerSize || !elementSize) {
|
|
10
|
+
return undefined;
|
|
11
|
+
}
|
|
12
|
+
const shift = `${Math.round((containerSize - elementSize) / 2)}px`;
|
|
13
|
+
return containerSize > elementSize
|
|
14
|
+
? {
|
|
15
|
+
display: "inline-block",
|
|
16
|
+
position: "relative",
|
|
17
|
+
marginTop: shift,
|
|
18
|
+
marginLeft: shift,
|
|
19
|
+
}
|
|
20
|
+
: {display: "inline-block", position: "relative", top: shift, left: shift};
|
|
21
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
|
|
3
|
+
import ActivitySvg from '../ast/Activity';
|
|
4
|
+
import { Icon } from '../Icon';
|
|
5
|
+
import { IconBaseProps } from '../types';
|
|
6
|
+
|
|
7
|
+
const Activity = (
|
|
8
|
+
props: IconBaseProps,
|
|
9
|
+
): JSX.Element => <Icon {...props} icon={ActivitySvg} />;
|
|
10
|
+
|
|
11
|
+
Activity.displayName = 'Activity';
|
|
12
|
+
export default Activity;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
|
|
3
|
+
import ActivityLogSvg from '../ast/ActivityLog';
|
|
4
|
+
import { Icon } from '../Icon';
|
|
5
|
+
import { IconBaseProps } from '../types';
|
|
6
|
+
|
|
7
|
+
const ActivityLog = (
|
|
8
|
+
props: IconBaseProps,
|
|
9
|
+
): JSX.Element => <Icon {...props} icon={ActivityLogSvg} />;
|
|
10
|
+
|
|
11
|
+
ActivityLog.displayName = 'ActivityLog';
|
|
12
|
+
export default ActivityLog;
|