@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,13 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
|
|
3
|
+
import {forwardRef} from 'react';
|
|
4
|
+
import ViewDashboardSvg from '../ast/ViewDashboard';
|
|
5
|
+
import { Icon } from '../Icon';
|
|
6
|
+
import { IconBaseProps } from '../types';
|
|
7
|
+
|
|
8
|
+
const ViewDashboard = forwardRef<SVGSVGElement, IconBaseProps>(function ViewDashboard(
|
|
9
|
+
props: IconBaseProps,
|
|
10
|
+
ref: React.Ref<SVGSVGElement>
|
|
11
|
+
) {return <Icon {...props} className={props.className} ref={ref} icon={ViewDashboardSvg} />});
|
|
12
|
+
|
|
13
|
+
export default ViewDashboard;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
|
|
3
|
+
import {forwardRef} from 'react';
|
|
4
|
+
import WarningTriangleFilledSvg from '../ast/WarningTriangleFilled';
|
|
5
|
+
import { Icon } from '../Icon';
|
|
6
|
+
import { IconBaseProps } from '../types';
|
|
7
|
+
|
|
8
|
+
const WarningTriangleFilled = forwardRef<SVGSVGElement, IconBaseProps>(function WarningTriangleFilled(
|
|
9
|
+
props: IconBaseProps,
|
|
10
|
+
ref: React.Ref<SVGSVGElement>
|
|
11
|
+
) {return <Icon {...props} className={props.className} ref={ref} icon={WarningTriangleFilledSvg} />});
|
|
12
|
+
|
|
13
|
+
export default WarningTriangleFilled;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
|
|
3
|
+
import {forwardRef} from 'react';
|
|
4
|
+
import WindowsSvg from '../ast/Windows';
|
|
5
|
+
import { Icon } from '../Icon';
|
|
6
|
+
import { IconBaseProps } from '../types';
|
|
7
|
+
|
|
8
|
+
const Windows = forwardRef<SVGSVGElement, IconBaseProps>(function Windows(
|
|
9
|
+
props: IconBaseProps,
|
|
10
|
+
ref: React.Ref<SVGSVGElement>
|
|
11
|
+
) {return <Icon {...props} className={props.className} ref={ref} icon={WindowsSvg} />});
|
|
12
|
+
|
|
13
|
+
export default Windows;
|
|
@@ -13,6 +13,7 @@ export { default as AddReactions } from './AddReactions';
|
|
|
13
13
|
export { default as Add } from './Add';
|
|
14
14
|
export { default as AiAssistant } from './AiAssistant';
|
|
15
15
|
export { default as AiAvatar } from './AiAvatar';
|
|
16
|
+
export { default as AiFiberyBuild } from './AiFiberyBuild';
|
|
16
17
|
export { default as AiSearch } from './AiSearch';
|
|
17
18
|
export { default as AlertTriangle } from './AlertTriangle';
|
|
18
19
|
export { default as Anthropic } from './Anthropic';
|
|
@@ -26,6 +27,7 @@ export { default as App } from './App';
|
|
|
26
27
|
export { default as AppearanceAuto } from './AppearanceAuto';
|
|
27
28
|
export { default as AppearanceDark } from './AppearanceDark';
|
|
28
29
|
export { default as AppearanceLight } from './AppearanceLight';
|
|
30
|
+
export { default as Apple } from './Apple';
|
|
29
31
|
export { default as ArrowBarLeft } from './ArrowBarLeft';
|
|
30
32
|
export { default as ArrowBarRight } from './ArrowBarRight';
|
|
31
33
|
export { default as ArrowBottom } from './ArrowBottom';
|
|
@@ -82,6 +84,7 @@ export { default as Copy } from './Copy';
|
|
|
82
84
|
export { default as Create } from './Create';
|
|
83
85
|
export { default as CreditsFilled } from './CreditsFilled';
|
|
84
86
|
export { default as CrossCircle } from './CrossCircle';
|
|
87
|
+
export { default as Crosshair } from './Crosshair';
|
|
85
88
|
export { default as Csv } from './Csv';
|
|
86
89
|
export { default as DatabaseOff } from './DatabaseOff';
|
|
87
90
|
export { default as DatabaseStroke } from './DatabaseStroke';
|
|
@@ -90,6 +93,7 @@ export { default as DateRange } from './DateRange';
|
|
|
90
93
|
export { default as Delete } from './Delete';
|
|
91
94
|
export { default as Demo } from './Demo';
|
|
92
95
|
export { default as Dependency } from './Dependency';
|
|
96
|
+
export { default as Document } from './Document';
|
|
93
97
|
export { default as DoubleArrowLeft } from './DoubleArrowLeft';
|
|
94
98
|
export { default as DoubleArrowRight } from './DoubleArrowRight';
|
|
95
99
|
export { default as DragBlockHandleSingle } from './DragBlockHandleSingle';
|
|
@@ -100,8 +104,10 @@ export { default as DynamicFilterValue } from './DynamicFilterValue';
|
|
|
100
104
|
export { default as EditValue } from './EditValue';
|
|
101
105
|
export { default as Email } from './Email';
|
|
102
106
|
export { default as EmojiDelete } from './EmojiDelete';
|
|
107
|
+
export { default as EntityCreate } from './EntityCreate';
|
|
103
108
|
export { default as EntityMerge } from './EntityMerge';
|
|
104
109
|
export { default as Equation } from './Equation';
|
|
110
|
+
export { default as ExpandAll } from './ExpandAll';
|
|
105
111
|
export { default as Export } from './Export';
|
|
106
112
|
export { default as ExtensionAssignments } from './ExtensionAssignments';
|
|
107
113
|
export { default as ExtensionAvatar } from './ExtensionAvatar';
|
|
@@ -113,10 +119,12 @@ export { default as Eye } from './Eye';
|
|
|
113
119
|
export { default as FavoritesChecked } from './FavoritesChecked';
|
|
114
120
|
export { default as FavoritesOff } from './FavoritesOff';
|
|
115
121
|
export { default as Favorites } from './Favorites';
|
|
122
|
+
export { default as FiberyDesktopApp } from './FiberyDesktopApp';
|
|
116
123
|
export { default as FiberyMono } from './FiberyMono';
|
|
117
124
|
export { default as FieldUnit } from './FieldUnit';
|
|
118
125
|
export { default as Fields } from './Fields';
|
|
119
126
|
export { default as Figma } from './Figma';
|
|
127
|
+
export { default as FileDownload } from './FileDownload';
|
|
120
128
|
export { default as FileUpload } from './FileUpload';
|
|
121
129
|
export { default as Filter } from './Filter';
|
|
122
130
|
export { default as FitToScreen } from './FitToScreen';
|
|
@@ -136,6 +144,7 @@ export { default as Globe } from './Globe';
|
|
|
136
144
|
export { default as GoTo } from './GoTo';
|
|
137
145
|
export { default as GoogleDrive } from './GoogleDrive';
|
|
138
146
|
export { default as GoogleMap } from './GoogleMap';
|
|
147
|
+
export { default as GraduationCapFilled } from './GraduationCapFilled';
|
|
139
148
|
export { default as HeadphonesAi } from './HeadphonesAi';
|
|
140
149
|
export { default as Headphones } from './Headphones';
|
|
141
150
|
export { default as Hide } from './Hide';
|
|
@@ -143,10 +152,12 @@ export { default as Highlights } from './Highlights';
|
|
|
143
152
|
export { default as Hint } from './Hint';
|
|
144
153
|
export { default as Home } from './Home';
|
|
145
154
|
export { default as ImageXmark } from './ImageXmark';
|
|
155
|
+
export { default as ImportFilled } from './ImportFilled';
|
|
146
156
|
export { default as Import } from './Import';
|
|
147
157
|
export { default as InfoCircleFilled } from './InfoCircleFilled';
|
|
148
158
|
export { default as InfoCircle } from './InfoCircle';
|
|
149
159
|
export { default as Integration } from './Integration';
|
|
160
|
+
export { default as IntegrationsFilled } from './IntegrationsFilled';
|
|
150
161
|
export { default as IntegrationsIntegrationDiscourseColor } from './IntegrationsIntegrationDiscourseColor';
|
|
151
162
|
export { default as IntegrationsIntegrationIntercomColor } from './IntegrationsIntegrationIntercomColor';
|
|
152
163
|
export { default as IntegrationsIntegrationSlackColor } from './IntegrationsIntegrationSlackColor';
|
|
@@ -164,6 +175,7 @@ export { default as LevelPlus } from './LevelPlus';
|
|
|
164
175
|
export { default as Levels } from './Levels';
|
|
165
176
|
export { default as LineDivider } from './LineDivider';
|
|
166
177
|
export { default as Link } from './Link';
|
|
178
|
+
export { default as LocationEdit } from './LocationEdit';
|
|
167
179
|
export { default as LockOutline } from './LockOutline';
|
|
168
180
|
export { default as Lock } from './Lock';
|
|
169
181
|
export { default as Logout } from './Logout';
|
|
@@ -176,6 +188,7 @@ export { default as MapMode } from './MapMode';
|
|
|
176
188
|
export { default as Markdown } from './Markdown';
|
|
177
189
|
export { default as MenuCollapser } from './MenuCollapser';
|
|
178
190
|
export { default as MessagePlusSquare } from './MessagePlusSquare';
|
|
191
|
+
export { default as MessagePlus } from './MessagePlus';
|
|
179
192
|
export { default as Milestones } from './Milestones';
|
|
180
193
|
export { default as Minus } from './Minus';
|
|
181
194
|
export { default as Miro } from './Miro';
|
|
@@ -257,6 +270,7 @@ export { default as RicheditorListOrdered } from './RicheditorListOrdered';
|
|
|
257
270
|
export { default as RicheditorListUnindent } from './RicheditorListUnindent';
|
|
258
271
|
export { default as RicheditorMarkCode } from './RicheditorMarkCode';
|
|
259
272
|
export { default as RicheditorMarkEm } from './RicheditorMarkEm';
|
|
273
|
+
export { default as RicheditorMarkHighlight } from './RicheditorMarkHighlight';
|
|
260
274
|
export { default as RicheditorMarkStrike } from './RicheditorMarkStrike';
|
|
261
275
|
export { default as RicheditorMarkStrong } from './RicheditorMarkStrong';
|
|
262
276
|
export { default as RicheditorMarkTextBackgroundColor } from './RicheditorMarkTextBackgroundColor';
|
|
@@ -295,16 +309,24 @@ export { default as SmartFolder } from './SmartFolder';
|
|
|
295
309
|
export { default as SortOnBottom } from './SortOnBottom';
|
|
296
310
|
export { default as SortOnTop } from './SortOnTop';
|
|
297
311
|
export { default as Sort } from './Sort';
|
|
312
|
+
export { default as SpaceApp } from './SpaceApp';
|
|
313
|
+
export { default as SpaceGenerate } from './SpaceGenerate';
|
|
298
314
|
export { default as SpaceList } from './SpaceList';
|
|
315
|
+
export { default as SpaceScratch } from './SpaceScratch';
|
|
316
|
+
export { default as SpaceTemplate } from './SpaceTemplate';
|
|
299
317
|
export { default as Spinner } from './Spinner';
|
|
300
318
|
export { default as Success } from './Success';
|
|
301
319
|
export { default as SuggestIntegration } from './SuggestIntegration';
|
|
320
|
+
export { default as TableLayout } from './TableLayout';
|
|
302
321
|
export { default as Template } from './Template';
|
|
322
|
+
export { default as TemplatesFilled } from './TemplatesFilled';
|
|
303
323
|
export { default as Templates } from './Templates';
|
|
304
324
|
export { default as Terminal } from './Terminal';
|
|
305
325
|
export { default as TextToolAlignBottom } from './TextToolAlignBottom';
|
|
306
326
|
export { default as TextToolAlignMiddle } from './TextToolAlignMiddle';
|
|
307
327
|
export { default as TextToolAlignTop } from './TextToolAlignTop';
|
|
328
|
+
export { default as ThumbsDown } from './ThumbsDown';
|
|
329
|
+
export { default as ThumbsUp } from './ThumbsUp';
|
|
308
330
|
export { default as Twitter } from './Twitter';
|
|
309
331
|
export { default as TypeBoolean } from './TypeBoolean';
|
|
310
332
|
export { default as TypeButton } from './TypeButton';
|
|
@@ -355,6 +377,7 @@ export { default as ViewBoard } from './ViewBoard';
|
|
|
355
377
|
export { default as ViewCalendar } from './ViewCalendar';
|
|
356
378
|
export { default as ViewCanvas } from './ViewCanvas';
|
|
357
379
|
export { default as ViewChart } from './ViewChart';
|
|
380
|
+
export { default as ViewDashboard } from './ViewDashboard';
|
|
358
381
|
export { default as ViewDetails } from './ViewDetails';
|
|
359
382
|
export { default as ViewDocument } from './ViewDocument';
|
|
360
383
|
export { default as ViewFeed } from './ViewFeed';
|
|
@@ -366,8 +389,10 @@ export { default as ViewPage } from './ViewPage';
|
|
|
366
389
|
export { default as ViewTable } from './ViewTable';
|
|
367
390
|
export { default as ViewTimeline } from './ViewTimeline';
|
|
368
391
|
export { default as Views } from './Views';
|
|
392
|
+
export { default as WarningTriangleFilled } from './WarningTriangleFilled';
|
|
369
393
|
export { default as WarningTriangle } from './WarningTriangle';
|
|
370
394
|
export { default as Warning } from './Warning';
|
|
395
|
+
export { default as Windows } from './Windows';
|
|
371
396
|
export { default as WorkspaceMap } from './WorkspaceMap';
|
|
372
397
|
export { default as Youtube } from './Youtube';
|
|
373
398
|
export { default as ZoomIn } from './ZoomIn';
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" opacity="0.6">
|
|
2
|
+
<path d="M10.1299 18.5498C10.5298 18.544 10.8591 18.8638 10.8652 19.2637C10.8709 19.6635 10.5512 19.9929 10.1514 19.999C10.1011 19.9998 10.0504 20 10 20C9.94956 20 9.89891 19.9998 9.84863 19.999C9.44877 19.9929 9.12909 19.6635 9.13477 19.2637C9.14091 18.8638 9.47022 18.544 9.87012 18.5498C9.91323 18.5504 9.95673 18.5508 10 18.5508C10.0433 18.5508 10.0868 18.5504 10.1299 18.5498Z" />
|
|
3
|
+
<path d="M6.46875 17.8066L6.60742 17.8525L6.84668 17.9502L6.97656 18.0186C7.25837 18.2032 7.382 18.5662 7.25293 18.8916C7.12369 19.2169 6.78488 19.3969 6.45312 19.3379L6.3125 19.2979L6.03223 19.1826L5.9043 19.1104C5.62835 18.9173 5.51653 18.5507 5.65527 18.2295C5.79434 17.9081 6.13886 17.7375 6.46875 17.8066Z" />
|
|
4
|
+
<path d="M13.5312 17.8066C13.8611 17.7375 14.2057 17.9081 14.3447 18.2295C14.5033 18.5966 14.3348 19.0237 13.9678 19.1826L13.6875 19.2979C13.3157 19.445 12.8947 19.2633 12.7471 18.8916C12.5995 18.5197 12.7815 18.0979 13.1533 17.9502C13.2333 17.9184 13.3138 17.8866 13.3926 17.8525L13.5312 17.8066Z" />
|
|
5
|
+
<path d="M2.83887 15.9385C3.09018 15.695 3.47269 15.6696 3.75098 15.8594L3.86328 15.9541L4.0459 16.1367C4.33279 16.4153 4.33974 16.874 4.06152 17.1611C3.81754 17.4126 3.43543 17.4493 3.15137 17.2676L3.03711 17.1777L2.82227 16.9629C2.54422 16.6756 2.55189 16.217 2.83887 15.9385Z" />
|
|
6
|
+
<path d="M16.249 15.8594C16.5273 15.6696 16.9098 15.695 17.1611 15.9385C17.4481 16.217 17.4558 16.6756 17.1777 16.9629L16.9629 17.1777L16.8486 17.2676C16.5646 17.4493 16.1825 17.4126 15.9385 17.1611C15.6603 16.874 15.6672 16.4153 15.9541 16.1367L16.1367 15.9541L16.249 15.8594Z" />
|
|
7
|
+
<path d="M11.2539 12.8418L11.3701 13.2217C11.4544 13.4988 11.4268 13.7983 11.293 14.0547C11.1589 14.3111 10.9293 14.5032 10.6553 14.5889C10.5508 14.6211 10.4422 14.6378 10.333 14.6377C10.1015 14.6381 9.87587 14.5635 9.68945 14.4248C9.50298 14.286 9.36525 14.0899 9.29688 13.8662L9.07227 13.1299L10.25 12.4434L11.2539 12.8418Z" />
|
|
8
|
+
<path d="M1.1084 12.7471C1.43376 12.618 1.79681 12.7416 1.98145 13.0234L2.0498 13.1533L2.14746 13.3926L2.19336 13.5312C2.26249 13.8611 2.09189 14.2057 1.77051 14.3447C1.4493 14.4835 1.08274 14.3716 0.889648 14.0957L0.817383 13.9678L0.702148 13.6875L0.662109 13.5469C0.603144 13.2151 0.783055 12.8763 1.1084 12.7471Z" />
|
|
9
|
+
<path d="M17.9502 13.1533C18.0979 12.7815 18.5197 12.5995 18.8916 12.7471C19.2633 12.8947 19.445 13.3157 19.2979 13.6875C19.2607 13.7812 19.2225 13.8755 19.1826 13.9678L19.1104 14.0957C18.9173 14.3716 18.5507 14.4835 18.2295 14.3447C17.8624 14.1859 17.6939 13.7598 17.8525 13.3926L17.9502 13.1533Z" />
|
|
10
|
+
<path d="M11.1885 5.37793C11.4635 5.33109 11.7459 5.3932 11.9766 5.55176C12.2072 5.71034 12.3687 5.95268 12.4268 6.22852C12.4848 6.50437 12.4349 6.79245 12.2881 7.03223L8.27539 12.9883C8.17604 13.1357 8.04178 13.2567 7.88574 13.3398C7.72979 13.4229 7.55615 13.4662 7.37988 13.4658C7.18376 13.4653 6.99111 13.4111 6.82324 13.3086C6.65542 13.2061 6.51842 13.0591 6.42676 12.8838C6.33512 12.7086 6.29211 12.5114 6.30273 12.3135C6.31341 12.1155 6.37738 11.9239 6.4873 11.7598L10.501 5.80273C10.6674 5.57678 10.9137 5.42482 11.1885 5.37793Z" />
|
|
11
|
+
<path d="M13.4746 10.9219C13.7089 11.0151 13.9037 11.1883 14.0254 11.4111C14.1471 11.6341 14.1884 11.8934 14.1416 12.1436C14.0947 12.3937 13.9624 12.6198 13.7686 12.7822C13.5747 12.9446 13.3308 13.033 13.0791 13.0332C12.944 13.0345 12.8097 13.011 12.6836 12.9619L10.707 12.1768L13.1074 10.7764L13.4746 10.9219Z" />
|
|
12
|
+
<path d="M13.6504 7.67969C13.7125 7.68522 13.7749 7.69634 13.8359 7.71289C14.1131 7.78801 14.3497 7.97138 14.4932 8.22266C14.6366 8.47387 14.6748 8.77255 14.6006 9.05273C14.5263 9.33291 14.3451 9.57173 14.0967 9.7168L8.95801 12.7148L12.292 7.76758L13.4707 7.67871C13.5306 7.67418 13.5909 7.67418 13.6504 7.67969Z" />
|
|
13
|
+
<path d="M0.736328 9.13477C1.13622 9.14091 1.45597 9.47022 1.4502 9.87012C1.44956 9.91323 1.44922 9.95673 1.44922 10C1.44922 10.0433 1.44956 10.0868 1.4502 10.1299C1.45597 10.5298 1.13622 10.8591 0.736328 10.8652C0.336481 10.8709 0.0070725 10.5512 0.000976562 10.1514C0.000230804 10.1011 1.65156e-09 10.0504 0 10C0 9.94956 0.000230809 9.89891 0.000976562 9.84863C0.00707248 9.44877 0.336481 9.12909 0.736328 9.13477Z" />
|
|
14
|
+
<path d="M19.2637 9.13477C19.6635 9.12909 19.9929 9.44877 19.999 9.84863C19.9998 9.89891 20 9.94956 20 10C20 10.0504 19.9998 10.1011 19.999 10.1514C19.9929 10.5512 19.6635 10.8709 19.2637 10.8652C18.8638 10.8591 18.544 10.5298 18.5498 10.1299C18.5504 10.0868 18.5508 10.0433 18.5508 10C18.5508 9.95673 18.5504 9.91323 18.5498 9.87012C18.544 9.47022 18.8638 9.14091 19.2637 9.13477Z" />
|
|
15
|
+
<path d="M6.92578 10.3691L6.52734 10.3994C6.50017 10.4016 6.47248 10.4023 6.44531 10.4023C6.16536 10.4027 5.89615 10.2929 5.69434 10.0967C5.49243 9.90022 5.37367 9.63177 5.36328 9.34863C5.3529 9.06547 5.45169 8.78918 5.63867 8.57812C5.82559 8.36725 6.08592 8.23743 6.36523 8.2168L8.4834 8.05664L6.92578 10.3691Z" />
|
|
16
|
+
<path d="M8.27246 5.56445C8.55924 5.57543 8.8302 5.70135 9.02539 5.91406L9.54492 6.48047L8.78027 7.61621L7.70801 7.69727L7.4375 7.40332C7.24228 7.19039 7.13855 6.90734 7.14941 6.61719C7.16029 6.32707 7.28553 6.05285 7.49609 5.85547C7.70656 5.65837 7.98579 5.55355 8.27246 5.56445Z" />
|
|
17
|
+
<path d="M0.817383 6.03223C0.976327 5.66524 1.40338 5.4967 1.77051 5.65527C2.13764 5.81414 2.30606 6.24022 2.14746 6.60742C2.11337 6.68622 2.08157 6.76668 2.0498 6.84668C1.90213 7.21854 1.4803 7.40046 1.1084 7.25293C0.736737 7.10529 0.554954 6.68427 0.702148 6.3125C0.739349 6.21879 0.77746 6.12451 0.817383 6.03223Z" />
|
|
18
|
+
<path d="M18.2295 5.65527C18.5507 5.51653 18.9173 5.62835 19.1104 5.9043L19.1826 6.03223L19.2979 6.3125L19.3379 6.45312C19.3969 6.78488 19.2169 7.12369 18.8916 7.25293C18.5662 7.382 18.2032 7.25837 18.0186 6.97656L17.9502 6.84668L17.8525 6.60742L17.8066 6.46875C17.7375 6.13886 17.9081 5.79434 18.2295 5.65527Z" />
|
|
19
|
+
<path d="M15.9385 2.83887C16.217 2.55189 16.6756 2.54422 16.9629 2.82227L17.1777 3.03711L17.2676 3.15137C17.4493 3.43543 17.4126 3.81754 17.1611 4.06152C16.874 4.33974 16.4153 4.33279 16.1367 4.0459L15.9541 3.86328L15.8594 3.75098C15.6696 3.47269 15.695 3.09018 15.9385 2.83887Z" />
|
|
20
|
+
<path d="M3.15137 2.73242C3.43543 2.55067 3.81754 2.58745 4.06152 2.83887C4.33974 3.12604 4.33279 3.5847 4.0459 3.86328L3.86328 4.0459L3.75098 4.14062C3.47269 4.33043 3.09018 4.305 2.83887 4.06152C2.55189 3.78303 2.54422 3.32436 2.82227 3.03711L3.03711 2.82227L3.15137 2.73242Z" />
|
|
21
|
+
<path d="M6.3125 0.702148C6.68427 0.554954 7.10529 0.736737 7.25293 1.1084C7.40046 1.4803 7.21854 1.90213 6.84668 2.0498C6.76668 2.08157 6.68622 2.11337 6.60742 2.14746C6.24022 2.30606 5.81414 2.13764 5.65527 1.77051C5.4967 1.40338 5.66524 0.976327 6.03223 0.817383C6.12451 0.77746 6.21879 0.739349 6.3125 0.702148Z" />
|
|
22
|
+
<path d="M13.5469 0.662109L13.6875 0.702148L13.9678 0.817383L14.0957 0.889648C14.3716 1.08274 14.4835 1.4493 14.3447 1.77051C14.2057 2.09189 13.8611 2.26249 13.5312 2.19336L13.3926 2.14746L13.1533 2.0498L13.0234 1.98145C12.7416 1.79681 12.618 1.43376 12.7471 1.1084C12.8763 0.783055 13.2151 0.603143 13.5469 0.662109Z" />
|
|
23
|
+
<path d="M10.1514 0.000976562C10.5512 0.00707248 10.8709 0.336481 10.8652 0.736328C10.8591 1.13622 10.5298 1.45597 10.1299 1.4502C10.0868 1.44956 10.0433 1.44922 10 1.44922C9.95673 1.44922 9.91323 1.44956 9.87012 1.4502C9.47022 1.45597 9.14091 1.13622 9.13477 0.736328C9.12909 0.336481 9.44877 0.0070725 9.84863 0.000976562C9.89891 0.000230809 9.94956 0 10 0C10.0504 1.65157e-09 10.1011 0.000230804 10.1514 0.000976562Z"/>
|
|
24
|
+
</svg>
|
|
@@ -1,15 +1,3 @@
|
|
|
1
|
-
<svg
|
|
2
|
-
<
|
|
3
|
-
<mask id="mask0_10165_54307" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20">
|
|
4
|
-
<path d="M20 10C20 4.47715 15.5228 0 10 0C4.47715 0 0 4.47715 0 10C0 15.5228 4.47715 20 10 20C15.5228 20 20 15.5228 20 10Z" fill="white"/>
|
|
5
|
-
</mask>
|
|
6
|
-
<g mask="url(#mask0_10165_54307)">
|
|
7
|
-
<path d="M3.90812 13.296L7.85312 11.09L7.91912 10.898L7.85312 10.792H7.66012L7.00012 10.752L4.74612 10.691L2.79212 10.61L0.898121 10.509L0.421121 10.407L-0.0258789 9.82L0.0201211 9.527L0.420121 9.259L0.994121 9.309L2.26412 9.395L4.16712 9.527L5.54812 9.607L7.59412 9.82H7.91912L7.96412 9.689L7.85312 9.608L7.76612 9.527L5.79612 8.197L3.66612 6.79L2.54912 5.98L1.94512 5.57L1.64012 5.186L1.50812 4.346L2.05612 3.744L2.79312 3.794L2.98012 3.845L3.72712 4.417L5.32112 5.647L7.40012 7.173L7.70512 7.426L7.82712 7.34L7.84212 7.28L7.70512 7.052L6.57312 5.012L5.36512 2.94L4.82712 2.08L4.68512 1.563C4.63166 1.36496 4.60278 1.1611 4.59912 0.956L5.22312 0.111L5.56812 0L6.40112 0.111L6.75112 0.415L7.26912 1.594L8.10612 3.451L9.40612 5.975L9.78612 6.724L9.99012 7.417L10.0661 7.63H10.1981V7.508L10.3051 6.087L10.5021 4.341L10.6951 2.095L10.7611 1.462L11.0761 0.703L11.7001 0.293L12.1881 0.526L12.5881 1.098L12.5331 1.468L12.2941 3.01L11.8271 5.429L11.5231 7.048H11.7011L11.9041 6.845L12.7261 5.758L14.1061 4.038L14.7161 3.354L15.4261 2.601L15.8831 2.241H16.7461L17.3811 3.182L17.0971 4.154L16.2081 5.277L15.4721 6.228L14.4161 7.645L13.7561 8.778L13.8171 8.869L13.9751 8.854L16.3611 8.348L17.6501 8.115L19.1881 7.852L19.8841 8.176L19.9601 8.505L19.6861 9.178L18.0411 9.583L16.1111 9.967L13.2391 10.645L13.2031 10.67L13.2431 10.721L14.5381 10.842L15.0911 10.872H16.4471L18.9701 11.06L19.6301 11.495L20.0261 12.026L19.9601 12.431L18.9451 12.947L17.5741 12.623L14.3761 11.864L13.2791 11.591H13.1271V11.682L14.0411 12.572L15.7161 14.08L17.8131 16.023L17.9191 16.503L17.6501 16.883L17.3661 16.843L15.5231 15.462L14.8131 14.839L13.2031 13.489H13.0971V13.63L13.4671 14.171L15.4271 17.106L15.5281 18.006L15.3861 18.3L14.8781 18.477L14.3201 18.376L13.1731 16.772L11.9901 14.966L11.0361 13.346L10.9191 13.413L10.3551 19.459L10.0911 19.767L9.48212 20L8.97512 19.616L8.70512 18.993L8.97512 17.763L9.29912 16.16L9.56312 14.885L9.80212 13.301L9.94412 12.775L9.93412 12.74L9.81712 12.755L8.61912 14.395L6.79712 16.848L5.35512 18.386L5.01012 18.523L4.41012 18.214L4.46712 17.663L4.80212 17.172L6.79712 14.642L8.00012 13.074L8.77712 12.168L8.77112 12.036H8.72612L3.42612 15.466L2.48212 15.588L2.07612 15.208L2.12612 14.586L2.31912 14.384L3.91312 13.291L3.90812 13.296Z" fill="#D97757"/>
|
|
8
|
-
</g>
|
|
9
|
-
</g>
|
|
10
|
-
<defs>
|
|
11
|
-
<clipPath id="clip0_10165_54307">
|
|
12
|
-
<rect width="20" height="20" fill="white"/>
|
|
13
|
-
</clipPath>
|
|
14
|
-
</defs>
|
|
1
|
+
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M4.51633 12.9669L8.06746 10.9812L8.12687 10.8084L8.06746 10.7129H7.89373L7.29962 10.6769L5.27066 10.622L3.51175 10.5491L1.80685 10.4582L1.37747 10.3664L0.975098 9.83799L1.01651 9.57424L1.37657 9.333L1.89326 9.37801L3.03646 9.45542L4.74947 9.57424L5.99259 9.64626L7.83432 9.83799H8.12687L8.16738 9.72007L8.06746 9.64715L7.98915 9.57424L6.21583 8.37703L4.29849 7.1105L3.29301 6.38137L2.74931 6.01231L2.47476 5.66665L2.35594 4.91051L2.84923 4.36861L3.51265 4.41362L3.68098 4.45953L4.3534 4.97442L5.78825 6.08162L7.65969 7.45526L7.93424 7.68301L8.04406 7.60559L8.05756 7.55158L7.93424 7.34634L6.91526 5.51002L5.82786 3.64488L5.34358 2.87075L5.21575 2.40536C5.16763 2.2271 5.14163 2.04359 5.13834 1.85897L5.70004 1.09833L6.01059 0.998413L6.76043 1.09833L7.07548 1.37198L7.54177 2.43327L8.2952 4.10487L9.46541 6.37687L9.80747 7.05109L9.9911 7.6749L10.0595 7.86664H10.1783V7.75682L10.2746 6.47769L10.452 4.90601L10.6257 2.88425L10.6851 2.31445L10.9687 1.63123L11.5304 1.26216L11.9696 1.4719L12.3297 1.98679L12.2802 2.31985L12.0651 3.7079L11.6447 5.88538L11.371 7.34274H11.5313L11.714 7.16001L12.4539 6.18154L13.6961 4.63326L14.2452 4.01755L14.8844 3.33973L15.2957 3.01567H16.0726L16.6442 3.86272L16.3885 4.73768L15.5883 5.74856L14.9258 6.60461L13.9752 7.88014L13.3811 8.90002L13.436 8.98194L13.5782 8.96843L15.726 8.51295L16.8863 8.30322L18.2708 8.06647L18.8973 8.35812L18.9657 8.65428L18.719 9.26009L17.2383 9.62465L15.501 9.97031L12.9157 10.5806L12.8833 10.6031L12.9193 10.649L14.085 10.758L14.5828 10.785H15.8034L18.0745 10.9542L18.6686 11.3458L19.0251 11.8237L18.9657 12.1883L18.052 12.6528L16.8179 12.3611L13.9392 11.6779L12.9517 11.4322H12.8149V11.5141L13.6376 12.3152L15.1454 13.6727L17.033 15.4217L17.1285 15.8538L16.8863 16.1958L16.6307 16.1598L14.9717 14.9167L14.3326 14.3559L12.8833 13.1407H12.7879V13.2676L13.1209 13.7546L14.8853 16.3966L14.9762 17.2067L14.8484 17.4713L14.3911 17.6307L13.8888 17.5398L12.8563 16.0959L11.7914 14.4702L10.9327 13.012L10.8273 13.0723L10.3196 18.5146L10.082 18.7919L9.53382 19.0016L9.07744 18.656L8.8344 18.0952L9.07744 16.988L9.36909 15.545L9.60674 14.3973L9.82187 12.9714L9.9497 12.498L9.9407 12.4665L9.83538 12.48L8.75698 13.9562L7.11689 16.1643L5.81886 17.5488L5.5083 17.6721L4.96821 17.3939L5.01952 16.8979L5.32107 16.456L7.11689 14.1786L8.19978 12.7671L8.89921 11.9516L8.89381 11.8327H8.8533L4.08245 14.9203L3.2327 15.0301L2.86723 14.6881L2.91224 14.1282L3.08597 13.9463L4.52083 12.9624L4.51633 12.9669Z" fill="#D97757"/>
|
|
15
3
|
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M14.6933 9.97307C14.6716 7.80339 16.4691 6.76274 16.5495 6.71017C15.5393 5.23851 13.9654 5.03658 13.4052 5.0136C12.0668 4.87817 10.7923 5.79904 10.1133 5.79904C9.43576 5.79904 8.38671 5.03345 7.27685 5.05294C5.81683 5.07453 4.47109 5.89896 3.71977 7.20108C2.2035 9.82165 3.33188 13.7054 4.80936 15.8323C5.53168 16.8718 6.39308 18.0416 7.52321 17.9989C8.61245 17.956 9.02341 17.2969 10.3401 17.2969C11.6569 17.2969 12.0266 17.9989 13.1787 17.9769C14.3501 17.9556 15.0927 16.9175 15.809 15.8737C16.6383 14.6659 16.9797 13.4965 17 13.4373C16.9745 13.4254 14.7167 12.5637 14.6933 9.97307Z" />
|
|
3
|
+
<path d="M12.214 3.76658C12.7299 3.03328 13.0795 2.01436 12.9844 1C12.2398 1.03522 11.3385 1.57938 10.8039 2.31197C10.3249 2.96214 9.90617 3.99727 10.0184 4.9933C10.849 5.06867 11.6962 4.49846 12.214 3.76658Z" />
|
|
4
|
+
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.43433 7.
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.43433 7.83431C5.74675 7.52189 6.25328 7.52189 6.5657 7.83431L10 11.2686L13.4343 7.83431C13.7467 7.52189 14.2533 7.52189 14.5657 7.83431C14.8781 8.14673 14.8781 8.65326 14.5657 8.96568L10.5657 12.9656C10.2533 13.2781 9.74675 13.2781 9.43433 12.9656L5.43433 8.96568C5.12191 8.65326 5.12191 8.14673 5.43433 7.83431Z" fill="black"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path
|
|
2
|
+
<path d="M12.5303 5.21967C12.2374 4.92678 11.7626 4.92678 11.4697 5.21967C11.1768 5.51256 11.1768 5.98744 11.4697 6.28033L14.4393 9.25H3.75C3.33579 9.25 3 9.58579 3 10C3 10.4142 3.33579 10.75 3.75 10.75H14.4393L11.4697 13.7197C11.1768 14.0126 11.1768 14.4874 11.4697 14.7803C11.7626 15.0732 12.2374 15.0732 12.5303 14.7803L16.7803 10.5303C16.9268 10.3839 17 10.1919 17 10C17 9.89831 16.9798 9.80134 16.9431 9.71291C16.9065 9.62445 16.8522 9.54158 16.7803 9.46967L12.5303 5.21967Z" fill="black"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.1657 5.43427C12.4781 5.74669 12.4781 6.25322 12.1657 6.56564L8.73137 9.99995L12.1657 13.4343C12.4781 13.7467 12.4781 14.2532 12.1657 14.5656C11.8533 14.8781 11.3467 14.8781 11.0343 14.5656L7.03432 10.5656C6.7219 10.2532 6.7219 9.74669 7.03432 9.43427L11.0343 5.43427C11.3467 5.12185 11.8533 5.12185 12.1657 5.43427Z" fill="black"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.83431 14.5656C7.52189 14.2532 7.52189 13.7467 7.83431 13.4343L11.2686 9.99995L7.83431 6.56564C7.52189 6.25322 7.52189 5.74669 7.83431 5.43427C8.14673 5.12185 8.65326 5.12185 8.96568 5.43427L12.9657 9.43427C13.2781 9.74669 13.2781 10.2532 12.9657 10.5656L8.96568 14.5656C8.65326 14.8781 8.14673 14.8781 7.83431 14.5656Z" fill="black"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.5657 12.
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.5657 12.1656C14.2533 12.4781 13.7467 12.4781 13.4343 12.1656L10 8.73137L6.5657 12.1656C6.25328 12.4781 5.74675 12.4781 5.43433 12.1656C5.12191 11.8532 5.12191 11.3467 5.43433 11.0343L9.43433 7.03432C9.74675 6.7219 10.2533 6.7219 10.5657 7.03432L14.5657 11.0343C14.8781 11.3467 14.8781 11.8532 14.5657 12.1656Z" fill="black"/>
|
|
3
3
|
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10 2C14.4183 2 18 5.58172 18 10C18 14.4183 14.4183 18 10 18C5.58172 18 2 14.4183 2 10C2 5.58172 5.58172 2 10 2ZM10.75 6.25C10.75 6.66421 10.4142 7 10 7C9.58579 7 9.25 6.66421 9.25 6.25V3.54395C6.25961 3.88757 3.88757 6.25961 3.54395 9.25H6.25C6.66421 9.25 7 9.58579 7 10C7 10.4142 6.66421 10.75 6.25 10.75H3.54395C3.88757 13.7404 6.25966 16.1114 9.25 16.4551V13.75C9.25 13.3358 9.58579 13 10 13C10.4142 13 10.75 13.3358 10.75 13.75V16.4551C13.7403 16.1114 16.1124 13.7404 16.4561 10.75H13.75C13.3358 10.75 13 10.4142 13 10C13 9.58579 13.3358 9.25 13.75 9.25H16.4561C16.1124 6.25961 13.7404 3.88757 10.75 3.54395V6.25Z"/>
|
|
3
|
+
</svg>
|
|
4
|
+
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.74528 3C5.05525 3 4.49587 3.55965 4.49587 4.25001L4.49594 15.75C4.49594 16.4404 5.05532 17 5.74534 17H14.2479C14.9379 17 15.4973 16.4404 15.4973 15.75V7.49668H12.5754C12.1557 7.49668 11.7531 7.32986 11.4563 7.03293C11.1595 6.736 10.9928 6.33327 10.9928 5.91334V3.00001L5.74528 3ZM12.4921 4.05783L14.4343 5.99668H12.5754C12.5533 5.99668 12.5321 5.9879 12.5165 5.97227C12.5009 5.95664 12.4921 5.93545 12.4921 5.91334V4.05783ZM2.99659 4.25002C2.99659 2.73123 4.22722 1.5 5.74528 1.5L11.7424 1.50001C11.941 1.50001 12.1314 1.5788 12.2719 1.71909L16.7764 6.21576C16.9174 6.35646 16.9966 6.54748 16.9966 6.74668V15.75C16.9966 17.2688 15.766 18.5 14.2479 18.5H5.74534C4.22729 18.5 2.99667 17.2688 2.99666 15.75L2.99659 4.25002ZM5.99856 10.25C5.99856 9.8358 6.33419 9.50001 6.7482 9.50001H13.2451C13.6591 9.50001 13.9947 9.8358 13.9947 10.25C13.9947 10.6642 13.6591 11 13.2451 11H6.7482C6.33419 11 5.99856 10.6642 5.99856 10.25ZM5.99856 13.25C5.99856 12.8358 6.33419 12.5 6.7482 12.5H11.246C11.6601 12.5 11.9957 12.8358 11.9957 13.25C11.9957 13.6642 11.6601 14 11.246 14H6.7482C6.33419 14 5.99856 13.6642 5.99856 13.25Z"/>
|
|
3
|
+
</svg>
|
|
4
|
+
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.25 2C3.00736 2 2 3.0074 2 4.25V15.75C2 16.9926 3.00736 18 4.25 18H15.75C16.9926 18 18 16.9926 18 15.75V9.75C18 9.33579 17.6642 9 17.25 9C16.8358 9 16.5 9.33579 16.5 9.75V15.75C16.5 16.1642 16.1642 16.5 15.75 16.5H4.25C3.83579 16.5 3.5 16.1642 3.5 15.75V4.25C3.5 3.8358 3.83579 3.5 4.25 3.5H10.25C10.6642 3.5 11 3.16421 11 2.75C11 2.33579 10.6642 2 10.25 2H4.25ZM13.9247 2.69921C14.857 1.76693 16.3685 1.76693 17.3008 2.69921C18.2331 3.63148 18.2331 5.143 17.3008 6.07528L11.5741 11.8019C11.4473 11.9288 11.2753 12 11.096 12H8.83756C8.37499 12 8 11.625 8 11.1624V8.90404C8 8.72469 8.07125 8.55268 8.19807 8.42586L13.9247 2.69921ZM16.3444 3.65557C15.9403 3.25148 15.2852 3.25148 14.8811 3.65557L14.657 3.87967L16.1203 5.34302L16.3444 5.11892C16.7485 4.71483 16.7485 4.05966 16.3444 3.65557ZM9.3525 9.18415V10.6475H10.8158L15.278 6.18532L13.8147 4.72197L9.3525 9.18415Z" fill="black"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7 7.96571C6.68758 8.27813 6.18105 8.27813 5.86863 7.96571C5.55621 7.65329 5.55621 7.14676 5.86863 6.83434L9.43433 3.50006C9.74675 3.18756 10.2533 3.18756 10.5657 3.50006L14.1314 6.83433C14.4438 7.14675 14.4438 7.65328 14.1314 7.9657C13.819 8.27812 13.3124 8.27812 13 7.9657L10 5.19706L7 7.96571ZM13 12.0344C13.3124 11.7219 13.819 11.7219 14.1314 12.0344C14.4438 12.3468 14.4438 12.8533 14.1314 13.1657L10.5657 16.7373C10.2533 17.0497 9.74675 17.0497 9.43433 16.7373L5.86864 13.1657C5.55622 12.8533 5.55622 12.3468 5.86864 12.0344C6.18106 11.7219 6.68759 11.7219 7.00001 12.0344L10 15.0402L13 12.0344Z" />
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_11012_44340)">
|
|
3
|
+
<path d="M15 0H5C2.23858 0 0 2.23858 0 5V15C0 17.7614 2.23858 20 5 20H15C17.7614 20 20 17.7614 20 15V5C20 2.23858 17.7614 0 15 0Z" fill="black"/>
|
|
4
|
+
<path d="M6.36804 14.8042C6.09619 14.8035 5.82964 14.728 5.59695 14.5859C5.36427 14.4437 5.17419 14.2403 5.04712 13.9973C4.92003 13.7543 4.86071 13.4809 4.87552 13.2065C4.89032 12.932 4.97869 12.6667 5.13117 12.4391L10.6941 4.18245C10.925 3.86886 11.2667 3.65754 11.648 3.5926C12.0292 3.52767 12.4205 3.61413 12.7402 3.83396C13.0599 4.05378 13.2832 4.38997 13.3637 4.77235C13.4442 5.15473 13.3754 5.55375 13.1718 5.8861L7.60889 14.1428C7.47117 14.3471 7.2861 14.5142 7.06978 14.6295C6.85348 14.7447 6.61255 14.8047 6.36804 14.8042Z" fill="url(#paint0_linear_11012_44340)" fill-opacity="0.5"/>
|
|
5
|
+
<path d="M9.36966 5.12149L8.64974 4.33691C8.37916 4.04175 8.00366 3.86738 7.60588 3.85216C7.20816 3.83694 6.82071 3.98211 6.52881 4.25573C6.23691 4.52936 6.06447 4.90903 6.04941 5.31122C6.03436 5.71341 6.17793 6.10518 6.44854 6.40033L6.82309 6.80832L8.30909 6.69568L9.36966 5.12149Z" fill="url(#paint1_linear_11012_44340)" fill-opacity="0.5"/>
|
|
6
|
+
<path d="M13.1765 6.906L14.8114 6.78207C14.8945 6.77577 14.9778 6.77651 15.0604 6.78417C15.1466 6.79184 15.2324 6.80709 15.3172 6.83003C15.7013 6.93415 16.0289 7.1883 16.2277 7.53666C16.4266 7.88495 16.4804 8.29887 16.3774 8.6873C16.2745 9.0758 16.0231 9.40702 15.6787 9.60809L8.55615 13.7637L13.1765 6.906Z" fill="url(#paint2_linear_11012_44340)" fill-opacity="0.5"/>
|
|
7
|
+
<path d="M10.4614 16.4286C10.1404 16.4291 9.82771 16.3255 9.56921 16.1331C9.31071 15.9406 9.12007 15.6694 9.02536 15.3593L8.71436 14.3385L10.3466 13.3862L11.7387 13.9394L11.8995 14.4654C12.0165 14.8497 11.9779 15.2653 11.792 15.6208C11.6061 15.9763 11.2884 16.2427 10.9084 16.3614C10.7635 16.4062 10.6129 16.4288 10.4614 16.4286Z" fill="url(#paint3_linear_11012_44340)" fill-opacity="0.5"/>
|
|
8
|
+
<path d="M14.3071 11.0757L10.9797 13.017L13.72 14.1058C13.8947 14.1738 14.0807 14.2078 14.268 14.206V14.205C14.6172 14.2048 14.9553 14.0814 15.2242 13.856C15.493 13.6308 15.6756 13.3177 15.7406 12.9708C15.8055 12.6238 15.7487 12.2649 15.58 11.9558C15.4112 11.6468 15.141 11.4069 14.8161 11.2777L14.3071 11.0757Z" fill="url(#paint4_linear_11012_44340)" fill-opacity="0.5"/>
|
|
9
|
+
<path d="M7.89761 7.30615L5.73814 10.5113L5.18608 10.5532C5.14843 10.5562 5.11076 10.5572 5.07311 10.5572C4.68467 10.5577 4.31118 10.4058 4.03129 10.1334C3.75141 9.86108 3.58695 9.48958 3.57256 9.09708C3.55818 8.70458 3.69498 8.32172 3.95416 8.02915C4.21335 7.73665 4.57469 7.55715 4.9621 7.52865L7.89761 7.30615Z" fill="url(#paint5_linear_11012_44340)" fill-opacity="0.5"/>
|
|
10
|
+
<path d="M6.36804 14.8042C6.09619 14.8035 5.82964 14.728 5.59695 14.5859C5.36427 14.4437 5.17419 14.2403 5.04712 13.9973C4.92003 13.7543 4.86071 13.4809 4.87552 13.2065C4.89032 12.932 4.97869 12.6667 5.13117 12.4391L10.6941 4.18245C10.925 3.86886 11.2667 3.65754 11.648 3.5926C12.0292 3.52767 12.4205 3.61413 12.7402 3.83396C13.0599 4.05378 13.2832 4.38997 13.3637 4.77235C13.4442 5.15473 13.3754 5.55375 13.1718 5.8861L7.60889 14.1428C7.47117 14.3471 7.2861 14.5142 7.06978 14.6295C6.85348 14.7447 6.61255 14.8047 6.36804 14.8042Z" fill="url(#paint6_linear_11012_44340)"/>
|
|
11
|
+
<path d="M6.36804 14.8042C6.09619 14.8035 5.82964 14.728 5.59695 14.5859C5.36427 14.4437 5.17419 14.2403 5.04712 13.9973C4.92003 13.7543 4.86071 13.4809 4.87552 13.2065C4.89032 12.932 4.97869 12.6667 5.13117 12.4391L10.6941 4.18245C10.925 3.86886 11.2667 3.65754 11.648 3.5926C12.0292 3.52767 12.4205 3.61413 12.7402 3.83396C13.0599 4.05378 13.2832 4.38997 13.3637 4.77235C13.4442 5.15473 13.3754 5.55375 13.1718 5.8861L7.60889 14.1428C7.47117 14.3471 7.2861 14.5142 7.06978 14.6295C6.85348 14.7447 6.61255 14.8047 6.36804 14.8042Z" fill="url(#paint7_linear_11012_44340)" fill-opacity="0.1"/>
|
|
12
|
+
<path d="M13.1765 6.906L14.8114 6.78207C14.8945 6.77577 14.9778 6.77651 15.0604 6.78417C15.1466 6.79184 15.2324 6.80709 15.3172 6.83003C15.7013 6.93415 16.0289 7.1883 16.2277 7.53666C16.4266 7.88495 16.4804 8.29887 16.3774 8.6873C16.2745 9.0758 16.0231 9.40702 15.6787 9.60809L8.55615 13.7637L13.1765 6.906Z" fill="url(#paint8_linear_11012_44340)"/>
|
|
13
|
+
<path d="M13.1765 6.906L14.8114 6.78207C14.8945 6.77577 14.9778 6.77651 15.0604 6.78417C15.1466 6.79184 15.2324 6.80709 15.3172 6.83003C15.7013 6.93415 16.0289 7.1883 16.2277 7.53666C16.4266 7.88495 16.4804 8.29887 16.3774 8.6873C16.2745 9.0758 16.0231 9.40702 15.6787 9.60809L8.55615 13.7637L13.1765 6.906Z" fill="url(#paint9_linear_11012_44340)" fill-opacity="0.1"/>
|
|
14
|
+
<path d="M10.4614 16.4286C10.1404 16.4291 9.82771 16.3255 9.56921 16.1331C9.31071 15.9406 9.12007 15.6694 9.02536 15.3593L8.71436 14.3385L10.3466 13.3862L11.7387 13.9394L11.8995 14.4654C12.0165 14.8497 11.9779 15.2653 11.792 15.6208C11.6061 15.9763 11.2884 16.2427 10.9084 16.3614C10.7635 16.4062 10.6129 16.4288 10.4614 16.4286Z" fill="url(#paint10_linear_11012_44340)"/>
|
|
15
|
+
<path d="M10.4614 16.4286C10.1404 16.4291 9.82771 16.3255 9.56921 16.1331C9.31071 15.9406 9.12007 15.6694 9.02536 15.3593L8.71436 14.3385L10.3466 13.3862L11.7387 13.9394L11.8995 14.4654C12.0165 14.8497 11.9779 15.2653 11.792 15.6208C11.6061 15.9763 11.2884 16.2427 10.9084 16.3614C10.7635 16.4062 10.6129 16.4288 10.4614 16.4286Z" fill="url(#paint11_linear_11012_44340)" fill-opacity="0.1"/>
|
|
16
|
+
<path d="M14.3071 11.0757L10.9797 13.017L13.72 14.1058C13.8947 14.1738 14.0807 14.2078 14.268 14.206C14.6172 14.2058 14.9553 14.0814 15.2242 13.856C15.493 13.6308 15.6756 13.3177 15.7406 12.9708C15.8055 12.6238 15.7487 12.2649 15.58 11.9558C15.4112 11.6468 15.141 11.4069 14.8161 11.2777L14.3071 11.0757Z" fill="url(#paint12_linear_11012_44340)"/>
|
|
17
|
+
<path d="M14.3071 11.0757L10.9797 13.017L13.72 14.1058C13.8947 14.1738 14.0807 14.2078 14.268 14.206C14.6172 14.2058 14.9553 14.0814 15.2242 13.856C15.493 13.6308 15.6756 13.3177 15.7406 12.9708C15.8055 12.6238 15.7487 12.2649 15.58 11.9558C15.4112 11.6468 15.141 11.4069 14.8161 11.2777L14.3071 11.0757Z" fill="url(#paint13_linear_11012_44340)" fill-opacity="0.1"/>
|
|
18
|
+
<path d="M7.89761 7.30615L5.73814 10.5113L5.18608 10.5532C5.14843 10.5562 5.11076 10.5572 5.07311 10.5572C4.68467 10.5577 4.31118 10.4058 4.03129 10.1334C3.75141 9.86108 3.58695 9.48958 3.57256 9.09708C3.55818 8.70458 3.69498 8.32172 3.95416 8.02915C4.21335 7.73665 4.57469 7.55715 4.9621 7.52865L7.89761 7.30615Z" fill="url(#paint14_linear_11012_44340)"/>
|
|
19
|
+
<path d="M7.89761 7.30615L5.73814 10.5113L5.18608 10.5532C5.14843 10.5562 5.11076 10.5572 5.07311 10.5572C4.68467 10.5577 4.31118 10.4058 4.03129 10.1334C3.75141 9.86108 3.58695 9.48958 3.57256 9.09708C3.55818 8.70458 3.69498 8.32172 3.95416 8.02915C4.21335 7.73665 4.57469 7.55715 4.9621 7.52865L7.89761 7.30615Z" fill="url(#paint15_linear_11012_44340)" fill-opacity="0.1"/>
|
|
20
|
+
<path d="M8.64974 4.33691L9.36966 5.12149L8.27288 6.7494L6.86824 6.85898L6.44854 6.40033C6.17793 6.10518 6.03436 5.71341 6.04941 5.31122C6.06447 4.90903 6.23691 4.52936 6.52881 4.25573C6.82071 3.98211 7.20816 3.83694 7.60588 3.85216C8.00366 3.86738 8.37916 4.04175 8.64974 4.33691Z" fill="url(#paint16_linear_11012_44340)"/>
|
|
21
|
+
<path d="M8.64974 4.33691L9.36966 5.12149L8.27288 6.7494L6.86824 6.85898L6.44854 6.40033C6.17793 6.10518 6.03436 5.71341 6.04941 5.31122C6.06447 4.90903 6.23691 4.52936 6.52881 4.25573C6.82071 3.98211 7.20816 3.83694 7.60588 3.85216C8.00366 3.86738 8.37916 4.04175 8.64974 4.33691Z" fill="url(#paint17_linear_11012_44340)" fill-opacity="0.1"/>
|
|
22
|
+
<path d="M6.52774 6.32761L6.86605 6.69731L8.24862 6.59198L9.23355 5.13132L8.57083 4.40936L8.47183 4.3117C8.23169 4.09699 7.92469 3.97185 7.60198 3.95945C7.23305 3.94533 6.87349 4.07993 6.60238 4.33403L6.50542 4.43378C6.29295 4.67672 6.1689 4.98815 6.15665 5.31548L6.15804 5.45498C6.17488 5.7327 6.27243 5.99933 6.43845 6.22088L6.52774 6.32761ZM6.52774 6.32761L6.44822 6.40015L6.47263 6.37713L6.52774 6.32761ZM11.6512 14.0195L11.797 14.4965C11.8923 14.8095 11.8764 15.1448 11.7551 15.4452L11.6973 15.5715C11.546 15.8607 11.301 16.0862 11.006 16.2118L10.8763 16.2593C10.7755 16.2903 10.672 16.31 10.5672 16.3178L10.4619 16.3213C10.2013 16.3218 9.94569 16.2488 9.72526 16.1107L9.63319 16.0472C9.39319 15.8685 9.21562 15.6164 9.12748 15.328L8.84148 14.3878L10.3552 13.5046L11.6512 14.0195ZM11.6658 3.69856C11.9752 3.64588 12.2919 3.70022 12.565 3.85133L12.6794 3.92248C12.9391 4.10108 13.131 4.3624 13.2248 4.66327L13.259 4.7944C13.3338 5.14991 13.2695 5.5207 13.0805 5.82956L7.52033 14.0829C7.42448 14.2252 7.30348 14.348 7.16462 14.4456L7.01951 14.5349C6.81875 14.6419 6.59481 14.698 6.368 14.6975L6.27383 14.694C6.0547 14.6783 5.84195 14.6098 5.65302 14.4945C5.43702 14.3625 5.26055 14.1735 5.14242 13.9476C5.03905 13.7499 4.98354 13.5308 4.98059 13.308L4.98268 13.2124C4.99473 12.989 5.05879 12.7721 5.16962 12.5797L5.21985 12.4988L10.7807 4.24614C10.9684 3.99111 11.2348 3.809 11.5354 3.72716L11.6658 3.69856ZM14.7762 11.3771C15.0776 11.497 15.3287 11.7198 15.4856 12.007C15.6228 12.2584 15.6805 12.5455 15.6523 12.8294L15.6349 12.9508C15.582 13.2331 15.4455 13.4913 15.245 13.6916L15.155 13.7739C14.9053 13.983 14.5915 14.0974 14.2677 14.0975H14.2349C14.0721 14.0953 13.9106 14.0654 13.7585 14.0062L11.2236 12.9983L14.3158 11.1944L14.7762 11.3771ZM15.0503 6.89123H15.051C15.0909 6.89478 15.1307 6.90021 15.1703 6.90727L15.2889 6.93378C15.6008 7.01831 15.8728 7.20954 16.0597 7.47297L16.135 7.59018C16.2966 7.8734 16.3551 8.20347 16.3031 8.52347L16.2738 8.66018C16.19 8.97633 16.0005 9.25126 15.7402 9.44004L15.6244 9.5154L8.90569 13.4356L13.236 7.00841L14.8195 6.88913C14.858 6.88622 14.8968 6.88462 14.9353 6.88495L15.0503 6.89123ZM5.67813 10.4083L5.17799 10.4466C5.1442 10.4493 5.109 10.4501 5.07336 10.4501C4.7582 10.4505 4.45307 10.3423 4.2077 10.146L4.10587 10.0567C3.84596 9.80375 3.69308 9.4584 3.67967 9.0934C3.66795 8.77383 3.76408 8.46133 3.94962 8.20611L4.03472 8.10004C4.24531 7.86254 4.5282 7.70561 4.8362 7.65226L4.97013 7.63554L7.68426 7.42904L5.67813 10.4083Z" stroke="white" stroke-opacity="0.1" stroke-width="0.3"/>
|
|
23
|
+
</g>
|
|
24
|
+
<defs>
|
|
25
|
+
<linearGradient id="paint0_linear_11012_44340" x1="10.0001" y1="3.57153" x2="10.0001" y2="16.4287" gradientUnits="userSpaceOnUse">
|
|
26
|
+
<stop stop-color="#7FE8D4"/>
|
|
27
|
+
<stop offset="1" stop-color="#00D2AB"/>
|
|
28
|
+
</linearGradient>
|
|
29
|
+
<linearGradient id="paint1_linear_11012_44340" x1="10.0002" y1="3.57165" x2="10.0002" y2="16.4288" gradientUnits="userSpaceOnUse">
|
|
30
|
+
<stop stop-color="#7FE8D4"/>
|
|
31
|
+
<stop offset="1" stop-color="#00D2AB"/>
|
|
32
|
+
</linearGradient>
|
|
33
|
+
<linearGradient id="paint2_linear_11012_44340" x1="10" y1="3.57152" x2="10" y2="16.4287" gradientUnits="userSpaceOnUse">
|
|
34
|
+
<stop stop-color="#7FE8D4"/>
|
|
35
|
+
<stop offset="1" stop-color="#00D2AB"/>
|
|
36
|
+
</linearGradient>
|
|
37
|
+
<linearGradient id="paint3_linear_11012_44340" x1="10.0001" y1="3.57144" x2="10.0001" y2="16.4286" gradientUnits="userSpaceOnUse">
|
|
38
|
+
<stop stop-color="#7FE8D4"/>
|
|
39
|
+
<stop offset="1" stop-color="#00D2AB"/>
|
|
40
|
+
</linearGradient>
|
|
41
|
+
<linearGradient id="paint4_linear_11012_44340" x1="10.0002" y1="3.57154" x2="10.0002" y2="16.4287" gradientUnits="userSpaceOnUse">
|
|
42
|
+
<stop stop-color="#7FE8D4"/>
|
|
43
|
+
<stop offset="1" stop-color="#00D2AB"/>
|
|
44
|
+
</linearGradient>
|
|
45
|
+
<linearGradient id="paint5_linear_11012_44340" x1="10.0001" y1="3.57151" x2="10.0001" y2="16.4287" gradientUnits="userSpaceOnUse">
|
|
46
|
+
<stop stop-color="#7FE8D4"/>
|
|
47
|
+
<stop offset="1" stop-color="#00D2AB"/>
|
|
48
|
+
</linearGradient>
|
|
49
|
+
<linearGradient id="paint6_linear_11012_44340" x1="10.0001" y1="3.57153" x2="10.0001" y2="16.4287" gradientUnits="userSpaceOnUse">
|
|
50
|
+
<stop stop-color="#7FE8D4"/>
|
|
51
|
+
<stop offset="1" stop-color="#20AE9F"/>
|
|
52
|
+
</linearGradient>
|
|
53
|
+
<linearGradient id="paint7_linear_11012_44340" x1="12.8857" y1="3.57153" x2="5.39783" y2="14.5658" gradientUnits="userSpaceOnUse">
|
|
54
|
+
<stop stop-opacity="0"/>
|
|
55
|
+
<stop offset="1"/>
|
|
56
|
+
</linearGradient>
|
|
57
|
+
<linearGradient id="paint8_linear_11012_44340" x1="10" y1="3.57152" x2="10" y2="16.4287" gradientUnits="userSpaceOnUse">
|
|
58
|
+
<stop stop-color="#7FE8D4"/>
|
|
59
|
+
<stop offset="1" stop-color="#20AE9F"/>
|
|
60
|
+
</linearGradient>
|
|
61
|
+
<linearGradient id="paint9_linear_11012_44340" x1="12.8856" y1="3.57152" x2="5.39774" y2="14.5658" gradientUnits="userSpaceOnUse">
|
|
62
|
+
<stop stop-opacity="0"/>
|
|
63
|
+
<stop offset="1"/>
|
|
64
|
+
</linearGradient>
|
|
65
|
+
<linearGradient id="paint10_linear_11012_44340" x1="10.0001" y1="3.57144" x2="10.0001" y2="16.4286" gradientUnits="userSpaceOnUse">
|
|
66
|
+
<stop stop-color="#7FE8D4"/>
|
|
67
|
+
<stop offset="1" stop-color="#20AE9F"/>
|
|
68
|
+
</linearGradient>
|
|
69
|
+
<linearGradient id="paint11_linear_11012_44340" x1="12.8856" y1="3.57144" x2="5.3978" y2="14.5657" gradientUnits="userSpaceOnUse">
|
|
70
|
+
<stop stop-opacity="0"/>
|
|
71
|
+
<stop offset="1"/>
|
|
72
|
+
</linearGradient>
|
|
73
|
+
<linearGradient id="paint12_linear_11012_44340" x1="10.0002" y1="3.57154" x2="10.0002" y2="16.4287" gradientUnits="userSpaceOnUse">
|
|
74
|
+
<stop stop-color="#7FE8D4"/>
|
|
75
|
+
<stop offset="1" stop-color="#20AE9F"/>
|
|
76
|
+
</linearGradient>
|
|
77
|
+
<linearGradient id="paint13_linear_11012_44340" x1="12.8857" y1="3.57154" x2="5.39789" y2="14.5658" gradientUnits="userSpaceOnUse">
|
|
78
|
+
<stop stop-opacity="0"/>
|
|
79
|
+
<stop offset="1"/>
|
|
80
|
+
</linearGradient>
|
|
81
|
+
<linearGradient id="paint14_linear_11012_44340" x1="10.0001" y1="3.57151" x2="10.0001" y2="16.4287" gradientUnits="userSpaceOnUse">
|
|
82
|
+
<stop stop-color="#7FE8D4"/>
|
|
83
|
+
<stop offset="1" stop-color="#20AE9F"/>
|
|
84
|
+
</linearGradient>
|
|
85
|
+
<linearGradient id="paint15_linear_11012_44340" x1="12.8857" y1="3.57151" x2="5.39784" y2="14.5658" gradientUnits="userSpaceOnUse">
|
|
86
|
+
<stop stop-opacity="0"/>
|
|
87
|
+
<stop offset="1"/>
|
|
88
|
+
</linearGradient>
|
|
89
|
+
<linearGradient id="paint16_linear_11012_44340" x1="10.0002" y1="3.57165" x2="10.0002" y2="16.4288" gradientUnits="userSpaceOnUse">
|
|
90
|
+
<stop stop-color="#7FE8D4"/>
|
|
91
|
+
<stop offset="1" stop-color="#20AE9F"/>
|
|
92
|
+
</linearGradient>
|
|
93
|
+
<linearGradient id="paint17_linear_11012_44340" x1="12.8857" y1="3.57165" x2="5.39789" y2="14.5659" gradientUnits="userSpaceOnUse">
|
|
94
|
+
<stop stop-opacity="0"/>
|
|
95
|
+
<stop offset="1"/>
|
|
96
|
+
</linearGradient>
|
|
97
|
+
<clipPath id="clip0_11012_44340">
|
|
98
|
+
<rect width="20" height="20" fill="white"/>
|
|
99
|
+
</clipPath>
|
|
100
|
+
</defs>
|
|
101
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M13.0289 12.5303L10.5301 15.0303C10.2373 15.3232 9.76267 15.3232 9.46992 15.0303L6.97111 12.5303C6.67835 12.2374 6.67835 11.7626 6.97111 11.4697C7.26386 11.1768 7.73851 11.1768 8.03126 11.4697L9.25035 12.6893V8.75C9.25035 8.33579 9.58598 8 9.99999 8C10.414 8 10.7496 8.33579 10.7496 8.75V12.6893L11.9687 11.4697C12.2615 11.1768 12.7361 11.1768 13.0289 11.4697C13.3216 11.7626 13.3216 12.2374 13.0289 12.5303Z" />
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.74527 1.5C4.2272 1.5 2.99657 2.73123 2.99658 4.25002L2.99665 15.75C2.99665 17.2688 4.22728 18.5 5.74532 18.5H14.2479C15.766 18.5 16.9966 17.2688 16.9966 15.75V6.74668C16.9966 6.54748 16.9174 6.35646 16.7764 6.21576L12.2719 1.71909C12.1314 1.5788 11.941 1.50001 11.7424 1.50001L5.74527 1.5ZM4.49586 4.25001C4.49586 3.55965 5.05524 3 5.74527 3L10.9928 3.00001V5.91334C10.9928 6.33327 11.1595 6.736 11.4563 7.03293C11.7531 7.32986 12.1556 7.49668 12.5754 7.49668H15.4973V15.75C15.4973 16.4404 14.9379 17 14.2479 17H5.74532C5.0553 17 4.49593 16.4404 4.49593 15.75L4.49586 4.25001ZM14.4343 5.99668L12.4921 4.05783V5.91334C12.4921 5.93545 12.5009 5.95664 12.5165 5.97227C12.5321 5.9879 12.5533 5.99668 12.5754 5.99668H14.4343Z" />
|
|
4
|
+
</svg>
|
package/src/icons/svg/go-to.svg
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
1
|
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<
|
|
3
|
-
<path id="Vector" fill-rule="evenodd" clip-rule="evenodd" d="M4.43431 13.4343C4.12189 13.7467 4.12189 14.2532 4.43431 14.5656C4.74673 14.8781 5.25326 14.8781 5.56568 14.5656L9.56568 10.5656C9.87808 10.2532 9.87808 9.74669 9.56568 9.43427L5.56568 5.43427C5.25326 5.12185 4.74673 5.12185 4.43431 5.43427C4.12189 5.74669 4.12189 6.25322 4.43431 6.56564L7.86858 9.99995L4.43431 13.4343ZM10.4343 13.4343C10.1219 13.7467 10.1219 14.2532 10.4343 14.5656C10.7467 14.8781 11.2533 14.8781 11.5657 14.5656L15.5657 10.5656C15.8781 10.2532 15.8781 9.74669 15.5657 9.43427L11.5657 5.43427C11.2533 5.12185 10.7467 5.12185 10.4343 5.43427C10.1219 5.74669 10.1219 6.25322 10.4343 6.56564L13.8686 9.99995L10.4343 13.4343Z" />
|
|
4
|
-
</g>
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.43431 13.4343C4.12189 13.7467 4.12189 14.2532 4.43431 14.5656C4.74673 14.8781 5.25326 14.8781 5.56568 14.5656L9.56568 10.5656C9.87808 10.2532 9.87808 9.74669 9.56568 9.43427L5.56568 5.43427C5.25326 5.12185 4.74673 5.12185 4.43431 5.43427C4.12189 5.74669 4.12189 6.25322 4.43431 6.56564L7.86858 9.99995L4.43431 13.4343ZM10.4343 13.4343C10.1219 13.7467 10.1219 14.2532 10.4343 14.5656C10.7467 14.8781 11.2533 14.8781 11.5657 14.5656L15.5657 10.5656C15.8781 10.2532 15.8781 9.74669 15.5657 9.43427L11.5657 5.43427C11.2533 5.12185 10.7467 5.12185 10.4343 5.43427C10.1219 5.74669 10.1219 6.25322 10.4343 6.56564L13.8686 9.99995L10.4343 13.4343Z" fill="black"/>
|
|
5
3
|
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
|
|
2
|
+
<path d="M11.6536 13.7666C11.1436 14.0288 10.5714 14.1666 10.0002 14.1666C9.42919 14.1666 8.85469 14.0277 8.34581 13.7655L3.88916 11.4722V15.5566C3.88916 17.5622 6.96362 18.6122 10.0002 18.6122C13.0369 18.6122 16.1114 17.5622 16.1114 15.5566V11.4722L11.6536 13.7666Z" />
|
|
3
|
+
<path d="M18.5769 10.2512C18.548 9.35563 18.6391 8.46119 18.8169 7.58231C18.8369 7.43781 18.8891 7.37006 18.8891 7.08338C18.8891 6.41563 18.5202 5.81006 17.9269 5.50451L10.8913 1.88229C10.3336 1.59451 9.66688 1.59562 9.10913 1.88229L2.07355 5.50562C1.48022 5.81118 1.11133 6.41563 1.11133 7.08338C1.11133 7.75119 1.48022 8.35675 2.07355 8.66231L9.10913 12.2834C9.388 12.4268 9.69357 12.4989 10.0002 12.4989C10.3069 12.4989 10.6124 12.4268 10.8913 12.2834L16.948 9.16563C16.9269 9.5445 16.898 9.92338 16.9102 10.3034C16.9369 11.1612 17.0502 12.0212 17.2447 12.8601C17.3336 13.2456 17.6769 13.5056 18.0547 13.5056C18.118 13.5056 18.1802 13.4989 18.2436 13.4834C18.6913 13.3801 18.9713 12.9323 18.868 12.4845C18.6991 11.7512 18.6002 11.0012 18.5769 10.2512Z" />
|
|
4
|
+
</svg>
|
package/src/icons/svg/home.svg
CHANGED
|
@@ -1,2 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
<
|
|
1
|
+
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M16 7.54101C16 7.43817 15.9518 7.34034 15.8701 7.27832L10.1992 2.96874C10.0971 2.89092 9.95911 2.88023 9.84668 2.93945L9.80078 2.96874L4.13086 7.27832C4.04889 7.34059 4 7.4375 4 7.54101V15.375C4.00006 16.1541 4.63101 16.7852 5.41016 16.7852H14.5898C15.369 16.7852 15.9999 16.1541 16 15.375V7.54101ZM17.5 15.375C17.4999 16.9826 16.1974 18.2852 14.5898 18.2852H5.41016C3.80258 18.2852 2.50006 16.9826 2.5 15.375V7.54101C2.5 6.96849 2.76783 6.42897 3.22363 6.083L8.89258 1.77441L9.01855 1.68749C9.65953 1.27963 10.4939 1.30742 11.1074 1.77441L16.7764 6.083L16.9385 6.22167C17.2954 6.56477 17.5 7.04117 17.5 7.54101V15.375Z" />
|
|
3
|
+
<path d="M12.3908 12.527C12.6854 12.2869 13.1202 12.3042 13.3947 12.5788C13.6693 12.8535 13.6861 13.2881 13.4455 13.5827L13.3947 13.6393C11.5792 15.4549 8.66919 15.5115 6.78536 13.8092L6.60665 13.6393L6.55489 13.5827C6.31459 13.2881 6.33205 12.8534 6.60665 12.5788C6.88126 12.3042 7.31598 12.2867 7.61056 12.527L7.6672 12.5788L7.79025 12.696C9.08525 13.8659 11.0862 13.8267 12.3342 12.5788L12.3908 12.527Z" />
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M14.1667 6.66666H10.8334V12.71L12.7445 10.7989C13.07 10.4733 13.5978 10.4733 13.9234 10.7989C14.2489 11.1244 14.2489 11.6522 13.9234 11.9778L10.59 15.3111C10.4278 15.4733 10.2145 15.5556 10.0011 15.5556C9.78781 15.5556 9.57447 15.4744 9.41225 15.3111L6.07892 11.9778C5.75336 11.6522 5.75336 11.1244 6.07892 10.7989C6.40447 10.4733 6.93225 10.4733 7.25781 10.7989L9.16892 12.71V6.66666H5.83558C4.15003 6.66666 2.78003 8.03666 2.78003 9.72222V15.8333C2.78003 17.5189 4.15003 18.8889 5.83558 18.8889H14.1689C15.8545 18.8889 17.2245 17.5189 17.2245 15.8333V9.72222C17.2245 8.03666 15.8545 6.66666 14.1689 6.66666H14.1667Z" />
|
|
3
|
+
<path d="M10.8334 6.72V1.94444C10.8334 1.48444 10.4601 1.11111 10.0001 1.11111C9.54008 1.11111 9.16675 1.48444 9.16675 1.94444V6.72H10.8334Z" />
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M10.0002 18.8889C5.09911 18.8889 1.11133 14.9011 1.11133 10.0001C1.11133 5.09893 5.09911 1.11115 10.0002 1.11115C14.9013 1.11115 18.8891 5.09893 18.8891 10.0001C18.8891 12.9889 17.4002 15.7611 14.9058 17.4134C14.5224 17.6656 14.0047 17.5623 13.7502 17.1801C13.4958 16.7967 13.6002 16.2789 13.9836 16.0245C16.0113 14.6811 17.2213 12.4289 17.2213 10.0001C17.2213 6.01781 13.9813 2.77781 9.99913 2.77781C6.01688 2.77781 2.778 6.01781 2.778 10.0001C2.778 13.7011 5.57577 16.7601 9.16688 17.1745V14.5589C9.16688 14.0989 9.54019 13.7256 10.0002 13.7256C10.4602 13.7256 10.8336 14.0989 10.8336 14.5589V18.0545C10.8336 18.5145 10.4602 18.8889 10.0002 18.8889Z" />
|
|
3
|
+
<path d="M13.2857 7.77769H12.7979V6.16659C12.7979 5.70659 12.4246 5.33325 11.9646 5.33325C11.5046 5.33325 11.1312 5.70659 11.1312 6.16659V7.77769H8.87012V6.16659C8.87012 5.70659 8.49681 5.33325 8.03681 5.33325C7.57681 5.33325 7.20343 5.70659 7.20343 6.16659V7.77769H6.71568C5.64346 7.77769 4.77124 8.64994 4.77124 9.72213V10.1621C4.77124 13.0466 7.11681 15.3921 10.0012 15.3921C12.8857 15.3921 15.2312 13.0466 15.2312 10.1621V9.72213C15.2312 8.64994 14.359 7.77769 13.2868 7.77769H13.2857Z" />
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
fill-rule="evenodd"
|
|
4
|
+
clip-rule="evenodd"
|
|
5
|
+
d="M14.4268 11.5127C15.1101 10.8294 16.218 10.8294 16.9014 11.5127L17.4873 12.0986C18.1706 12.782 18.1706 13.8899 17.4873 14.5732L14.3262 17.7344C14.2359 17.8247 14.1238 17.8908 14.001 17.9258L11.2051 18.7217C10.9435 18.796 10.662 18.7226 10.4697 18.5303C10.2775 18.338 10.204 18.0565 10.2783 17.7949L11.0742 14.999L11.1064 14.9092C11.1439 14.8216 11.1979 14.7416 11.2656 14.6738L14.4268 11.5127ZM15.8408 12.5732C15.7432 12.4758 15.5849 12.4757 15.4873 12.5732L12.4639 15.5957L12.0898 16.9092L13.4033 16.5352L16.4268 13.5127C16.5243 13.4151 16.5242 13.2568 16.4268 13.1592L15.8408 12.5732Z"
|
|
6
|
+
/>
|
|
7
|
+
<path
|
|
8
|
+
fill-rule="evenodd"
|
|
9
|
+
clip-rule="evenodd"
|
|
10
|
+
d="M9.25 6C10.769 6 12 7.23193 12 8.75C12 10.2681 10.769 11.5 9.25 11.5C7.73104 11.5 6.5 10.2681 6.5 8.75C6.5 7.23193 7.73104 6 9.25 6ZM9.25 7.5C8.55976 7.5 8 8.06007 8 8.75C8 9.43993 8.55976 10 9.25 10C9.94024 10 10.5 9.43993 10.5 8.75C10.5 8.06007 9.94024 7.5 9.25 7.5Z"
|
|
11
|
+
/>
|
|
12
|
+
<path d="M8.63574 16.1084C8.98681 16.3277 9.0941 16.7903 8.875 17.1416C8.65582 17.4929 8.19319 17.5998 7.8418 17.3809C6.7957 16.7284 5.47582 15.6006 4.41113 14.1387C3.34573 12.6756 2.5 10.8271 2.5 8.75C2.5 5.02392 5.52195 2 9.25 2C12.9781 2 16 5.02392 16 8.75C16 9.16421 15.6642 9.5 15.25 9.5C14.8358 9.5 14.5 9.16421 14.5 8.75C14.5 5.85208 12.1493 3.5 9.25 3.5C6.35065 3.5 4 5.85208 4 8.75C4 10.4142 4.6792 11.9586 5.62305 13.2549C6.56767 14.5521 7.74267 15.5514 8.63574 16.1084Z" />
|
|
13
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M15.25 2.5C16.7695 2.5 18 3.73203 18 5.25V9.59277C18 10.007 17.6642 10.3428 17.25 10.3428C16.8358 10.3428 16.5 10.007 16.5 9.59277V5.25C16.5 4.55997 15.9405 4 15.25 4H4.75C4.05946 4 3.5 4.55997 3.5 5.25V12.25C3.5 12.94 4.05946 13.5 4.75 13.5H6.75C7.16421 13.5 7.5 13.8358 7.5 14.25V15.6895L8.53223 14.8643C8.85564 14.6058 9.32727 14.6582 9.58594 14.9814C9.84466 15.3049 9.79222 15.7774 9.46875 16.0361L7.21875 17.8359C6.99362 18.016 6.68464 18.0507 6.4248 17.9258C6.16514 17.8008 6 17.5382 6 17.25V15H4.75C3.23054 15 2 13.768 2 12.25V5.25C2 3.73203 3.23054 2.5 4.75 2.5H15.25Z" />
|
|
3
|
+
<path d="M14.75 11.5C15.1642 11.5 15.5 11.8358 15.5 12.25V14H17.25C17.6642 14 18 14.3358 18 14.75C18 15.1642 17.6642 15.5 17.25 15.5H15.5V17.25C15.5 17.6642 15.1642 18 14.75 18C14.3358 18 14 17.6642 14 17.25V15.5H12.25C11.8358 15.5 11.5 15.1642 11.5 14.75C11.5 14.3358 11.8358 14 12.25 14H14V12.25C14 11.8358 14.3358 11.5 14.75 11.5Z" />
|
|
4
|
+
</svg>
|
|
@@ -1,8 +1,3 @@
|
|
|
1
|
-
<svg
|
|
2
|
-
<
|
|
3
|
-
<path d="M0 0H18V18H0V0Z" style="fill:var(--open-ai-icon-color1, white)"/>
|
|
4
|
-
</mask>
|
|
5
|
-
<g mask="url(#mask0_10158_54117)">
|
|
6
|
-
<path d="M16.7099 7.36705C16.9118 6.76112 16.9818 6.11901 16.9152 5.4838C16.8487 4.84859 16.647 4.23496 16.3239 3.68405C15.8454 2.85066 15.1145 2.19082 14.2367 1.79972C13.3589 1.40863 12.3795 1.30649 11.4399 1.50805C11.0153 1.03104 10.494 0.64986 9.91074 0.389854C9.32745 0.129849 8.6955 -0.00302901 8.05689 5.23909e-05C7.09637 -0.00148112 6.16012 0.301664 5.38278 0.865889C4.60545 1.43011 4.02709 2.22634 3.73089 3.14005C3.10528 3.26897 2.51428 3.5296 1.99719 3.90462C1.4801 4.27963 1.04878 4.76043 0.731894 5.31505C0.250159 6.14646 0.0446368 7.10927 0.144909 8.06492C0.245182 9.02056 0.646077 9.91975 1.28989 10.6331C1.08798 11.239 1.01797 11.8811 1.08454 12.5163C1.15111 13.1515 1.35274 13.7651 1.67589 14.3161C2.15446 15.1496 2.88551 15.8096 3.76353 16.2007C4.64154 16.5918 5.62113 16.6938 6.56089 16.4921C6.98465 16.9698 7.50564 17.3514 8.08893 17.6113C8.67222 17.8712 9.30433 18.0034 9.94289 17.9991C10.904 18.0009 11.8409 17.6976 12.6187 17.133C13.3964 16.5684 13.9749 15.7715 14.2709 14.8571C14.8963 14.728 15.4871 14.4673 16.004 14.0923C16.521 13.7173 16.9521 13.2366 17.2689 12.6821C17.75 11.8508 17.9551 10.8883 17.8547 9.93306C17.7542 8.97784 17.3534 8.08008 16.7099 7.36705ZM9.94389 16.8231C9.15463 16.8248 8.38994 16.5487 7.78389 16.0431L7.89089 15.9831L11.4749 13.9131C11.5651 13.8621 11.6401 13.788 11.692 13.6983C11.7439 13.6086 11.7708 13.5067 11.7699 13.4031V8.34805L13.2849 9.22305C13.2929 9.22672 13.2998 9.23245 13.3049 9.23965C13.31 9.24685 13.3131 9.25527 13.3139 9.26405V13.4491C13.3128 14.3428 12.9575 15.1997 12.3259 15.8319C11.6942 16.4641 10.8376 16.8212 9.94389 16.8231ZM2.69689 13.7271C2.30174 13.0443 2.15943 12.2442 2.29489 11.4671L2.40089 11.5301L5.98489 13.6001C6.07413 13.6526 6.17582 13.6804 6.27939 13.6804C6.38297 13.6804 6.48466 13.6526 6.57389 13.6001L10.9499 11.0731V12.8231C10.95 12.832 10.948 12.8409 10.9442 12.8491C10.9404 12.8572 10.9348 12.8644 10.9279 12.8701L7.30489 14.9621C6.52984 15.4084 5.60939 15.529 4.74551 15.2974C3.88163 15.0659 3.14487 14.5011 2.69689 13.7271ZM1.75289 5.90305C2.14684 5.21936 2.76885 4.69613 3.50989 4.42505L3.50789 4.54905V8.68905C3.50693 8.79256 3.53368 8.89444 3.58538 8.98412C3.63708 9.0738 3.71184 9.14801 3.80189 9.19905L8.17789 11.7251L6.66289 12.6001C6.65574 12.6052 6.64735 12.6084 6.63857 12.6093C6.62979 12.6102 6.62093 12.6087 6.61289 12.6051L2.98689 10.5101C2.21335 10.0621 1.64897 9.32569 1.41746 8.46229C1.18596 7.59889 1.30623 6.67893 1.75189 5.90405L1.75289 5.90305ZM14.1999 8.80005L9.82489 6.27405L11.3389 5.39905C11.3464 5.39367 11.3552 5.39044 11.3643 5.38974C11.3735 5.38903 11.3827 5.39087 11.3909 5.39505L15.0139 7.48705C15.5689 7.80766 16.0211 8.27972 16.3175 8.84797C16.614 9.41622 16.7424 10.0572 16.6879 10.6958C16.6333 11.3344 16.398 11.9442 16.0095 12.454C15.6209 12.9637 15.0952 13.3522 14.4939 13.5741V9.31005C14.495 9.20664 14.4684 9.10483 14.4168 9.01516C14.3653 8.92549 14.2908 8.85122 14.2009 8.80005M15.7089 6.53105L15.6019 6.46805L12.0179 4.39805C11.9287 4.34546 11.827 4.31772 11.7234 4.31772C11.6198 4.31772 11.5181 4.34546 11.4289 4.39805L7.05189 6.92405V5.17505C7.05169 5.16615 7.05347 5.15731 7.0571 5.14919C7.06073 5.14106 7.06613 5.13384 7.07289 5.12805L10.6959 3.03805C11.2509 2.71781 11.8856 2.56228 12.5258 2.58966C13.166 2.61705 13.7851 2.82622 14.3108 3.19268C14.8364 3.55915 15.2467 4.06776 15.4938 4.65897C15.7409 5.25019 15.8145 5.89955 15.7059 6.53105M6.22789 9.65005L4.71289 8.77505C4.70469 8.77152 4.69758 8.76586 4.6923 8.75865C4.68702 8.75144 4.68378 8.74294 4.68289 8.73405V4.54805C4.68343 3.90711 4.86651 3.27959 5.21071 2.73891C5.55491 2.19824 6.04599 1.76679 6.62648 1.49507C7.20697 1.22334 7.85284 1.12258 8.48852 1.20457C9.12419 1.28656 9.72336 1.54792 10.2159 1.95805L10.1089 2.01805L6.52489 4.08805C6.43465 4.13896 6.35969 4.21312 6.30781 4.30281C6.25594 4.39249 6.22903 4.49444 6.22989 4.59805L6.22789 9.65005ZM7.05089 7.87605L9.00089 6.75005L10.9489 7.87505V10.1261L8.99989 11.2501L7.05089 10.1251V7.87605Z" style="fill:var(--open-ai-icon-color2, black)"/>
|
|
7
|
-
</g>
|
|
1
|
+
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M17.5007 8.41235C17.697 7.82325 17.7651 7.19899 17.7004 6.58143C17.6357 5.96387 17.4396 5.36728 17.1255 4.83169C16.6602 4.02145 15.9497 3.37995 15.0962 2.99972C14.2428 2.61949 13.2907 2.52019 12.3772 2.71615C11.9644 2.25239 11.4576 1.8818 10.8905 1.62902C10.3234 1.37624 9.70903 1.24706 9.08817 1.25005C8.15417 1.24835 7.24371 1.54298 6.48778 2.09154C5.73185 2.6401 5.16942 3.41432 4.8814 4.3028C4.27299 4.42801 3.69822 4.68134 3.19533 5.04594C2.69243 5.41054 2.27294 5.87805 1.96476 6.41737C1.49654 7.22577 1.29689 8.16189 1.39455 9.09098C1.49221 10.0201 1.88215 10.8942 2.50823 11.5876C2.31193 12.1767 2.24385 12.801 2.30858 13.4185C2.3733 14.0361 2.56933 14.6327 2.8835 15.1683C3.34877 15.9787 4.0595 16.6203 4.91313 17.0006C5.76675 17.3808 6.71911 17.48 7.63276 17.2838C8.04476 17.7485 8.55139 18.1198 9.11866 18.3727C9.68592 18.6255 10.3007 18.7541 10.9218 18.7499C11.8562 18.7517 12.767 18.4569 13.5232 17.9079C14.2793 17.359 14.8418 16.5842 15.1295 15.6952C15.7376 15.5697 16.312 15.3163 16.8145 14.9517C17.317 14.5871 17.7362 14.1197 18.0442 13.5806C18.5116 12.7724 18.7107 11.8369 18.6129 10.9084C18.5151 9.9799 18.1253 9.10635 17.4998 8.41332L17.5007 8.41235ZM10.9227 17.6056C10.1554 17.6073 9.41196 17.3388 8.82275 16.8473L8.92678 16.7889L12.4112 14.7765C12.4989 14.7269 12.5717 14.6548 12.6221 14.5676C12.6725 14.4804 12.6987 14.3813 12.698 14.2806V9.36609L14.1709 10.2168C14.1787 10.2203 14.1854 10.2259 14.1904 10.2329C14.1953 10.2399 14.1983 10.2481 14.1991 10.2566V14.3254C14.1983 15.1944 13.853 16.0277 13.2389 16.6426C12.6247 17.2575 11.7918 17.6038 10.9227 17.6056ZM3.8771 14.5956C3.49293 13.9318 3.35457 13.154 3.48627 12.3984L3.58933 12.4597L7.07374 14.4722C7.1605 14.5233 7.25936 14.5503 7.36006 14.5503C7.46076 14.5503 7.55962 14.5233 7.64638 14.4722L11.9008 12.0154V13.7167C11.9009 13.7255 11.899 13.7341 11.8953 13.742C11.8916 13.7499 11.8862 13.7569 11.8794 13.7624L8.35706 15.7963C7.60354 16.2302 6.70867 16.3475 5.86879 16.1224C5.02892 15.8973 4.31263 15.3482 3.8771 14.5956ZM2.95933 6.98903C3.34234 6.32433 3.94706 5.81564 4.66751 5.5521L4.66557 5.67265V9.69762C4.66463 9.79825 4.69064 9.8973 4.7409 9.98449C4.79117 10.0717 4.86385 10.1438 4.9514 10.1934L9.20581 12.6493L7.7329 13.4999C7.72595 13.505 7.71779 13.5081 7.70925 13.5089C7.70071 13.5098 7.6921 13.5084 7.68429 13.5048L4.15905 11.468C3.40699 11.0325 2.85829 10.3166 2.63322 9.47716C2.40816 8.63775 2.52508 7.74335 2.95836 6.99L2.95933 6.98903ZM15.0605 9.80553L10.807 7.34972L12.279 6.49903C12.2862 6.4938 12.2948 6.49066 12.3037 6.48998C12.3126 6.48929 12.3216 6.49108 12.3295 6.49514L15.8519 8.52902C16.3918 8.84046 16.8317 9.29933 17.1202 9.85185C17.4087 10.4044 17.5337 11.0277 17.4807 11.6487C17.4276 12.2697 17.1987 12.8628 16.8206 13.3584C16.4426 13.8539 15.9312 14.2315 15.3463 14.4469V10.3014C15.3474 10.2008 15.3216 10.1018 15.2715 10.0146C15.2214 9.92738 15.1489 9.8552 15.0614 9.80553M16.5275 7.59958L16.4235 7.53833L12.9391 5.52585C12.8522 5.47453 12.7532 5.44746 12.6523 5.44746C12.5514 5.44746 12.4524 5.47453 12.3655 5.52585L8.11207 7.98166V6.28126C8.11175 6.27268 8.11332 6.26414 8.11668 6.25624C8.12004 6.24834 8.12511 6.24128 8.13151 6.23556L11.6548 4.20364C12.1944 3.89229 12.8115 3.74108 13.4339 3.76771C14.0563 3.79433 14.6582 3.99769 15.1692 4.35397C15.6802 4.71026 16.0792 5.20473 16.3194 5.77952C16.5596 6.35431 16.6311 6.98562 16.5256 7.59958M7.31096 10.6329L5.83806 9.78123C5.83008 9.77779 5.82316 9.77229 5.81804 9.76528C5.81291 9.75827 5.80975 9.75001 5.80889 9.74137V5.67168C5.80941 5.04855 5.9874 4.43846 6.32204 3.91281C6.65668 3.38716 7.13411 2.9677 7.69847 2.70353C8.26283 2.43935 8.89076 2.34138 9.50877 2.4211C10.1268 2.50081 10.7093 2.75491 11.1882 3.15365L11.0841 3.21198L7.59971 5.22446C7.51197 5.27396 7.4391 5.34605 7.38866 5.43325C7.33822 5.52044 7.31207 5.61956 7.31291 5.72029L7.30999 10.6319L7.31096 10.6329ZM8.11109 8.90721L10.005 7.81249L11.8988 8.90623V11.0947L10.003 12.1875L8.10915 11.0937V8.90721H8.11109Z" />
|
|
8
3
|
</svg>
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
<
|
|
3
|
-
<path d="M16.25 3L12 3.00001C11.5858 3.00001 11.25 3.3358 11.25 3.75001C11.25 4.16422 11.5858 4.50001 12 4.50001L14.4393 4.5L4.5 14.4393L4.5 12C4.5 11.5858 4.16421 11.25 3.75 11.25C3.33579 11.25 3 11.5858 3 12L3 16.25C3 16.4489 3.07902 16.6397 3.21968 16.7803C3.36033 16.921 3.55109 17 3.75001 17L8 17C8.41422 17 8.75 16.6642 8.75 16.25C8.75 15.8358 8.41421 15.5 8 15.5L5.56067 15.5L15.5 5.56066L15.5 8C15.5 8.41421 15.8358 8.75 16.25 8.75C16.6642 8.75 17 8.41421 17 8L17 3.75C17 3.55109 16.921 3.36032 16.7803 3.21967C16.6397 3.07902 16.4489 3 16.25 3Z" class="uiIcons" />
|
|
1
|
+
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M16.25 3L12 3.00001C11.5858 3.00001 11.25 3.3358 11.25 3.75001C11.25 4.16422 11.5858 4.50001 12 4.50001L14.4393 4.5L4.5 14.4393L4.5 12C4.5 11.5858 4.16421 11.25 3.75 11.25C3.33579 11.25 3 11.5858 3 12L3 16.25C3 16.4489 3.07902 16.6397 3.21968 16.7803C3.36033 16.921 3.55109 17 3.75001 17L8 17C8.41422 17 8.75 16.6642 8.75 16.25C8.75 15.8358 8.41421 15.5 8 15.5L5.56067 15.5L15.5 5.56066L15.5 8C15.5 8.41421 15.8358 8.75 16.25 8.75C16.6642 8.75 17 8.41421 17 8L17 3.75C17 3.55109 16.921 3.36032 16.7803 3.21967C16.6397 3.07902 16.4489 3 16.25 3Z" fill="black"/>
|
|
4
3
|
</svg>
|