@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 RicheditorBlockMention: 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":"richeditor-block-mention"};
|
|
7
|
+
|
|
8
|
+
export default RicheditorBlockMention;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const RicheditorBlockParagraph: 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":"M1.577 16.141c.556 0 .872-.274 1.07-.921l.79-2.275H7.91l.788 2.291c.191.64.515.905 1.096.905.623 0 1.07-.407 1.07-.988 0-.19-.04-.382-.14-.655L7.238 5.035C6.94 4.229 6.458 3.88 5.67 3.88c-.78 0-1.261.365-1.552 1.162L.64 14.498c-.1.257-.141.49-.141.655 0 .606.423.988 1.08.988Zm2.366-4.889 1.685-5.113h.058l1.702 5.113H3.943ZM14.219 16.116c1.137 0 2.241-.59 2.747-1.544h.042v.615c.033.614.423.954.988.954.58 0 1.004-.373 1.004-1.037V9.916c0-1.769-1.42-2.922-3.602-2.922-1.686 0-3.047.647-3.495 1.668a1.29 1.29 0 0 0-.141.565c0 .498.365.83.871.83a.994.994 0 0 0 .839-.415c.514-.756 1.037-1.03 1.843-1.03 1.02 0 1.643.532 1.643 1.453v.63l-2.332.134c-2.142.132-3.346 1.07-3.346 2.631 0 1.585 1.237 2.656 2.939 2.656Zm.63-1.56c-.896 0-1.502-.457-1.502-1.179 0-.697.573-1.146 1.569-1.212l2.042-.124v.672c0 1.062-.946 1.843-2.108 1.843Z"},"children":[]}]}],"metadata":""}]},"name":"richeditor-block-paragraph"};
|
|
7
|
+
|
|
8
|
+
export default RicheditorBlockParagraph;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const RicheditorBlockQuote: 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":"m11.233 13.487-.007-.007a6.448 6.448 0 0 0 2.701-3.386A2.57 2.57 0 1 1 16 7.572c0 .07-.015.135-.02.203-.006.067.011.152.011.226a8.112 8.112 0 0 1-3.642 6.764.838.838 0 0 1-1.135.122.861.861 0 0 1 .019-1.4Zm-6.858 0-.006-.007a6.448 6.448 0 0 0 2.701-3.386 2.57 2.57 0 1 1 2.073-2.522c0 .07-.016.135-.02.203-.006.067.011.152.011.226a8.113 8.113 0 0 1-3.642 6.761.837.837 0 0 1-1.136.125.861.861 0 0 1 .02-1.4Z"},"children":[]}]}],"metadata":""}]},"name":"richeditor-block-quote"};
|
|
7
|
+
|
|
8
|
+
export default RicheditorBlockQuote;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const RicheditorChecklistCreate: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"g","properties":{},"children":[{"type":"element","tagName":"path","properties":{"d":"M8.508 12.292a.833.833 0 0 0 1.184 0l3.4-3.4a.837.837 0 0 0-1.184-1.184L9.1 10.525 8.092 9.508a.837.837 0 1 0-1.184 1.184l1.6 1.6Z"},"children":[]},{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M2 4.5A2.5 2.5 0 0 1 4.5 2h11A2.5 2.5 0 0 1 18 4.5v11a2.5 2.5 0 0 1-2.5 2.5h-11A2.5 2.5 0 0 1 2 15.5v-11Zm1.5.11c0-.553.448-1.11 1-1.11h11a1 1 0 0 1 1 1v11a1 1 0 0 1-1 1h-11a1 1 0 0 1-1-1V4.61Z"},"children":[]}]}],"metadata":""}]},"name":"richeditor-checklist-create"};
|
|
7
|
+
|
|
8
|
+
export default RicheditorChecklistCreate;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const RicheditorCommentCreate: 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":"M14.257 19.27c.672 0 1.07-.473 1.07-1.211v-2.034h.333c2.399 0 3.843-1.436 3.843-3.91v-6.45c0-2.465-1.403-3.91-3.901-3.91H5.018c-2.49 0-3.901 1.445-3.901 3.91v6.45c0 2.466 1.41 3.91 3.901 3.91h4.997l2.847 2.507c.573.506.922.738 1.395.738Zm-.407-1.859-2.631-2.598c-.357-.365-.598-.448-1.104-.448H5.076c-1.552 0-2.307-.789-2.307-2.3v-6.35c0-1.51.755-2.299 2.307-2.299h10.476c1.56 0 2.3.789 2.3 2.3v6.35c0 1.51-.74 2.299-2.3 2.299H14.53c-.473 0-.68.19-.68.68v2.366ZM14 6.75a.75.75 0 0 0-.75-.75h-7.5a.75.75 0 0 0 0 1.5h7.5a.75.75 0 0 0 .75-.75ZM10.25 9a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1 0-1.5h4.5Z"},"children":[]}],"metadata":""}]},"name":"richeditor-comment-create"};
|
|
7
|
+
|
|
8
|
+
export default RicheditorCommentCreate;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const RicheditorEntityLinkCreate: 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":"M1 13.99c0 1.636.675 2.51 2.5 2.51h10c-.037-.149-.073-.246-.105-.33-.055-.147-.095-.254-.095-.52 0-.282.045-.4.104-.559.03-.078.063-.165.096-.286H3.503c-.658 0-1.003-.296-1.003-.911V5.913c0-.622.345-.91 1.003-.91h11.994c.65 0 1.003.288 1.003.91V11.5l.197-.034a3.03 3.03 0 0 1 .603-.063c.225 0 .329.022.476.053.063.014.133.029.224.044V5.002c0-1.628-.667-2.502-2.5-2.502h-12C1.675 2.5 1 3.374 1 5.002v8.988Zm13.5-6.24a.75.75 0 0 0-.75-.75h-8.5a.75.75 0 0 0 0 1.5h8.5a.75.75 0 0 0 .75-.75Zm3.633 6.175v.842h.834a.834.834 0 0 1 0 1.666h-.834v.842a.834.834 0 0 1-1.667 0v-.842h-.833a.833.833 0 0 1 0-1.666h.834v-.842a.834.834 0 0 1 1.667 0Z"},"children":[]}],"metadata":""}]},"name":"richeditor-entity-link-create"};
|
|
7
|
+
|
|
8
|
+
export default RicheditorEntityLinkCreate;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const RicheditorHistoryRedo: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M15.05 11.225a7.717 7.717 0 0 0-10.833.058 7.743 7.743 0 0 0-1.667 2.45l-.1.267H.667a9.375 9.375 0 0 1 15.558-3.95L19 7.275V14h-6.725l2.775-2.775Z"},"children":[]}],"metadata":""}]},"name":"richeditor-history-redo"};
|
|
7
|
+
|
|
8
|
+
export default RicheditorHistoryRedo;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const RicheditorHistoryUndo: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M4.95 11.225a7.717 7.717 0 0 1 10.833.058 7.741 7.741 0 0 1 1.667 2.45l.1.267h1.783a9.375 9.375 0 0 0-15.558-3.95L1 7.275V14h6.725L4.95 11.225Z"},"children":[]}],"metadata":""}]},"name":"richeditor-history-undo"};
|
|
7
|
+
|
|
8
|
+
export default RicheditorHistoryUndo;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const RicheditorImageAlignCenter: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"g","properties":{},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M7.6 8.6v2.8h4.8V8.6H7.6ZM7 7a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1H7ZM3 4.15c0-.47.38-.85.85-.85h12.3a.85.85 0 0 1 0 1.7H3.85A.85.85 0 0 1 3 4.15ZM3 16.15c0-.47.38-.85.85-.85h12.3a.85.85 0 0 1 0 1.7H3.85a.85.85 0 0 1-.85-.85Z"},"children":[]}]}],"metadata":""}]},"name":"richeditor-image-align-center"};
|
|
7
|
+
|
|
8
|
+
export default RicheditorImageAlignCenter;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const RicheditorImageAlignLeft: 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":"M4.5 8.5v3h5v-3h-5ZM4 7a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1H4ZM3 4.15c0-.47.38-.85.85-.85h12.3a.85.85 0 0 1 0 1.7H3.85A.85.85 0 0 1 3 4.15ZM3 16.15c0-.47.38-.85.85-.85h12.3a.85.85 0 0 1 0 1.7H3.85a.85.85 0 0 1-.85-.85Z"},"children":[]}]}],"metadata":""}]},"name":"richeditor-image-align-left"};
|
|
7
|
+
|
|
8
|
+
export default RicheditorImageAlignLeft;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const RicheditorImageAlignRight: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"g","properties":{},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M10.6 8.6v2.8h4.8V8.6h-4.8ZM10 7a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1h-6ZM3 4.15c0-.47.38-.85.85-.85h12.3a.85.85 0 0 1 0 1.7H3.85A.85.85 0 0 1 3 4.15ZM3 16.15c0-.47.38-.85.85-.85h12.3a.85.85 0 0 1 0 1.7H3.85a.85.85 0 0 1-.85-.85Z"},"children":[]}]}],"metadata":""}]},"name":"richeditor-image-align-right"};
|
|
7
|
+
|
|
8
|
+
export default RicheditorImageAlignRight;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const RicheditorImageUpload: 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.232 7.172a1.94 1.94 0 1 1 3.88 0 1.94 1.94 0 0 1-3.88 0Zm1.94-.485a.485.485 0 1 0 0 .97.485.485 0 0 0 0-.97Z"},"children":[]},{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M18 12.419V4.343A2.343 2.343 0 0 0 15.657 2H4.343A2.343 2.343 0 0 0 2 4.343v11.314A2.343 2.343 0 0 0 4.343 18h11.314A2.343 2.343 0 0 0 18 15.657v-3.238ZM4.343 3.455a.889.889 0 0 0-.888.888v11.314c0 .4.263.737.626.85l8.637-8.637a.727.727 0 0 1 1.029 0l2.799 2.798V4.343a.889.889 0 0 0-.89-.888H4.344Zm12.203 9.27-3.314-3.313L6.1 16.545h9.558c.49 0 .889-.398.889-.888v-2.932Z"},"children":[]}]}],"metadata":""}]},"name":"richeditor-image-upload"};
|
|
7
|
+
|
|
8
|
+
export default RicheditorImageUpload;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const RicheditorImageWrapCenter: 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":"M8.2 8.6v2.8h3.6V8.6H8.2ZM8 7c-.5 0-1 .448-1 1v4c0 .552.5 1 1 1h4c.5 0 1-.448 1-1V8c0-.552-.5-1-1-1H8ZM3 4.15c0-.47.38-.85.85-.85h12.3a.85.85 0 0 1 0 1.7H3.85A.85.85 0 0 1 3 4.15ZM3 16.15c0-.47.38-.85.85-.85h12.3a.85.85 0 0 1 0 1.7H3.85a.85.85 0 0 1-.85-.85ZM3 12c0-.552.5-1 1-1s1 .448 1 1-.5 1-1 1-1-.448-1-1ZM3 8c0-.552.5-1 1-1s1 .448 1 1-.5 1-1 1-1-.448-1-1ZM15 8c0-.552.5-1 1-1s1 .448 1 1-.5 1-1 1-1-.448-1-1ZM15 12c0-.552.5-1 1-1s1 .448 1 1-.5 1-1 1-1-.448-1-1Z"},"children":[]}]}],"metadata":""}]},"name":"richeditor-image-wrap-center"};
|
|
7
|
+
|
|
8
|
+
export default RicheditorImageWrapCenter;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const RicheditorImageWrapLeft: 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":"M4.6 8.6v2.8h4.8V8.6H4.6ZM4 7a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1H4ZM3 4.15c0-.47.38-.85.85-.85h12.3a.85.85 0 0 1 0 1.7H3.85A.85.85 0 0 1 3 4.15ZM3 16.15c0-.47.38-.85.85-.85h12.3a.85.85 0 0 1 0 1.7H3.85a.85.85 0 0 1-.85-.85ZM13 8c0-.552.5-1 1-1h2c.5 0 1 .448 1 1s-.5 1-1 1h-2c-.5 0-1-.448-1-1ZM13 12c0-.552.5-1 1-1h2c.5 0 1 .448 1 1s-.5 1-1 1h-2c-.5 0-1-.448-1-1Z"},"children":[]}]}],"metadata":""}]},"name":"richeditor-image-wrap-left"};
|
|
7
|
+
|
|
8
|
+
export default RicheditorImageWrapLeft;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const RicheditorImageWrapRight: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"g","properties":{},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M10.6 8.6v2.8h4.8V8.6h-4.8ZM10 7a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1h-6ZM3 4.15c0-.47.38-.85.85-.85h12.3a.85.85 0 0 1 0 1.7H3.85A.85.85 0 0 1 3 4.15ZM3 16.15c0-.47.38-.85.85-.85h12.3a.85.85 0 0 1 0 1.7H3.85a.85.85 0 0 1-.85-.85ZM3 8c0-.552.5-1 1-1h2c.5 0 1 .448 1 1s-.5 1-1 1H4c-.5 0-1-.448-1-1ZM3 12c0-.552.5-1 1-1h2c.5 0 1 .448 1 1s-.5 1-1 1H4c-.5 0-1-.448-1-1Z"},"children":[]}]}],"metadata":""}]},"name":"richeditor-image-wrap-right"};
|
|
7
|
+
|
|
8
|
+
export default RicheditorImageWrapRight;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const RicheditorImageZoom: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"g","properties":{},"children":[{"type":"element","tagName":"path","properties":{"d":"M7.926 17a.778.778 0 1 0 0-1.555h-2.27l3.857-3.858a.778.778 0 1 0-1.1-1.1l-3.857 3.858v-2.27a.778.778 0 0 0-1.556 0v4.147c0 .43.348.778.778.778h4.148ZM12.074 3a.778.778 0 1 0 0 1.556h2.27l-3.857 3.857a.778.778 0 0 0 1.1 1.1l3.857-3.857v2.27a.778.778 0 0 0 1.556 0V3.778A.778.778 0 0 0 16.222 3h-4.148Z"},"children":[]}]}],"metadata":""}]},"name":"richeditor-image-zoom"};
|
|
7
|
+
|
|
8
|
+
export default RicheditorImageZoom;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const RicheditorLinkCreate: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"m9.763 10.362 1.54-1.587c.416-.416.65-.98.652-1.566A2.199 2.199 0 0 0 9.749 5a2.221 2.221 0 0 0-1.565.652L4.11 9.723c-.4.4-.632.937-.649 1.501a2.191 2.191 0 0 0 .561 1.53l.09.108a.9.9 0 0 1-.652 1.522.89.89 0 0 1-.63-.267 2.443 2.443 0 0 1-.186-.16 3.973 3.973 0 0 1-.97-2.76 4.011 4.011 0 0 1 1.18-2.687l4.075-4.124a4.019 4.019 0 0 1 2.795-1.062 3.98 3.98 0 0 1 3.907 3.911 4.027 4.027 0 0 1-1.061 2.798l-1.514 1.55a.888.888 0 0 1-1.494-.598.898.898 0 0 1 .202-.623Zm-3.104 4.517A3.997 3.997 0 0 1 5.5 12.052a4.037 4.037 0 0 1 1.173-2.833l1.514-1.551a.897.897 0 0 1 1.217.006.89.89 0 0 1 .075 1.216l-1.54 1.55c-.416.417-.65.98-.652 1.567a2.2 2.2 0 0 0 2.206 2.208 2.222 2.222 0 0 0 1.565-.652l4.075-4.07c.4-.4.633-.937.65-1.501a2.191 2.191 0 0 0-.562-1.53l-.09-.108a.9.9 0 0 1 .652-1.522.889.889 0 0 1 .63.267c.066.065.128.133.186.205a3.982 3.982 0 0 1 .966 2.76 4.02 4.02 0 0 1-1.175 2.687l-4.075 4.079a4.03 4.03 0 0 1-2.824 1.192 3.99 3.99 0 0 1-2.832-1.143Z"},"children":[]}],"metadata":""}]},"name":"richeditor-link-create"};
|
|
7
|
+
|
|
8
|
+
export default RicheditorLinkCreate;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const RicheditorLinkedhighlightCreate: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"g","properties":{},"children":[{"type":"element","tagName":"path","properties":{"d":"M3 3a1 1 0 0 0 0 2h8a1 1 0 1 0 0-2H3ZM3 7.5a1 1 0 0 0 0 2h6a1 1 0 0 0 0-2H3ZM2 13a1 1 0 0 1 1-1h4a1 1 0 1 1 0 2H3a1 1 0 0 1-1-1ZM15.82 17.883l3-2.498c.24-.2.24-.57 0-.77l-3-2.498a.5.5 0 0 0-.82.385v1.496h-4.5c-.28 0-.5.225-.5.501v1.002c0 .277.22.502.5.502H15v1.495a.5.5 0 0 0 .82.385Z"},"children":[]}]}],"metadata":""}]},"name":"richeditor-linkedhighlight-create"};
|
|
7
|
+
|
|
8
|
+
export default RicheditorLinkedhighlightCreate;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const RicheditorListBullet: 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.615 3.154a1 1 0 1 0 0 2h8a1 1 0 1 0 0-2h-8Zm0 5.769a1 1 0 1 0 0 2h8a1 1 0 0 0 0-2h-8Zm-1 6.77a1 1 0 0 1 1-1h8a1 1 0 1 1 0 2h-8a1 1 0 0 1-1-1ZM5 9.7c0 1.38-1.117 2.5-2.5 2.5S0 11.08 0 9.7s1.117-2.5 2.5-2.5S5 8.32 5 9.7Z"},"children":[]}],"metadata":""}]},"name":"richeditor-list-bullet"};
|
|
7
|
+
|
|
8
|
+
export default RicheditorListBullet;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const RicheditorListIndent: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M3 3v2h14V3H3Zm0 14h14v-2H3v2Zm5-4h9v-2H8v2Zm0-4h9V7H8v2ZM3 7v6l3-3-3-3Z"},"children":[]}],"metadata":""}]},"name":"richeditor-list-indent"};
|
|
7
|
+
|
|
8
|
+
export default RicheditorListIndent;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const RicheditorListOrdered: 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.616 4.154a1 1 0 0 1 1-1h8a1 1 0 1 1 0 2h-8a1 1 0 0 1-1-1Zm0 5.769a1 1 0 0 1 1-1h8a1 1 0 1 1 0 2h-8a1 1 0 0 1-1-1Zm1 4.77a1 1 0 1 0 0 2h8a1 1 0 1 0 0-2h-8ZM4.306 6.06a.807.807 0 0 1 .496.739v5.7h.148a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.252V8.731c-.128.13-.574.36-.702.23l-.616-.614a.408.408 0 0 1 0-.565l1.55-1.548a.802.802 0 0 1 .872-.173Z"},"children":[]}],"metadata":""}]},"name":"richeditor-list-ordered"};
|
|
7
|
+
|
|
8
|
+
export default RicheditorListOrdered;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const RicheditorListUnindent: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M3 3v2h14V3H3Zm0 14h14v-2H3v2Zm6-4h8v-2H9v2Zm0-4h8V7H9v2Zm-6 1 3 3V7l-3 3Z"},"children":[]}],"metadata":""}]},"name":"richeditor-list-unindent"};
|
|
7
|
+
|
|
8
|
+
export default RicheditorListUnindent;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const RicheditorMarkCode: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"g","properties":{},"children":[{"type":"element","tagName":"path","properties":{"d":"M8.377 5.554a.8.8 0 1 0-1.154-1.108l-4.8 5a.8.8 0 0 0 0 1.108l4.8 5a.8.8 0 0 0 1.154-1.108L4.11 10l4.268-4.446ZM12.777 4.446a.8.8 0 1 0-1.154 1.108L15.89 10l-4.268 4.446a.8.8 0 1 0 1.154 1.108l4.8-5a.8.8 0 0 0 0-1.108l-4.8-5Z"},"children":[]}]}],"metadata":""}]},"name":"richeditor-mark-code"};
|
|
7
|
+
|
|
8
|
+
export default RicheditorMarkCode;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const RicheditorMarkEm: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M6.896 4.429c0-.513.416-.929.929-.929h5.571a.929.929 0 0 1 0 1.857h-1.582L9.67 14.643h1.87a.929.929 0 0 1 0 1.857H5.967a.929.929 0 0 1 0-1.857h1.796l2.144-9.286H7.825a.929.929 0 0 1-.929-.928Z"},"children":[]}],"metadata":""}]},"name":"richeditor-mark-em"};
|
|
7
|
+
|
|
8
|
+
export default RicheditorMarkEm;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const RicheditorMarkHighlight: 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.07 16.9.898-.625h2.418c.643 0 1.197-.177 1.66-.607.15-.14.135-.377-.012-.522L5.23 10.438c-.156-.153-.408-.154-.535.023-.34.476-.509 1.087-.509 1.698v2.37l-.89.873c-.382.39-.17.154-.597.624 1.517.595 2.37.874 2.37.874ZM10.653 14.177c.255.25.51.25.764 0l5.997-7.786a1.474 1.474 0 0 0 0-1.746l-1.909-1.87a1.247 1.247 0 0 0-1.781 0l-7.61 6.313c-.255.249-.255.498 0 .748l4.54 4.341Z"},"children":[]}]}],"metadata":""}]},"name":"richeditor-mark-highlight"};
|
|
7
|
+
|
|
8
|
+
export default RicheditorMarkHighlight;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const RicheditorMarkStrike: 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":"M14.804 12.688c-.053 2.403-1.998 3.912-5.081 3.912-2.596 0-4.326-1.07-4.83-2.533a1.904 1.904 0 0 1-.127-.66c0-.643.415-1.053 1.027-1.053.514 0 .839.205 1.09.723.406 1.115 1.524 1.614 2.912 1.614 1.568 0 2.667-.767 2.667-1.837 0-.057-.002-.112-.007-.166h2.35ZM14.749 11.9h-2.626l-.008-.008h-7.23a.75.75 0 0 1 0-1.5h2.623l-.01-.004h6.479l.003.004h1.375a.75.75 0 0 1 0 1.5h-.607l.001.008ZM6.04 9.6C5.27 8.972 4.9 8.138 4.9 7.1c0-2.266 2.01-3.8 4.83-3.8 2.299 0 4.083 1.017 4.615 2.72.054.143.08.313.08.527 0 .562-.405.946-1.008.946-.541 0-.875-.232-1.118-.732-.442-1.088-1.37-1.552-2.586-1.552-1.442 0-2.47.678-2.47 1.757 0 .874.65 1.436 2.271 1.775l1.397.286c.737.15 1.359.34 1.874.573H6.04Z"},"children":[]}]}],"metadata":""}]},"name":"richeditor-mark-strike"};
|
|
7
|
+
|
|
8
|
+
export default RicheditorMarkStrike;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const RicheditorMarkStrong: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M7.009 16.5h4.207c2.766 0 4.433-1.387 4.433-3.676 0-1.73-1.19-2.982-2.955-3.18v-.072c1.297-.216 2.315-1.45 2.315-2.829 0-1.964-1.514-3.243-3.82-3.243H7.01C6.379 3.5 6 3.896 6 4.545v10.91c0 .649.378 1.045 1.009 1.045Zm1.009-7.468V5.149h2.685c1.46 0 2.288.666 2.288 1.874 0 1.288-.964 2.009-2.712 2.009H8.018Zm0 5.82v-4.28h2.667c1.91 0 2.9.72 2.9 2.126s-.963 2.153-2.783 2.153H8.018Z"},"children":[]}],"metadata":""}]},"name":"richeditor-mark-strong"};
|
|
7
|
+
|
|
8
|
+
export default RicheditorMarkStrong;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const RicheditorMarkUnderline: 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.313 5.136h-1.23v6.404c0 2.105 1.47 3.623 3.917 3.623s3.917-1.518 3.917-3.623V5.136h-1.23v6.323c0 1.49-.978 2.57-2.687 2.57-1.709 0-2.687-1.08-2.687-2.57V5.136z"},"children":[]},{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","d":"M14.5 17h-9v-1h9v1z","clipRule":"evenodd"},"children":[]}]}],"metadata":""}]},"name":"richeditor-mark-underline"};
|
|
7
|
+
|
|
8
|
+
export default RicheditorMarkUnderline;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const RicheditorOpenLink: 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.293 15.707a1 1 0 0 1 0-1.414l8.219-8.22H9.929a1 1 0 1 1 0-2h5a1 1 0 0 1 1 1v5a1 1 0 1 1-2 0V7.486l-8.222 8.222a1 1 0 0 1-1.414 0Z"},"children":[]}],"metadata":""}]},"name":"richeditor-open-link"};
|
|
7
|
+
|
|
8
|
+
export default RicheditorOpenLink;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const RicheditorTableCreate: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M17.2 2H2.8a.8.8 0 0 0-.8.8v14.4a.8.8 0 0 0 .8.8h14.4a.8.8 0 0 0 .8-.8V2.8a.8.8 0 0 0-.8-.8ZM9.281 16.5H3.5v-3.422h5.781V16.5Zm0-4.9H3.5V8.266h5.781V11.6Zm7.219 4.9h-5.766v-3.422H16.5V16.5Zm0-4.9h-5.766V8.266H16.5V11.6Zm0-4.8h-13V3.5h13v3.3Z"},"children":[]}],"metadata":""}]},"name":"richeditor-table-create"};
|
|
7
|
+
|
|
8
|
+
export default RicheditorTableCreate;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const RicheditorUnlink: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M4.213 8.869c.21.027.423-.03.59-.16a.806.806 0 0 0-.384-1.437L3.025 6.92a.787.787 0 0 0-.856.27.8.8 0 0 0 .444 1.27l1.394.376a.614.614 0 0 0 .206.032Zm3.059-4.463a.799.799 0 0 0 .792.59.645.645 0 0 0 .206 0 .793.793 0 0 0 .476-.372.804.804 0 0 0 .08-.602l-.373-1.405a.801.801 0 0 0-.663-.61.787.787 0 0 0-.803.405.803.803 0 0 0-.064.62l.349 1.374Zm3.827 7.984a.79.79 0 0 0-1.149 0l-2.773 2.842a1.744 1.744 0 0 1-2.425 0 1.718 1.718 0 0 1-.507-1.222 1.728 1.728 0 0 1 .507-1.221l2.821-2.795a.798.798 0 0 0 .222-.897.799.799 0 0 0-.448-.452.787.787 0 0 0-.891.224L3.61 11.655a3.345 3.345 0 0 0-.972 2.363 3.364 3.364 0 0 0 .972 2.363 3.317 3.317 0 0 0 2.346.98 3.297 3.297 0 0 0 2.345-.98l2.797-2.818a.798.798 0 0 0 .189-.907.797.797 0 0 0-.189-.267ZM4.546 5.675a.79.79 0 0 0 1.348-.563.801.801 0 0 0-.23-.563L4.64 3.52a.789.789 0 0 0-1.076.042.801.801 0 0 0-.041 1.084l1.022 1.03Zm12.742 5.852-1.395-.375a.786.786 0 0 0-.882.261.8.8 0 0 0 .486 1.28l1.395.375h.206c.21.028.422-.03.59-.16a.806.806 0 0 0-.384-1.437l-.016.056Zm-4.66 4.056a.803.803 0 0 0-.372-.483.79.79 0 0 0-1.078.296.804.804 0 0 0-.079.602l.373 1.405a.798.798 0 0 0 .792.591.898.898 0 0 0 .206 0 .788.788 0 0 0 .485-.373.804.804 0 0 0 .078-.609l-.404-1.429Zm2.727-1.254a.79.79 0 0 0-1.076.042.801.801 0 0 0-.042 1.084l1.022 1.03a.79.79 0 0 0 1.348-.563.802.802 0 0 0-.23-.563l-1.022-1.03Zm1.886-8.327a3.339 3.339 0 0 0-.533-1.873 3.302 3.302 0 0 0-1.483-1.25 3.274 3.274 0 0 0-3.626.728L8.8 6.45a.816.816 0 0 0-.172.89.816.816 0 0 0 .75.501.804.804 0 0 0 .571-.24l2.774-2.843a1.744 1.744 0 0 1 2.425 0 1.718 1.718 0 0 1 .506 1.221A1.728 1.728 0 0 1 15.15 7.2l-2.821 2.794a.801.801 0 0 0 0 1.126.79.79 0 0 0 1.117 0l2.845-2.786a3.358 3.358 0 0 0 .95-2.332Z"},"children":[]}],"metadata":""}]},"name":"richeditor-unlink"};
|
|
7
|
+
|
|
8
|
+
export default RicheditorUnlink;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const RicheditorVideoUpload: 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":"M4.5 3.5A2.5 2.5 0 0 0 2 6v8a2.5 2.5 0 0 0 2.5 2.5H12a2.5 2.5 0 0 0 2.5-2.5v-1.181l2.293 2.154c.63.592 1.707.173 1.707-.664V5.69c0-.837-1.077-1.256-1.707-.664L14.5 7.181V6A2.5 2.5 0 0 0 12 3.5H4.5Zm10 5.542v1.916l2.6 2.443V6.6l-2.6 2.443ZM4.5 5c-.552 0-1 .557-1 1.11V14a1 1 0 0 0 1 1H12a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1H4.5Z"},"children":[]}]}],"metadata":""}]},"name":"richeditor-video-upload"};
|
|
7
|
+
|
|
8
|
+
export default RicheditorVideoUpload;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const RightPanel: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20","fill":"none"},"children":[{"type":"element","tagName":"g","properties":{"opacity":0.9},"children":[{"type":"element","tagName":"mask","properties":{"id":"RightPanel__a","maskUnits":"userSpaceOnUse","x":4,"y":2,"width":14,"height":16},"children":[{"type":"element","tagName":"path","properties":{"d":"M5 2h13v16H4v-4h6V5.5H5V2Z","fill":"#C4C4C4"},"children":[]}]},{"type":"element","tagName":"g","properties":{"mask":"url(#RightPanel__a)"},"children":[{"type":"element","tagName":"path","properties":{"d":"M6 14.92C6 16.25 6.746 17 8.06 17h6.885c1.31 0 2.055-.75 2.055-2.08V4.074C17 2.75 16.254 2 14.945 2H8.06C6.746 2 6 2.75 6 4.074V14.92Zm1.707-.227V4.307c0-.39.176-.59.59-.59h6.405c.415 0 .591.2.591.59v10.386c0 .39-.176.59-.59.59H8.297c-.415 0-.591-.2-.591-.59Z","fill":"#65788B"},"children":[]}]},{"type":"element","tagName":"path","properties":{"d":"M1.88 9.881c0 .412.329.746.717.746h2.18L6 10.566l-.612.552-.895.878a.707.707 0 0 0-.202.49c0 .389.269.684.642.684.186 0 .343-.07.478-.218l2.268-2.526c.164-.186.239-.341.239-.544 0-.202-.075-.365-.239-.544L5.411 6.811a.601.601 0 0 0-.478-.225c-.373 0-.642.295-.642.684 0 .186.082.373.202.49l.903.886.604.551-1.224-.07H2.597c-.388 0-.716.342-.716.754Z","fill":"#65788B"},"children":[]}]}],"metadata":""}]},"name":"right-panel"};
|
|
7
|
+
|
|
8
|
+
export default RightPanel;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const Rows: 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.843v.92h13v-.92c0-.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.35ZM3.5 10.9V8.6h13v2.3h-13Zm0 1.4v.92c0 .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-.843v-.92h-13Z"},"children":[]}],"metadata":""}]},"name":"rows"};
|
|
7
|
+
|
|
8
|
+
export default Rows;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const Search: 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.2 1.75a6.45 6.45 0 1 0 3.84 11.633l4.488 4.489a.95.95 0 0 0 1.344-1.344l-4.487-4.486A6.41 6.41 0 0 0 14.65 8.2 6.45 6.45 0 0 0 8.2 1.75ZM3.65 8.2a4.55 4.55 0 1 1 9.1 0 4.51 4.51 0 0 1-1.33 3.217A4.55 4.55 0 0 1 3.65 8.2Z"},"children":[]}],"metadata":""}]},"name":"search"};
|
|
7
|
+
|
|
8
|
+
export default Search;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const SelfReferenceOff: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M3.25 4.54a.8.8 0 0 1 .883-.708l3.35.372a.8.8 0 0 1 .71.859l-.247 3.09a.8.8 0 0 1-1.595-.128l.125-1.56a4.914 4.914 0 1 0 4.957-.726.8.8 0 1 1 .608-1.48A6.516 6.516 0 0 1 9.566 16.8a6.514 6.514 0 0 1-4.47-11.251l-1.14-.126a.8.8 0 0 1-.706-.884Z"},"children":[]}],"metadata":""}]},"name":"self-reference-off"};
|
|
7
|
+
|
|
8
|
+
export default SelfReferenceOff;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const SelfReferenceOn: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M11.253 2.062a.8.8 0 0 1 1.099.267l1.828 3.005c1.906 1.613 2.906 4.413 2.121 7.186a6.722 6.722 0 1 1-6.63-8.553.8.8 0 0 1 .038 1.6 5.123 5.123 0 1 0 5.053 6.518c.567-2.006-.075-4.014-1.327-5.264l-2.747 1.354a.8.8 0 1 1-.707-1.436l2.448-1.206-1.444-2.372a.8.8 0 0 1 .268-1.1Z"},"children":[]}],"metadata":""}]},"name":"self-reference-on"};
|
|
7
|
+
|
|
8
|
+
export default SelfReferenceOn;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const Settings: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M9.411 17h1.184a.816.816 0 0 0 .834-.664l.319-1.348c.201-.065.397-.143.566-.228l1.178.723c.351.221.761.182 1.054-.11l.833-.828a.84.84 0 0 0 .104-1.074l-.715-1.166c.078-.176.156-.364.214-.547l1.36-.325c.41-.092.658-.41.658-.834V9.433c0-.416-.247-.735-.657-.826l-1.348-.326a4.657 4.657 0 0 0-.22-.554l.721-1.191c.228-.358.196-.769-.11-1.062l-.846-.833c-.293-.267-.664-.32-1.016-.124l-1.21.743a4.66 4.66 0 0 0-.566-.228l-.32-1.368A.816.816 0 0 0 10.596 3H9.412c-.423 0-.749.254-.833.664L8.252 5.02c-.201.071-.397.15-.572.234l-1.198-.736a.838.838 0 0 0-1.028.13l-.84.827c-.306.293-.332.704-.11 1.062l.722 1.191a4.657 4.657 0 0 0-.221.554l-1.348.326c-.41.09-.657.41-.657.826V10.6c0 .423.247.742.657.834l1.36.325c.06.183.137.371.222.547l-.716 1.166a.83.83 0 0 0 .098 1.074l.833.827c.293.293.703.332 1.054.11l1.178-.722c.176.085.365.163.566.228l.326 1.348c.084.41.41.664.833.664Zm.592-4.734a2.277 2.277 0 0 1-2.265-2.273 2.269 2.269 0 0 1 2.265-2.253 2.263 2.263 0 0 1 2.259 2.253 2.271 2.271 0 0 1-2.259 2.273Z"},"children":[]}],"metadata":""}]},"name":"settings"};
|
|
7
|
+
|
|
8
|
+
export default Settings;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const Share: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M10.025 11.821a.72.72 0 0 0 .718-.704V4.343l-.061-1.005.39.52.895.95c.116.13.294.205.465.205.341 0 .628-.253.628-.609a.616.616 0 0 0-.19-.444l-2.284-2.194c-.191-.185-.37-.246-.56-.246a.752.752 0 0 0-.554.246L7.188 3.96a.597.597 0 0 0-.198.444c0 .356.287.609.622.609a.668.668 0 0 0 .479-.205l.888-.95.397-.52-.062 1.005v6.774c0 .376.315.704.711.704Zm-3.95 5.537h7.895c1.524 0 2.33-.806 2.33-2.317V8.403c0-1.51-.806-2.317-2.33-2.317h-1.798V7.65h1.654c.588 0 .916.301.916.923v6.303c0 .615-.328.916-.916.916H6.218c-.595 0-.91-.3-.91-.916V8.574c0-.622.315-.923.91-.923h1.681V6.086H6.074c-1.517 0-2.33.807-2.33 2.317v6.638c0 1.51.813 2.317 2.33 2.317Z"},"children":[]}],"metadata":""}]},"name":"share"};
|
|
7
|
+
|
|
8
|
+
export default Share;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const Shared: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M13.732 9.768c1.754 0 3.162-1.522 3.162-3.416C16.894 4.5 15.472 3 13.732 3c-1.739 0-3.169 1.514-3.162 3.36.008 1.886 1.409 3.408 3.162 3.408Zm-8.26.155c1.535 0 2.767-1.338 2.767-3.008 0-1.62-1.246-2.95-2.767-2.95-1.514 0-2.768 1.345-2.768 2.958.007 1.669 1.24 3 2.768 3Zm8.26-1.684c-.866 0-1.598-.81-1.598-1.887-.007-1.021.74-1.824 1.598-1.824.867 0 1.599.796 1.599 1.824 0 1.063-.725 1.887-1.599 1.887Zm-8.26.184c-.683 0-1.26-.655-1.26-1.5-.008-.796.584-1.451 1.26-1.451.683 0 1.267.648 1.267 1.443 0 .853-.577 1.508-1.267 1.508ZM1.676 16.43h5.366c-.472-.29-.732-.958-.676-1.508H1.803c-.113 0-.155-.056-.155-.147 0-1.374 1.711-2.747 3.824-2.747.605 0 1.387.17 1.866.402a3.095 3.095 0 0 1 1.127-1.155c-.86-.465-2.014-.74-2.993-.74C2.444 10.535 0 12.641 0 14.972c0 .944.556 1.458 1.676 1.458Zm7.725-.008h8.655c1.296 0 1.944-.443 1.944-1.373 0-2.098-2.578-4.514-6.268-4.514s-6.274 2.416-6.274 4.514c0 .93.648 1.373 1.943 1.373Zm-.007-1.528c-.14 0-.183-.056-.183-.155 0-.93 1.655-2.676 4.521-2.676 2.867 0 4.521 1.747 4.521 2.676 0 .099-.049.155-.183.155H9.394Z"},"children":[]}],"metadata":""}]},"name":"shared"};
|
|
7
|
+
|
|
8
|
+
export default Shared;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const Sidebar: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M3 5.5A2.5 2.5 0 0 1 5.5 3h9A2.5 2.5 0 0 1 17 5.5v9a2.5 2.5 0 0 1-2.5 2.5h-9A2.5 2.5 0 0 1 3 14.5v-9Zm10 10h1.5a1 1 0 0 0 1-1v-9a1 1 0 0 0-1-1H13v11Zm-1.5-11v11h-6a1 1 0 0 1-1-1v-9a1 1 0 0 1 1-1h6Z"},"children":[]}],"metadata":""}]},"name":"sidebar"};
|
|
7
|
+
|
|
8
|
+
export default Sidebar;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const Slack: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20","fill":"none"},"children":[{"type":"element","tagName":"path","properties":{"d":"M5.941 11.847c0 .81-.66 1.47-1.47 1.47-.81 0-1.471-.66-1.471-1.47 0-.81.661-1.47 1.47-1.47h1.471v1.47ZM6.682 11.847c0-.81.662-1.47 1.471-1.47.81 0 1.47.66 1.47 1.47v3.682c0 .81-.66 1.471-1.47 1.471-.81 0-1.47-.661-1.47-1.47v-3.683Z","fill":"#E01E5A"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M8.153 5.941c-.81 0-1.47-.66-1.47-1.47 0-.81.66-1.471 1.47-1.471.81 0 1.47.661 1.47 1.47v1.471h-1.47ZM8.153 6.682c.81 0 1.47.662 1.47 1.471 0 .81-.66 1.47-1.47 1.47H4.471C3.66 9.624 3 8.964 3 8.154c0-.81.661-1.47 1.47-1.47h3.683Z","fill":"#36C5F0"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M14.059 8.153c0-.81.66-1.47 1.47-1.47.81 0 1.471.66 1.471 1.47 0 .81-.661 1.47-1.47 1.47h-1.471v-1.47ZM13.318 8.153c0 .81-.662 1.47-1.471 1.47-.81 0-1.47-.66-1.47-1.47V4.471c0-.81.66-1.471 1.47-1.471.81 0 1.47.661 1.47 1.47v3.683Z","fill":"#2EB67D"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M11.847 14.059c.81 0 1.47.66 1.47 1.47 0 .81-.66 1.471-1.47 1.471-.81 0-1.47-.661-1.47-1.47v-1.471h1.47ZM11.847 13.318c-.81 0-1.47-.662-1.47-1.471 0-.81.66-1.47 1.47-1.47h3.682c.81 0 1.471.66 1.471 1.47 0 .81-.661 1.47-1.47 1.47h-3.683Z","fill":"#ECB22E"},"children":[]}],"metadata":""}]},"name":"slack"};
|
|
7
|
+
|
|
8
|
+
export default Slack;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const SmartFolder: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M7.134 3.38a1.846 1.846 0 0 1 1.943.368l4.476 4.218.012.013c.565.585.935 1.262.935 2.021 0 .76-.37 1.436-.935 2.021l-.012.013-4.476 4.218a1.846 1.846 0 0 1-1.943.37C6.527 16.384 6 15.804 6 15V5c0-.805.527-1.385 1.134-1.62Zm.544 1.397c-.133.051-.178.139-.178.223v10c0 .084.045.172.178.223a.346.346 0 0 0 .371-.064l4.449-4.192c.392-.41.502-.729.502-.967s-.11-.557-.502-.967L8.049 4.841a.347.347 0 0 0-.371-.064Z"},"children":[]}],"metadata":""}]},"name":"smart-folder"};
|
|
7
|
+
|
|
8
|
+
export default SmartFolder;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const Sort: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M3.97 8.03a.75.75 0 0 0 1.06 0l1.22-1.22V14a.75.75 0 0 0 1.5 0V6.81l1.22 1.22a.75.75 0 1 0 1.06-1.06l-2.5-2.5a.75.75 0 0 0-1.06 0l-2.5 2.5a.75.75 0 0 0 0 1.06ZM16.03 11.97a.75.75 0 0 0-1.06 0l-1.22 1.22V5.5a.75.75 0 0 0-1.5 0v7.69l-1.22-1.22a.75.75 0 0 0-1.06 1.06l2.5 2.5a.75.75 0 0 0 1.06 0l2.5-2.5a.75.75 0 0 0 0-1.06Z"},"children":[]}],"metadata":""}]},"name":"sort"};
|
|
7
|
+
|
|
8
|
+
export default Sort;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const SortOnBottom: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M3.5 4.5a1 1 0 0 0 0 2h8a1 1 0 1 0 0-2h-8Zm0 4.5a1 1 0 0 0 0 2h6a1 1 0 1 0 0-2h-6Zm-1 5.5a1 1 0 0 1 1-1h4a1 1 0 1 1 0 2h-4a1 1 0 0 1-1-1Zm15.22-2.28a.75.75 0 0 0-1.061 0l-1.22 1.22V7.75a.75.75 0 1 0-1.5 0v5.69l-1.22-1.22a.75.75 0 0 0-1.06 1.06l2.5 2.5a.75.75 0 0 0 1.06 0l2.5-2.5a.75.75 0 0 0 0-1.06Z"},"children":[]}],"metadata":""}]},"name":"sort-on-bottom"};
|
|
7
|
+
|
|
8
|
+
export default SortOnBottom;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const SortOnTop: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M3.5 15.5a1 1 0 1 1 0-2h8a1 1 0 1 1 0 2h-8Zm0-4.5a1 1 0 1 1 0-2h6a1 1 0 1 1 0 2h-6Zm-1-5.5a1 1 0 0 0 1 1h4a1 1 0 1 0 0-2h-4a1 1 0 0 0-1 1Zm15.22 2.28a.75.75 0 0 1-1.061 0l-1.22-1.22v5.69a.75.75 0 1 1-1.5 0V6.56l-1.22 1.22a.75.75 0 0 1-1.06-1.06l2.5-2.5a.75.75 0 0 1 1.06 0l2.5 2.5a.75.75 0 0 1 0 1.06Z"},"children":[]}],"metadata":""}]},"name":"sort-on-top"};
|
|
7
|
+
|
|
8
|
+
export default SortOnTop;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const Spinner: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M17.574 10.058a7.473 7.473 0 1 0-14.946 0h1.627a5.846 5.846 0 0 1 11.692 0h1.627Z"},"children":[{"type":"element","tagName":"animateTransform","properties":{"attributeType":"xml","attributeName":"transform","type":"rotate","from":"0 10 10","to":"360 10 10","dur":"0.5s","repeatCount":"indefinite"},"children":[]}]}],"metadata":""}]},"name":"spinner"};
|
|
7
|
+
|
|
8
|
+
export default Spinner;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const TypeBoolean: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"g","properties":{},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M14 8A5 5 0 1 1 4 8a5 5 0 0 1 10 0Zm-2 0a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M9 14.5c.406 0 .803-.037 1.188-.108a3 3 0 0 0 4.615-3.461 6.462 6.462 0 0 0 .684-2.515 5 5 0 1 1-7.904 5.929c.456.101.93.155 1.417.155Z"},"children":[]}]}],"metadata":""}]},"name":"type-boolean"};
|
|
7
|
+
|
|
8
|
+
export default TypeBoolean;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const TypeButton: 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":"M17.358 5.594C16.913 5.177 16.288 5 15.561 5H4.44c-.727 0-1.352.177-1.797.594C2.192 6.016 2 6.614 2 7.296v3.907c0 .683.191 1.281.642 1.703.445.417 1.07.594 1.797.594H10v-1.469l-5.561-.013c-.385 0-.585-.093-.69-.194-.101-.098-.188-.275-.188-.611V7.287c0-.336.087-.513.188-.61.105-.102.305-.195.69-.195H15.56c.379 0 .576.093.68.194.101.097.188.275.188.611V11H18V7.296c0-.682-.192-1.28-.642-1.702Zm-2.548 8.848 1.528 3.45c.063.128.008.278-.124.323l-.683.27a.264.264 0 0 1-.333-.143l-1.49-3.526-1.219 1.273c-.178.194-.497.082-.489-.18l.016-6.147c.007-.247.279-.351.458-.172l4.439 4.492c.186.195.054.464-.21.457l-1.893-.098Z"},"children":[]}],"metadata":""}]},"name":"type-button"};
|
|
7
|
+
|
|
8
|
+
export default TypeButton;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const TypeCheckbox: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"g","properties":{},"children":[{"type":"element","tagName":"path","properties":{"d":"M8.508 12.292a.833.833 0 0 0 1.184 0l3.4-3.4a.837.837 0 0 0-1.184-1.184L9.1 10.525 8.092 9.508a.837.837 0 1 0-1.184 1.184l1.6 1.6Z"},"children":[]},{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M2 4.5A2.5 2.5 0 0 1 4.5 2h11A2.5 2.5 0 0 1 18 4.5v11a2.5 2.5 0 0 1-2.5 2.5h-11A2.5 2.5 0 0 1 2 15.5v-11Zm1.714.214a1 1 0 0 1 1-1h10.572a1 1 0 0 1 1 1v10.572a1 1 0 0 1-1 1H4.714a1 1 0 0 1-1-1V4.714Z"},"children":[]}]}],"metadata":""}]},"name":"type-checkbox"};
|
|
7
|
+
|
|
8
|
+
export default TypeCheckbox;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const TypeDate: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M15.6 3.6H14v-.8a.8.8 0 0 0-1.6 0v.8H7.6v-.8a.8.8 0 0 0-1.6 0v.8H4.4A2.4 2.4 0 0 0 2 6v9.6A2.4 2.4 0 0 0 4.4 18h11.2a2.4 2.4 0 0 0 2.4-2.4V6a2.4 2.4 0 0 0-2.4-2.4Zm.8 12a.8.8 0 0 1-.8.8H4.4a.8.8 0 0 1-.8-.8V10h12.8v5.6Zm0-7.2H3.6V6a.8.8 0 0 1 .8-.8H6V6a.8.8 0 0 0 1.6 0v-.8h4.8V6A.8.8 0 0 0 14 6v-.8h1.6a.8.8 0 0 1 .8.8v2.4Z"},"children":[]}],"metadata":""}]},"name":"type-date"};
|
|
7
|
+
|
|
8
|
+
export default TypeDate;
|