@fibery/ui-kit 1.36.2 → 1.37.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/CHANGELOG.md +6 -0
- package/package.json +1 -1
- package/src/action-badge.tsx +5 -4
- package/src/actions-menu/actions-menu-confirmation.tsx +1 -12
- package/src/actions-menu/actions-menu-item.tsx +1 -1
- package/src/antd/ant-modal.tsx +17 -2
- package/src/antd/input.tsx +4 -3
- package/src/app-icon-with-fallback.tsx +5 -8
- package/src/app-icon-wrapper.tsx +4 -4
- package/src/appIcons.json +20 -0
- package/src/badge.tsx +14 -7
- package/src/beta-badge.tsx +12 -8
- package/src/button/actions-button-compact.tsx +1 -1
- package/src/button/base-button.tsx +2 -1
- package/src/button/button.tsx +89 -2
- package/src/button/icon-button.tsx +4 -2
- package/src/button/select-button.tsx +23 -8
- package/src/card-container.tsx +29 -65
- package/src/card-hidden-link.tsx +52 -0
- package/src/collapsible-section.tsx +13 -3
- package/src/color-picker/index.js +65 -60
- package/src/color-picker/swatch.tsx +28 -14
- package/src/command-menu/index.tsx +2 -2
- package/src/count-badge.tsx +57 -0
- package/src/date-picker/date-range-input.tsx +1 -1
- package/src/date-picker/fake-date-input.tsx +1 -1
- package/src/date-picker/relative-date-picker.tsx +1 -1
- package/src/date-picker/single-date-input.tsx +1 -1
- package/src/date-picker/utils.ts +9 -2
- package/src/design-system.ts +72 -41
- package/src/emoji-picker/emoji-picker-content-with-color.tsx +3 -9
- package/src/emoji-picker/icon-emoji-picker.tsx +75 -69
- package/src/emoji-picker/primitives/header.tsx +1 -0
- package/src/emoji-picker/primitives/search.tsx +12 -13
- package/src/error-alert/error-alert.tsx +19 -7
- package/src/field-app-icon.tsx +29 -0
- package/src/field-container.tsx +4 -2
- package/src/field-icon.tsx +26 -0
- package/src/field-type-icon.tsx +82 -0
- package/src/guide-link.tsx +4 -3
- package/src/hint.tsx +10 -1
- package/src/html-styles.ts +15 -13
- package/src/icons/ast/AiFiberyBuild.ts +8 -0
- package/src/icons/ast/Anthropic.ts +1 -1
- package/src/icons/ast/Apple.ts +8 -0
- package/src/icons/ast/ArrowBottom.ts +1 -1
- package/src/icons/ast/ArrowForward.ts +1 -1
- package/src/icons/ast/ArrowLeft.ts +1 -1
- package/src/icons/ast/ArrowRight.ts +1 -1
- package/src/icons/ast/ArrowTop.ts +1 -1
- package/src/icons/ast/Crosshair.ts +8 -0
- package/src/icons/ast/Document.ts +8 -0
- package/src/icons/ast/EntityCreate.ts +8 -0
- package/src/icons/ast/ExpandAll.ts +8 -0
- package/src/icons/ast/FiberyDesktopApp.ts +8 -0
- package/src/icons/ast/FileDownload.ts +8 -0
- package/src/icons/ast/GraduationCapFilled.ts +8 -0
- package/src/icons/ast/Home.ts +1 -1
- package/src/icons/ast/ImportFilled.ts +8 -0
- package/src/icons/ast/IntegrationsFilled.ts +8 -0
- package/src/icons/ast/LocationEdit.ts +8 -0
- package/src/icons/ast/MessagePlus.ts +8 -0
- package/src/icons/ast/OpenAi.ts +1 -1
- package/src/icons/ast/RicheditorMarkHighlight.ts +8 -0
- package/src/icons/ast/RicheditorMarkStrike.ts +1 -1
- package/src/icons/ast/RicheditorMarkUnderline.ts +1 -1
- package/src/icons/ast/SpaceApp.ts +8 -0
- package/src/icons/ast/SpaceGenerate.ts +8 -0
- package/src/icons/ast/SpaceScratch.ts +8 -0
- package/src/icons/ast/SpaceTemplate.ts +8 -0
- package/src/icons/ast/TableLayout.ts +8 -0
- package/src/icons/ast/TemplatesFilled.ts +8 -0
- package/src/icons/ast/ThumbsDown.ts +8 -0
- package/src/icons/ast/ThumbsUp.ts +8 -0
- package/src/icons/ast/ViewDashboard.ts +8 -0
- package/src/icons/ast/WarningTriangleFilled.ts +8 -0
- package/src/icons/ast/Windows.ts +8 -0
- package/src/icons/ast/index.tsx +25 -0
- package/src/icons/react/AiFiberyBuild.tsx +13 -0
- package/src/icons/react/Apple.tsx +13 -0
- package/src/icons/react/Crosshair.tsx +13 -0
- package/src/icons/react/Document.tsx +13 -0
- package/src/icons/react/EntityCreate.tsx +13 -0
- package/src/icons/react/ExpandAll.tsx +13 -0
- package/src/icons/react/FiberyDesktopApp.tsx +13 -0
- package/src/icons/react/FileDownload.tsx +13 -0
- package/src/icons/react/GraduationCapFilled.tsx +13 -0
- package/src/icons/react/ImportFilled.tsx +13 -0
- package/src/icons/react/IntegrationsFilled.tsx +13 -0
- package/src/icons/react/LocationEdit.tsx +13 -0
- package/src/icons/react/MessagePlus.tsx +13 -0
- package/src/icons/react/RicheditorMarkHighlight.tsx +13 -0
- package/src/icons/react/SpaceApp.tsx +13 -0
- package/src/icons/react/SpaceGenerate.tsx +13 -0
- package/src/icons/react/SpaceScratch.tsx +13 -0
- package/src/icons/react/SpaceTemplate.tsx +13 -0
- package/src/icons/react/TableLayout.tsx +13 -0
- package/src/icons/react/TemplatesFilled.tsx +13 -0
- package/src/icons/react/ThumbsDown.tsx +13 -0
- package/src/icons/react/ThumbsUp.tsx +13 -0
- package/src/icons/react/ViewDashboard.tsx +13 -0
- package/src/icons/react/WarningTriangleFilled.tsx +13 -0
- package/src/icons/react/Windows.tsx +13 -0
- package/src/icons/react/index.tsx +25 -0
- package/src/icons/svg/ai-fibery-build.svg +24 -0
- package/src/icons/svg/anthropic.svg +2 -14
- package/src/icons/svg/apple.svg +4 -0
- package/src/icons/svg/arrow-bottom.svg +1 -1
- package/src/icons/svg/arrow-forward.svg +1 -1
- package/src/icons/svg/arrow-left.svg +1 -1
- package/src/icons/svg/arrow-right.svg +1 -1
- package/src/icons/svg/arrow-top.svg +1 -1
- package/src/icons/svg/crosshair.svg +4 -0
- package/src/icons/svg/document.svg +4 -0
- package/src/icons/svg/entity-create.svg +3 -0
- package/src/icons/svg/expand-all.svg +3 -0
- package/src/icons/svg/fibery-desktop-app.svg +101 -0
- package/src/icons/svg/file-download.svg +4 -0
- package/src/icons/svg/go-to.svg +1 -3
- package/src/icons/svg/graduation-cap-filled.svg +4 -0
- package/src/icons/svg/home.svg +4 -2
- package/src/icons/svg/import-filled.svg +4 -0
- package/src/icons/svg/integrations-filled.svg +4 -0
- package/src/icons/svg/location-edit.svg +13 -0
- package/src/icons/svg/message-plus.svg +4 -0
- package/src/icons/svg/open-ai.svg +2 -7
- package/src/icons/svg/open-as-page.svg +2 -3
- package/src/icons/svg/richeditor/mark/code.svg +4 -5
- package/src/icons/svg/richeditor/mark/em.svg +3 -2
- package/src/icons/svg/richeditor/mark/highlight.svg +3 -0
- package/src/icons/svg/richeditor/mark/strike.svg +3 -2
- package/src/icons/svg/richeditor/mark/strong.svg +3 -2
- package/src/icons/svg/richeditor/mark/underline.svg +4 -2
- package/src/icons/svg/space-app.svg +3 -0
- package/src/icons/svg/space-generate.svg +3 -0
- package/src/icons/svg/space-scratch.svg +3 -0
- package/src/icons/svg/space-template.svg +3 -0
- package/src/icons/svg/table-layout.svg +3 -0
- package/src/icons/svg/templates-filled.svg +6 -0
- package/src/icons/svg/thumbs-down.svg +3 -0
- package/src/icons/svg/thumbs-up.svg +3 -0
- package/src/icons/svg/view-dashboard.svg +5 -0
- package/src/icons/svg/warning-triangle-filled.svg +3 -0
- package/src/icons/svg/windows.svg +15 -0
- package/src/integration-compact-info-button.tsx +3 -1
- package/src/layout-styles.ts +23 -0
- package/src/lists/list-row-surface.tsx +2 -1
- package/src/loaders.tsx +6 -6
- package/src/logo.tsx +16 -9
- package/src/mobile-styles.ts +2 -0
- package/src/new-badge.tsx +4 -7
- package/src/number-input/text-area-auto-sized.tsx +47 -0
- package/src/number-input/text-input-auto-sized.tsx +49 -0
- package/src/palette.ts +50 -50
- package/src/popup/index.tsx +1 -0
- package/src/rich-text-embed-error.tsx +2 -2
- package/src/select/{custom-select-partials → components}/menu.tsx +13 -7
- package/src/select/{custom-select-partials → components}/no-option-message.tsx +0 -1
- package/src/select/constants.ts +1 -0
- package/src/select/index.tsx +136 -145
- package/src/select/select-in-popover.tsx +101 -108
- package/src/select/styles.ts +60 -24
- package/src/shortcut-badge.tsx +1 -0
- package/src/tab-nav/tab-nav.tsx +12 -19
- package/src/theme-provider.tsx +9 -1
- package/src/tooltip-if-overflown.tsx +9 -3
- package/src/unit/index.tsx +9 -1
- package/src/unit/loading-unit-value.tsx +1 -0
- package/src/unit/maybe-unit-value.tsx +3 -3
- package/src/unit/primitive.tsx +58 -42
- package/src/unit/styles.ts +8 -12
- package/src/unit/types.ts +4 -2
- package/src/unit/unit-button-group.tsx +6 -11
- package/src/unit/unit-content.tsx +13 -5
- package/src/unit/unit-with-title.tsx +6 -1
- package/src/unit/unit-with-tooltip.tsx +24 -9
- package/src/use-is-phone.tsx +12 -0
- package/src/workflow-progress-icon.tsx +1 -1
- package/src/number-input/text-area-with-autosize.tsx +0 -91
- package/src/number-input/text-inline-input-with-autosize.tsx +0 -60
- package/src/use-is-phone.ts +0 -5
- /package/src/select/{custom-select-partials → components}/clear-indicator.tsx +0 -0
- /package/src/select/{custom-select-partials → components}/drop-down-indicator.tsx +0 -0
- /package/src/select/{custom-select-partials → components}/group-heading.tsx +0 -0
- /package/src/select/{custom-select-partials → components}/menu-list-virtualized.tsx +0 -0
- /package/src/select/{custom-select-partials → components}/option.tsx +0 -0
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
import { IconDefinition } from '../types';
|
|
5
5
|
|
|
6
|
-
const RicheditorMarkStrike: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"
|
|
6
|
+
const RicheditorMarkStrike: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M13.514 11.625a.751.751 0 0 1 .949.474c.117.352.182.735.192 1.14a3.813 3.813 0 0 1-1.108 2.812c-.9.92-2.253 1.449-3.715 1.449H9.83c-3.268 0-4.496-1.776-4.951-3.267a.75.75 0 1 1 1.435-.437C6.774 15.3 7.891 16 9.831 16c1.061 0 2.023-.363 2.642-.997a2.346 2.346 0 0 0 .682-1.729 2.406 2.406 0 0 0-.115-.7.75.75 0 0 1 .474-.95ZM9.83 2.5c1.19 0 3.343.368 4.385 2.834a.752.752 0 0 1-.399.983.752.752 0 0 1-.983-.399C12.295 4.645 11.285 4 9.83 4c-.602 0-1.934.212-2.663 1.014-.394.434-.552.982-.485 1.68.045.468.184 1.893 3.18 2.428.206.036.422.08.645.128h5.243a.75.75 0 0 1 0 1.5h-12a.75.75 0 0 1 0-1.5h2.67a3.579 3.579 0 0 1-1.23-2.413c-.108-1.109.192-2.088.868-2.831C7.387 2.543 9.584 2.5 9.83 2.5Z"},"children":[]}],"metadata":""}]},"name":"richeditor-mark-strike"};
|
|
7
7
|
|
|
8
8
|
export default RicheditorMarkStrike;
|
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
import { IconDefinition } from '../types';
|
|
5
5
|
|
|
6
|
-
const RicheditorMarkUnderline: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"
|
|
6
|
+
const RicheditorMarkUnderline: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"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","clipRule":"evenodd","d":"M14.5 17h-9v-1h9v1Z"},"children":[]}],"metadata":""}]},"name":"richeditor-mark-underline"};
|
|
7
7
|
|
|
8
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 SpaceApp: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M2 4.25A2.25 2.25 0 0 1 4.25 2H7a2.25 2.25 0 0 1 2.25 2.25V7A2.25 2.25 0 0 1 7 9.25H4.25A2.25 2.25 0 0 1 2 7V4.25Zm1.5 0a.75.75 0 0 1 .75-.75H7a.75.75 0 0 1 .75.75V7a.75.75 0 0 1-.75.75H4.25A.75.75 0 0 1 3.5 7V4.25Zm9.5 6.5A2.25 2.25 0 0 0 10.75 13v2.75A2.25 2.25 0 0 0 13 18h2.75A2.25 2.25 0 0 0 18 15.75V13a2.25 2.25 0 0 0-2.25-2.25H13Zm0 1.5a.75.75 0 0 0-.75.75v2.75c0 .414.336.75.75.75h2.75a.75.75 0 0 0 .75-.75V13a.75.75 0 0 0-.75-.75H13ZM7.195 10.9a2.22 2.22 0 0 0-3.14 0L2.15 12.805a2.22 2.22 0 0 0 0 3.14l1.905 1.905a2.22 2.22 0 0 0 3.14 0L9.1 15.945a2.22 2.22 0 0 0 0-3.14L7.195 10.9Zm-1.061 1.06a.72.72 0 0 0-1.018 0l-1.905 1.906a.72.72 0 0 0 0 1.018l1.905 1.905a.72.72 0 0 0 1.018 0l1.905-1.905a.72.72 0 0 0 0-1.018l-1.905-1.905ZM16.5 5.5a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm1.5 0a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0Z"},"children":[]}],"metadata":""}]},"name":"space-app"};
|
|
7
|
+
|
|
8
|
+
export default SpaceApp;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const SpaceGenerate: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M4.25 2A2.25 2.25 0 0 0 2 4.25V7a2.25 2.25 0 0 0 2.25 2.25H7A2.25 2.25 0 0 0 9.25 7V4.25A2.25 2.25 0 0 0 7 2H4.25Zm0 1.5a.75.75 0 0 0-.75.75V7c0 .414.336.75.75.75H7A.75.75 0 0 0 7.75 7V4.25A.75.75 0 0 0 7 3.5H4.25Zm-.195 7.4a2.22 2.22 0 0 1 3.14 0L9.1 12.805a2.22 2.22 0 0 1 0 3.14L7.195 17.85a2.22 2.22 0 0 1-3.14 0L2.15 15.945a2.22 2.22 0 0 1 0-3.14L4.055 10.9Zm1.061 1.06a.72.72 0 0 1 1.018 0l1.905 1.906a.72.72 0 0 1 0 1.018l-1.905 1.905a.72.72 0 0 1-1.018 0l-1.905-1.905a.72.72 0 0 1 0-1.018l1.905-1.905ZM14.5 7.5a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm0 1.5a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7Zm-.44 2.313a.464.464 0 0 1 .876-.007l.68 1.888a.37.37 0 0 0 .237.227l1.824.576a.461.461 0 0 1 .007.877l-1.83.614a.37.37 0 0 0-.232.23l-.684 1.971a.464.464 0 0 1-.879-.007l-.644-1.959a.37.37 0 0 0-.236-.236l-1.86-.612a.461.461 0 0 1 .007-.879l1.855-.575a.37.37 0 0 0 .24-.233l.64-1.875Z"},"children":[]}],"metadata":""}]},"name":"space-generate"};
|
|
7
|
+
|
|
8
|
+
export default SpaceGenerate;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const SpaceScratch: 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.36 7.75H7A.75.75 0 0 0 7.75 7v-.72h1.5V7A2.25 2.25 0 0 1 7 9.25h-.64v-1.5ZM3.5 6.28V7c0 .414.336.75.75.75h.61v1.5h-.61A2.25 2.25 0 0 1 2 7v-.72h1.5ZM4.86 3.5h-.61a.75.75 0 0 0-.75.75v.53H2v-.53A2.25 2.25 0 0 1 4.25 2h.61v1.5Zm1.5 0H7a.75.75 0 0 1 .75.75v.53h1.5v-.53A2.25 2.25 0 0 0 7 2h-.64v1.5Zm4.39 2.78V7A2.25 2.25 0 0 0 13 9.25h.62v-1.5H13a.75.75 0 0 1-.75-.75v-.72h-1.5Zm1.5-1.5h-1.5v-.53A2.25 2.25 0 0 1 13 2h.62v1.5H13a.75.75 0 0 0-.75.75v.53Zm4.25 0v-.53a.75.75 0 0 0-.75-.75h-.63V2h.63A2.25 2.25 0 0 1 18 4.25v.53h-1.5Zm-1.38 2.97h.63A.75.75 0 0 0 16.5 7v-.72H18V7a2.25 2.25 0 0 1-2.25 2.25h-.63v-1.5Zm-1.5 3H13A2.25 2.25 0 0 0 10.75 13v.67h1.5V13a.75.75 0 0 1 .75-.75h.62v-1.5Zm1.5 1.5v-1.5h.63A2.25 2.25 0 0 1 18 13v.67h-1.5V13a.75.75 0 0 0-.75-.75h-.63Zm0 4.25h.63a.75.75 0 0 0 .75-.75v-.58H18v.58A2.25 2.25 0 0 1 15.75 18h-.63v-1.5Zm-2.87-1.33v.58c0 .414.336.75.75.75h.62V18H13a2.25 2.25 0 0 1-2.25-2.25v-.58h1.5Zm-3-1.5V13A2.25 2.25 0 0 0 7 10.75h-.64v1.5H7a.75.75 0 0 1 .75.75v.67h1.5Zm-1.5 1.5h1.5v.58A2.25 2.25 0 0 1 7 18h-.64v-1.5H7a.75.75 0 0 0 .75-.75v-.58Zm-4.25 0v.58c0 .414.336.75.75.75h.61V18h-.61A2.25 2.25 0 0 1 2 15.75v-.58h1.5Zm1.36-2.92h-.61a.75.75 0 0 0-.75.75v.67H2V13a2.25 2.25 0 0 1 2.25-2.25h.61v1.5Z"},"children":[]}],"metadata":""}]},"name":"space-scratch"};
|
|
7
|
+
|
|
8
|
+
export default SpaceScratch;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const SpaceTemplate: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M2 4.75A2.75 2.75 0 0 1 4.75 2h10.5A2.75 2.75 0 0 1 18 4.75v10.5A2.75 2.75 0 0 1 15.25 18H4.75A2.75 2.75 0 0 1 2 15.25V4.75ZM4.75 3.5c-.69 0-1.25.56-1.25 1.25v10.5c0 .69.56 1.25 1.25 1.25h10.5c.69 0 1.25-.56 1.25-1.25V4.75c0-.69-.56-1.25-1.25-1.25H4.75Zm3.805 3.15a2.22 2.22 0 0 1 3.14 0L13.6 8.555a2.22 2.22 0 0 1 0 3.14L11.695 13.6a2.22 2.22 0 0 1-3.14 0L6.65 11.695a2.22 2.22 0 0 1 0-3.14L8.555 6.65Zm1.061 1.06a.72.72 0 0 1 1.018 0l1.905 1.906a.72.72 0 0 1 0 1.018l-1.905 1.905a.72.72 0 0 1-1.018 0l-1.905-1.905a.72.72 0 0 1 0-1.018l1.905-1.905Z"},"children":[]}],"metadata":""}]},"name":"space-template"};
|
|
7
|
+
|
|
8
|
+
export default SpaceTemplate;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const TableLayout: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"width":20,"height":20},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M3.875 2.969a.906.906 0 0 0-.906.906v3.531h4.437V2.97H3.875Zm0-1.688a2.594 2.594 0 0 0-2.594 2.594v12.25a2.594 2.594 0 0 0 2.594 2.594h12.25a2.593 2.593 0 0 0 2.594-2.594V3.875a2.594 2.594 0 0 0-2.594-2.594H3.875ZM9.094 2.97v4.437h7.937V3.875a.906.906 0 0 0-.906-.906H9.094ZM7.406 9.094H2.97v7.031a.906.906 0 0 0 .906.906h3.531V9.094Zm1.688 7.937V9.094h7.937v7.031a.906.906 0 0 1-.906.906H9.094Z"},"children":[]}],"metadata":""}]},"name":"table-layout"};
|
|
7
|
+
|
|
8
|
+
export default TableLayout;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const TemplatesFilled: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"width":20,"height":20},"children":[{"type":"element","tagName":"path","properties":{"d":"M6.944 2.222H4.167c-1.074 0-1.945.87-1.945 1.945v2.777c0 1.074.87 1.945 1.945 1.945h2.777c1.074 0 1.945-.87 1.945-1.944V4.166c0-1.074-.87-1.945-1.945-1.945ZM15.833 11.111h-2.778c-1.074 0-1.944.87-1.944 1.945v2.777c0 1.074.87 1.945 1.944 1.945h2.778c1.074 0 1.944-.87 1.944-1.945v-2.777c0-1.074-.87-1.945-1.944-1.945ZM14.444 9.167a3.611 3.611 0 1 0 0-7.223 3.611 3.611 0 0 0 0 7.223ZM5.556 18.056a3.611 3.611 0 1 0 0-7.223 3.611 3.611 0 0 0 0 7.223Z"},"children":[]}],"metadata":""}]},"name":"templates-filled"};
|
|
7
|
+
|
|
8
|
+
export default TemplatesFilled;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const ThumbsDown: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M5.25 3c.52 0 .984.228 1.305.587A2.736 2.736 0 0 1 8.25 3h5.71l.233.01a2.75 2.75 0 0 1 2.426 2.036l1.19 4.5.04.163A2.75 2.75 0 0 1 15.152 13h-3.326l.798 2.167.074.236a2.624 2.624 0 0 1-1.363 3.018.75.75 0 0 1-.902-.18l-4.265-4.937a2.764 2.764 0 0 1-.297-.42A1.743 1.743 0 0 1 5.25 13h-1.5A1.75 1.75 0 0 1 2 11.25v-6.5C2 3.784 2.784 3 3.75 3h1.5Zm3 1.5C7.56 4.5 7 5.06 7 5.75v5.5c0 .052-.003.103-.008.154a.757.757 0 0 1 .008.102c0 .3.108.59.304.817l3.785 4.383c.18-.263.244-.597.159-.919l-.032-.102-1.17-3.176a.75.75 0 0 1 .704-1.009h4.402a1.25 1.25 0 0 0 1.238-1.422l-.03-.148-1.191-4.5a1.25 1.25 0 0 0-1.103-.925l-.105-.005H8.25Zm-4.5 0a.25.25 0 0 0-.25.25v6.5c0 .138.112.25.25.25h1.5a.25.25 0 0 0 .25-.25v-6.5a.25.25 0 0 0-.25-.25h-1.5Z"},"children":[]}],"metadata":""}]},"name":"thumbs-down"};
|
|
7
|
+
|
|
8
|
+
export default ThumbsDown;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const ThumbsUp: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M10.523 1.67a.75.75 0 0 1 .812-.09l.217.12a2.624 2.624 0 0 1 1.146 2.897l-.074.236L11.826 7h3.326a2.75 2.75 0 0 1 2.697 3.291l-.04.163-1.19 4.5A2.75 2.75 0 0 1 13.961 17H8.25c-.64 0-1.228-.221-1.695-.588-.32.36-.785.588-1.305.588h-1.5A1.75 1.75 0 0 1 2 15.25v-6.5C2 7.784 2.784 7 3.75 7h1.5c.219 0 .428.042.621.115.085-.147.184-.287.297-.418l4.265-4.937.09-.09ZM3.75 8.5a.25.25 0 0 0-.25.25v6.5c0 .138.112.25.25.25h1.5a.25.25 0 0 0 .25-.25v-6.5a.25.25 0 0 0-.25-.25h-1.5Zm3.554-.823A1.253 1.253 0 0 0 7 8.494a.755.755 0 0 1-.008.1c.005.051.008.103.008.156v5.5l.007.128A1.25 1.25 0 0 0 8.25 15.5h5.71a1.25 1.25 0 0 0 1.209-.93l1.191-4.5.03-.148A1.25 1.25 0 0 0 15.152 8.5H10.75a.75.75 0 0 1-.704-1.009l1.17-3.177.032-.101c.085-.322.02-.656-.16-.92L7.305 7.677Z"},"children":[]}],"metadata":""}]},"name":"thumbs-up"};
|
|
7
|
+
|
|
8
|
+
export default ThumbsUp;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const ViewDashboard: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M9.5 11.5c.828 0 1.5.712 1.5 1.59v1.32c0 .878-.672 1.59-1.5 1.59h-3c-.828 0-1.5-.712-1.5-1.59v-1.32c0-.878.672-1.59 1.5-1.59h3ZM15.469 5.469C16.314 5.469 17 6.154 17 7v6c0 .846-.686 1.531-1.531 1.531h-1.5A1.531 1.531 0 0 1 12.438 13V7c0-.846.685-1.531 1.53-1.531h1.5ZM8.956 4c.853 0 1.544.672 1.544 1.5v3c0 .828-.691 1.5-1.544 1.5H4.544C3.691 10 3 9.328 3 8.5v-3C3 4.672 3.691 4 4.544 4h4.412Z"},"children":[]}],"metadata":""}]},"name":"view-dashboard"};
|
|
7
|
+
|
|
8
|
+
export default ViewDashboard;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const WarningTriangleFilled: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M18.892 14.558 12.183 2.892a2.5 2.5 0 0 0-4.366 0L1.15 14.558a2.5 2.5 0 0 0 2.133 3.775h13.434a2.5 2.5 0 0 0 2.175-3.775ZM10 6.667a.833.833 0 0 0-.833.833v3.333a.833.833 0 0 0 1.666 0V7.5A.834.834 0 0 0 10 6.667Zm-.463 6.807a.833.833 0 1 1 .926 1.385.833.833 0 0 1-.926-1.385Z"},"children":[]}],"metadata":""}]},"name":"warning-triangle-filled"};
|
|
7
|
+
|
|
8
|
+
export default WarningTriangleFilled;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const Windows: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"width":20,"height":20},"children":[{"type":"element","tagName":"g","properties":{"clipPath":"url(#Windows__a)"},"children":[{"type":"element","tagName":"mask","properties":{"id":"Windows__b","style":{"maskType":"luminance"},"maskUnits":"userSpaceOnUse","x":2,"y":2,"width":16,"height":16},"children":[{"type":"element","tagName":"path","properties":{"d":"M18 2H2v16h16V2Z"},"children":[]}]},{"type":"element","tagName":"g","properties":{"mask":"url(#Windows__b)"},"children":[{"type":"element","tagName":"path","properties":{"d":"M2 2h7.585v7.582H2V2Zm8.415 0H18v7.582h-7.585V2ZM2 10.415h7.585V18H2v-7.585Zm8.415 0H18V18h-7.585"},"children":[]}]}]},{"type":"element","tagName":"defs","properties":{},"children":[{"type":"element","tagName":"clipPath","properties":{"id":"Windows__a"},"children":[{"type":"element","tagName":"path","properties":{"transform":"translate(2 2)","d":"M0 0h16v16H0z"},"children":[]}]}]}],"metadata":""}]},"name":"windows"};
|
|
7
|
+
|
|
8
|
+
export default Windows;
|
package/src/icons/ast/index.tsx
CHANGED
|
@@ -13,6 +13,7 @@ export { default as AddReactions } from './AddReactions';
|
|
|
13
13
|
export { default as Add } from './Add';
|
|
14
14
|
export { default as AiAssistant } from './AiAssistant';
|
|
15
15
|
export { default as AiAvatar } from './AiAvatar';
|
|
16
|
+
export { default as AiFiberyBuild } from './AiFiberyBuild';
|
|
16
17
|
export { default as AiSearch } from './AiSearch';
|
|
17
18
|
export { default as AlertTriangle } from './AlertTriangle';
|
|
18
19
|
export { default as Anthropic } from './Anthropic';
|
|
@@ -26,6 +27,7 @@ export { default as App } from './App';
|
|
|
26
27
|
export { default as AppearanceAuto } from './AppearanceAuto';
|
|
27
28
|
export { default as AppearanceDark } from './AppearanceDark';
|
|
28
29
|
export { default as AppearanceLight } from './AppearanceLight';
|
|
30
|
+
export { default as Apple } from './Apple';
|
|
29
31
|
export { default as ArrowBarLeft } from './ArrowBarLeft';
|
|
30
32
|
export { default as ArrowBarRight } from './ArrowBarRight';
|
|
31
33
|
export { default as ArrowBottom } from './ArrowBottom';
|
|
@@ -82,6 +84,7 @@ export { default as Copy } from './Copy';
|
|
|
82
84
|
export { default as Create } from './Create';
|
|
83
85
|
export { default as CreditsFilled } from './CreditsFilled';
|
|
84
86
|
export { default as CrossCircle } from './CrossCircle';
|
|
87
|
+
export { default as Crosshair } from './Crosshair';
|
|
85
88
|
export { default as Csv } from './Csv';
|
|
86
89
|
export { default as DatabaseOff } from './DatabaseOff';
|
|
87
90
|
export { default as DatabaseStroke } from './DatabaseStroke';
|
|
@@ -90,6 +93,7 @@ export { default as DateRange } from './DateRange';
|
|
|
90
93
|
export { default as Delete } from './Delete';
|
|
91
94
|
export { default as Demo } from './Demo';
|
|
92
95
|
export { default as Dependency } from './Dependency';
|
|
96
|
+
export { default as Document } from './Document';
|
|
93
97
|
export { default as DoubleArrowLeft } from './DoubleArrowLeft';
|
|
94
98
|
export { default as DoubleArrowRight } from './DoubleArrowRight';
|
|
95
99
|
export { default as DragBlockHandleSingle } from './DragBlockHandleSingle';
|
|
@@ -100,8 +104,10 @@ export { default as DynamicFilterValue } from './DynamicFilterValue';
|
|
|
100
104
|
export { default as EditValue } from './EditValue';
|
|
101
105
|
export { default as Email } from './Email';
|
|
102
106
|
export { default as EmojiDelete } from './EmojiDelete';
|
|
107
|
+
export { default as EntityCreate } from './EntityCreate';
|
|
103
108
|
export { default as EntityMerge } from './EntityMerge';
|
|
104
109
|
export { default as Equation } from './Equation';
|
|
110
|
+
export { default as ExpandAll } from './ExpandAll';
|
|
105
111
|
export { default as Export } from './Export';
|
|
106
112
|
export { default as ExtensionAssignments } from './ExtensionAssignments';
|
|
107
113
|
export { default as ExtensionAvatar } from './ExtensionAvatar';
|
|
@@ -113,10 +119,12 @@ export { default as Eye } from './Eye';
|
|
|
113
119
|
export { default as FavoritesChecked } from './FavoritesChecked';
|
|
114
120
|
export { default as FavoritesOff } from './FavoritesOff';
|
|
115
121
|
export { default as Favorites } from './Favorites';
|
|
122
|
+
export { default as FiberyDesktopApp } from './FiberyDesktopApp';
|
|
116
123
|
export { default as FiberyMono } from './FiberyMono';
|
|
117
124
|
export { default as FieldUnit } from './FieldUnit';
|
|
118
125
|
export { default as Fields } from './Fields';
|
|
119
126
|
export { default as Figma } from './Figma';
|
|
127
|
+
export { default as FileDownload } from './FileDownload';
|
|
120
128
|
export { default as FileUpload } from './FileUpload';
|
|
121
129
|
export { default as Filter } from './Filter';
|
|
122
130
|
export { default as FitToScreen } from './FitToScreen';
|
|
@@ -136,6 +144,7 @@ export { default as Globe } from './Globe';
|
|
|
136
144
|
export { default as GoTo } from './GoTo';
|
|
137
145
|
export { default as GoogleDrive } from './GoogleDrive';
|
|
138
146
|
export { default as GoogleMap } from './GoogleMap';
|
|
147
|
+
export { default as GraduationCapFilled } from './GraduationCapFilled';
|
|
139
148
|
export { default as HeadphonesAi } from './HeadphonesAi';
|
|
140
149
|
export { default as Headphones } from './Headphones';
|
|
141
150
|
export { default as Hide } from './Hide';
|
|
@@ -143,10 +152,12 @@ export { default as Highlights } from './Highlights';
|
|
|
143
152
|
export { default as Hint } from './Hint';
|
|
144
153
|
export { default as Home } from './Home';
|
|
145
154
|
export { default as ImageXmark } from './ImageXmark';
|
|
155
|
+
export { default as ImportFilled } from './ImportFilled';
|
|
146
156
|
export { default as Import } from './Import';
|
|
147
157
|
export { default as InfoCircleFilled } from './InfoCircleFilled';
|
|
148
158
|
export { default as InfoCircle } from './InfoCircle';
|
|
149
159
|
export { default as Integration } from './Integration';
|
|
160
|
+
export { default as IntegrationsFilled } from './IntegrationsFilled';
|
|
150
161
|
export { default as IntegrationsIntegrationDiscourseColor } from './IntegrationsIntegrationDiscourseColor';
|
|
151
162
|
export { default as IntegrationsIntegrationIntercomColor } from './IntegrationsIntegrationIntercomColor';
|
|
152
163
|
export { default as IntegrationsIntegrationSlackColor } from './IntegrationsIntegrationSlackColor';
|
|
@@ -164,6 +175,7 @@ export { default as LevelPlus } from './LevelPlus';
|
|
|
164
175
|
export { default as Levels } from './Levels';
|
|
165
176
|
export { default as LineDivider } from './LineDivider';
|
|
166
177
|
export { default as Link } from './Link';
|
|
178
|
+
export { default as LocationEdit } from './LocationEdit';
|
|
167
179
|
export { default as LockOutline } from './LockOutline';
|
|
168
180
|
export { default as Lock } from './Lock';
|
|
169
181
|
export { default as Logout } from './Logout';
|
|
@@ -176,6 +188,7 @@ export { default as MapMode } from './MapMode';
|
|
|
176
188
|
export { default as Markdown } from './Markdown';
|
|
177
189
|
export { default as MenuCollapser } from './MenuCollapser';
|
|
178
190
|
export { default as MessagePlusSquare } from './MessagePlusSquare';
|
|
191
|
+
export { default as MessagePlus } from './MessagePlus';
|
|
179
192
|
export { default as Milestones } from './Milestones';
|
|
180
193
|
export { default as Minus } from './Minus';
|
|
181
194
|
export { default as Miro } from './Miro';
|
|
@@ -257,6 +270,7 @@ export { default as RicheditorListOrdered } from './RicheditorListOrdered';
|
|
|
257
270
|
export { default as RicheditorListUnindent } from './RicheditorListUnindent';
|
|
258
271
|
export { default as RicheditorMarkCode } from './RicheditorMarkCode';
|
|
259
272
|
export { default as RicheditorMarkEm } from './RicheditorMarkEm';
|
|
273
|
+
export { default as RicheditorMarkHighlight } from './RicheditorMarkHighlight';
|
|
260
274
|
export { default as RicheditorMarkStrike } from './RicheditorMarkStrike';
|
|
261
275
|
export { default as RicheditorMarkStrong } from './RicheditorMarkStrong';
|
|
262
276
|
export { default as RicheditorMarkTextBackgroundColor } from './RicheditorMarkTextBackgroundColor';
|
|
@@ -295,16 +309,24 @@ export { default as SmartFolder } from './SmartFolder';
|
|
|
295
309
|
export { default as SortOnBottom } from './SortOnBottom';
|
|
296
310
|
export { default as SortOnTop } from './SortOnTop';
|
|
297
311
|
export { default as Sort } from './Sort';
|
|
312
|
+
export { default as SpaceApp } from './SpaceApp';
|
|
313
|
+
export { default as SpaceGenerate } from './SpaceGenerate';
|
|
298
314
|
export { default as SpaceList } from './SpaceList';
|
|
315
|
+
export { default as SpaceScratch } from './SpaceScratch';
|
|
316
|
+
export { default as SpaceTemplate } from './SpaceTemplate';
|
|
299
317
|
export { default as Spinner } from './Spinner';
|
|
300
318
|
export { default as Success } from './Success';
|
|
301
319
|
export { default as SuggestIntegration } from './SuggestIntegration';
|
|
320
|
+
export { default as TableLayout } from './TableLayout';
|
|
302
321
|
export { default as Template } from './Template';
|
|
322
|
+
export { default as TemplatesFilled } from './TemplatesFilled';
|
|
303
323
|
export { default as Templates } from './Templates';
|
|
304
324
|
export { default as Terminal } from './Terminal';
|
|
305
325
|
export { default as TextToolAlignBottom } from './TextToolAlignBottom';
|
|
306
326
|
export { default as TextToolAlignMiddle } from './TextToolAlignMiddle';
|
|
307
327
|
export { default as TextToolAlignTop } from './TextToolAlignTop';
|
|
328
|
+
export { default as ThumbsDown } from './ThumbsDown';
|
|
329
|
+
export { default as ThumbsUp } from './ThumbsUp';
|
|
308
330
|
export { default as Twitter } from './Twitter';
|
|
309
331
|
export { default as TypeBoolean } from './TypeBoolean';
|
|
310
332
|
export { default as TypeButton } from './TypeButton';
|
|
@@ -355,6 +377,7 @@ export { default as ViewBoard } from './ViewBoard';
|
|
|
355
377
|
export { default as ViewCalendar } from './ViewCalendar';
|
|
356
378
|
export { default as ViewCanvas } from './ViewCanvas';
|
|
357
379
|
export { default as ViewChart } from './ViewChart';
|
|
380
|
+
export { default as ViewDashboard } from './ViewDashboard';
|
|
358
381
|
export { default as ViewDetails } from './ViewDetails';
|
|
359
382
|
export { default as ViewDocument } from './ViewDocument';
|
|
360
383
|
export { default as ViewFeed } from './ViewFeed';
|
|
@@ -366,8 +389,10 @@ export { default as ViewPage } from './ViewPage';
|
|
|
366
389
|
export { default as ViewTable } from './ViewTable';
|
|
367
390
|
export { default as ViewTimeline } from './ViewTimeline';
|
|
368
391
|
export { default as Views } from './Views';
|
|
392
|
+
export { default as WarningTriangleFilled } from './WarningTriangleFilled';
|
|
369
393
|
export { default as WarningTriangle } from './WarningTriangle';
|
|
370
394
|
export { default as Warning } from './Warning';
|
|
395
|
+
export { default as Windows } from './Windows';
|
|
371
396
|
export { default as WorkspaceMap } from './WorkspaceMap';
|
|
372
397
|
export { default as Youtube } from './Youtube';
|
|
373
398
|
export { default as ZoomIn } from './ZoomIn';
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
|
|
3
|
+
import {forwardRef} from 'react';
|
|
4
|
+
import AiFiberyBuildSvg from '../ast/AiFiberyBuild';
|
|
5
|
+
import { Icon } from '../Icon';
|
|
6
|
+
import { IconBaseProps } from '../types';
|
|
7
|
+
|
|
8
|
+
const AiFiberyBuild = forwardRef<SVGSVGElement, IconBaseProps>(function AiFiberyBuild(
|
|
9
|
+
props: IconBaseProps,
|
|
10
|
+
ref: React.Ref<SVGSVGElement>
|
|
11
|
+
) {return <Icon {...props} className={props.className} ref={ref} icon={AiFiberyBuildSvg} />});
|
|
12
|
+
|
|
13
|
+
export default AiFiberyBuild;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
|
|
3
|
+
import {forwardRef} from 'react';
|
|
4
|
+
import AppleSvg from '../ast/Apple';
|
|
5
|
+
import { Icon } from '../Icon';
|
|
6
|
+
import { IconBaseProps } from '../types';
|
|
7
|
+
|
|
8
|
+
const Apple = forwardRef<SVGSVGElement, IconBaseProps>(function Apple(
|
|
9
|
+
props: IconBaseProps,
|
|
10
|
+
ref: React.Ref<SVGSVGElement>
|
|
11
|
+
) {return <Icon {...props} className={props.className} ref={ref} icon={AppleSvg} />});
|
|
12
|
+
|
|
13
|
+
export default Apple;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
|
|
3
|
+
import {forwardRef} from 'react';
|
|
4
|
+
import CrosshairSvg from '../ast/Crosshair';
|
|
5
|
+
import { Icon } from '../Icon';
|
|
6
|
+
import { IconBaseProps } from '../types';
|
|
7
|
+
|
|
8
|
+
const Crosshair = forwardRef<SVGSVGElement, IconBaseProps>(function Crosshair(
|
|
9
|
+
props: IconBaseProps,
|
|
10
|
+
ref: React.Ref<SVGSVGElement>
|
|
11
|
+
) {return <Icon {...props} className={props.className} ref={ref} icon={CrosshairSvg} />});
|
|
12
|
+
|
|
13
|
+
export default Crosshair;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
|
|
3
|
+
import {forwardRef} from 'react';
|
|
4
|
+
import DocumentSvg from '../ast/Document';
|
|
5
|
+
import { Icon } from '../Icon';
|
|
6
|
+
import { IconBaseProps } from '../types';
|
|
7
|
+
|
|
8
|
+
const Document = forwardRef<SVGSVGElement, IconBaseProps>(function Document(
|
|
9
|
+
props: IconBaseProps,
|
|
10
|
+
ref: React.Ref<SVGSVGElement>
|
|
11
|
+
) {return <Icon {...props} className={props.className} ref={ref} icon={DocumentSvg} />});
|
|
12
|
+
|
|
13
|
+
export default Document;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
|
|
3
|
+
import {forwardRef} from 'react';
|
|
4
|
+
import EntityCreateSvg from '../ast/EntityCreate';
|
|
5
|
+
import { Icon } from '../Icon';
|
|
6
|
+
import { IconBaseProps } from '../types';
|
|
7
|
+
|
|
8
|
+
const EntityCreate = forwardRef<SVGSVGElement, IconBaseProps>(function EntityCreate(
|
|
9
|
+
props: IconBaseProps,
|
|
10
|
+
ref: React.Ref<SVGSVGElement>
|
|
11
|
+
) {return <Icon {...props} className={props.className} ref={ref} icon={EntityCreateSvg} />});
|
|
12
|
+
|
|
13
|
+
export default EntityCreate;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
|
|
3
|
+
import {forwardRef} from 'react';
|
|
4
|
+
import ExpandAllSvg from '../ast/ExpandAll';
|
|
5
|
+
import { Icon } from '../Icon';
|
|
6
|
+
import { IconBaseProps } from '../types';
|
|
7
|
+
|
|
8
|
+
const ExpandAll = forwardRef<SVGSVGElement, IconBaseProps>(function ExpandAll(
|
|
9
|
+
props: IconBaseProps,
|
|
10
|
+
ref: React.Ref<SVGSVGElement>
|
|
11
|
+
) {return <Icon {...props} className={props.className} ref={ref} icon={ExpandAllSvg} />});
|
|
12
|
+
|
|
13
|
+
export default ExpandAll;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
|
|
3
|
+
import {forwardRef} from 'react';
|
|
4
|
+
import FiberyDesktopAppSvg from '../ast/FiberyDesktopApp';
|
|
5
|
+
import { Icon } from '../Icon';
|
|
6
|
+
import { IconBaseProps } from '../types';
|
|
7
|
+
|
|
8
|
+
const FiberyDesktopApp = forwardRef<SVGSVGElement, IconBaseProps>(function FiberyDesktopApp(
|
|
9
|
+
props: IconBaseProps,
|
|
10
|
+
ref: React.Ref<SVGSVGElement>
|
|
11
|
+
) {return <Icon {...props} className={props.className} ref={ref} icon={FiberyDesktopAppSvg} />});
|
|
12
|
+
|
|
13
|
+
export default FiberyDesktopApp;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
|
|
3
|
+
import {forwardRef} from 'react';
|
|
4
|
+
import FileDownloadSvg from '../ast/FileDownload';
|
|
5
|
+
import { Icon } from '../Icon';
|
|
6
|
+
import { IconBaseProps } from '../types';
|
|
7
|
+
|
|
8
|
+
const FileDownload = forwardRef<SVGSVGElement, IconBaseProps>(function FileDownload(
|
|
9
|
+
props: IconBaseProps,
|
|
10
|
+
ref: React.Ref<SVGSVGElement>
|
|
11
|
+
) {return <Icon {...props} className={props.className} ref={ref} icon={FileDownloadSvg} />});
|
|
12
|
+
|
|
13
|
+
export default FileDownload;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
|
|
3
|
+
import {forwardRef} from 'react';
|
|
4
|
+
import GraduationCapFilledSvg from '../ast/GraduationCapFilled';
|
|
5
|
+
import { Icon } from '../Icon';
|
|
6
|
+
import { IconBaseProps } from '../types';
|
|
7
|
+
|
|
8
|
+
const GraduationCapFilled = forwardRef<SVGSVGElement, IconBaseProps>(function GraduationCapFilled(
|
|
9
|
+
props: IconBaseProps,
|
|
10
|
+
ref: React.Ref<SVGSVGElement>
|
|
11
|
+
) {return <Icon {...props} className={props.className} ref={ref} icon={GraduationCapFilledSvg} />});
|
|
12
|
+
|
|
13
|
+
export default GraduationCapFilled;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
|
|
3
|
+
import {forwardRef} from 'react';
|
|
4
|
+
import ImportFilledSvg from '../ast/ImportFilled';
|
|
5
|
+
import { Icon } from '../Icon';
|
|
6
|
+
import { IconBaseProps } from '../types';
|
|
7
|
+
|
|
8
|
+
const ImportFilled = forwardRef<SVGSVGElement, IconBaseProps>(function ImportFilled(
|
|
9
|
+
props: IconBaseProps,
|
|
10
|
+
ref: React.Ref<SVGSVGElement>
|
|
11
|
+
) {return <Icon {...props} className={props.className} ref={ref} icon={ImportFilledSvg} />});
|
|
12
|
+
|
|
13
|
+
export default ImportFilled;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
|
|
3
|
+
import {forwardRef} from 'react';
|
|
4
|
+
import IntegrationsFilledSvg from '../ast/IntegrationsFilled';
|
|
5
|
+
import { Icon } from '../Icon';
|
|
6
|
+
import { IconBaseProps } from '../types';
|
|
7
|
+
|
|
8
|
+
const IntegrationsFilled = forwardRef<SVGSVGElement, IconBaseProps>(function IntegrationsFilled(
|
|
9
|
+
props: IconBaseProps,
|
|
10
|
+
ref: React.Ref<SVGSVGElement>
|
|
11
|
+
) {return <Icon {...props} className={props.className} ref={ref} icon={IntegrationsFilledSvg} />});
|
|
12
|
+
|
|
13
|
+
export default IntegrationsFilled;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
|
|
3
|
+
import {forwardRef} from 'react';
|
|
4
|
+
import LocationEditSvg from '../ast/LocationEdit';
|
|
5
|
+
import { Icon } from '../Icon';
|
|
6
|
+
import { IconBaseProps } from '../types';
|
|
7
|
+
|
|
8
|
+
const LocationEdit = forwardRef<SVGSVGElement, IconBaseProps>(function LocationEdit(
|
|
9
|
+
props: IconBaseProps,
|
|
10
|
+
ref: React.Ref<SVGSVGElement>
|
|
11
|
+
) {return <Icon {...props} className={props.className} ref={ref} icon={LocationEditSvg} />});
|
|
12
|
+
|
|
13
|
+
export default LocationEdit;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
|
|
3
|
+
import {forwardRef} from 'react';
|
|
4
|
+
import MessagePlusSvg from '../ast/MessagePlus';
|
|
5
|
+
import { Icon } from '../Icon';
|
|
6
|
+
import { IconBaseProps } from '../types';
|
|
7
|
+
|
|
8
|
+
const MessagePlus = forwardRef<SVGSVGElement, IconBaseProps>(function MessagePlus(
|
|
9
|
+
props: IconBaseProps,
|
|
10
|
+
ref: React.Ref<SVGSVGElement>
|
|
11
|
+
) {return <Icon {...props} className={props.className} ref={ref} icon={MessagePlusSvg} />});
|
|
12
|
+
|
|
13
|
+
export default MessagePlus;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
|
|
3
|
+
import {forwardRef} from 'react';
|
|
4
|
+
import RicheditorMarkHighlightSvg from '../ast/RicheditorMarkHighlight';
|
|
5
|
+
import { Icon } from '../Icon';
|
|
6
|
+
import { IconBaseProps } from '../types';
|
|
7
|
+
|
|
8
|
+
const RicheditorMarkHighlight = forwardRef<SVGSVGElement, IconBaseProps>(function RicheditorMarkHighlight(
|
|
9
|
+
props: IconBaseProps,
|
|
10
|
+
ref: React.Ref<SVGSVGElement>
|
|
11
|
+
) {return <Icon {...props} className={props.className} ref={ref} icon={RicheditorMarkHighlightSvg} />});
|
|
12
|
+
|
|
13
|
+
export default RicheditorMarkHighlight;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
|
|
3
|
+
import {forwardRef} from 'react';
|
|
4
|
+
import SpaceAppSvg from '../ast/SpaceApp';
|
|
5
|
+
import { Icon } from '../Icon';
|
|
6
|
+
import { IconBaseProps } from '../types';
|
|
7
|
+
|
|
8
|
+
const SpaceApp = forwardRef<SVGSVGElement, IconBaseProps>(function SpaceApp(
|
|
9
|
+
props: IconBaseProps,
|
|
10
|
+
ref: React.Ref<SVGSVGElement>
|
|
11
|
+
) {return <Icon {...props} className={props.className} ref={ref} icon={SpaceAppSvg} />});
|
|
12
|
+
|
|
13
|
+
export default SpaceApp;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
|
|
3
|
+
import {forwardRef} from 'react';
|
|
4
|
+
import SpaceGenerateSvg from '../ast/SpaceGenerate';
|
|
5
|
+
import { Icon } from '../Icon';
|
|
6
|
+
import { IconBaseProps } from '../types';
|
|
7
|
+
|
|
8
|
+
const SpaceGenerate = forwardRef<SVGSVGElement, IconBaseProps>(function SpaceGenerate(
|
|
9
|
+
props: IconBaseProps,
|
|
10
|
+
ref: React.Ref<SVGSVGElement>
|
|
11
|
+
) {return <Icon {...props} className={props.className} ref={ref} icon={SpaceGenerateSvg} />});
|
|
12
|
+
|
|
13
|
+
export default SpaceGenerate;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
|
|
3
|
+
import {forwardRef} from 'react';
|
|
4
|
+
import SpaceScratchSvg from '../ast/SpaceScratch';
|
|
5
|
+
import { Icon } from '../Icon';
|
|
6
|
+
import { IconBaseProps } from '../types';
|
|
7
|
+
|
|
8
|
+
const SpaceScratch = forwardRef<SVGSVGElement, IconBaseProps>(function SpaceScratch(
|
|
9
|
+
props: IconBaseProps,
|
|
10
|
+
ref: React.Ref<SVGSVGElement>
|
|
11
|
+
) {return <Icon {...props} className={props.className} ref={ref} icon={SpaceScratchSvg} />});
|
|
12
|
+
|
|
13
|
+
export default SpaceScratch;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
|
|
3
|
+
import {forwardRef} from 'react';
|
|
4
|
+
import SpaceTemplateSvg from '../ast/SpaceTemplate';
|
|
5
|
+
import { Icon } from '../Icon';
|
|
6
|
+
import { IconBaseProps } from '../types';
|
|
7
|
+
|
|
8
|
+
const SpaceTemplate = forwardRef<SVGSVGElement, IconBaseProps>(function SpaceTemplate(
|
|
9
|
+
props: IconBaseProps,
|
|
10
|
+
ref: React.Ref<SVGSVGElement>
|
|
11
|
+
) {return <Icon {...props} className={props.className} ref={ref} icon={SpaceTemplateSvg} />});
|
|
12
|
+
|
|
13
|
+
export default SpaceTemplate;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
|
|
3
|
+
import {forwardRef} from 'react';
|
|
4
|
+
import TableLayoutSvg from '../ast/TableLayout';
|
|
5
|
+
import { Icon } from '../Icon';
|
|
6
|
+
import { IconBaseProps } from '../types';
|
|
7
|
+
|
|
8
|
+
const TableLayout = forwardRef<SVGSVGElement, IconBaseProps>(function TableLayout(
|
|
9
|
+
props: IconBaseProps,
|
|
10
|
+
ref: React.Ref<SVGSVGElement>
|
|
11
|
+
) {return <Icon {...props} className={props.className} ref={ref} icon={TableLayoutSvg} />});
|
|
12
|
+
|
|
13
|
+
export default TableLayout;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
|
|
3
|
+
import {forwardRef} from 'react';
|
|
4
|
+
import TemplatesFilledSvg from '../ast/TemplatesFilled';
|
|
5
|
+
import { Icon } from '../Icon';
|
|
6
|
+
import { IconBaseProps } from '../types';
|
|
7
|
+
|
|
8
|
+
const TemplatesFilled = forwardRef<SVGSVGElement, IconBaseProps>(function TemplatesFilled(
|
|
9
|
+
props: IconBaseProps,
|
|
10
|
+
ref: React.Ref<SVGSVGElement>
|
|
11
|
+
) {return <Icon {...props} className={props.className} ref={ref} icon={TemplatesFilledSvg} />});
|
|
12
|
+
|
|
13
|
+
export default TemplatesFilled;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
|
|
3
|
+
import {forwardRef} from 'react';
|
|
4
|
+
import ThumbsDownSvg from '../ast/ThumbsDown';
|
|
5
|
+
import { Icon } from '../Icon';
|
|
6
|
+
import { IconBaseProps } from '../types';
|
|
7
|
+
|
|
8
|
+
const ThumbsDown = forwardRef<SVGSVGElement, IconBaseProps>(function ThumbsDown(
|
|
9
|
+
props: IconBaseProps,
|
|
10
|
+
ref: React.Ref<SVGSVGElement>
|
|
11
|
+
) {return <Icon {...props} className={props.className} ref={ref} icon={ThumbsDownSvg} />});
|
|
12
|
+
|
|
13
|
+
export default ThumbsDown;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
|
|
3
|
+
import {forwardRef} from 'react';
|
|
4
|
+
import ThumbsUpSvg from '../ast/ThumbsUp';
|
|
5
|
+
import { Icon } from '../Icon';
|
|
6
|
+
import { IconBaseProps } from '../types';
|
|
7
|
+
|
|
8
|
+
const ThumbsUp = forwardRef<SVGSVGElement, IconBaseProps>(function ThumbsUp(
|
|
9
|
+
props: IconBaseProps,
|
|
10
|
+
ref: React.Ref<SVGSVGElement>
|
|
11
|
+
) {return <Icon {...props} className={props.className} ref={ref} icon={ThumbsUpSvg} />});
|
|
12
|
+
|
|
13
|
+
export default ThumbsUp;
|