@fibery/ui-kit 1.36.1 → 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 +15 -0
- package/package.json +3 -3
- package/scripts/generate-icons.mjs +15 -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 +3 -3
- package/src/actions-menu/actions-menu-sub-command-menu.tsx +3 -0
- 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 +21 -0
- package/src/button/actions-button-compact.tsx +1 -1
- package/src/button/base-button.tsx +4 -3
- 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 +16 -11
- package/src/command-menu/nested-command-menu.tsx +8 -1
- package/src/context-menu/index.tsx +3 -3
- 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 +85 -50
- package/src/dropdown-menu/index.tsx +1 -1
- 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/format-date-from-now.ts +1 -1
- 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 +8 -0
- 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/Csv.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/FiberyMono.ts +1 -1
- 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 +8 -0
- 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/SpaceList.ts +8 -0
- package/src/icons/ast/SpaceScratch.ts +8 -0
- package/src/icons/ast/SpaceTemplate.ts +8 -0
- package/src/icons/ast/SuggestIntegration.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 +30 -0
- package/src/icons/react/AiFiberyBuild.tsx +13 -0
- package/src/icons/react/Anthropic.tsx +13 -0
- package/src/icons/react/Apple.tsx +13 -0
- package/src/icons/react/Crosshair.tsx +13 -0
- package/src/icons/react/Csv.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/OpenAi.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/SpaceList.tsx +13 -0
- package/src/icons/react/SpaceScratch.tsx +13 -0
- package/src/icons/react/SpaceTemplate.tsx +13 -0
- package/src/icons/react/SuggestIntegration.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 +30 -0
- package/src/icons/svg/ai-fibery-build.svg +24 -0
- package/src/icons/svg/anthropic.svg +3 -0
- 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/csv.svg +3 -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/fibery-mono.svg +6 -1
- 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 +3 -0
- 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-list.svg +4 -0
- package/src/icons/svg/space-scratch.svg +3 -0
- package/src/icons/svg/space-template.svg +3 -0
- package/src/icons/svg/suggest-integration.svg +4 -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/icons/types.ts +2 -2
- 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 +23 -48
- package/src/mobile-styles.ts +2 -0
- package/src/new-badge.tsx +5 -6
- 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 +103 -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/toast/utils/toastify-item-name.ts +1 -1
- package/src/tooltip-if-overflown.tsx +9 -3
- package/src/type-badge-box.tsx +4 -2
- package/src/type-badge.tsx +20 -12
- 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 +60 -41
- package/src/unit/styles.ts +12 -12
- package/src/unit/types.ts +5 -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
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const GraduationCapFilled: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"width":20,"height":20},"children":[{"type":"element","tagName":"path","properties":{"d":"M11.654 13.767c-.51.262-1.083.4-1.654.4a3.635 3.635 0 0 1-1.654-.402l-4.457-2.293v4.085c0 2.005 3.075 3.055 6.111 3.055 3.037 0 6.111-1.05 6.111-3.055v-4.085l-4.457 2.295Z"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M18.577 10.251c-.029-.895.062-1.79.24-2.669.02-.144.072-.212.072-.499a1.77 1.77 0 0 0-.962-1.578L10.89 1.882a1.95 1.95 0 0 0-1.782 0L2.074 5.506c-.594.305-.963.91-.963 1.577 0 .668.37 1.274.963 1.58l7.035 3.62a1.947 1.947 0 0 0 1.782 0l6.057-3.117c-.021.378-.05.757-.038 1.137.027.858.14 1.718.335 2.557a.833.833 0 1 0 1.623-.375 11.566 11.566 0 0 1-.291-2.234Z"},"children":[]}],"metadata":""}]},"name":"graduation-cap-filled"};
|
|
7
|
+
|
|
8
|
+
export default GraduationCapFilled;
|
package/src/icons/ast/Home.ts
CHANGED
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
import { IconDefinition } from '../types';
|
|
5
5
|
|
|
6
|
-
const Home: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"
|
|
6
|
+
const Home: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M16 7.541a.33.33 0 0 0-.13-.263l-5.67-4.31a.33.33 0 0 0-.353-.029l-.046.03-5.67 4.31A.33.33 0 0 0 4 7.54v7.834c0 .78.631 1.41 1.41 1.41h9.18c.779 0 1.41-.63 1.41-1.41V7.541Zm1.5 7.834a2.91 2.91 0 0 1-2.91 2.91H5.41a2.91 2.91 0 0 1-2.91-2.91V7.541c0-.573.268-1.112.724-1.458l5.669-4.309.126-.087a1.829 1.829 0 0 1 2.088.087l5.67 4.309.162.139c.356.343.561.82.561 1.319v7.834Z"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M12.39 12.527a.75.75 0 0 1 1.055 1.056l-.05.056a4.8 4.8 0 0 1-6.61.17l-.178-.17-.052-.056a.75.75 0 0 1 1.056-1.056l.056.052.123.117a3.301 3.301 0 0 0 4.544-.117l.057-.052Z"},"children":[]}],"metadata":""}]},"name":"home"};
|
|
7
7
|
|
|
8
8
|
export default Home;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const ImportFilled: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"width":20,"height":20},"children":[{"type":"element","tagName":"path","properties":{"d":"M14.167 6.667h-3.334v6.043l1.912-1.911a.834.834 0 1 1 1.178 1.179L10.59 15.31a.831.831 0 0 1-1.178 0L6.08 11.978a.834.834 0 1 1 1.179-1.18l1.91 1.912V6.667H5.837A3.058 3.058 0 0 0 2.78 9.722v6.111a3.058 3.058 0 0 0 3.056 3.056h8.333a3.058 3.058 0 0 0 3.055-3.056v-6.11a3.058 3.058 0 0 0-3.055-3.056h-.002Z"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M10.833 6.72V1.944a.834.834 0 0 0-1.666 0V6.72h1.666Z"},"children":[]}],"metadata":""}]},"name":"import-filled"};
|
|
7
|
+
|
|
8
|
+
export default ImportFilled;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const IntegrationsFilled: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"width":20,"height":20},"children":[{"type":"element","tagName":"path","properties":{"d":"M10 18.889c-4.9 0-8.889-3.988-8.889-8.889s3.988-8.889 8.89-8.889c4.9 0 8.888 3.988 8.888 8.89a8.873 8.873 0 0 1-3.983 7.412.834.834 0 0 1-.922-1.389A7.21 7.21 0 0 0 17.22 10c0-3.982-3.24-7.222-7.222-7.222S2.778 6.018 2.778 10c0 3.701 2.798 6.76 6.389 7.174V14.56a.834.834 0 0 1 1.667 0v3.496c0 .46-.374.834-.834.834Z"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M13.286 7.778h-.488V6.167a.834.834 0 0 0-1.667 0v1.61h-2.26v-1.61a.834.834 0 0 0-1.668 0v1.61h-.487A1.947 1.947 0 0 0 4.77 9.723v.44a5.235 5.235 0 0 0 5.23 5.23 5.235 5.235 0 0 0 5.23-5.23v-.44a1.947 1.947 0 0 0-1.944-1.944h-.001Z"},"children":[]}],"metadata":""}]},"name":"integrations-filled"};
|
|
7
|
+
|
|
8
|
+
export default IntegrationsFilled;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const LocationEdit: 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.427 11.513a1.75 1.75 0 0 1 2.474 0l.586.586a1.75 1.75 0 0 1 0 2.474l-3.16 3.161a.752.752 0 0 1-.326.192l-2.796.796a.75.75 0 0 1-.927-.927l.796-2.796.032-.09a.752.752 0 0 1 .16-.235l3.16-3.161Zm1.414 1.06a.25.25 0 0 0-.354 0l-3.023 3.023-.374 1.313 1.313-.374 3.024-3.022a.25.25 0 0 0 0-.354l-.586-.586ZM9.25 6a2.75 2.75 0 1 1 0 5.5 2.75 2.75 0 0 1 0-5.5Zm0 1.5a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5Z"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M8.636 16.108a.75.75 0 0 1-.794 1.273c-1.046-.653-2.366-1.78-3.43-3.242C3.345 12.676 2.5 10.827 2.5 8.75a6.751 6.751 0 0 1 13.5 0 .75.75 0 0 1-1.5 0 5.251 5.251 0 0 0-10.5 0c0 1.664.68 3.209 1.623 4.505.945 1.297 2.12 2.296 3.013 2.853Z"},"children":[]}],"metadata":""}]},"name":"location-edit"};
|
|
7
|
+
|
|
8
|
+
export default LocationEdit;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const MessagePlus: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M15.25 2.5A2.75 2.75 0 0 1 18 5.25v4.343a.75.75 0 1 1-1.5 0V5.25c0-.69-.56-1.25-1.25-1.25H4.75c-.69 0-1.25.56-1.25 1.25v7c0 .69.56 1.25 1.25 1.25h2a.75.75 0 0 1 .75.75v1.44l1.032-.826a.75.75 0 1 1 .937 1.172l-2.25 1.8A.75.75 0 0 1 6 17.25V15H4.75A2.75 2.75 0 0 1 2 12.25v-7A2.75 2.75 0 0 1 4.75 2.5h10.5Z"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M14.75 11.5a.75.75 0 0 1 .75.75V14h1.75a.75.75 0 0 1 0 1.5H15.5v1.75a.75.75 0 0 1-1.5 0V15.5h-1.75a.75.75 0 0 1 0-1.5H14v-1.75a.75.75 0 0 1 .75-.75Z"},"children":[]}],"metadata":""}]},"name":"message-plus"};
|
|
7
|
+
|
|
8
|
+
export default MessagePlus;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const OpenAi: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M17.5 8.412a4.356 4.356 0 0 0-.375-3.58 4.41 4.41 0 0 0-4.748-2.116A4.375 4.375 0 0 0 9.088 1.25a4.414 4.414 0 0 0-4.207 3.053 4.375 4.375 0 0 0-2.916 2.114 4.414 4.414 0 0 0 .543 5.17 4.355 4.355 0 0 0 .376 3.581 4.41 4.41 0 0 0 4.749 2.116 4.357 4.357 0 0 0 3.289 1.466 4.413 4.413 0 0 0 4.207-3.055 4.375 4.375 0 0 0 2.915-2.114 4.414 4.414 0 0 0-.544-5.168Zm-6.577 9.194a3.267 3.267 0 0 1-2.1-.759l.104-.058 3.484-2.013a.565.565 0 0 0 .287-.495V9.366l1.473.85a.048.048 0 0 1 .028.04v4.07a3.283 3.283 0 0 1-3.276 3.28Zm-7.046-3.01a3.267 3.267 0 0 1-.39-2.198l.102.062 3.485 2.012a.564.564 0 0 0 .572 0l4.255-2.457v1.702a.058.058 0 0 1-.022.045l-3.522 2.034a3.283 3.283 0 0 1-4.48-1.2ZM2.96 6.989a3.267 3.267 0 0 1 1.709-1.437l-.002.12v4.026a.564.564 0 0 0 .285.495l4.255 2.456-1.473.85a.047.047 0 0 1-.024.01c-.008 0-.017 0-.025-.004L4.16 11.468a3.283 3.283 0 0 1-1.2-4.478v-.001ZM15.06 9.806 10.807 7.35l1.472-.851a.048.048 0 0 1 .05-.004l3.523 2.034a3.28 3.28 0 0 1-.506 5.918V10.3a.563.563 0 0 0-.285-.495M16.527 7.6l-.104-.062-3.484-2.012a.564.564 0 0 0-.573 0L8.112 7.982v-1.7a.058.058 0 0 1 .02-.046l3.523-2.032a3.28 3.28 0 0 1 4.87 3.396m-9.214 3.033L5.838 9.78a.049.049 0 0 1-.03-.04v-4.07a3.28 3.28 0 0 1 5.38-2.517l-.104.058L7.6 5.224a.564.564 0 0 0-.287.496l-.003 4.912h.001Zm.8-1.726 1.894-1.095 1.894 1.094v2.189l-1.896 1.092-1.894-1.093V8.907h.002Z"},"children":[]}],"metadata":""}]},"name":"open-ai"};
|
|
7
|
+
|
|
8
|
+
export default OpenAi;
|
|
@@ -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":"path","properties":{"d":"M11.595 3.595a3.402 3.402 0 0 1 4.81 4.81L8.811 16h7.44a.75.75 0 0 1 0 1.5H3.5a1 1 0 0 1-1-1V13c0-.199.08-.39.22-.53l8.875-8.875ZM4 13.31V16h2.69l7.212-7.213-2.688-2.69L4 13.31Zm11.345-8.655a1.902 1.902 0 0 0-2.69 0l-.557.559 2.688 2.69.559-.56a1.902 1.902 0 0 0 0-2.689Z"},"children":[]}],"metadata":""}]},"name":"richeditor-mark-highlight"};
|
|
7
|
+
|
|
8
|
+
export default RicheditorMarkHighlight;
|
|
@@ -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 SpaceList: 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-list"};
|
|
7
|
+
|
|
8
|
+
export default SpaceList;
|
|
@@ -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 SuggestIntegration: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"width":18,"height":18,"fill":"none"},"children":[{"type":"element","tagName":"path","properties":{"clipRule":"evenodd","d":"M4.275 2.025A2.475 2.475 0 0 0 1.8 4.5v7.12a2.475 2.475 0 0 0 2.475 2.475h4.3l3.799 2.237a.675.675 0 0 0 1.017-.582v-1.655h.784a2.475 2.475 0 0 0 2.475-2.475V4.68a2.655 2.655 0 0 0-2.655-2.655h-9.72ZM3.15 4.5c0-.621.504-1.125 1.125-1.125h9.72c.72 0 1.305.584 1.305 1.305v6.94c0 .621-.504 1.125-1.125 1.125h-1.459a.675.675 0 0 0-.675.675v1.15l-2.939-1.732a.675.675 0 0 0-.343-.093H4.275A1.125 1.125 0 0 1 3.15 11.62V4.5ZM9 5.4c.373 0 .675.302.675.675v1.35h1.35a.675.675 0 1 1 0 1.35h-1.35v1.35a.675.675 0 0 1-1.35 0v-1.35h-1.35a.675.675 0 0 1 0-1.35h1.35v-1.35c0-.373.302-.675.675-.675Z"},"children":[]}],"metadata":""}]},"name":"suggest-integration"};
|
|
7
|
+
|
|
8
|
+
export default SuggestIntegration;
|
|
@@ -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,8 +13,10 @@ 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';
|
|
19
|
+
export { default as Anthropic } from './Anthropic';
|
|
18
20
|
export { default as AppDetails } from './AppDetails';
|
|
19
21
|
export { default as AppStoreOneColor } from './AppStoreOneColor';
|
|
20
22
|
export { default as AppStore } from './AppStore';
|
|
@@ -25,6 +27,7 @@ export { default as App } from './App';
|
|
|
25
27
|
export { default as AppearanceAuto } from './AppearanceAuto';
|
|
26
28
|
export { default as AppearanceDark } from './AppearanceDark';
|
|
27
29
|
export { default as AppearanceLight } from './AppearanceLight';
|
|
30
|
+
export { default as Apple } from './Apple';
|
|
28
31
|
export { default as ArrowBarLeft } from './ArrowBarLeft';
|
|
29
32
|
export { default as ArrowBarRight } from './ArrowBarRight';
|
|
30
33
|
export { default as ArrowBottom } from './ArrowBottom';
|
|
@@ -81,6 +84,8 @@ export { default as Copy } from './Copy';
|
|
|
81
84
|
export { default as Create } from './Create';
|
|
82
85
|
export { default as CreditsFilled } from './CreditsFilled';
|
|
83
86
|
export { default as CrossCircle } from './CrossCircle';
|
|
87
|
+
export { default as Crosshair } from './Crosshair';
|
|
88
|
+
export { default as Csv } from './Csv';
|
|
84
89
|
export { default as DatabaseOff } from './DatabaseOff';
|
|
85
90
|
export { default as DatabaseStroke } from './DatabaseStroke';
|
|
86
91
|
export { default as Database } from './Database';
|
|
@@ -88,6 +93,7 @@ export { default as DateRange } from './DateRange';
|
|
|
88
93
|
export { default as Delete } from './Delete';
|
|
89
94
|
export { default as Demo } from './Demo';
|
|
90
95
|
export { default as Dependency } from './Dependency';
|
|
96
|
+
export { default as Document } from './Document';
|
|
91
97
|
export { default as DoubleArrowLeft } from './DoubleArrowLeft';
|
|
92
98
|
export { default as DoubleArrowRight } from './DoubleArrowRight';
|
|
93
99
|
export { default as DragBlockHandleSingle } from './DragBlockHandleSingle';
|
|
@@ -98,8 +104,10 @@ export { default as DynamicFilterValue } from './DynamicFilterValue';
|
|
|
98
104
|
export { default as EditValue } from './EditValue';
|
|
99
105
|
export { default as Email } from './Email';
|
|
100
106
|
export { default as EmojiDelete } from './EmojiDelete';
|
|
107
|
+
export { default as EntityCreate } from './EntityCreate';
|
|
101
108
|
export { default as EntityMerge } from './EntityMerge';
|
|
102
109
|
export { default as Equation } from './Equation';
|
|
110
|
+
export { default as ExpandAll } from './ExpandAll';
|
|
103
111
|
export { default as Export } from './Export';
|
|
104
112
|
export { default as ExtensionAssignments } from './ExtensionAssignments';
|
|
105
113
|
export { default as ExtensionAvatar } from './ExtensionAvatar';
|
|
@@ -111,10 +119,12 @@ export { default as Eye } from './Eye';
|
|
|
111
119
|
export { default as FavoritesChecked } from './FavoritesChecked';
|
|
112
120
|
export { default as FavoritesOff } from './FavoritesOff';
|
|
113
121
|
export { default as Favorites } from './Favorites';
|
|
122
|
+
export { default as FiberyDesktopApp } from './FiberyDesktopApp';
|
|
114
123
|
export { default as FiberyMono } from './FiberyMono';
|
|
115
124
|
export { default as FieldUnit } from './FieldUnit';
|
|
116
125
|
export { default as Fields } from './Fields';
|
|
117
126
|
export { default as Figma } from './Figma';
|
|
127
|
+
export { default as FileDownload } from './FileDownload';
|
|
118
128
|
export { default as FileUpload } from './FileUpload';
|
|
119
129
|
export { default as Filter } from './Filter';
|
|
120
130
|
export { default as FitToScreen } from './FitToScreen';
|
|
@@ -134,6 +144,7 @@ export { default as Globe } from './Globe';
|
|
|
134
144
|
export { default as GoTo } from './GoTo';
|
|
135
145
|
export { default as GoogleDrive } from './GoogleDrive';
|
|
136
146
|
export { default as GoogleMap } from './GoogleMap';
|
|
147
|
+
export { default as GraduationCapFilled } from './GraduationCapFilled';
|
|
137
148
|
export { default as HeadphonesAi } from './HeadphonesAi';
|
|
138
149
|
export { default as Headphones } from './Headphones';
|
|
139
150
|
export { default as Hide } from './Hide';
|
|
@@ -141,10 +152,12 @@ export { default as Highlights } from './Highlights';
|
|
|
141
152
|
export { default as Hint } from './Hint';
|
|
142
153
|
export { default as Home } from './Home';
|
|
143
154
|
export { default as ImageXmark } from './ImageXmark';
|
|
155
|
+
export { default as ImportFilled } from './ImportFilled';
|
|
144
156
|
export { default as Import } from './Import';
|
|
145
157
|
export { default as InfoCircleFilled } from './InfoCircleFilled';
|
|
146
158
|
export { default as InfoCircle } from './InfoCircle';
|
|
147
159
|
export { default as Integration } from './Integration';
|
|
160
|
+
export { default as IntegrationsFilled } from './IntegrationsFilled';
|
|
148
161
|
export { default as IntegrationsIntegrationDiscourseColor } from './IntegrationsIntegrationDiscourseColor';
|
|
149
162
|
export { default as IntegrationsIntegrationIntercomColor } from './IntegrationsIntegrationIntercomColor';
|
|
150
163
|
export { default as IntegrationsIntegrationSlackColor } from './IntegrationsIntegrationSlackColor';
|
|
@@ -162,6 +175,7 @@ export { default as LevelPlus } from './LevelPlus';
|
|
|
162
175
|
export { default as Levels } from './Levels';
|
|
163
176
|
export { default as LineDivider } from './LineDivider';
|
|
164
177
|
export { default as Link } from './Link';
|
|
178
|
+
export { default as LocationEdit } from './LocationEdit';
|
|
165
179
|
export { default as LockOutline } from './LockOutline';
|
|
166
180
|
export { default as Lock } from './Lock';
|
|
167
181
|
export { default as Logout } from './Logout';
|
|
@@ -174,6 +188,7 @@ export { default as MapMode } from './MapMode';
|
|
|
174
188
|
export { default as Markdown } from './Markdown';
|
|
175
189
|
export { default as MenuCollapser } from './MenuCollapser';
|
|
176
190
|
export { default as MessagePlusSquare } from './MessagePlusSquare';
|
|
191
|
+
export { default as MessagePlus } from './MessagePlus';
|
|
177
192
|
export { default as Milestones } from './Milestones';
|
|
178
193
|
export { default as Minus } from './Minus';
|
|
179
194
|
export { default as Miro } from './Miro';
|
|
@@ -197,6 +212,7 @@ export { default as ObjO2O } from './ObjO2O';
|
|
|
197
212
|
export { default as ObjParent } from './ObjParent';
|
|
198
213
|
export { default as ObjSelf } from './ObjSelf';
|
|
199
214
|
export { default as OnSchedule } from './OnSchedule';
|
|
215
|
+
export { default as OpenAi } from './OpenAi';
|
|
200
216
|
export { default as OpenAsPage } from './OpenAsPage';
|
|
201
217
|
export { default as PageRegularMode } from './PageRegularMode';
|
|
202
218
|
export { default as PageWideMode } from './PageWideMode';
|
|
@@ -254,6 +270,7 @@ export { default as RicheditorListOrdered } from './RicheditorListOrdered';
|
|
|
254
270
|
export { default as RicheditorListUnindent } from './RicheditorListUnindent';
|
|
255
271
|
export { default as RicheditorMarkCode } from './RicheditorMarkCode';
|
|
256
272
|
export { default as RicheditorMarkEm } from './RicheditorMarkEm';
|
|
273
|
+
export { default as RicheditorMarkHighlight } from './RicheditorMarkHighlight';
|
|
257
274
|
export { default as RicheditorMarkStrike } from './RicheditorMarkStrike';
|
|
258
275
|
export { default as RicheditorMarkStrong } from './RicheditorMarkStrong';
|
|
259
276
|
export { default as RicheditorMarkTextBackgroundColor } from './RicheditorMarkTextBackgroundColor';
|
|
@@ -292,14 +309,24 @@ export { default as SmartFolder } from './SmartFolder';
|
|
|
292
309
|
export { default as SortOnBottom } from './SortOnBottom';
|
|
293
310
|
export { default as SortOnTop } from './SortOnTop';
|
|
294
311
|
export { default as Sort } from './Sort';
|
|
312
|
+
export { default as SpaceApp } from './SpaceApp';
|
|
313
|
+
export { default as SpaceGenerate } from './SpaceGenerate';
|
|
314
|
+
export { default as SpaceList } from './SpaceList';
|
|
315
|
+
export { default as SpaceScratch } from './SpaceScratch';
|
|
316
|
+
export { default as SpaceTemplate } from './SpaceTemplate';
|
|
295
317
|
export { default as Spinner } from './Spinner';
|
|
296
318
|
export { default as Success } from './Success';
|
|
319
|
+
export { default as SuggestIntegration } from './SuggestIntegration';
|
|
320
|
+
export { default as TableLayout } from './TableLayout';
|
|
297
321
|
export { default as Template } from './Template';
|
|
322
|
+
export { default as TemplatesFilled } from './TemplatesFilled';
|
|
298
323
|
export { default as Templates } from './Templates';
|
|
299
324
|
export { default as Terminal } from './Terminal';
|
|
300
325
|
export { default as TextToolAlignBottom } from './TextToolAlignBottom';
|
|
301
326
|
export { default as TextToolAlignMiddle } from './TextToolAlignMiddle';
|
|
302
327
|
export { default as TextToolAlignTop } from './TextToolAlignTop';
|
|
328
|
+
export { default as ThumbsDown } from './ThumbsDown';
|
|
329
|
+
export { default as ThumbsUp } from './ThumbsUp';
|
|
303
330
|
export { default as Twitter } from './Twitter';
|
|
304
331
|
export { default as TypeBoolean } from './TypeBoolean';
|
|
305
332
|
export { default as TypeButton } from './TypeButton';
|
|
@@ -350,6 +377,7 @@ export { default as ViewBoard } from './ViewBoard';
|
|
|
350
377
|
export { default as ViewCalendar } from './ViewCalendar';
|
|
351
378
|
export { default as ViewCanvas } from './ViewCanvas';
|
|
352
379
|
export { default as ViewChart } from './ViewChart';
|
|
380
|
+
export { default as ViewDashboard } from './ViewDashboard';
|
|
353
381
|
export { default as ViewDetails } from './ViewDetails';
|
|
354
382
|
export { default as ViewDocument } from './ViewDocument';
|
|
355
383
|
export { default as ViewFeed } from './ViewFeed';
|
|
@@ -361,8 +389,10 @@ export { default as ViewPage } from './ViewPage';
|
|
|
361
389
|
export { default as ViewTable } from './ViewTable';
|
|
362
390
|
export { default as ViewTimeline } from './ViewTimeline';
|
|
363
391
|
export { default as Views } from './Views';
|
|
392
|
+
export { default as WarningTriangleFilled } from './WarningTriangleFilled';
|
|
364
393
|
export { default as WarningTriangle } from './WarningTriangle';
|
|
365
394
|
export { default as Warning } from './Warning';
|
|
395
|
+
export { default as Windows } from './Windows';
|
|
366
396
|
export { default as WorkspaceMap } from './WorkspaceMap';
|
|
367
397
|
export { default as Youtube } from './Youtube';
|
|
368
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 AnthropicSvg from '../ast/Anthropic';
|
|
5
|
+
import { Icon } from '../Icon';
|
|
6
|
+
import { IconBaseProps } from '../types';
|
|
7
|
+
|
|
8
|
+
const Anthropic = forwardRef<SVGSVGElement, IconBaseProps>(function Anthropic(
|
|
9
|
+
props: IconBaseProps,
|
|
10
|
+
ref: React.Ref<SVGSVGElement>
|
|
11
|
+
) {return <Icon {...props} className={props.className} ref={ref} icon={AnthropicSvg} />});
|
|
12
|
+
|
|
13
|
+
export default Anthropic;
|
|
@@ -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 CsvSvg from '../ast/Csv';
|
|
5
|
+
import { Icon } from '../Icon';
|
|
6
|
+
import { IconBaseProps } from '../types';
|
|
7
|
+
|
|
8
|
+
const Csv = forwardRef<SVGSVGElement, IconBaseProps>(function Csv(
|
|
9
|
+
props: IconBaseProps,
|
|
10
|
+
ref: React.Ref<SVGSVGElement>
|
|
11
|
+
) {return <Icon {...props} className={props.className} ref={ref} icon={CsvSvg} />});
|
|
12
|
+
|
|
13
|
+
export default Csv;
|
|
@@ -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;
|