@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
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import {css} from "@linaria/core";
|
|
2
2
|
import {IconButton} from "../button/icon-button";
|
|
3
|
-
import {border, layout, space, textStyles, themeVars} from "../design-system";
|
|
3
|
+
import {border, fontWeight, layout, space, textStyles, themeVars, typeSizes} from "../design-system";
|
|
4
4
|
import CloseIcon from "../icons/react/Close";
|
|
5
|
-
import
|
|
5
|
+
import WarningFilledIcon from "../icons/react/WarningTriangleFilled";
|
|
6
6
|
import {useTheme} from "../theme-provider";
|
|
7
7
|
import {ErrorAlertActionElement} from "./error-alert-action";
|
|
8
8
|
|
|
9
9
|
const errorAlert = css`
|
|
10
10
|
background-color: ${themeVars.errorBgColor};
|
|
11
|
-
padding: ${space.
|
|
11
|
+
padding: ${space.s12}px;
|
|
12
12
|
min-height: ${layout.itemHeight}px;
|
|
13
|
-
border-radius: ${border.
|
|
13
|
+
border-radius: ${border.radius8}px;
|
|
14
14
|
display: flex;
|
|
15
15
|
gap: ${space.s8}px;
|
|
16
16
|
align-items: center;
|
|
@@ -22,14 +22,26 @@ const infoStyle = css`
|
|
|
22
22
|
|
|
23
23
|
display: flex;
|
|
24
24
|
flex-direction: column;
|
|
25
|
+
gap: ${space.s4}px;
|
|
26
|
+
padding: 0 ${space.s4}px;
|
|
27
|
+
justify-content: center;
|
|
28
|
+
align-items: flex-start;
|
|
25
29
|
`;
|
|
26
30
|
|
|
27
31
|
const messageStyle = css`
|
|
28
|
-
${
|
|
32
|
+
${{
|
|
33
|
+
...textStyles.regular,
|
|
34
|
+
fontSize: typeSizes[5],
|
|
35
|
+
fontWeight: fontWeight.medium,
|
|
36
|
+
color: themeVars.errorTextColor,
|
|
37
|
+
}};
|
|
29
38
|
`;
|
|
30
39
|
|
|
31
40
|
const descriptionStyle = css`
|
|
32
|
-
${
|
|
41
|
+
${{
|
|
42
|
+
...textStyles.small,
|
|
43
|
+
color: themeVars.errorTextColor,
|
|
44
|
+
}};
|
|
33
45
|
`;
|
|
34
46
|
|
|
35
47
|
export type ErrorAlertProps = {
|
|
@@ -43,7 +55,7 @@ export const ErrorAlert: React.FC<ErrorAlertProps> = ({message, description, act
|
|
|
43
55
|
|
|
44
56
|
return (
|
|
45
57
|
<div className={errorAlert}>
|
|
46
|
-
<
|
|
58
|
+
<WarningFilledIcon color={theme.errorButtonColor} iconSize={16} containerSize={16} />
|
|
47
59
|
<div className={infoStyle}>
|
|
48
60
|
<span className={messageStyle}>{message}</span>
|
|
49
61
|
{description ? <span className={descriptionStyle}>{description}</span> : null}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import {AppIconWithFallback} from "./app-icon-with-fallback";
|
|
2
|
+
|
|
3
|
+
const appIconPrefix = ":app-icon/";
|
|
4
|
+
|
|
5
|
+
export const makeFieldAppIcon = (iconName: string) => appIconPrefix + iconName;
|
|
6
|
+
|
|
7
|
+
export const isAppIcon = (name: string) => name.startsWith(appIconPrefix);
|
|
8
|
+
export const getAppIconName = (appIconName: string) => appIconName.slice(appIconPrefix.length);
|
|
9
|
+
|
|
10
|
+
export function FieldAppIcon({
|
|
11
|
+
iconName,
|
|
12
|
+
color,
|
|
13
|
+
containerSize,
|
|
14
|
+
iconSize,
|
|
15
|
+
}: {
|
|
16
|
+
iconName: string;
|
|
17
|
+
color?: string;
|
|
18
|
+
containerSize?: number;
|
|
19
|
+
iconSize?: number;
|
|
20
|
+
}) {
|
|
21
|
+
return (
|
|
22
|
+
<AppIconWithFallback
|
|
23
|
+
name={getAppIconName(iconName)}
|
|
24
|
+
color={color}
|
|
25
|
+
containerSize={containerSize}
|
|
26
|
+
iconSize={iconSize}
|
|
27
|
+
/>
|
|
28
|
+
);
|
|
29
|
+
}
|
package/src/field-container.tsx
CHANGED
|
@@ -21,10 +21,11 @@ type Props = {
|
|
|
21
21
|
collapsible?: boolean;
|
|
22
22
|
collapsed?: boolean;
|
|
23
23
|
onCollapseChange?: (collapsed: boolean) => void;
|
|
24
|
+
badge?: ReactNode;
|
|
24
25
|
children: ReactNode;
|
|
25
26
|
};
|
|
26
27
|
|
|
27
|
-
export const FieldContainer = ({label, collapsible = false, collapsed, onCollapseChange, children}: Props) => {
|
|
28
|
+
export const FieldContainer = ({label, collapsible = false, collapsed, onCollapseChange, badge, children}: Props) => {
|
|
28
29
|
return (
|
|
29
30
|
<CollapsibleSection
|
|
30
31
|
label={label ? <div className={labelStyle}>{label}</div> : undefined}
|
|
@@ -32,6 +33,7 @@ export const FieldContainer = ({label, collapsible = false, collapsed, onCollaps
|
|
|
32
33
|
collapsed={collapsed}
|
|
33
34
|
collapsedDefault={true}
|
|
34
35
|
onCollapsedChange={onCollapseChange}
|
|
36
|
+
badge={badge}
|
|
35
37
|
>
|
|
36
38
|
<div
|
|
37
39
|
className={
|
|
@@ -192,7 +194,7 @@ const checkboxFieldContainerStyle = css`
|
|
|
192
194
|
const checkboxFieldLabelStyle = css`
|
|
193
195
|
${{
|
|
194
196
|
...textStyles.heading6,
|
|
195
|
-
paddingTop: space.
|
|
197
|
+
paddingTop: space.s1,
|
|
196
198
|
}}
|
|
197
199
|
`;
|
|
198
200
|
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import {FieldAppIcon, isAppIcon} from "./field-app-icon";
|
|
2
|
+
import {iconSize as defaultIconSize} from "./design-system";
|
|
3
|
+
import {lazy, Suspense} from "react";
|
|
4
|
+
|
|
5
|
+
const FieldTypeIconLazy = lazy(() => import("./field-type-icon"));
|
|
6
|
+
|
|
7
|
+
export function FieldIcon({
|
|
8
|
+
iconName,
|
|
9
|
+
color,
|
|
10
|
+
containerSize,
|
|
11
|
+
iconSize = defaultIconSize,
|
|
12
|
+
}: {
|
|
13
|
+
iconName?: string;
|
|
14
|
+
color?: string;
|
|
15
|
+
containerSize?: number;
|
|
16
|
+
iconSize?: number;
|
|
17
|
+
}): JSX.Element {
|
|
18
|
+
if (iconName && isAppIcon(iconName)) {
|
|
19
|
+
return <FieldAppIcon iconName={iconName} color={color} containerSize={containerSize} iconSize={iconSize} />;
|
|
20
|
+
}
|
|
21
|
+
return (
|
|
22
|
+
<Suspense fallback={null}>
|
|
23
|
+
<FieldTypeIconLazy iconName={iconName} color={color} containerSize={containerSize} iconSize={iconSize} />
|
|
24
|
+
</Suspense>
|
|
25
|
+
);
|
|
26
|
+
}
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
import AppIcon from "./icons/react/App";
|
|
2
|
+
import TypeText from "./icons/react/TypeText";
|
|
3
|
+
import TypeRichText from "./icons/react/TypeRichText";
|
|
4
|
+
import TypeNumber from "./icons/react/TypeNumber";
|
|
5
|
+
import TypeSingleSelect from "./icons/react/TypeSingleSelect";
|
|
6
|
+
import TypeMultiSelect from "./icons/react/TypeMultiSelect";
|
|
7
|
+
import TypeDate from "./icons/react/TypeDate";
|
|
8
|
+
import TypeCheckbox from "./icons/react/TypeCheckbox";
|
|
9
|
+
import TypeUrl from "./icons/react/TypeUrl";
|
|
10
|
+
import TypeEmail from "./icons/react/TypeEmail";
|
|
11
|
+
import TypeLocation from "./icons/react/TypeLocation";
|
|
12
|
+
import TypeRelation from "./icons/react/TypeRelation";
|
|
13
|
+
import TypeLookup from "./icons/react/TypeLookup";
|
|
14
|
+
import TypeFormula from "./icons/react/TypeFormula";
|
|
15
|
+
import ExtensionReferences from "./icons/react/ExtensionReferences";
|
|
16
|
+
import ExtensionAssignments from "./icons/react/ExtensionAssignments";
|
|
17
|
+
import ExtensionAvatar from "./icons/react/ExtensionAvatar";
|
|
18
|
+
import ExtensionComments from "./icons/react/ExtensionComments";
|
|
19
|
+
import ViewDocument from "./icons/react/ViewDocument";
|
|
20
|
+
import ExtensionFiles from "./icons/react/ExtensionFiles";
|
|
21
|
+
import ViewCanvas from "./icons/react/ViewCanvas";
|
|
22
|
+
import ExtensionWorkflow from "./icons/react/ExtensionWorkflow";
|
|
23
|
+
import TypeMoney from "./icons/react/TypeMoney";
|
|
24
|
+
import TypePercent from "./icons/react/TypePercent";
|
|
25
|
+
import TypeButton from "./icons/react/TypeButton";
|
|
26
|
+
import Delete from "./icons/react/Delete";
|
|
27
|
+
import TypePhone from "./icons/react/TypePhone";
|
|
28
|
+
import TypeEmoji from "./icons/react/TypeEmoji";
|
|
29
|
+
import UserRole from "./icons/react/UserRole";
|
|
30
|
+
import DatabaseStroke from "./icons/react/DatabaseStroke";
|
|
31
|
+
import {IconBaseProps} from "./icons/types";
|
|
32
|
+
|
|
33
|
+
const iconNameToComponent: Record<string, React.FC<IconBaseProps>> = {
|
|
34
|
+
":icon/type/database": DatabaseStroke,
|
|
35
|
+
":icon/type/text": TypeText,
|
|
36
|
+
":icon/type/button": TypeButton,
|
|
37
|
+
":icon/type/rich-text": TypeRichText,
|
|
38
|
+
":icon/type/number": TypeNumber,
|
|
39
|
+
":icon/type/single-select": TypeSingleSelect,
|
|
40
|
+
":icon/type/multi-select": TypeMultiSelect,
|
|
41
|
+
":icon/type/date": TypeDate,
|
|
42
|
+
":icon/type/checkbox": TypeCheckbox,
|
|
43
|
+
":icon/type/url": TypeUrl,
|
|
44
|
+
":icon/type/email": TypeEmail,
|
|
45
|
+
":icon/type/phone": TypePhone,
|
|
46
|
+
":icon/type/emoji": TypeEmoji,
|
|
47
|
+
":icon/type/location": TypeLocation,
|
|
48
|
+
":icon/type/relation": TypeRelation,
|
|
49
|
+
":icon/type/lookup": TypeLookup,
|
|
50
|
+
":icon/type/formula": TypeFormula,
|
|
51
|
+
":icon/extension/references": ExtensionReferences,
|
|
52
|
+
":icon/extension/assignments": ExtensionAssignments,
|
|
53
|
+
":icon/extension/avatar": ExtensionAvatar,
|
|
54
|
+
":icon/extension/icon": TypeEmoji,
|
|
55
|
+
":icon/extension/comments": ExtensionComments,
|
|
56
|
+
":icon/view-document": ViewDocument,
|
|
57
|
+
":icon/extension/files": ExtensionFiles,
|
|
58
|
+
":icon/view-canvas": ViewCanvas,
|
|
59
|
+
":icon/extension/workflow": ExtensionWorkflow,
|
|
60
|
+
":icon/type/money": TypeMoney,
|
|
61
|
+
":icon/type/percent": TypePercent,
|
|
62
|
+
":icon/type/deleted-field": Delete,
|
|
63
|
+
":icon/type/user-role": UserRole,
|
|
64
|
+
};
|
|
65
|
+
|
|
66
|
+
function getFieldIconComponent(iconName?: string) {
|
|
67
|
+
return (iconName && iconNameToComponent[iconName]) || AppIcon;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
type Props = {
|
|
71
|
+
iconName?: string;
|
|
72
|
+
color?: string;
|
|
73
|
+
containerSize?: number;
|
|
74
|
+
iconSize?: number;
|
|
75
|
+
};
|
|
76
|
+
|
|
77
|
+
function FieldTypeIcon({iconName, color, containerSize, iconSize}: Props): JSX.Element {
|
|
78
|
+
const Icon = getFieldIconComponent(iconName);
|
|
79
|
+
return <Icon color={color} containerSize={containerSize} iconSize={iconSize} />;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
export default FieldTypeIcon;
|
package/src/guide-link.tsx
CHANGED
|
@@ -1,17 +1,18 @@
|
|
|
1
1
|
import {Button} from "./button/button";
|
|
2
|
-
import {ButtonSize} from "./button/base-button";
|
|
2
|
+
import {ButtonSize, ButtonVariant} from "./button/base-button";
|
|
3
3
|
import HintIcon from "./icons/react/Hint";
|
|
4
4
|
import {IconButton} from "./button/icon-button";
|
|
5
5
|
|
|
6
6
|
type GuideLinkProps = React.PropsWithChildren<{
|
|
7
7
|
href: string;
|
|
8
8
|
size?: ButtonSize;
|
|
9
|
+
variant?: ButtonVariant;
|
|
9
10
|
}>;
|
|
10
|
-
export const GuideLink: React.FC<GuideLinkProps> = ({href, children, size = "small"}) => {
|
|
11
|
+
export const GuideLink: React.FC<GuideLinkProps> = ({href, children, size = "small", variant = "ghost"}) => {
|
|
11
12
|
return (
|
|
12
13
|
<a href={href} rel="noreferrer" target={"_blank"}>
|
|
13
14
|
{children ? (
|
|
14
|
-
<Button iconStart={<HintIcon />} variant=
|
|
15
|
+
<Button iconStart={<HintIcon />} variant={variant} color="neutral" size={size}>
|
|
15
16
|
{children}
|
|
16
17
|
</Button>
|
|
17
18
|
) : (
|
package/src/hint.tsx
CHANGED
|
@@ -17,11 +17,15 @@ interface HintProps {
|
|
|
17
17
|
tooltipSide?: TooltipProps["side"];
|
|
18
18
|
tooltipAlign?: TooltipProps["align"];
|
|
19
19
|
children?: ReactNode;
|
|
20
|
+
containerSize?: number;
|
|
21
|
+
iconSize?: number;
|
|
20
22
|
}
|
|
21
23
|
|
|
22
24
|
export const Hint: FC<HintProps> = ({
|
|
23
25
|
children,
|
|
24
26
|
text,
|
|
27
|
+
containerSize = 20,
|
|
28
|
+
iconSize = 18,
|
|
25
29
|
title,
|
|
26
30
|
description,
|
|
27
31
|
multiline,
|
|
@@ -36,7 +40,12 @@ export const Hint: FC<HintProps> = ({
|
|
|
36
40
|
rightContainer={
|
|
37
41
|
<Tooltip title={text || title} description={description} side={tooltipSide} align={tooltipAlign}>
|
|
38
42
|
<div>
|
|
39
|
-
<HintIcon
|
|
43
|
+
<HintIcon
|
|
44
|
+
viewBox={"0 0 20 20"}
|
|
45
|
+
color={themeVars.iconColor}
|
|
46
|
+
containerSize={containerSize}
|
|
47
|
+
iconSize={iconSize}
|
|
48
|
+
/>
|
|
40
49
|
</div>
|
|
41
50
|
</Tooltip>
|
|
42
51
|
}
|
package/src/html-styles.ts
CHANGED
|
@@ -88,14 +88,14 @@ const htmlStyles = {
|
|
|
88
88
|
marginTop: space.s16,
|
|
89
89
|
},
|
|
90
90
|
"& ul": {
|
|
91
|
-
margin: space.
|
|
91
|
+
margin: space.s3,
|
|
92
92
|
marginLeft: space.s12,
|
|
93
93
|
listStyleType: "disc",
|
|
94
94
|
padding: 0,
|
|
95
95
|
...textStyles.regular,
|
|
96
96
|
},
|
|
97
97
|
"& ol": {
|
|
98
|
-
margin: space.
|
|
98
|
+
margin: space.s3,
|
|
99
99
|
marginLeft: space.s12,
|
|
100
100
|
listStyleType: "decimal",
|
|
101
101
|
padding: 0,
|
|
@@ -110,8 +110,8 @@ const htmlStyles = {
|
|
|
110
110
|
...textStyles.regular,
|
|
111
111
|
},
|
|
112
112
|
"& li p": {
|
|
113
|
-
marginTop: space.
|
|
114
|
-
marginBottom: space.
|
|
113
|
+
marginTop: space.s3,
|
|
114
|
+
marginBottom: space.s3,
|
|
115
115
|
marginLeft: space.s4,
|
|
116
116
|
paddingTop: space.s3,
|
|
117
117
|
paddingBottom: space.s3,
|
|
@@ -135,16 +135,16 @@ const htmlStyles = {
|
|
|
135
135
|
},
|
|
136
136
|
},
|
|
137
137
|
"& p": {
|
|
138
|
-
marginTop: space.
|
|
139
|
-
marginBottom: space.
|
|
138
|
+
marginTop: space.s3,
|
|
139
|
+
marginBottom: space.s3,
|
|
140
140
|
paddingTop: space.s3,
|
|
141
141
|
paddingBottom: space.s3,
|
|
142
142
|
...textStyles.big,
|
|
143
143
|
lineHeight: lineHeight.text,
|
|
144
144
|
},
|
|
145
145
|
"& .fibery-rich-text-check-item": {
|
|
146
|
-
marginTop: space.
|
|
147
|
-
marginBottom: space.
|
|
146
|
+
marginTop: space.s3,
|
|
147
|
+
marginBottom: space.s3,
|
|
148
148
|
paddingTop: space.s3,
|
|
149
149
|
paddingBottom: space.s3,
|
|
150
150
|
...textStyles.big,
|
|
@@ -160,8 +160,8 @@ const htmlStyles = {
|
|
|
160
160
|
paddingRight: space.s12,
|
|
161
161
|
paddingBottom: space.s3,
|
|
162
162
|
"& p": {
|
|
163
|
-
marginTop: space.
|
|
164
|
-
marginBottom: space.
|
|
163
|
+
marginTop: space.s3,
|
|
164
|
+
marginBottom: space.s3,
|
|
165
165
|
paddingTop: space.s3,
|
|
166
166
|
paddingBottom: space.s3,
|
|
167
167
|
...textStyles.big,
|
|
@@ -169,8 +169,8 @@ const htmlStyles = {
|
|
|
169
169
|
},
|
|
170
170
|
},
|
|
171
171
|
"& .code-block": {
|
|
172
|
-
marginTop: space.
|
|
173
|
-
marginBottom: space.
|
|
172
|
+
marginTop: space.s12,
|
|
173
|
+
marginBottom: space.s12,
|
|
174
174
|
},
|
|
175
175
|
"& pre": {
|
|
176
176
|
whiteSpace: "pre-wrap",
|
|
@@ -582,13 +582,14 @@ const chatHtmlStyles = {
|
|
|
582
582
|
backgroundColor: themeVars.codeBlockBgColor,
|
|
583
583
|
borderRadius: 6,
|
|
584
584
|
...textStyles.code,
|
|
585
|
+
fontSize: typeSizes[5],
|
|
585
586
|
"& *:last-child": {
|
|
586
587
|
marginBottom: 0,
|
|
587
588
|
},
|
|
588
589
|
},
|
|
589
590
|
"& code": {
|
|
590
591
|
...textStyles.code,
|
|
591
|
-
fontSize:
|
|
592
|
+
fontSize: typeSizes[5],
|
|
592
593
|
lineHeight: "inherit",
|
|
593
594
|
fontWeight: "inherit",
|
|
594
595
|
padding: `${space.s2}px ${space.s3}px`,
|
|
@@ -598,6 +599,7 @@ const chatHtmlStyles = {
|
|
|
598
599
|
},
|
|
599
600
|
"& pre code": {
|
|
600
601
|
...textStyles.code,
|
|
602
|
+
fontSize: typeSizes[5],
|
|
601
603
|
backgroundColor: themeVars.transparent,
|
|
602
604
|
color: themeVars.textColor,
|
|
603
605
|
padding: 0,
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const AiFiberyBuild: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20","opacity":0.6},"children":[{"type":"element","tagName":"path","properties":{"d":"M10.13 18.55a.725.725 0 0 1 .021 1.449 9.544 9.544 0 0 1-.302 0 .725.725 0 0 1 .021-1.45 9.353 9.353 0 0 0 .26 0ZM6.469 17.807l.138.046.24.097.13.069a.725.725 0 0 1-.524 1.319l-.14-.04-.28-.115-.129-.073a.725.725 0 0 1 .565-1.303ZM13.531 17.807a.726.726 0 0 1 .437 1.376l-.28.115a.725.725 0 0 1-.535-1.348c.08-.032.16-.063.24-.098l.138-.045ZM2.839 15.938a.725.725 0 0 1 .912-.079l.112.095.183.183a.725.725 0 0 1-.895 1.13l-.114-.09-.215-.214a.725.725 0 0 1 .017-1.025ZM16.249 15.86a.725.725 0 0 1 .929 1.103l-.215.215-.114.09a.725.725 0 0 1-.895-1.131l.183-.183.112-.095ZM11.254 12.842l.116.38c.084.277.057.576-.077.833a1.087 1.087 0 0 1-.96.583c-.232 0-.457-.075-.644-.213a1.096 1.096 0 0 1-.392-.559l-.225-.736 1.178-.687 1.004.399ZM1.108 12.747a.725.725 0 0 1 .873.276l.069.13.097.24.046.138a.726.726 0 0 1-1.303.565l-.073-.128-.115-.28-.04-.141a.725.725 0 0 1 .446-.8ZM17.95 13.153a.725.725 0 0 1 1.348.534c-.037.094-.075.189-.115.28l-.073.129a.725.725 0 0 1-1.258-.703l.098-.24ZM11.188 5.378c.275-.047.558.015.789.174a1.105 1.105 0 0 1 .312 1.48l-4.014 5.956a1.087 1.087 0 0 1-.895.478 1.074 1.074 0 0 1-.953-.582 1.104 1.104 0 0 1 .06-1.124l4.014-5.957a1.08 1.08 0 0 1 .688-.425ZM13.475 10.922c.234.093.429.266.55.49a1.106 1.106 0 0 1-.256 1.37c-.194.163-.438.251-.69.251a1.061 1.061 0 0 1-.395-.071l-1.977-.785 2.4-1.4.368.145ZM13.65 7.68a1.074 1.074 0 0 1 .843.543 1.105 1.105 0 0 1-.396 1.494l-5.139 2.998 3.334-4.947 1.179-.09c.06-.004.12-.004.18.002ZM.736 9.135c.4.006.72.335.714.735a8.77 8.77 0 0 0 0 .26.725.725 0 0 1-1.449.021 10.237 10.237 0 0 1 0-.302c.006-.4.335-.72.735-.714ZM19.264 9.135c.4-.006.729.314.735.714a9.535 9.535 0 0 1 0 .302.725.725 0 0 1-1.45-.021 9.351 9.351 0 0 0 0-.26.725.725 0 0 1 .715-.735ZM6.926 10.37l-.399.03a1.075 1.075 0 0 1-.833-.303 1.1 1.1 0 0 1-.055-1.519c.187-.21.447-.34.726-.361l2.118-.16-1.557 2.312ZM8.272 5.564c.287.011.558.137.753.35l.52.566-.765 1.136-1.072.081-.27-.294a1.103 1.103 0 0 1 .058-1.548c.21-.197.49-.301.776-.29ZM.817 6.032a.725.725 0 0 1 1.33.575c-.034.08-.065.16-.097.24a.725.725 0 0 1-1.348-.535 10 10 0 0 1 .115-.28ZM18.23 5.655a.725.725 0 0 1 .88.25l.073.127.115.28.04.141a.725.725 0 0 1-1.32.524l-.068-.13-.098-.24-.045-.138a.726.726 0 0 1 .423-.814ZM15.938 2.839a.725.725 0 0 1 1.025-.017l.215.215.09.114a.725.725 0 0 1-1.131.895l-.183-.183-.095-.112a.725.725 0 0 1 .08-.912ZM3.151 2.732a.725.725 0 0 1 .895 1.131l-.183.183-.112.095a.725.725 0 0 1-.929-1.104l.215-.215.114-.09ZM6.313.702a.725.725 0 0 1 .534 1.348c-.08.032-.16.063-.24.097a.724.724 0 1 1-.575-1.33 10 10 0 0 1 .28-.115ZM13.547.662l.14.04.28.115.129.073a.725.725 0 0 1-.565 1.303l-.138-.046-.24-.097-.13-.069a.725.725 0 0 1 .524-1.319ZM10.151.001a.725.725 0 0 1-.021 1.45 8.769 8.769 0 0 0-.26 0A.725.725 0 0 1 9.85 0a10.228 10.228 0 0 1 .302 0Z"},"children":[]}],"metadata":""}]},"name":"ai-fibery-build"};
|
|
7
|
+
|
|
8
|
+
export default AiFiberyBuild;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const Anthropic: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"m4.516 12.967 3.551-1.986.06-.173-.06-.095h-.173l-.594-.036-2.03-.055-1.758-.073-1.705-.09-.43-.093-.402-.528.042-.264.36-.241.516.045 1.143.077 1.713.12 1.244.071 1.841.192h.293l.04-.118-.1-.073-.078-.073-1.773-1.197L4.298 7.11l-1.005-.729-.544-.369-.274-.345-.12-.756.494-.542.664.045.168.046.672.514 1.435 1.108L7.66 7.455l.274.228.11-.077.014-.054-.124-.206L6.915 5.51 5.828 3.645l-.484-.774-.128-.466a2.25 2.25 0 0 1-.078-.546l.562-.76.31-.1.75.1.315.273.467 1.061.753 1.672 1.17 2.272.342.674.184.624.069.192h.118v-.11l.097-1.28.177-1.571.174-2.022.06-.57.283-.683.561-.369.44.21.36.515-.05.333-.215 1.388-.42 2.177-.274 1.458h.16l.183-.183.74-.978 1.242-1.549.55-.615.638-.678.412-.324h.777l.571.847-.255.875-.8 1.01-.663.857-.95 1.275-.595 1.02.055.082.142-.014 2.148-.455 1.16-.21 1.385-.237.626.292.069.296-.247.606-1.48.365-1.738.345-2.585.61-.033.023.036.046 1.166.109.498.027h1.22l2.271.17.595.39.356.479-.06.364-.913.465-1.234-.292-2.879-.683-.987-.246h-.137v.082l.823.801 1.507 1.358 1.888 1.749.095.432-.242.342-.255-.036-1.66-1.243-.638-.561-1.45-1.215h-.095v.127l.333.487 1.764 2.642.091.81-.128.264-.457.16-.502-.091-1.033-1.444-1.065-1.626-.858-1.458-.106.06-.507 5.443-.238.277-.548.21-.457-.346-.243-.56.243-1.108.292-1.443.238-1.148.215-1.426.128-.473-.01-.031-.105.013-1.078 1.476-1.64 2.208-1.298 1.385-.31.123-.54-.278.05-.496.302-.442 1.796-2.277L8.2 12.767l.7-.815-.006-.12h-.04L4.081 14.92l-.85.11-.365-.342.045-.56.174-.182 1.435-.984-.005.005Z","fill":"#D97757"},"children":[]}],"metadata":""}]},"name":"anthropic"};
|
|
7
|
+
|
|
8
|
+
export default Anthropic;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const Apple: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"width":20,"height":20},"children":[{"type":"element","tagName":"path","properties":{"d":"M14.693 9.973c-.021-2.17 1.776-3.21 1.856-3.263-1.01-1.471-2.584-1.673-3.144-1.696-1.338-.136-2.613.785-3.292.785-.677 0-1.726-.766-2.836-.746-1.46.022-2.806.846-3.557 2.148-1.517 2.62-.388 6.504 1.09 8.631.722 1.04 1.583 2.21 2.713 2.167 1.09-.043 1.5-.702 2.817-.702 1.317 0 1.687.702 2.839.68 1.171-.021 1.914-1.06 2.63-2.103.83-1.208 1.17-2.378 1.191-2.437-.026-.012-2.283-.873-2.307-3.464Z"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M12.214 3.767c.516-.734.865-1.753.77-2.767-.744.035-1.646.58-2.18 1.312-.48.65-.898 1.685-.786 2.681.831.076 1.678-.495 2.196-1.226Z"},"children":[]}],"metadata":""}]},"name":"apple"};
|
|
7
|
+
|
|
8
|
+
export default Apple;
|
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
import { IconDefinition } from '../types';
|
|
5
5
|
|
|
6
|
-
const ArrowBottom: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M5.434 7.
|
|
6
|
+
const ArrowBottom: 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.434 7.834a.8.8 0 0 1 1.132 0L10 11.27l3.434-3.435a.8.8 0 0 1 1.132 1.132l-4 4a.8.8 0 0 1-1.132 0l-4-4a.8.8 0 0 1 0-1.132Z"},"children":[]}],"metadata":""}]},"name":"arrow-bottom"};
|
|
7
7
|
|
|
8
8
|
export default ArrowBottom;
|
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
import { IconDefinition } from '../types';
|
|
5
5
|
|
|
6
|
-
const ArrowForward: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"
|
|
6
|
+
const ArrowForward: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M12.53 5.22a.75.75 0 1 0-1.06 1.06l2.97 2.97H3.75a.75.75 0 0 0 0 1.5h10.69l-2.97 2.97a.75.75 0 1 0 1.06 1.06l4.25-4.25a.747.747 0 0 0 0-1.06l-4.25-4.25Z"},"children":[]}],"metadata":""}]},"name":"arrow-forward"};
|
|
7
7
|
|
|
8
8
|
export default ArrowForward;
|
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
import { IconDefinition } from '../types';
|
|
5
5
|
|
|
6
|
-
const ArrowLeft: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M12.
|
|
6
|
+
const ArrowLeft: 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":"M12.166 5.434a.8.8 0 0 1 0 1.132L8.73 10l3.435 3.434a.8.8 0 1 1-1.132 1.132l-4-4a.8.8 0 0 1 0-1.132l4-4a.8.8 0 0 1 1.132 0Z"},"children":[]}],"metadata":""}]},"name":"arrow-left"};
|
|
7
7
|
|
|
8
8
|
export default ArrowLeft;
|
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
import { IconDefinition } from '../types';
|
|
5
5
|
|
|
6
|
-
const ArrowRight: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M7.
|
|
6
|
+
const ArrowRight: 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":"M7.834 14.566a.8.8 0 0 1 0-1.132L11.27 10 7.834 6.566a.8.8 0 1 1 1.132-1.132l4 4a.8.8 0 0 1 0 1.132l-4 4a.8.8 0 0 1-1.132 0Z"},"children":[]}],"metadata":""}]},"name":"arrow-right"};
|
|
7
7
|
|
|
8
8
|
export default ArrowRight;
|
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
import { IconDefinition } from '../types';
|
|
5
5
|
|
|
6
|
-
const ArrowTop: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M14.566 12.
|
|
6
|
+
const ArrowTop: 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.566 12.166a.8.8 0 0 1-1.132 0L10 8.73l-3.434 3.435a.8.8 0 1 1-1.132-1.132l4-4a.8.8 0 0 1 1.132 0l4 4a.8.8 0 0 1 0 1.132Z"},"children":[]}],"metadata":""}]},"name":"arrow-top"};
|
|
7
7
|
|
|
8
8
|
export default ArrowTop;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const Crosshair: 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 2a8 8 0 1 1 0 16 8 8 0 0 1 0-16Zm.75 4.25a.75.75 0 0 1-1.5 0V3.544A6.5 6.5 0 0 0 3.544 9.25H6.25a.75.75 0 0 1 0 1.5H3.544a6.5 6.5 0 0 0 5.706 5.705V13.75a.75.75 0 0 1 1.5 0v2.705a6.5 6.5 0 0 0 5.706-5.705H13.75a.75.75 0 0 1 0-1.5h2.706a6.5 6.5 0 0 0-5.706-5.706V6.25Z"},"children":[]}],"metadata":""}]},"name":"crosshair"};
|
|
7
|
+
|
|
8
|
+
export default Crosshair;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const Csv: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"width":20,"height":20},"children":[{"type":"element","tagName":"path","properties":{"d":"M11.742 1.5a.75.75 0 0 1 .53.219l4.504 4.497c.141.14.221.332.221.531v3.194L17 10c0 .02-.002.039-.003.058v3.883L17 14c0 .02-.002.039-.003.058v1.692a2.75 2.75 0 0 1-2.749 2.75H5.745a2.749 2.749 0 0 1-2.748-2.75V4.25c0-1.519 1.23-2.75 2.748-2.75h5.997ZM8.75 17h5.498c.69 0 1.25-.56 1.25-1.25v-1H8.75V17Zm-4.254-1.25c0 .69.56 1.25 1.25 1.25H7.25v-2.25H4.496v1Zm4.254-2.5h6.747v-2.5H8.75v2.5Zm-4.254 0H7.25v-2.5H4.496v2.5ZM5.746 3c-.69 0-1.25.56-1.25 1.25v5h11.001V7.497h-2.922a1.583 1.583 0 0 1-1.582-1.584V3H5.745Zm6.746 2.913a.084.084 0 0 0 .083.084h1.86l-1.943-1.94v1.856Z"},"children":[]}],"metadata":""}]},"name":"csv"};
|
|
7
|
+
|
|
8
|
+
export default Csv;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const Document: 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.745 3c-.69 0-1.25.56-1.25 1.25v11.5c0 .69.56 1.25 1.25 1.25h8.503c.69 0 1.25-.56 1.25-1.25V7.497h-2.923a1.582 1.582 0 0 1-1.582-1.584V3H5.745Zm6.747 1.058 1.942 1.939h-1.859a.083.083 0 0 1-.083-.084V4.058Zm-9.495.192A2.75 2.75 0 0 1 5.745 1.5h5.997a.75.75 0 0 1 .53.22l4.504 4.496a.75.75 0 0 1 .22.53v9.004a2.75 2.75 0 0 1-2.748 2.75H5.745a2.75 2.75 0 0 1-2.748-2.75V4.25Zm3.002 6a.75.75 0 0 1 .75-.75h6.496a.75.75 0 0 1 0 1.5H6.748a.75.75 0 0 1-.75-.75Zm0 3a.75.75 0 0 1 .75-.75h4.497a.75.75 0 0 1 0 1.5H6.748a.75.75 0 0 1-.75-.75Z"},"children":[]}],"metadata":""}]},"name":"document"};
|
|
7
|
+
|
|
8
|
+
export default Document;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const EntityCreate: 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.25v11.5A2.25 2.25 0 0 0 4.25 18h11.5A2.25 2.25 0 0 0 18 15.75v-6a.75.75 0 0 0-1.5 0v6a.75.75 0 0 1-.75.75H4.25a.75.75 0 0 1-.75-.75V4.25a.75.75 0 0 1 .75-.75h6a.75.75 0 0 0 0-1.5h-6Zm9.675.7A2.387 2.387 0 0 1 17.3 6.074l-5.727 5.727a.676.676 0 0 1-.478.198H8.838A.838.838 0 0 1 8 11.162V8.904c0-.18.071-.351.198-.478l5.727-5.727Zm2.42.956a1.035 1.035 0 0 0-1.464 0l-.224.224 1.463 1.463.224-.224a1.035 1.035 0 0 0 0-1.463ZM9.352 9.184v1.464h1.463l4.462-4.463-1.463-1.463-4.463 4.462Z"},"children":[]}],"metadata":""}]},"name":"entity-create"};
|
|
7
|
+
|
|
8
|
+
export default EntityCreate;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const ExpandAll: 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":"M7 7.966a.8.8 0 1 1-1.131-1.132L9.434 3.5a.8.8 0 0 1 1.132 0l3.565 3.334A.8.8 0 0 1 13 7.966l-3-2.769-3 2.769Zm6 4.068a.8.8 0 1 1 1.131 1.132l-3.565 3.571a.8.8 0 0 1-1.132 0L5.87 13.166A.8.8 0 1 1 7 12.034l3 3.006 3-3.006Z"},"children":[]}],"metadata":""}]},"name":"expand-all"};
|
|
7
|
+
|
|
8
|
+
export default ExpandAll;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const FiberyDesktopApp: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"width":20,"height":20,"fill":"none"},"children":[{"type":"element","tagName":"g","properties":{"clipPath":"url(#FiberyDesktopApp__a)"},"children":[{"type":"element","tagName":"path","properties":{"d":"M15 0H5a5 5 0 0 0-5 5v10a5 5 0 0 0 5 5h10a5 5 0 0 0 5-5V5a5 5 0 0 0-5-5Z","fill":"#000"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M6.368 14.804c-.272 0-.538-.076-.771-.218a1.509 1.509 0 0 1-.55-.589 1.53 1.53 0 0 1 .084-1.558l5.563-8.257a1.486 1.486 0 0 1 2.046-.348 1.53 1.53 0 0 1 .432 2.052l-5.563 8.257a1.503 1.503 0 0 1-1.241.661Z","fill":"url(#FiberyDesktopApp__b)","fillOpacity":0.5},"children":[]},{"type":"element","tagName":"path","properties":{"d":"m9.37 5.121-.72-.784a1.491 1.491 0 0 0-2.12-.081 1.527 1.527 0 0 0-.08 2.145l.373.407 1.486-.112L9.37 5.12Z","fill":"url(#FiberyDesktopApp__c)","fillOpacity":0.5},"children":[]},{"type":"element","tagName":"path","properties":{"d":"m13.177 6.906 1.634-.124a1.483 1.483 0 0 1 .506.048c.384.104.712.358.91.707.2.348.253.762.15 1.15-.102.389-.354.72-.698.921l-7.123 4.156 4.62-6.858Z","fill":"url(#FiberyDesktopApp__d)","fillOpacity":0.5},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M10.461 16.429a1.49 1.49 0 0 1-.892-.296 1.517 1.517 0 0 1-.544-.774l-.31-1.02 1.632-.953 1.392.553.16.526c.118.385.079.8-.107 1.156a1.505 1.505 0 0 1-1.33.808Z","fill":"url(#FiberyDesktopApp__e)","fillOpacity":0.5},"children":[]},{"type":"element","tagName":"path","properties":{"d":"m14.307 11.076-3.327 1.941 2.74 1.089c.175.068.36.102.548.1v-.001c.35 0 .687-.124.956-.349a1.532 1.532 0 0 0 .356-1.9 1.505 1.505 0 0 0-.764-.678l-.509-.202Z","fill":"url(#FiberyDesktopApp__f)","fillOpacity":0.5},"children":[]},{"type":"element","tagName":"path","properties":{"d":"m7.898 7.306-2.16 3.205-.552.042a1.49 1.49 0 0 1-1.155-.42 1.527 1.527 0 0 1-.077-2.104c.26-.292.62-.472 1.008-.5l2.936-.223Z","fill":"url(#FiberyDesktopApp__g)","fillOpacity":0.5},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M6.368 14.804c-.272 0-.538-.076-.771-.218a1.509 1.509 0 0 1-.55-.589 1.53 1.53 0 0 1 .084-1.558l5.563-8.257a1.486 1.486 0 0 1 2.046-.348 1.53 1.53 0 0 1 .432 2.052l-5.563 8.257a1.503 1.503 0 0 1-1.241.661Z","fill":"url(#FiberyDesktopApp__h)"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M6.368 14.804c-.272 0-.538-.076-.771-.218a1.509 1.509 0 0 1-.55-.589 1.53 1.53 0 0 1 .084-1.558l5.563-8.257a1.486 1.486 0 0 1 2.046-.348 1.53 1.53 0 0 1 .432 2.052l-5.563 8.257a1.503 1.503 0 0 1-1.241.661Z","fill":"url(#FiberyDesktopApp__i)","fillOpacity":0.1},"children":[]},{"type":"element","tagName":"path","properties":{"d":"m13.177 6.906 1.634-.124a1.483 1.483 0 0 1 .506.048c.384.104.712.358.91.707.2.348.253.762.15 1.15-.102.389-.354.72-.698.921l-7.123 4.156 4.62-6.858Z","fill":"url(#FiberyDesktopApp__j)"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"m13.177 6.906 1.634-.124a1.483 1.483 0 0 1 .506.048c.384.104.712.358.91.707.2.348.253.762.15 1.15-.102.389-.354.72-.698.921l-7.123 4.156 4.62-6.858Z","fill":"url(#FiberyDesktopApp__k)","fillOpacity":0.1},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M10.461 16.429a1.49 1.49 0 0 1-.892-.296 1.517 1.517 0 0 1-.544-.774l-.31-1.02 1.632-.953 1.392.553.16.526c.118.385.079.8-.107 1.156a1.505 1.505 0 0 1-1.33.808Z","fill":"url(#FiberyDesktopApp__l)"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M10.461 16.429a1.49 1.49 0 0 1-.892-.296 1.517 1.517 0 0 1-.544-.774l-.31-1.02 1.632-.953 1.392.553.16.526c.118.385.079.8-.107 1.156a1.505 1.505 0 0 1-1.33.808Z","fill":"url(#FiberyDesktopApp__m)","fillOpacity":0.1},"children":[]},{"type":"element","tagName":"path","properties":{"d":"m14.307 11.076-3.327 1.941 2.74 1.089c.175.068.36.102.548.1.35 0 .687-.125.956-.35a1.532 1.532 0 0 0 .356-1.9 1.505 1.505 0 0 0-.764-.678l-.509-.202Z","fill":"url(#FiberyDesktopApp__n)"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"m14.307 11.076-3.327 1.941 2.74 1.089c.175.068.36.102.548.1.35 0 .687-.125.956-.35a1.532 1.532 0 0 0 .356-1.9 1.505 1.505 0 0 0-.764-.678l-.509-.202Z","fill":"url(#FiberyDesktopApp__o)","fillOpacity":0.1},"children":[]},{"type":"element","tagName":"path","properties":{"d":"m7.898 7.306-2.16 3.205-.552.042a1.49 1.49 0 0 1-1.155-.42 1.527 1.527 0 0 1-.077-2.104c.26-.292.62-.472 1.008-.5l2.936-.223Z","fill":"url(#FiberyDesktopApp__p)"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"m7.898 7.306-2.16 3.205-.552.042a1.49 1.49 0 0 1-1.155-.42 1.527 1.527 0 0 1-.077-2.104c.26-.292.62-.472 1.008-.5l2.936-.223Z","fill":"url(#FiberyDesktopApp__q)","fillOpacity":0.1},"children":[]},{"type":"element","tagName":"path","properties":{"d":"m8.65 4.337.72.784L8.273 6.75l-1.405.11-.42-.459a1.527 1.527 0 0 1 .08-2.144 1.491 1.491 0 0 1 2.122.08Z","fill":"url(#FiberyDesktopApp__r)"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"m8.65 4.337.72.784L8.273 6.75l-1.405.11-.42-.459a1.527 1.527 0 0 1 .08-2.144 1.491 1.491 0 0 1 2.122.08Z","fill":"url(#FiberyDesktopApp__s)","fillOpacity":0.1},"children":[]},{"type":"element","tagName":"path","properties":{"d":"m6.528 6.328.338.37 1.383-.106.985-1.46-.663-.723-.1-.097a1.384 1.384 0 0 0-1.869.022l-.097.1a1.42 1.42 0 0 0-.348.881l.001.14c.017.278.114.544.28.766l.09.107Zm0 0-.08.072.025-.023.055-.05Zm5.123 7.692.146.476c.095.313.08.649-.042.95l-.058.126a1.4 1.4 0 0 1-.691.64l-.13.047c-.1.031-.204.051-.309.059l-.105.003c-.26 0-.516-.072-.737-.21l-.092-.064a1.41 1.41 0 0 1-.506-.719l-.286-.94 1.514-.883 1.296.514Zm.015-10.321c.31-.053.626.001.899.152l.114.071c.26.18.452.44.546.741l.034.131c.075.356.01.727-.178 1.036l-5.56 8.253a1.399 1.399 0 0 1-.356.363l-.145.089a1.38 1.38 0 0 1-.652.162l-.094-.003a1.401 1.401 0 0 1-1.131-.746 1.421 1.421 0 0 1-.162-.64l.002-.096c.012-.223.076-.44.187-.632l.05-.081 5.56-8.253c.188-.255.455-.437.755-.519l.13-.028Zm3.11 7.678c.302.12.553.343.71.63.137.251.194.539.166.822l-.017.122c-.053.282-.19.54-.39.74l-.09.083c-.25.209-.563.323-.887.324h-.033a1.363 1.363 0 0 1-.476-.092l-2.535-1.008 3.092-1.804.46.183Zm.274-4.486h.001c.04.004.08.01.12.016l.118.027c.312.084.584.276.77.539l.076.117c.162.283.22.613.168.933l-.03.137a1.409 1.409 0 0 1-.533.78l-.116.075-6.718 3.92 4.33-6.427 1.583-.119c.039-.003.078-.004.116-.004l.115.006Zm-9.372 3.517-.5.039a1.384 1.384 0 0 1-.97-.3l-.102-.09a1.417 1.417 0 0 1-.156-1.85l.085-.107c.21-.237.493-.394.801-.448l.134-.016 2.714-.207-2.006 2.98Z","stroke":"#fff","strokeOpacity":0.1,"strokeWidth":0.3},"children":[]}]},{"type":"element","tagName":"defs","properties":{},"children":[{"type":"element","tagName":"linearGradient","properties":{"id":"FiberyDesktopApp__b","x1":10,"y1":3.572,"x2":10,"y2":16.429,"gradientUnits":"userSpaceOnUse"},"children":[{"type":"element","tagName":"stop","properties":{"stopColor":"#7FE8D4"},"children":[]},{"type":"element","tagName":"stop","properties":{"offset":1,"stopColor":"#00D2AB"},"children":[]}]},{"type":"element","tagName":"linearGradient","properties":{"id":"FiberyDesktopApp__c","x1":10,"y1":3.572,"x2":10,"y2":16.429,"gradientUnits":"userSpaceOnUse"},"children":[{"type":"element","tagName":"stop","properties":{"stopColor":"#7FE8D4"},"children":[]},{"type":"element","tagName":"stop","properties":{"offset":1,"stopColor":"#00D2AB"},"children":[]}]},{"type":"element","tagName":"linearGradient","properties":{"id":"FiberyDesktopApp__d","x1":10,"y1":3.572,"x2":10,"y2":16.429,"gradientUnits":"userSpaceOnUse"},"children":[{"type":"element","tagName":"stop","properties":{"stopColor":"#7FE8D4"},"children":[]},{"type":"element","tagName":"stop","properties":{"offset":1,"stopColor":"#00D2AB"},"children":[]}]},{"type":"element","tagName":"linearGradient","properties":{"id":"FiberyDesktopApp__e","x1":10,"y1":3.571,"x2":10,"y2":16.429,"gradientUnits":"userSpaceOnUse"},"children":[{"type":"element","tagName":"stop","properties":{"stopColor":"#7FE8D4"},"children":[]},{"type":"element","tagName":"stop","properties":{"offset":1,"stopColor":"#00D2AB"},"children":[]}]},{"type":"element","tagName":"linearGradient","properties":{"id":"FiberyDesktopApp__f","x1":10,"y1":3.572,"x2":10,"y2":16.429,"gradientUnits":"userSpaceOnUse"},"children":[{"type":"element","tagName":"stop","properties":{"stopColor":"#7FE8D4"},"children":[]},{"type":"element","tagName":"stop","properties":{"offset":1,"stopColor":"#00D2AB"},"children":[]}]},{"type":"element","tagName":"linearGradient","properties":{"id":"FiberyDesktopApp__g","x1":10,"y1":3.572,"x2":10,"y2":16.429,"gradientUnits":"userSpaceOnUse"},"children":[{"type":"element","tagName":"stop","properties":{"stopColor":"#7FE8D4"},"children":[]},{"type":"element","tagName":"stop","properties":{"offset":1,"stopColor":"#00D2AB"},"children":[]}]},{"type":"element","tagName":"linearGradient","properties":{"id":"FiberyDesktopApp__h","x1":10,"y1":3.572,"x2":10,"y2":16.429,"gradientUnits":"userSpaceOnUse"},"children":[{"type":"element","tagName":"stop","properties":{"stopColor":"#7FE8D4"},"children":[]},{"type":"element","tagName":"stop","properties":{"offset":1,"stopColor":"#20AE9F"},"children":[]}]},{"type":"element","tagName":"linearGradient","properties":{"id":"FiberyDesktopApp__i","x1":12.886,"y1":3.572,"x2":5.398,"y2":14.566,"gradientUnits":"userSpaceOnUse"},"children":[{"type":"element","tagName":"stop","properties":{"stopOpacity":0},"children":[]},{"type":"element","tagName":"stop","properties":{"offset":1},"children":[]}]},{"type":"element","tagName":"linearGradient","properties":{"id":"FiberyDesktopApp__j","x1":10,"y1":3.572,"x2":10,"y2":16.429,"gradientUnits":"userSpaceOnUse"},"children":[{"type":"element","tagName":"stop","properties":{"stopColor":"#7FE8D4"},"children":[]},{"type":"element","tagName":"stop","properties":{"offset":1,"stopColor":"#20AE9F"},"children":[]}]},{"type":"element","tagName":"linearGradient","properties":{"id":"FiberyDesktopApp__k","x1":12.886,"y1":3.572,"x2":5.398,"y2":14.566,"gradientUnits":"userSpaceOnUse"},"children":[{"type":"element","tagName":"stop","properties":{"stopOpacity":0},"children":[]},{"type":"element","tagName":"stop","properties":{"offset":1},"children":[]}]},{"type":"element","tagName":"linearGradient","properties":{"id":"FiberyDesktopApp__l","x1":10,"y1":3.571,"x2":10,"y2":16.429,"gradientUnits":"userSpaceOnUse"},"children":[{"type":"element","tagName":"stop","properties":{"stopColor":"#7FE8D4"},"children":[]},{"type":"element","tagName":"stop","properties":{"offset":1,"stopColor":"#20AE9F"},"children":[]}]},{"type":"element","tagName":"linearGradient","properties":{"id":"FiberyDesktopApp__m","x1":12.886,"y1":3.571,"x2":5.398,"y2":14.566,"gradientUnits":"userSpaceOnUse"},"children":[{"type":"element","tagName":"stop","properties":{"stopOpacity":0},"children":[]},{"type":"element","tagName":"stop","properties":{"offset":1},"children":[]}]},{"type":"element","tagName":"linearGradient","properties":{"id":"FiberyDesktopApp__n","x1":10,"y1":3.572,"x2":10,"y2":16.429,"gradientUnits":"userSpaceOnUse"},"children":[{"type":"element","tagName":"stop","properties":{"stopColor":"#7FE8D4"},"children":[]},{"type":"element","tagName":"stop","properties":{"offset":1,"stopColor":"#20AE9F"},"children":[]}]},{"type":"element","tagName":"linearGradient","properties":{"id":"FiberyDesktopApp__o","x1":12.886,"y1":3.572,"x2":5.398,"y2":14.566,"gradientUnits":"userSpaceOnUse"},"children":[{"type":"element","tagName":"stop","properties":{"stopOpacity":0},"children":[]},{"type":"element","tagName":"stop","properties":{"offset":1},"children":[]}]},{"type":"element","tagName":"linearGradient","properties":{"id":"FiberyDesktopApp__p","x1":10,"y1":3.572,"x2":10,"y2":16.429,"gradientUnits":"userSpaceOnUse"},"children":[{"type":"element","tagName":"stop","properties":{"stopColor":"#7FE8D4"},"children":[]},{"type":"element","tagName":"stop","properties":{"offset":1,"stopColor":"#20AE9F"},"children":[]}]},{"type":"element","tagName":"linearGradient","properties":{"id":"FiberyDesktopApp__q","x1":12.886,"y1":3.572,"x2":5.398,"y2":14.566,"gradientUnits":"userSpaceOnUse"},"children":[{"type":"element","tagName":"stop","properties":{"stopOpacity":0},"children":[]},{"type":"element","tagName":"stop","properties":{"offset":1},"children":[]}]},{"type":"element","tagName":"linearGradient","properties":{"id":"FiberyDesktopApp__r","x1":10,"y1":3.572,"x2":10,"y2":16.429,"gradientUnits":"userSpaceOnUse"},"children":[{"type":"element","tagName":"stop","properties":{"stopColor":"#7FE8D4"},"children":[]},{"type":"element","tagName":"stop","properties":{"offset":1,"stopColor":"#20AE9F"},"children":[]}]},{"type":"element","tagName":"linearGradient","properties":{"id":"FiberyDesktopApp__s","x1":12.886,"y1":3.572,"x2":5.398,"y2":14.566,"gradientUnits":"userSpaceOnUse"},"children":[{"type":"element","tagName":"stop","properties":{"stopOpacity":0},"children":[]},{"type":"element","tagName":"stop","properties":{"offset":1},"children":[]}]},{"type":"element","tagName":"clipPath","properties":{"id":"FiberyDesktopApp__a"},"children":[{"type":"element","tagName":"path","properties":{"fill":"#fff","d":"M0 0h20v20H0z"},"children":[]}]}]}],"metadata":""}]},"name":"fibery-desktop-app"};
|
|
7
|
+
|
|
8
|
+
export default FiberyDesktopApp;
|
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
import { IconDefinition } from '../types';
|
|
5
5
|
|
|
6
|
-
const FiberyMono: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"
|
|
6
|
+
const FiberyMono: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"m12.231 15.323.207.675c.15.493.1 1.026-.138 1.482a1.931 1.931 0 0 1-1.708 1.037c-.411 0-.813-.132-1.144-.38a1.948 1.948 0 0 1-.699-.992l-.4-1.31 2.096-1.223 1.786.71ZM12.115 2.043c.489-.083.992.028 1.402.31.41.282.697.714.8 1.204.103.491.014 1.003-.247 1.43L6.931 15.583a1.907 1.907 0 0 1-2.583.569 1.936 1.936 0 0 1-.705-.755 1.963 1.963 0 0 1 .109-2L10.89 2.8a1.922 1.922 0 0 1 1.224-.758ZM16.18 11.906c.418.166.765.474.981.87a1.965 1.965 0 0 1-.457 2.44 1.912 1.912 0 0 1-1.226.448c-.24.003-.48-.041-.705-.129l-3.516-1.397 4.27-2.49.654.258ZM16.494 6.139a1.928 1.928 0 0 1 1.498.966c.256.447.325.978.192 1.477a1.944 1.944 0 0 1-.897 1.181l-9.14 5.334 5.93-8.8 2.098-.16a1.91 1.91 0 0 1 .32.002ZM4.53 10.923l-.708.053a1.913 1.913 0 0 1-1.481-.539 1.96 1.96 0 0 1-.099-2.7 1.916 1.916 0 0 1 1.292-.642l3.767-.286-2.771 4.114ZM6.927 2.377c.51.02.993.243 1.34.622l.924 1.006-1.407 2.09-1.804.14-.538-.588a1.96 1.96 0 0 1 .103-2.752 1.914 1.914 0 0 1 1.382-.518Z"},"children":[]}],"metadata":""}]},"name":"fibery-mono"};
|
|
7
7
|
|
|
8
8
|
export default FiberyMono;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
|
|
4
|
+
import { IconDefinition } from '../types';
|
|
5
|
+
|
|
6
|
+
const FileDownload: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"width":20,"height":20},"children":[{"type":"element","tagName":"path","properties":{"d":"m13.029 12.53-2.499 2.5a.75.75 0 0 1-1.06 0l-2.499-2.5a.75.75 0 0 1 1.06-1.06l1.22 1.22V8.75a.75.75 0 1 1 1.499 0v3.94l1.219-1.22a.75.75 0 1 1 1.06 1.06Z"},"children":[]},{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M5.745 1.5a2.75 2.75 0 0 0-2.748 2.75v11.5a2.75 2.75 0 0 0 2.748 2.75h8.503a2.75 2.75 0 0 0 2.749-2.75V6.747c0-.2-.08-.39-.22-.531l-4.505-4.497a.75.75 0 0 0-.53-.219H5.745Zm-1.25 2.75c0-.69.56-1.25 1.25-1.25h5.248v2.913a1.584 1.584 0 0 0 1.582 1.584h2.922v8.253c0 .69-.56 1.25-1.25 1.25H5.746c-.69 0-1.25-.56-1.25-1.25V4.25Zm9.94 1.747-1.943-1.94v1.856a.083.083 0 0 0 .083.084h1.86Z"},"children":[]}],"metadata":""}]},"name":"file-download"};
|
|
7
|
+
|
|
8
|
+
export default FileDownload;
|