@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,56 @@
|
|
|
1
|
+
import {css} from "@linaria/core";
|
|
2
|
+
import {colors, iconSize as defaultIconSize, radius, viewBoxSize} from "../designSystem";
|
|
3
|
+
import {generateIconFromAst} from "./generateIconFromAst";
|
|
4
|
+
import {IconProps} from "./types";
|
|
5
|
+
import {getShiftStyle} from "./getShiftStyle";
|
|
6
|
+
import {getIconContainerStyle} from "./getIconContainerStyle";
|
|
7
|
+
|
|
8
|
+
const iconStyle = css`
|
|
9
|
+
shape-rendering: geometricprecision;
|
|
10
|
+
border-radius: ${radius}px;
|
|
11
|
+
`;
|
|
12
|
+
|
|
13
|
+
export function Icon({
|
|
14
|
+
icon,
|
|
15
|
+
containerSize,
|
|
16
|
+
color,
|
|
17
|
+
viewBox = viewBoxSize,
|
|
18
|
+
iconSize = defaultIconSize,
|
|
19
|
+
onMouseDown,
|
|
20
|
+
onMouseEnter,
|
|
21
|
+
onMouseLeave,
|
|
22
|
+
children,
|
|
23
|
+
}: IconProps): JSX.Element {
|
|
24
|
+
return (
|
|
25
|
+
<span
|
|
26
|
+
style={getIconContainerStyle(containerSize || iconSize, color)}
|
|
27
|
+
onMouseDown={onMouseDown}
|
|
28
|
+
onMouseEnter={onMouseEnter}
|
|
29
|
+
onMouseLeave={onMouseLeave}
|
|
30
|
+
>
|
|
31
|
+
{children ? (
|
|
32
|
+
<svg
|
|
33
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
34
|
+
width={iconSize}
|
|
35
|
+
height={iconSize}
|
|
36
|
+
viewBox={viewBox}
|
|
37
|
+
style={getShiftStyle({containerSize, elementSize: iconSize})}
|
|
38
|
+
className={iconStyle}
|
|
39
|
+
>
|
|
40
|
+
<g style={color === null ? {} : {fill: color || colors.textColor}}>{children}</g>
|
|
41
|
+
</svg>
|
|
42
|
+
) : (
|
|
43
|
+
generateIconFromAst(icon.icon.children[0], `svg-${icon.name}`, {
|
|
44
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
45
|
+
width: iconSize,
|
|
46
|
+
height: iconSize,
|
|
47
|
+
viewBox: viewBox,
|
|
48
|
+
style: getShiftStyle({containerSize, elementSize: iconSize}),
|
|
49
|
+
className: iconStyle,
|
|
50
|
+
fill: color === null ? undefined : "currentColor",
|
|
51
|
+
"aria-hidden": "true",
|
|
52
|
+
})
|
|
53
|
+
)}
|
|
54
|
+
</span>
|
|
55
|
+
);
|
|
56
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import ReactDOMServer from "react-dom/server";
|
|
2
|
+
import {iconSize as defaultIconSize} from "../designSystem";
|
|
3
|
+
import {generateIconFromAst} from "./generateIconFromAst";
|
|
4
|
+
import {IconDefinition} from "./types";
|
|
5
|
+
|
|
6
|
+
export function getBackgroundImage({color, icon}: {color: string; icon: IconDefinition}): string {
|
|
7
|
+
const svg = generateIconFromAst(icon.icon.children[0], `svg-${icon.name}`, {
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
width: defaultIconSize,
|
|
10
|
+
height: defaultIconSize,
|
|
11
|
+
viewBox: "0 0 20 20",
|
|
12
|
+
fill: encodeURIComponent(color),
|
|
13
|
+
});
|
|
14
|
+
return svg ? `url('data:image/svg+xml;utf8,${ReactDOMServer.renderToStaticMarkup(svg)}')` : ``;
|
|
15
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import {AbstractNode, IconDefinition} from "./types";
|
|
2
|
+
|
|
3
|
+
class Queue<T> {
|
|
4
|
+
private queue: T[] = [];
|
|
5
|
+
|
|
6
|
+
isEmpty() {
|
|
7
|
+
return this.queue.length === 0;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
enqueue(item: T) {
|
|
11
|
+
this.queue.push(item);
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
dequeue() {
|
|
15
|
+
const front = this.queue[0];
|
|
16
|
+
this.queue = this.queue.slice(1);
|
|
17
|
+
return front;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
interface PathNode extends AbstractNode {
|
|
22
|
+
properties: {
|
|
23
|
+
d: string;
|
|
24
|
+
};
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
const isPathNode = (node: AbstractNode | PathNode): node is PathNode => node.tagName === "path";
|
|
28
|
+
|
|
29
|
+
const bfs = (node: AbstractNode): string[] => {
|
|
30
|
+
const queue = new Queue<AbstractNode>();
|
|
31
|
+
queue.enqueue(node);
|
|
32
|
+
|
|
33
|
+
const paths = [];
|
|
34
|
+
|
|
35
|
+
while (!queue.isEmpty()) {
|
|
36
|
+
const node = queue.dequeue();
|
|
37
|
+
if (isPathNode(node)) {
|
|
38
|
+
paths.push(node.properties.d);
|
|
39
|
+
}
|
|
40
|
+
if (node.children) {
|
|
41
|
+
node.children.forEach((node) => queue.enqueue(node));
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
return paths;
|
|
46
|
+
};
|
|
47
|
+
|
|
48
|
+
export const getPaths = ({icon}: {icon: IconDefinition}): string[] => {
|
|
49
|
+
return bfs(icon.icon.children[0]);
|
|
50
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const Activity: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M10.037 3.05a.95.95 0 0 0-.936.643l-2.353 6.883-1.03-2.01a.95.95 0 0 0-.846-.516H1.5l-.15.15v1.6l.15.15h2.791l1.787 3.484a.95.95 0 0 0 1.744-.127l2.048-5.99 2.287 8.919a.95.95 0 0 0 1.832.031l1.85-6.317H18.5l.15-.15V8.2l-.15-.15h-3.372a.95.95 0 0 0-.912.683l-1.078 3.68-2.218-8.649a.95.95 0 0 0-.883-.713Z"},"children":[]}],"metadata":""}]},"name":"activity"};
|
|
7
|
+
|
|
8
|
+
export default Activity;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const ActivityLog: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M1.882 8.21c-.578 0-.725.44-.41.872l1.787 2.476c.25.344.63.337.872 0l1.787-2.483c.308-.418.168-.865-.403-.865H4.453a6.041 6.041 0 0 1 5.881-4.555 6.036 6.036 0 0 1 6.058 6.057 6.038 6.038 0 0 1-6.057 6.064 5.977 5.977 0 0 1-4.769-2.365c-.3-.345-.74-.454-1.098-.19-.337.24-.403.717-.073 1.12 1.347 1.758 3.574 2.944 5.94 2.944 4.145 0 7.573-3.428 7.573-7.573 0-4.146-3.428-7.573-7.574-7.573-3.64 0-6.723 2.63-7.426 6.071H1.882Zm8.181-2.739a.64.64 0 0 0-.644.637v3.97c0 .176.059.337.183.506l1.743 2.3c.264.343.645.402.96.175.3-.212.33-.6.095-.915l-1.7-2.286v-3.75a.638.638 0 0 0-.636-.637Z"},"children":[]}],"metadata":""}]},"name":"activity-log"};
|
|
7
|
+
|
|
8
|
+
export default ActivityLog;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const Add: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M10 4a.75.75 0 0 0-.75.75v4.5h-4.5a.75.75 0 0 0 0 1.5h4.5v4.5a.75.75 0 0 0 1.5 0v-4.5h4.5a.75.75 0 0 0 0-1.5h-4.5v-4.5A.75.75 0 0 0 10 4Z"},"children":[]}],"metadata":""}]},"name":"add"};
|
|
7
|
+
|
|
8
|
+
export default Add;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const AddCompact: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M10 15a.75.75 0 0 0 .75-.75v-3.5h3.5a.75.75 0 0 0 0-1.5h-3.5v-3.5a.75.75 0 0 0-1.5 0v3.5h-3.5a.75.75 0 0 0 0 1.5h3.5v3.5c0 .414.336.75.75.75Z"},"children":[]}],"metadata":""}]},"name":"add-compact"};
|
|
7
|
+
|
|
8
|
+
export default AddCompact;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const AddReactions: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M12.518 5.47a.63.63 0 0 1-.643-.642c0-.372.275-.65.643-.65h1.535V2.65c0-.371.276-.65.643-.65a.63.63 0 0 1 .634.65v1.528h1.527c.368 0 .643.278.643.65a.63.63 0 0 1-.643.641H15.33v1.537a.632.632 0 0 1-.634.641.636.636 0 0 1-.643-.65V5.47h-1.535Z"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M16.026 10.47a6.107 6.107 0 0 0-.344-2.016c.485-.134.93-.364 1.316-.668a7.42 7.42 0 0 1 .502 2.685c0 4.125-3.398 7.53-7.5 7.53s-7.5-3.405-7.5-7.53c0-4.118 3.39-7.53 7.493-7.53.47 0 .93.045 1.377.13-.23.435-.376.92-.419 1.432a6.118 6.118 0 0 0-.958-.075c-3.34 0-6.012 2.69-6.012 6.043s2.68 6.05 6.019 6.05a6.023 6.023 0 0 0 6.026-6.05Z"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M7.85 9.815c.458 0 .865-.416.865-.991 0-.576-.4-.992-.864-.992-.45 0-.842.416-.842.992 0 .575.392.99.842.99ZM12.998 8.824c0 .575-.406.99-.863.99-.45 0-.843-.415-.843-.99 0-.576.385-.992.843-.992.457 0 .864.416.864.992ZM9.993 14.057c1.524 0 2.548-1.013 2.548-1.502 0-.175-.174-.255-.341-.182l-.016.008c-.526.275-1.141.597-2.191.597-1.05 0-1.674-.326-2.203-.602l-.004-.003c-.16-.08-.334.008-.334.182 0 .489 1.023 1.502 2.54 1.502Z"},"children":[]}],"metadata":""}]},"name":"add-reactions"};
|
|
7
|
+
|
|
8
|
+
export default AddReactions;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const AntdFilledCheckCircle: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 1024 1024"},"children":[{"type":"element","tagName":"path","properties":{"d":"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm193.5 301.7-210.6 292a31.8 31.8 0 0 1-51.7 0L318.5 484.9c-3.8-5.3 0-12.7 6.5-12.7h46.9c10.2 0 19.9 4.9 25.9 13.3l71.2 98.8 157.2-218c6-8.3 15.6-13.3 25.9-13.3H699c6.5 0 10.3 7.4 6.5 12.7z"},"children":[]}],"metadata":""}]},"name":"antd-filled-check-circle"};
|
|
7
|
+
|
|
8
|
+
export default AntdFilledCheckCircle;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const AntdFilledCloseCircle: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 1024 1024"},"children":[{"type":"element","tagName":"path","properties":{"d":"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm165.4 618.2-66-.3L512 563.4l-99.3 118.4-66.1.3c-4.4 0-8-3.5-8-8 0-1.9.7-3.7 1.9-5.2l130.1-155L340.5 359a8.32 8.32 0 0 1-1.9-5.2c0-4.4 3.6-8 8-8l66.1.3L512 464.6l99.3-118.4 66-.3c4.4 0 8 3.5 8 8 0 1.9-.7 3.7-1.9 5.2L553.5 514l130 155c1.2 1.5 1.9 3.3 1.9 5.2 0 4.4-3.6 8-8 8z"},"children":[]}],"metadata":""}]},"name":"antd-filled-close-circle"};
|
|
7
|
+
|
|
8
|
+
export default AntdFilledCloseCircle;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const AntdFilledExclamationCircle: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 1024 1024"},"children":[{"type":"element","tagName":"path","properties":{"d":"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm-32 232c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v272c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V296zm32 440a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z"},"children":[]}],"metadata":""}]},"name":"antd-filled-exclamation-circle"};
|
|
7
|
+
|
|
8
|
+
export default AntdFilledExclamationCircle;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const AntdFilledInfoCircle: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 1024 1024"},"children":[{"type":"element","tagName":"path","properties":{"d":"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm32 664c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V456c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v272zm-32-344a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z"},"children":[]}],"metadata":""}]},"name":"antd-filled-info-circle"};
|
|
7
|
+
|
|
8
|
+
export default AntdFilledInfoCircle;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const App: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"m10.593 2.967.336-.671-.002-.001-.334.672Zm5.334 2.666-.336.671.002.001.334-.672Zm.74 1.194h.75-.75Zm0 6.353h.75-.75Zm-.74 1.193-.334-.671h-.002l.336.671Zm-5.334 2.667-.335-.67.335.67Zm-1.193 0 .336-.67-.336.67Zm-5.333-2.667-.338.67.002.001.336-.67Zm-.734-1.2.75.006v-.006h-.75Zm0-6.346h-.75.75Zm.74-1.194.334.672h.002l-.336-.672Zm5.334-2.666-.334-.672H9.07l.336.672Zm.593-.14v.75-.75ZM3.882 5.436a.75.75 0 0 0-.67 1.341l.67-1.341ZM16.79 6.777a.75.75 0 1 0-.671-1.341l.67 1.341ZM9.25 17.174a.75.75 0 1 0 1.5 0h-1.5Zm1.008-13.535 5.333 2.666.671-1.341-5.333-2.667-.671 1.342Zm5.335 2.667a.583.583 0 0 1 .236.215l1.275-.79a2.084 2.084 0 0 0-.844-.768l-.667 1.343Zm.236.215a.584.584 0 0 1 .088.307h1.5c0-.388-.109-.768-.313-1.098l-1.275.791Zm.088.307v6.353h1.5V6.827h-1.5Zm0 6.353c0 .108-.03.215-.088.307l1.275.79c.204-.33.313-.709.313-1.097h-1.5Zm-.088.307a.583.583 0 0 1-.236.215l.667 1.343c.348-.172.64-.438.844-.768l-1.275-.79Zm-.238.216-5.333 2.666.67 1.342 5.334-2.667-.67-1.341Zm-5.333 2.666a.583.583 0 0 1-.261.062v1.5c.323 0 .643-.075.932-.22l-.671-1.342Zm-.261.062a.583.583 0 0 1-.261-.062l-.672 1.342c.29.145.609.22.933.22v-1.5Zm-.262-.062-5.333-2.666-.67 1.341 5.333 2.667.67-1.342Zm-5.33-2.665a.583.583 0 0 1-.236-.217l-1.28.782c.202.331.493.6.84.774l.675-1.34Zm-.236-.217a.583.583 0 0 1-.086-.308l-1.5-.01c-.002.387.104.769.306 1.1l1.28-.782Zm-.086-.314V6.827h-1.5v6.346h1.5Zm0-6.346c0-.108.03-.215.088-.307l-1.275-.79c-.204.329-.312.709-.313 1.096l1.5.001Zm.088-.307a.583.583 0 0 1 .236-.215L3.74 4.962c-.348.172-.64.438-.844.767l1.275.791Zm.238-.216 5.333-2.666-.67-1.342-5.334 2.667.67 1.341ZM9.74 3.638c.081-.04.17-.06.26-.06v-1.5c-.322 0-.639.074-.927.217l.667 1.343Zm.26-.06c.09 0 .179.02.26.06l.667-1.343A2.083 2.083 0 0 0 10 2.077v1.5Zm-6.789 3.2 6.454 3.226.67-1.341-6.453-3.227-.67 1.341Zm7.124 3.226 6.454-3.226-.671-1.342-6.453 3.227.67 1.341Zm.415 7.17v-7.84h-1.5v7.84h1.5Z"},"children":[]}],"metadata":""}]},"name":"app"};
|
|
7
|
+
|
|
8
|
+
export default App;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const AppDetails: 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":"M2.545 6.455c0-.452.367-.819.819-.819H5v1.637H3.364a.818.818 0 0 1-.819-.818ZM17.5 6.455a.818.818 0 0 1-.818.818h-5.136V5.636h5.136c.452 0 .818.367.818.819Z"},"children":[]},{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M8.273 8.91a2.454 2.454 0 1 1 0-4.91 2.454 2.454 0 0 1 0 4.91Zm-.818-2.455a.818.818 0 1 0 1.636 0 .818.818 0 0 0-1.636 0Z"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M17.5 13.286a.818.818 0 0 1-.818.818h-1.636v-1.636h1.636c.452 0 .818.366.818.818ZM2.682 13.286c0-.452.366-.819.818-.819h5v1.637h-5a.818.818 0 0 1-.818-.818Z"},"children":[]},{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M11.773 15.74a2.454 2.454 0 1 1 0-4.909 2.454 2.454 0 0 1 0 4.91Zm-.818-2.454a.818.818 0 1 0 1.636 0 .818.818 0 0 0-1.636 0Z"},"children":[]}]}],"metadata":""}]},"name":"app-details"};
|
|
7
|
+
|
|
8
|
+
export default AppDetails;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const AppStore: 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":"M13.73 8.229v4.488a.9.9 0 0 1-.9.9h-4.5a.9.9 0 1 1 0-1.8h2.328L5.794 6.954A.9.9 0 0 1 7.067 5.68l4.863 4.863V8.23a.9.9 0 0 1 1.8 0Z","fill":"#51B69D"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M1.03 5.7c0-4.113.588-4.7 4.7-4.7 4.113 0 4.7.587 4.7 4.7 0 .43-.006.821-.022 1.177l-1.59-1.59c-.01-.718-.046-1.24-.12-1.631-.084-.45-.197-.602-.259-.665-.062-.062-.215-.174-.664-.26-.462-.086-1.108-.121-2.045-.121-.937 0-1.582.035-2.044.122-.45.085-.602.197-.665.26-.062.062-.174.214-.259.664-.087.462-.122 1.107-.122 2.044s.035 1.582.122 2.044c.085.45.197.602.26.665.062.062.214.174.664.26.408.076.959.112 1.727.12l1.584 1.584c-.38.02-.8.027-1.267.027-4.113 0-4.7-.587-4.7-4.7ZM13.56 18.295c-3.555 0-4.48-.245-4.663-3.022h1.619c.018.213.046.203.076.366.085.45.197.602.26.665.062.062.214.174.664.259.462.087 1.108.122 2.045.122.937 0 1.582-.035 2.044-.122.45-.085.602-.197.664-.26.063-.062.175-.214.26-.664.087-.462.122-1.107.122-2.044s-.035-1.583-.122-2.045c-.085-.45-.197-.602-.26-.664-.062-.062-.214-.175-.664-.26-.163-.03-.157-.035-.37-.054V8.953c2.778.184 3.026 1.085 3.026 4.642 0 4.112-.588 4.7-4.7 4.7Z","fill":"#8698A7"},"children":[]}]}],"metadata":""}]},"name":"app-store"};
|
|
7
|
+
|
|
8
|
+
export default AppStore;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const AppStoreOneColor: 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":"M13.73 8.229v4.488a.9.9 0 0 1-.9.9h-4.5a.9.9 0 1 1 0-1.8h2.328L5.794 6.954A.9.9 0 0 1 7.067 5.68l4.863 4.863V8.23a.9.9 0 0 1 1.8 0Z","fill":"#51B69D"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M1.03 5.7c0-4.113.588-4.7 4.7-4.7 4.113 0 4.7.587 4.7 4.7 0 .43-.006.821-.022 1.177l-1.59-1.59c-.01-.718-.046-1.24-.12-1.631-.084-.45-.197-.602-.259-.665-.062-.062-.215-.174-.664-.26-.462-.086-1.108-.121-2.045-.121-.937 0-1.582.035-2.044.122-.45.085-.602.197-.665.26-.062.062-.174.214-.259.664-.087.462-.122 1.107-.122 2.044s.035 1.582.122 2.044c.085.45.197.602.26.665.062.062.214.174.664.26.408.076.959.112 1.727.12l1.584 1.584c-.38.02-.8.027-1.267.027-4.113 0-4.7-.587-4.7-4.7ZM13.56 18.295c-3.555 0-4.48-.245-4.663-3.022h1.619c.018.213.046.203.076.366.085.45.197.602.26.665.062.062.214.174.664.259.462.087 1.108.122 2.045.122.937 0 1.582-.035 2.044-.122.45-.085.602-.197.664-.26.063-.062.175-.214.26-.664.087-.462.122-1.107.122-2.044s-.035-1.583-.122-2.045c-.085-.45-.197-.602-.26-.664-.062-.062-.214-.175-.664-.26-.163-.03-.157-.035-.37-.054V8.953c2.778.184 3.026 1.085 3.026 4.642 0 4.112-.588 4.7-4.7 4.7Z","fill":"#51B69D"},"children":[]}]}],"metadata":""}]},"name":"app-store-one-color"};
|
|
7
|
+
|
|
8
|
+
export default AppStoreOneColor;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const AppTemplates: 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.015 10.031c1.557 0 2.519.1 3.105.52.727.522.879 1.536.879 3.465 0 3.486-.498 3.984-3.984 3.984-3.487 0-3.985-.498-3.985-3.984 0-1.929.153-2.943.879-3.464.587-.421 1.548-.52 3.106-.52Zm-2.072 3.985c0-.857.033-1.39.099-1.74.016-.085.032-.146.045-.188.042-.013.103-.029.188-.045.35-.066.883-.1 1.74-.1s1.39.034 1.739.1c.085.016.146.032.189.045.013.042.028.103.044.188.066.35.1.883.1 1.74s-.034 1.39-.1 1.739a1.845 1.845 0 0 1-.044.189 1.868 1.868 0 0 1-.19.044c-.349.066-.882.1-1.738.1-.857 0-1.39-.034-1.74-.1a1.869 1.869 0 0 1-.188-.044 1.837 1.837 0 0 1-.045-.19c-.066-.349-.1-.881-.1-1.738ZM10.062 4.984c0-1.557.099-2.519.52-3.105.521-.727 1.535-.879 3.464-.879 3.486 0 3.984.498 3.984 3.984 0 3.487-.498 3.985-3.984 3.985-1.929 0-2.943-.153-3.464-.879-.421-.587-.52-1.548-.52-3.106Zm1.912 0c0-.857.033-1.39.1-1.739.015-.085.03-.146.044-.189.042-.013.104-.028.189-.044.35-.066.882-.1 1.739-.1.857 0 1.39.034 1.74.1.084.016.146.031.188.044.013.043.029.104.044.19.066.349.1.881.1 1.738s-.034 1.39-.1 1.74a1.808 1.808 0 0 1-.044.188 1.823 1.823 0 0 1-.189.045c-.35.066-.882.1-1.74.1-.856 0-1.389-.034-1.738-.1a1.831 1.831 0 0 1-.19-.045 1.815 1.815 0 0 1-.044-.188c-.066-.35-.099-.883-.099-1.74ZM1.062 4.984c0-1.557.099-2.519.52-3.105C2.103 1.152 3.117 1 5.046 1c3.486 0 3.984.498 3.984 3.984 0 3.487-.498 3.985-3.984 3.985-1.929 0-2.943-.153-3.464-.88-.421-.586-.52-1.547-.52-3.105Zm1.912 0c0-.857.033-1.39.1-1.739.015-.085.03-.146.044-.189.042-.013.104-.028.189-.044.35-.066.882-.1 1.739-.1.857 0 1.39.034 1.74.1.084.016.146.031.188.044.013.043.028.104.045.19.065.349.099.881.099 1.738s-.034 1.39-.1 1.74a1.83 1.83 0 0 1-.044.188 1.823 1.823 0 0 1-.189.045c-.35.066-.882.1-1.74.1-.856 0-1.389-.034-1.738-.1a1.832 1.832 0 0 1-.19-.045 1.837 1.837 0 0 1-.044-.188c-.066-.35-.099-.883-.099-1.74Z","fill":"#8698A7"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M13.256 10.383c-.205.206-.32.484-.32.775v1.779h-1.78a1.095 1.095 0 1 0 0 2.19h1.78v1.778a1.095 1.095 0 0 0 2.19 0v-1.779h1.778a1.095 1.095 0 1 0 0-2.19h-1.779v-1.778a1.095 1.095 0 0 0-1.869-.775Z","fill":"#51B69D"},"children":[]}]}],"metadata":""}]},"name":"app-templates"};
|
|
7
|
+
|
|
8
|
+
export default AppTemplates;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const AppTemplatesOneColor: 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.75 2c1.815 0 2.77.143 3.26.827.396.552.49 1.457.49 2.923s-.094 2.37-.49 2.923a1.454 1.454 0 0 1-.337.337c-.552.396-1.457.49-2.923.49s-2.37-.094-2.923-.49C2.143 8.52 2 7.565 2 5.75 2 2.469 2.469 2 5.75 2ZM3.8 5.75c0-.807.031-1.308.093-1.637.015-.08.03-.138.042-.178.04-.012.098-.027.178-.042.33-.062.83-.093 1.637-.093s1.308.031 1.637.093c.08.015.138.03.178.042.012.04.027.098.042.178.062.33.093.83.093 1.637 0 .806-.031 1.308-.093 1.637-.016.08-.03.138-.042.178a1.72 1.72 0 0 1-.178.042c-.33.062-.83.093-1.637.093s-1.308-.031-1.637-.093a1.724 1.724 0 0 1-.178-.042 1.722 1.722 0 0 1-.042-.178c-.062-.33-.093-.83-.093-1.637ZM5.75 10.5c1.466 0 2.37.094 2.923.49.684.49.827 1.445.827 3.26 0 3.281-.469 3.75-3.75 3.75S2 17.531 2 14.25c0-1.815.143-2.77.827-3.26.552-.396 1.457-.49 2.923-.49ZM3.8 14.25c0-.806.031-1.308.093-1.637.015-.08.03-.138.042-.178.04-.012.098-.027.178-.042.33-.062.83-.093 1.637-.093s1.308.031 1.637.093c.08.015.138.03.178.042.012.04.027.098.042.178.062.33.093.83.093 1.637 0 .806-.031 1.308-.093 1.637-.016.08-.03.138-.042.178-.04.012-.098.026-.178.042-.33.062-.83.093-1.637.093s-1.308-.031-1.637-.093a1.729 1.729 0 0 1-.178-.042 1.725 1.725 0 0 1-.042-.178c-.062-.33-.093-.83-.093-1.637ZM10.5 5.75c0-1.466.094-2.37.49-2.923.49-.684 1.445-.827 3.26-.827C17.531 2 18 2.469 18 5.75s-.469 3.75-3.75 3.75c-1.815 0-2.77-.143-3.26-.827-.396-.552-.49-1.457-.49-2.923Zm1.8 0c0-.807.031-1.308.093-1.637.015-.08.03-.138.042-.178.04-.012.098-.027.178-.042.33-.062.83-.093 1.637-.093.806 0 1.308.031 1.637.093.08.015.138.03.178.042.012.04.026.098.042.178.062.33.093.83.093 1.637 0 .806-.031 1.308-.093 1.637-.015.08-.03.138-.042.178-.04.012-.098.027-.178.042-.33.062-.83.093-1.637.093s-1.308-.031-1.637-.093a1.725 1.725 0 0 1-.178-.042 1.73 1.73 0 0 1-.042-.178c-.062-.33-.093-.83-.093-1.637Z"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M13.57 11.099a.941.941 0 0 0-.276.665v1.53h-1.53a.941.941 0 1 0 0 1.882h1.53v1.53a.941.941 0 0 0 1.883 0v-1.53h1.529a.941.941 0 1 0 0-1.882h-1.53v-1.53a.941.941 0 0 0-1.606-.665Z"},"children":[]}]}],"metadata":""}]},"name":"app-templates-one-color"};
|
|
7
|
+
|
|
8
|
+
export default AppTemplatesOneColor;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const AppWebhooks: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"g","properties":{},"children":[{"type":"element","tagName":"path","properties":{"d":"M15 7.5a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5Zm0-1a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3ZM5.848 13.298a.5.5 0 1 0 .964-.265L5.704 9.007 3.67 12.53a3.307 3.307 0 0 0 1.208 4.515 3.28 3.28 0 0 0 4.5-1.207l4.056-7.086a.5.5 0 1 0-.868-.497L8.51 15.34a2.28 2.28 0 0 1-3.132.838 2.307 2.307 0 0 1-.842-3.149l.839-1.452.473 1.72Z"},"children":[]}]}],"metadata":""}]},"name":"app-webhooks"};
|
|
7
|
+
|
|
8
|
+
export default AppWebhooks;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const AppWiki: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"m3.5 7.5-.354-.354A.5.5 0 0 0 3 7.5h.5Zm5-5V2a.5.5 0 0 0-.354.146L8.5 2.5ZM3 7.5v9h1v-9H3ZM4.5 18h10v-1h-10v1ZM16 16.5v-13h-1v13h1ZM14.5 2h-6v1h6V2Zm-6.354.146-5 5 .708.708 5-5-.708-.708ZM3.5 8h4V7h-4v1ZM9 6.5v-4H8v4h1Zm-6 10A1.5 1.5 0 0 0 4.5 18v-1a.5.5 0 0 1-.5-.5H3ZM14.5 18a1.5 1.5 0 0 0 1.5-1.5h-1a.5.5 0 0 1-.5.5v1ZM16 3.5A1.5 1.5 0 0 0 14.5 2v1a.5.5 0 0 1 .5.5h1ZM7.5 8A1.5 1.5 0 0 0 9 6.5H8a.5.5 0 0 1-.5.5v1Z"},"children":[]}],"metadata":""}]},"name":"app-wiki"};
|
|
7
|
+
|
|
8
|
+
export default AppWiki;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const ArrowBottom: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M17.354 8.354a.5.5 0 1 0-.708-.708l.708.708ZM10.5 14.5l-.354.354a.5.5 0 0 0 .708 0L10.5 14.5ZM4.354 7.646a.5.5 0 0 0-.708.708l.708-.708Zm12.292 0-6.5 6.5.708.708 6.5-6.5-.708-.708Zm-5.792 6.5-6.5-6.5-.708.708 6.5 6.5.708-.708Z"},"children":[]}],"metadata":""}]},"name":"arrow-bottom"};
|
|
7
|
+
|
|
8
|
+
export default ArrowBottom;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const ArrowCollapse: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M12.08 9.42a.7.7 0 0 1 0 .99l-3.67 3.67a.7.7 0 0 1-.99 0L7.24 13.9a.7.7 0 0 1 0-.99l2.649-2.642a.5.5 0 0 0 0-.708L7.242 6.919a.7.7 0 0 1-.001-.99l.179-.18a.7.7 0 0 1 .99 0l3.67 3.67Z"},"children":[]}],"metadata":""}]},"name":"arrow-collapse"};
|
|
7
|
+
|
|
8
|
+
export default ArrowCollapse;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const ArrowCollapseVertical: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M10.155 12.334a.7.7 0 0 1-.99 0l-3.67-3.67a.7.7 0 0 1 0-.99l.179-.178a.7.7 0 0 1 .99 0l2.642 2.648a.5.5 0 0 0 .708 0l2.642-2.648a.7.7 0 0 1 .99 0l.179.178a.7.7 0 0 1 0 .99l-3.67 3.67Z"},"children":[]}],"metadata":""}]},"name":"arrow-collapse-vertical"};
|
|
7
|
+
|
|
8
|
+
export default ArrowCollapseVertical;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const ArrowLeft: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M12.646 16.854a.5.5 0 1 0 .708-.708l-.708.708ZM6.5 10l-.354-.354a.5.5 0 0 0 0 .708L6.5 10Zm6.854-6.146a.5.5 0 0 0-.708-.708l.708.708Zm0 12.292-6.5-6.5-.708.708 6.5 6.5.708-.708Zm-6.5-5.792 6.5-6.5-.708-.708-6.5 6.5.708.708Z"},"children":[]}],"metadata":""}]},"name":"arrow-left"};
|
|
7
|
+
|
|
8
|
+
export default ArrowLeft;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const ArrowRight: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M7.854 3.146a.5.5 0 1 0-.708.708l.708-.708ZM14 10l.354.354a.5.5 0 0 0 0-.708L14 10Zm-6.854 6.146a.5.5 0 0 0 .708.708l-.708-.708Zm0-12.292 6.5 6.5.708-.708-6.5-6.5-.708.708Zm6.5 5.792-6.5 6.5.708.708 6.5-6.5-.708-.708Z"},"children":[]}],"metadata":""}]},"name":"arrow-right"};
|
|
7
|
+
|
|
8
|
+
export default ArrowRight;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const ArrowTop: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M3.146 12.146a.5.5 0 1 0 .708.708l-.708-.708ZM10 6l.354-.354a.5.5 0 0 0-.708 0L10 6Zm6.146 6.854a.5.5 0 0 0 .708-.708l-.708.708Zm-12.292 0 6.5-6.5-.708-.708-6.5 6.5.708.708Zm5.792-6.5 6.5 6.5.708-.708-6.5-6.5-.708.708Z"},"children":[]}],"metadata":""}]},"name":"arrow-top"};
|
|
7
|
+
|
|
8
|
+
export default ArrowTop;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const AskForInput: 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":"M19 5c0 2.73-2.265 5-5 5-2.73 0-5-2.27-5-5 0-2.735 2.265-5 4.995-5C16.73 0 19 2.265 19 5Zm-5.51.647c0 .265.147.402.407.402.255 0 .412-.162.412-.363v-.059c0-.284.162-.465.514-.696.49-.323.844-.617.844-1.225 0-.843-.75-1.29-1.613-1.29-.873 0-1.441.408-1.579.873a.836.836 0 0 0-.044.25c0 .226.182.348.348.348.172 0 .285-.083.378-.2l.088-.123c.182-.294.441-.461.78-.461.455 0 .754.26.754.642 0 .343-.21.51-.652.819-.362.255-.637.52-.637 1.02v.063Zm-.152 1.382c0 .29.255.525.55.525.293 0 .548-.23.548-.525 0-.294-.25-.529-.549-.529-.299 0-.549.24-.549.53Z"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M4.6 9.3h3.876a7.04 7.04 0 0 0 1.46 1.4H4.6a.9.9 0 0 0-.9.9v3.425a.9.9 0 0 0 .9.9h11.175a.9.9 0 0 0 .9-.9V11.6a.91.91 0 0 0-.009-.126c.446-.184.87-.412 1.264-.68.093.25.145.522.145.806v3.425a2.3 2.3 0 0 1-2.3 2.3H4.6a2.3 2.3 0 0 1-2.3-2.3V11.6a2.3 2.3 0 0 1 2.3-2.3Z"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M5.844 12.498a.7.7 0 0 0 0 1.4h4a.7.7 0 1 0 0-1.4h-4Z"},"children":[]}],"metadata":""}]},"name":"ask-for-input"};
|
|
7
|
+
|
|
8
|
+
export default AskForInput;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const Back: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M9.546 15.584a.8.8 0 0 1-1.13-.037l-5-5.343a.8.8 0 0 1 .01-1.104l5-5.157a.8.8 0 0 1 1.148 1.114l-3.684 3.8H16a.8.8 0 0 1 0 1.6H5.844l3.74 3.996a.8.8 0 0 1-.038 1.131Z"},"children":[]}],"metadata":""}]},"name":"back"};
|
|
7
|
+
|
|
8
|
+
export default Back;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const BacklogIcon: 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.84 5.162c.353-.427.53-.64.746-.794a2 2 0 0 1 .634-.299C6.476 4 6.753 4 7.307 4h5.386c.554 0 .83 0 1.087.07a2 2 0 0 1 .634.298c.217.153.393.367.746.794l1.924 2.329c.34.41.509.616.63.846a2.5 2.5 0 0 1 .233.648c.053.254.053.52.053 1.054V12.8c0 1.12 0 1.68-.218 2.108a2 2 0 0 1-.874.874C16.48 16 15.92 16 14.8 16H5.2c-1.12 0-1.68 0-2.108-.218a2 2 0 0 1-.874-.874C2 14.48 2 13.92 2 12.8V9.75c0-.425 0-.639.043-.842a2 2 0 0 1 .186-.518c.097-.184.232-.349.504-.677L4.84 5.162Zm1.228.671c.159-.196.238-.294.336-.364a.9.9 0 0 1 .288-.137c.116-.032.242-.032.494-.032h5.628c.252 0 .378 0 .494.032a.9.9 0 0 1 .288.137c.098.07.178.168.336.364l2.282 2.815.043.052h-4.162c-.423 0-.75.32-.799.706-.02.153-.087.504-.285.8-.172.257-.45.494-1.011.494-.56 0-.839-.237-1.011-.495a1.96 1.96 0 0 1-.285-.799.806.806 0 0 0-.799-.706H3.743l.043-.052 2.282-2.815ZM3.5 10.1v3.12c0 .448 0 .672.087.843a.8.8 0 0 0 .35.35c.17.087.395.087.843.087h10.44c.448 0 .672 0 .843-.087a.8.8 0 0 0 .35-.35c.087-.17.087-.395.087-.843V10.1h-3.922c-.076.264-.2.58-.403.884-.4.597-1.092 1.116-2.175 1.116-1.083 0-1.775-.519-2.175-1.116a3.162 3.162 0 0 1-.403-.884H3.5Z"},"children":[]}],"metadata":""}]},"name":"backlog-icon"};
|
|
7
|
+
|
|
8
|
+
export default BacklogIcon;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const BatchActionsIcon: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M18 6c0 2.183-1.827 4-4.004 4C11.804 10 10 8.198 10 6c0-2.19 1.804-4 3.996-4C16.196 2 18 3.81 18 6Zm-4.906 2.175a.593.593 0 0 0 .436.178.569.569 0 0 0 .458-.202l2.403-3.308a.577.577 0 0 0 .116-.327.547.547 0 0 0-.552-.543.55.55 0 0 0-.466.24l-1.99 2.75-1.035-1.134a.557.557 0 0 0-.42-.179.544.544 0 0 0-.551.552c0 .14.054.287.132.373l1.47 1.6Z"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M6.7 3.5h2.969c-.266.459-.46.964-.569 1.5H6.28c-.448 0-.672 0-.843.087a.8.8 0 0 0-.35.35C5 5.607 5 5.832 5 6.28v6.94c0 .448 0 .672.087.843a.8.8 0 0 0 .35.35c.17.087.395.087.843.087h7.44c.448 0 .672 0 .843-.087a.8.8 0 0 0 .35-.35c.087-.17.087-.395.087-.843V10.9a4.968 4.968 0 0 0 1.5-.569V12.8c0 1.12 0 1.68-.218 2.108a2 2 0 0 1-.874.874C14.98 16 14.42 16 13.3 16H6.7c-1.12 0-1.68 0-2.108-.218a2 2 0 0 1-.874-.874C3.5 14.48 3.5 13.92 3.5 12.8V6.7c0-1.12 0-1.68.218-2.108a2 2 0 0 1 .874-.874C5.02 3.5 5.58 3.5 6.7 3.5Z"},"children":[]}],"metadata":""}]},"name":"batch-actions-icon"};
|
|
7
|
+
|
|
8
|
+
export default BatchActionsIcon;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const Cards: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M5.25 11a.75.75 0 0 1 .75-.75h5a.75.75 0 0 1 0 1.5H6a.75.75 0 0 1-.75-.75ZM6 7.25a.75.75 0 0 0 0 1.5h8a.75.75 0 0 0 0-1.5H6Z"},"children":[]},{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M2.218 4.592C2 5.02 2 5.58 2 6.7v6.1c0 1.12 0 1.68.218 2.108a2 2 0 0 0 .874.874C3.52 16 4.08 16 5.2 16h9.6c1.12 0 1.68 0 2.108-.218a2 2 0 0 0 .874-.874C18 14.48 18 13.92 18 12.8V6.7c0-1.12 0-1.68-.218-2.108a2 2 0 0 0-.874-.874C16.48 3.5 15.92 3.5 14.8 3.5H5.2c-1.12 0-1.68 0-2.108.218a2 2 0 0 0-.874.874Zm1.37.845c-.088.17-.088.395-.088.843v6.94c0 .448 0 .672.087.843a.8.8 0 0 0 .35.35c.17.087.395.087.843.087h10.44c.448 0 .672 0 .843-.087a.8.8 0 0 0 .35-.35c.087-.17.087-.395.087-.843V6.28c0-.448 0-.672-.087-.843a.8.8 0 0 0-.35-.35C15.893 5 15.668 5 15.22 5H4.78c-.448 0-.672 0-.843.087a.8.8 0 0 0-.35.35Z"},"children":[]}],"metadata":""}]},"name":"cards"};
|
|
7
|
+
|
|
8
|
+
export default Cards;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const Checked: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M9.513 2.015c.159-.01.319-.015.48-.015C14.368 2 18 5.624 18 10c0 4.369-3.623 8-8 8-4.369 0-8-3.631-8-8 0-4.216 3.362-7.732 7.513-7.985ZM8.423 13.45c.204.274.424.384.69.384.267 0 .495-.125.66-.384l3.686-5.804c.094-.165.196-.345.196-.518 0-.368-.322-.604-.667-.604-.204 0-.408.126-.557.361l-3.349 5.38-1.592-2.054c-.196-.26-.368-.33-.596-.33a.633.633 0 0 0-.627.643c0 .18.07.353.188.51l1.969 2.416Z"},"children":[]}],"metadata":""}]},"name":"checked"};
|
|
7
|
+
|
|
8
|
+
export default Checked;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const ClearValue: 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.038 9.3H4.6a2.3 2.3 0 0 0-2.3 2.3v3.425a2.3 2.3 0 0 0 2.3 2.3h11.175a2.3 2.3 0 0 0 2.3-2.3V11.6a2.29 2.29 0 0 0-.391-1.284l-1.042 1.042a.902.902 0 0 1 .033.242v3.425a.9.9 0 0 1-.9.9H4.6a.9.9 0 0 1-.9-.9V11.6a.9.9 0 0 1 .9-.9h4.515L8.038 9.3Zm-2.894 3.898a.7.7 0 0 1 .7-.7h4a.7.7 0 1 1 0 1.4h-4a.7.7 0 0 1-.7-.7Z"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M15.959 1c-.278 0-.556.104-.765.313l-5.88 5.882a1.089 1.089 0 0 0 0 1.529l2.963 2.963c.418.417 1.11.417 1.529 0l5.88-5.883a1.089 1.089 0 0 0 0-1.528l-2.963-2.963A1.077 1.077 0 0 0 15.959 1Zm-2.934 4.04 2.936 2.934-2.92 2.92-2.935-2.936 2.92-2.919Z"},"children":[]}],"metadata":""}]},"name":"clear-value"};
|
|
7
|
+
|
|
8
|
+
export default ClearValue;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const Close: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M15.556 4.443a.827.827 0 0 0-1.17 0L10 8.83 5.614 4.443a.827.827 0 0 0-1.17 1.17L8.83 10l-4.386 4.386a.827.827 0 0 0 1.17 1.17L10 11.17l4.386 4.386a.827.827 0 1 0 1.17-1.17L11.17 10l4.386-4.387a.827.827 0 0 0 0-1.17Z"},"children":[]}],"metadata":""}]},"name":"close"};
|
|
7
|
+
|
|
8
|
+
export default Close;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const ColorCoding: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M15.493 11.46c-.069.049-1.506 1.594-1.506 2.678 0 1.144.715 1.874 1.506 1.914.683.033 1.507-.682 1.507-1.914 0-1.148-1.437-2.63-1.507-2.678ZM7.65 16.05a1.484 1.484 0 0 0 2.13 0l5.273-5.357-.532-.54-5.806-5.9-1.37-1.392a.5.5 0 0 0-.713 0l-.364.37a.5.5 0 0 0 0 .7L7.65 5.338 3.441 9.612c-.284.29-.441.674-.441 1.082 0 .409.157.793.441 1.082l4.208 4.276ZM8.714 6.42l4.208 4.275H4.507L8.714 6.42Z"},"children":[]}],"metadata":""}]},"name":"color-coding"};
|
|
7
|
+
|
|
8
|
+
export default ColorCoding;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const Columns: 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.218 4.592C2 5.02 2 5.58 2 6.7v6.1c0 1.12 0 1.68.218 2.108a2 2 0 0 0 .874.874C3.52 16 4.08 16 5.2 16h9.6c1.12 0 1.68 0 2.108-.218a2 2 0 0 0 .874-.874C18 14.48 18 13.92 18 12.8V6.7c0-1.12 0-1.68-.218-2.108a2 2 0 0 0-.874-.874C16.48 3.5 15.92 3.5 14.8 3.5H5.2c-1.12 0-1.68 0-2.108.218a2 2 0 0 0-.874.874Zm1.37.845c-.088.17-.088.395-.088.843v6.94c0 .448 0 .672.087.843a.8.8 0 0 0 .35.35c.17.087.395.087.843.087H6.8V5H4.78c-.448 0-.672 0-.843.087a.8.8 0 0 0-.35.35ZM11.8 14.5H8.2V5h3.6v9.5Zm1.4 0h2.02c.448 0 .672 0 .843-.087a.8.8 0 0 0 .35-.35c.087-.17.087-.395.087-.843V6.28c0-.448 0-.672-.087-.843a.8.8 0 0 0-.35-.35C15.893 5 15.668 5 15.22 5H13.2v9.5Z"},"children":[]}],"metadata":""}]},"name":"columns"};
|
|
7
|
+
|
|
8
|
+
export default Columns;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const CopyUrl: 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":"copy-url"};
|
|
7
|
+
|
|
8
|
+
export default CopyUrl;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const Database: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M16 6.4C16 3.973 13.314 3 10 3S4 4.002 4 6.4c0 2.4 2.686 3.401 6 3.401s6-.971 6-3.4Z"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M4.104 9.27a2.82 2.82 0 0 0-.104.774c0 2.399 2.686 3.4 6 3.4s6-.97 6-3.4a2.88 2.88 0 0 0-.1-.766 4.787 4.787 0 0 1-1.197.84c-1.289.648-2.972.898-4.703.898-1.735 0-3.418-.259-4.705-.911a4.831 4.831 0 0 1-1.19-.836Z"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M4.104 12.824c-.068.24-.104.499-.104.775C4 15.998 6.686 17 10 17s6-.972 6-3.4a2.88 2.88 0 0 0-.1-.767 4.786 4.786 0 0 1-1.197.84c-1.289.648-2.972.898-4.703.898-1.735 0-3.418-.259-4.705-.911a4.83 4.83 0 0 1-1.19-.836Z"},"children":[]}],"metadata":""}]},"name":"database"};
|
|
7
|
+
|
|
8
|
+
export default Database;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const Delete: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M6.741 18h6.525c1.086 0 1.789-.66 1.838-1.751l.483-10.215h.781c.355 0 .632-.27.632-.624a.616.616 0 0 0-.632-.617h-3.16V3.73c0-1.085-.688-1.73-1.866-1.73H8.644c-1.171 0-1.867.645-1.867 1.73v1.063H3.625a.62.62 0 1 0 0 1.24h.788l.483 10.223C4.946 17.348 5.64 18 6.74 18ZM8.083 3.794c0-.37.256-.603.653-.603h2.513c.398 0 .654.234.654.603v1h-3.82v-1ZM6.876 16.745c-.39 0-.674-.283-.695-.702l-.476-10.01h8.569l-.462 10.01c-.014.419-.298.702-.702.702H6.876Zm1.03-1.141c.298 0 .49-.191.482-.468l-.213-7.43c-.007-.283-.205-.467-.49-.467-.298 0-.49.191-.482.468l.213 7.429c.007.284.206.468.49.468Zm2.094 0c.298 0 .497-.191.497-.468v-7.43c0-.276-.199-.467-.497-.467s-.497.191-.497.468v7.429c0 .277.199.468.497.468Zm2.094 0c.284 0 .476-.184.483-.468l.22-7.43c.007-.276-.192-.467-.483-.467-.284 0-.482.184-.49.468l-.22 7.429c-.007.277.192.468.49.468Z"},"children":[]}],"metadata":""}]},"name":"delete"};
|
|
7
|
+
|
|
8
|
+
export default Delete;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const Demo: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"g","properties":{"fill":"none"},"children":[{"type":"element","tagName":"path","properties":{"d":"M15.814 17.468c-2.283 0-4.195-1.911-4.195-4.194 0-2.299 1.896-4.194 4.195-4.194 2.29 0 4.186 1.895 4.186 4.194s-1.895 4.194-4.186 4.194Zm0-4.057c.71 0 1.266-.589 1.266-1.395 0-.734-.556-1.347-1.266-1.347-.718 0-1.275.613-1.275 1.347 0 .806.557 1.395 1.275 1.395Zm-.008 2.928c1.177 0 2.08-.621 2.307-1.161v-.033c-.259-.508-1.13-1.056-2.3-1.056-1.177 0-2.048.556-2.306 1.056v.033c.234.54 1.13 1.161 2.299 1.161Z","fill":"#51B69D"},"children":[]},{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M3.392 16H10.5a3.98 3.98 0 0 1-.748-1.566H3.526c-.614 0-.953-.318-.953-.967V4.533c0-.65.339-.96.953-.96h9.449c.62 0 .952.31.952.96v2.074c.26-.05.522-.078.79-.078s.53.028.783.078V4.37c0-1.552-.825-2.37-2.392-2.37H3.393C1.832 2 1 2.825 1 4.37v9.26C1 15.175 1.832 16 3.392 16Zm1.887-7.643h1.737c.346 0 .562-.207.562-.553V6.102c0-.355-.216-.562-.562-.562H5.28c-.363 0-.579.207-.579.562v1.702c0 .346.225.553.579.553Zm6.037 0H9.58C9.225 8.357 9 8.15 9 7.804V6.102c0-.355.216-.562.58-.562h1.736c.346 0 .562.207.562.562v1.702c0 .346-.216.553-.562.553Zm-6.037 4.13h1.737c.346 0 .562-.207.562-.553V10.23c0-.354-.216-.561-.562-.561H5.28c-.363 0-.579.207-.579.561v1.703c0 .346.225.553.579.553Z","fill":"#8698A7"},"children":[]}]}],"metadata":""}]},"name":"demo"};
|
|
7
|
+
|
|
8
|
+
export default Demo;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const DoubleArrowLeft: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M10.646 16.854a.5.5 0 1 0 .708-.708l-.708.708ZM4.5 10l-.354-.354a.5.5 0 0 0 0 .708L4.5 10Zm6.854-6.146a.5.5 0 0 0-.708-.708l.708.708Zm0 12.292-6.5-6.5-.708.708 6.5 6.5.708-.708Zm-6.5-5.792 6.5-6.5-.708-.708-6.5 6.5.708.708ZM14.646 16.854a.5.5 0 1 0 .708-.708l-.708.708ZM8.5 10l-.354-.354a.5.5 0 0 0 0 .708L8.5 10Zm6.854-6.146a.5.5 0 0 0-.708-.708l.708.708Zm0 12.292-6.5-6.5-.708.708 6.5 6.5.708-.708Zm-6.5-5.792 6.5-6.5-.708-.708-6.5 6.5.708.708Z"},"children":[]}],"metadata":""}]},"name":"double-arrow-left"};
|
|
7
|
+
|
|
8
|
+
export default DoubleArrowLeft;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const DoubleArrowRight: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M5.854 3.146a.5.5 0 1 0-.708.708l.708-.708ZM12 10l.354.354a.5.5 0 0 0 0-.708L12 10Zm-6.854 6.146a.5.5 0 0 0 .708.708l-.708-.708Zm0-12.292 6.5 6.5.708-.708-6.5-6.5-.708.708Zm6.5 5.792-6.5 6.5.708.708 6.5-6.5-.708-.708ZM9.854 3.146a.5.5 0 1 0-.708.708l.708-.708ZM16 10l.354.354a.5.5 0 0 0 0-.708L16 10Zm-6.854 6.146a.5.5 0 0 0 .708.708l-.708-.708Zm0-12.292 6.5 6.5.708-.708-6.5-6.5-.708.708Zm6.5 5.792-6.5 6.5.708.708 6.5-6.5-.708-.708Z"},"children":[]}],"metadata":""}]},"name":"double-arrow-right"};
|
|
7
|
+
|
|
8
|
+
export default DoubleArrowRight;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const DragBlockHandle: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M6.3 5a1.2 1.2 0 1 0 2.4 0 1.2 1.2 0 0 0-2.4 0ZM11.3 5a1.2 1.2 0 1 0 2.401 0 1.2 1.2 0 0 0-2.4 0ZM11.3 10a1.2 1.2 0 1 0 2.402 0 1.2 1.2 0 0 0-2.402 0ZM6.3 10a1.2 1.2 0 1 0 2.4 0 1.2 1.2 0 0 0-2.4 0ZM6.3 15a1.2 1.2 0 1 0 2.4 0 1.2 1.2 0 0 0-2.4 0ZM11.3 15a1.2 1.2 0 1 0 2.402 0 1.2 1.2 0 0 0-2.402 0Z"},"children":[]}],"metadata":""}]},"name":"drag-block-handle"};
|
|
7
|
+
|
|
8
|
+
export default DragBlockHandle;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const DragHandle: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M7.177 10.833a1.05 1.05 0 1 1 1.746-1.166 1.05 1.05 0 0 1-1.746 1.166Zm0-4.2a1.05 1.05 0 1 1 1.746-1.166 1.05 1.05 0 0 1-1.746 1.166Zm0 8.4a1.05 1.05 0 1 1 1.745-1.166 1.05 1.05 0 0 1-1.745 1.166Zm4.2-4.2a1.05 1.05 0 1 1 1.746-1.166 1.05 1.05 0 0 1-1.746 1.166Zm0-4.2a1.05 1.05 0 1 1 1.746-1.166 1.05 1.05 0 0 1-1.746 1.166Zm0 8.4a1.05 1.05 0 1 1 1.745-1.166 1.05 1.05 0 0 1-1.745 1.166Z"},"children":[]}],"metadata":""}]},"name":"drag-handle"};
|
|
7
|
+
|
|
8
|
+
export default DragHandle;
|