@fibery/ui-kit 1.36.2 → 1.37.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/package.json +1 -1
- package/src/action-badge.tsx +5 -4
- package/src/actions-menu/actions-menu-confirmation.tsx +1 -12
- package/src/actions-menu/actions-menu-item.tsx +1 -1
- package/src/antd/ant-modal.tsx +17 -2
- package/src/antd/input.tsx +4 -3
- package/src/app-icon-with-fallback.tsx +5 -8
- package/src/app-icon-wrapper.tsx +4 -4
- package/src/appIcons.json +20 -0
- package/src/badge.tsx +14 -7
- package/src/beta-badge.tsx +12 -8
- package/src/button/actions-button-compact.tsx +1 -1
- package/src/button/base-button.tsx +2 -1
- package/src/button/button.tsx +89 -2
- package/src/button/icon-button.tsx +4 -2
- package/src/button/select-button.tsx +23 -8
- package/src/card-container.tsx +29 -65
- package/src/card-hidden-link.tsx +52 -0
- package/src/collapsible-section.tsx +13 -3
- package/src/color-picker/index.js +65 -60
- package/src/color-picker/swatch.tsx +28 -14
- package/src/command-menu/index.tsx +2 -2
- package/src/count-badge.tsx +57 -0
- package/src/date-picker/date-range-input.tsx +1 -1
- package/src/date-picker/fake-date-input.tsx +1 -1
- package/src/date-picker/relative-date-picker.tsx +1 -1
- package/src/date-picker/single-date-input.tsx +1 -1
- package/src/date-picker/utils.ts +9 -2
- package/src/design-system.ts +72 -41
- package/src/emoji-picker/emoji-picker-content-with-color.tsx +3 -9
- package/src/emoji-picker/icon-emoji-picker.tsx +75 -69
- package/src/emoji-picker/primitives/header.tsx +1 -0
- package/src/emoji-picker/primitives/search.tsx +12 -13
- package/src/error-alert/error-alert.tsx +19 -7
- package/src/field-app-icon.tsx +29 -0
- package/src/field-container.tsx +4 -2
- package/src/field-icon.tsx +26 -0
- package/src/field-type-icon.tsx +82 -0
- package/src/guide-link.tsx +4 -3
- package/src/hint.tsx +10 -1
- package/src/html-styles.ts +15 -13
- package/src/icons/ast/AiFiberyBuild.ts +8 -0
- package/src/icons/ast/Anthropic.ts +1 -1
- package/src/icons/ast/Apple.ts +8 -0
- package/src/icons/ast/ArrowBottom.ts +1 -1
- package/src/icons/ast/ArrowForward.ts +1 -1
- package/src/icons/ast/ArrowLeft.ts +1 -1
- package/src/icons/ast/ArrowRight.ts +1 -1
- package/src/icons/ast/ArrowTop.ts +1 -1
- package/src/icons/ast/Crosshair.ts +8 -0
- package/src/icons/ast/Document.ts +8 -0
- package/src/icons/ast/EntityCreate.ts +8 -0
- package/src/icons/ast/ExpandAll.ts +8 -0
- package/src/icons/ast/FiberyDesktopApp.ts +8 -0
- package/src/icons/ast/FileDownload.ts +8 -0
- package/src/icons/ast/GraduationCapFilled.ts +8 -0
- package/src/icons/ast/Home.ts +1 -1
- package/src/icons/ast/ImportFilled.ts +8 -0
- package/src/icons/ast/IntegrationsFilled.ts +8 -0
- package/src/icons/ast/LocationEdit.ts +8 -0
- package/src/icons/ast/MessagePlus.ts +8 -0
- package/src/icons/ast/OpenAi.ts +1 -1
- package/src/icons/ast/RicheditorMarkHighlight.ts +8 -0
- package/src/icons/ast/RicheditorMarkStrike.ts +1 -1
- package/src/icons/ast/RicheditorMarkUnderline.ts +1 -1
- package/src/icons/ast/SpaceApp.ts +8 -0
- package/src/icons/ast/SpaceGenerate.ts +8 -0
- package/src/icons/ast/SpaceScratch.ts +8 -0
- package/src/icons/ast/SpaceTemplate.ts +8 -0
- package/src/icons/ast/TableLayout.ts +8 -0
- package/src/icons/ast/TemplatesFilled.ts +8 -0
- package/src/icons/ast/ThumbsDown.ts +8 -0
- package/src/icons/ast/ThumbsUp.ts +8 -0
- package/src/icons/ast/ViewDashboard.ts +8 -0
- package/src/icons/ast/WarningTriangleFilled.ts +8 -0
- package/src/icons/ast/Windows.ts +8 -0
- package/src/icons/ast/index.tsx +25 -0
- package/src/icons/react/AiFiberyBuild.tsx +13 -0
- package/src/icons/react/Apple.tsx +13 -0
- package/src/icons/react/Crosshair.tsx +13 -0
- package/src/icons/react/Document.tsx +13 -0
- package/src/icons/react/EntityCreate.tsx +13 -0
- package/src/icons/react/ExpandAll.tsx +13 -0
- package/src/icons/react/FiberyDesktopApp.tsx +13 -0
- package/src/icons/react/FileDownload.tsx +13 -0
- package/src/icons/react/GraduationCapFilled.tsx +13 -0
- package/src/icons/react/ImportFilled.tsx +13 -0
- package/src/icons/react/IntegrationsFilled.tsx +13 -0
- package/src/icons/react/LocationEdit.tsx +13 -0
- package/src/icons/react/MessagePlus.tsx +13 -0
- package/src/icons/react/RicheditorMarkHighlight.tsx +13 -0
- package/src/icons/react/SpaceApp.tsx +13 -0
- package/src/icons/react/SpaceGenerate.tsx +13 -0
- package/src/icons/react/SpaceScratch.tsx +13 -0
- package/src/icons/react/SpaceTemplate.tsx +13 -0
- package/src/icons/react/TableLayout.tsx +13 -0
- package/src/icons/react/TemplatesFilled.tsx +13 -0
- package/src/icons/react/ThumbsDown.tsx +13 -0
- package/src/icons/react/ThumbsUp.tsx +13 -0
- package/src/icons/react/ViewDashboard.tsx +13 -0
- package/src/icons/react/WarningTriangleFilled.tsx +13 -0
- package/src/icons/react/Windows.tsx +13 -0
- package/src/icons/react/index.tsx +25 -0
- package/src/icons/svg/ai-fibery-build.svg +24 -0
- package/src/icons/svg/anthropic.svg +2 -14
- package/src/icons/svg/apple.svg +4 -0
- package/src/icons/svg/arrow-bottom.svg +1 -1
- package/src/icons/svg/arrow-forward.svg +1 -1
- package/src/icons/svg/arrow-left.svg +1 -1
- package/src/icons/svg/arrow-right.svg +1 -1
- package/src/icons/svg/arrow-top.svg +1 -1
- package/src/icons/svg/crosshair.svg +4 -0
- package/src/icons/svg/document.svg +4 -0
- package/src/icons/svg/entity-create.svg +3 -0
- package/src/icons/svg/expand-all.svg +3 -0
- package/src/icons/svg/fibery-desktop-app.svg +101 -0
- package/src/icons/svg/file-download.svg +4 -0
- package/src/icons/svg/go-to.svg +1 -3
- package/src/icons/svg/graduation-cap-filled.svg +4 -0
- package/src/icons/svg/home.svg +4 -2
- package/src/icons/svg/import-filled.svg +4 -0
- package/src/icons/svg/integrations-filled.svg +4 -0
- package/src/icons/svg/location-edit.svg +13 -0
- package/src/icons/svg/message-plus.svg +4 -0
- package/src/icons/svg/open-ai.svg +2 -7
- package/src/icons/svg/open-as-page.svg +2 -3
- package/src/icons/svg/richeditor/mark/code.svg +4 -5
- package/src/icons/svg/richeditor/mark/em.svg +3 -2
- package/src/icons/svg/richeditor/mark/highlight.svg +3 -0
- package/src/icons/svg/richeditor/mark/strike.svg +3 -2
- package/src/icons/svg/richeditor/mark/strong.svg +3 -2
- package/src/icons/svg/richeditor/mark/underline.svg +4 -2
- package/src/icons/svg/space-app.svg +3 -0
- package/src/icons/svg/space-generate.svg +3 -0
- package/src/icons/svg/space-scratch.svg +3 -0
- package/src/icons/svg/space-template.svg +3 -0
- package/src/icons/svg/table-layout.svg +3 -0
- package/src/icons/svg/templates-filled.svg +6 -0
- package/src/icons/svg/thumbs-down.svg +3 -0
- package/src/icons/svg/thumbs-up.svg +3 -0
- package/src/icons/svg/view-dashboard.svg +5 -0
- package/src/icons/svg/warning-triangle-filled.svg +3 -0
- package/src/icons/svg/windows.svg +15 -0
- package/src/integration-compact-info-button.tsx +3 -1
- package/src/layout-styles.ts +23 -0
- package/src/lists/list-row-surface.tsx +2 -1
- package/src/loaders.tsx +6 -6
- package/src/logo.tsx +16 -9
- package/src/mobile-styles.ts +2 -0
- package/src/new-badge.tsx +4 -7
- package/src/number-input/text-area-auto-sized.tsx +47 -0
- package/src/number-input/text-input-auto-sized.tsx +49 -0
- package/src/palette.ts +50 -50
- package/src/popup/index.tsx +1 -0
- package/src/rich-text-embed-error.tsx +2 -2
- package/src/select/{custom-select-partials → components}/menu.tsx +13 -7
- package/src/select/{custom-select-partials → components}/no-option-message.tsx +0 -1
- package/src/select/constants.ts +1 -0
- package/src/select/index.tsx +136 -145
- package/src/select/select-in-popover.tsx +101 -108
- package/src/select/styles.ts +60 -24
- package/src/shortcut-badge.tsx +1 -0
- package/src/tab-nav/tab-nav.tsx +12 -19
- package/src/theme-provider.tsx +9 -1
- package/src/tooltip-if-overflown.tsx +9 -3
- package/src/unit/index.tsx +9 -1
- package/src/unit/loading-unit-value.tsx +1 -0
- package/src/unit/maybe-unit-value.tsx +3 -3
- package/src/unit/primitive.tsx +58 -42
- package/src/unit/styles.ts +8 -12
- package/src/unit/types.ts +4 -2
- package/src/unit/unit-button-group.tsx +6 -11
- package/src/unit/unit-content.tsx +13 -5
- package/src/unit/unit-with-title.tsx +6 -1
- package/src/unit/unit-with-tooltip.tsx +24 -9
- package/src/use-is-phone.tsx +12 -0
- package/src/workflow-progress-icon.tsx +1 -1
- package/src/number-input/text-area-with-autosize.tsx +0 -91
- package/src/number-input/text-inline-input-with-autosize.tsx +0 -60
- package/src/use-is-phone.ts +0 -5
- /package/src/select/{custom-select-partials → components}/clear-indicator.tsx +0 -0
- /package/src/select/{custom-select-partials → components}/drop-down-indicator.tsx +0 -0
- /package/src/select/{custom-select-partials → components}/group-heading.tsx +0 -0
- /package/src/select/{custom-select-partials → components}/menu-list-virtualized.tsx +0 -0
- /package/src/select/{custom-select-partials → components}/option.tsx +0 -0
|
@@ -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;
|
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
import { IconDefinition } from '../types';
|
|
5
5
|
|
|
6
|
-
const Anthropic: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"
|
|
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
7
|
|
|
8
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 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;
|
|
@@ -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;
|
|
@@ -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;
|
package/src/icons/ast/OpenAi.ts
CHANGED
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
import { IconDefinition } from '../types';
|
|
5
5
|
|
|
6
|
-
const OpenAi: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"
|
|
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
7
|
|
|
8
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;
|