pagepilot-visual-editor 1.0.2 → 1.0.4
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/README.md +40 -17
- package/dist/PagePilotEditor.d.ts +1 -1
- package/dist/blocks-internal/block-button/src/NudegeIcons.d.ts +18 -18
- package/dist/blocks-internal/block-button/src/icons.d.ts +1 -1
- package/dist/blocks-internal/block-button/src/index.d.ts +1 -1
- package/dist/blocks-internal/block-button-group/src/index.d.ts +1 -1
- package/dist/blocks-internal/block-columns-container/src/index.d.ts +1 -1
- package/dist/blocks-internal/block-container/src/index.d.ts +1 -1
- package/dist/blocks-internal/block-divider/src/index.d.ts +1 -2
- package/dist/blocks-internal/block-grid/src/index.d.ts +1 -1
- package/dist/blocks-internal/block-heading/src/index.d.ts +1 -2
- package/dist/blocks-internal/block-html/src/index.d.ts +1 -2
- package/dist/blocks-internal/block-iframe/src/index.d.ts +1 -2
- package/dist/blocks-internal/block-image/src/index.d.ts +1 -2
- package/dist/blocks-internal/block-logo/src/index.d.ts +1 -2
- package/dist/blocks-internal/block-stepper/src/index.d.ts +1 -1
- package/dist/blocks-internal/block-text/src/EmailMarkdown.d.ts +2 -2
- package/dist/blocks-internal/block-text/src/index.d.ts +1 -1
- package/dist/blocks-internal/block-video/src/index.d.ts +1 -2
- package/dist/blocks-internal/block-youtube-url/src/index.d.ts +1 -2
- package/dist/editor/Shell.d.ts +1 -2
- package/dist/editor/StatusPill.d.ts +1 -1
- package/dist/editor/Topbar.d.ts +1 -1
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/BlockStyleClipboardBar.d.ts +1 -1
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/index.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/AccessibilityToolsSidebarPanel.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/AccordionSidebarPanel.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/AvatarSidebarPanel.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/ButtonGroupSidebarPanel.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/ButtonSidebarPanel.d.ts +1 -1
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/CalendlySidebarPanel.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/CarouselSidebarPanel.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/ColumnsContainerSidebarPanel.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/ContainerSidebarPanel.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/DividerSidebarPanel.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/FlexColumnsSidebarPanel.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/GridSidebarPanel.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/HeadingSidebarPanel.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/HtmlSidebarPanel.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/IframeSidebarPanel.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/ImageSidebarPanel.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/LogoSidebarPanel.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/MarqueeSidebarPanel.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/PagePilotLayoutSidebarPanel.d.ts +3 -3
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/PricingAccordionSidebarPanel.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/RatingSidebarPanel.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/SkipLinkSidebarPanel.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/SpacerSidebarPanel.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/StepperSidebarPanel.d.ts +1 -1
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/TabsBlockSidebarPanel.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/TextSidebarPanel.d.ts +1 -1
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/VideoSidebarPanel.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/BaseSidebarPanel.d.ts +1 -1
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/CollapsibleSection.d.ts +1 -1
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/ContrastWarning.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/MediaLibraryButton.d.ts +1 -1
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/SectionWrapper.d.ts +1 -1
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/BooleanInput.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/CodeEditor.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ColorInput/BaseColorInput.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ColorInput/Picker.d.ts +1 -1
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ColorInput/Swatch.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ColorInput/index.d.ts +2 -3
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ColumnWidthsInput.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/FontFamily.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/FontSizeInput.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/FontStyleInput.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/FontWeightInput.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/NumberInput.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/PaddingInput.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/RadioGroupInput.d.ts +1 -1
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/RadiusInput.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/SliderInput.d.ts +1 -1
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/SwitchInput.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/TextAlignInput.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/TextDecorationInput.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/TextDimensionInput.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/TextInput.d.ts +1 -1
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/WidthInputWithSelect.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/raw/RawSliderInput.d.ts +1 -1
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/style-inputs/MultiStylePropertyPanel.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/style-inputs/SingleStylePropertyPanel.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/EditorBehavior.d.ts +1 -1
- package/dist/editor-sample/App/InspectorDrawer/LayersPanel.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/LayoutPanel/icons/index.d.ts +13 -14
- package/dist/editor-sample/App/InspectorDrawer/LayoutPanel/index.d.ts +1 -1
- package/dist/editor-sample/App/InspectorDrawer/StylesPanel.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/icons/index.d.ts +13 -13
- package/dist/editor-sample/App/InspectorDrawer/index.d.ts +1 -1
- package/dist/editor-sample/App/TemplatePanel/HtmlPanel.d.ts +1 -2
- package/dist/editor-sample/App/TemplatePanel/JsonPanel.d.ts +1 -2
- package/dist/editor-sample/App/TemplatePanel/helper/HighlightedCodePanel.d.ts +1 -2
- package/dist/editor-sample/App/TemplatePanel/index.d.ts +1 -2
- package/dist/editor-sample/App/TemplatePanel/pageGuide/AhdMarkerLayer.d.ts +1 -2
- package/dist/editor-sample/App/shared/AddSectionDialog.d.ts +1 -1
- package/dist/editor-sample/App/shared/PagePreviewFrame.d.ts +1 -1
- package/dist/editor-sample/App/shared/PreviewDialog.d.ts +2 -3
- package/dist/editor-sample/App/shared/SectionsDropdown.d.ts +1 -1
- package/dist/editor-sample/documents/blocks/AccessibilityTools/AccessibilityToolsEditor.d.ts +1 -2
- package/dist/editor-sample/documents/blocks/Accordion/AccordionEditor.d.ts +1 -2
- package/dist/editor-sample/documents/blocks/ButtonGroup/ButtonGroupEditor.d.ts +1 -2
- package/dist/editor-sample/documents/blocks/Carousel/CarouselEditor.d.ts +1 -2
- package/dist/editor-sample/documents/blocks/ColumnsContainer/ColumnsContainerEditor.d.ts +1 -2
- package/dist/editor-sample/documents/blocks/Container/ContainerEditor.d.ts +1 -2
- package/dist/editor-sample/documents/blocks/FlexColumns/FlexColumnsEditor.d.ts +1 -2
- package/dist/editor-sample/documents/blocks/Grid/GridEditor.d.ts +1 -2
- package/dist/editor-sample/documents/blocks/Marquee/MarqueeEditor.d.ts +1 -2
- package/dist/editor-sample/documents/blocks/PagePilotLayout/PagePilotLayoutEditor.d.ts +1 -1
- package/dist/editor-sample/documents/blocks/PricingAccordion/PricingAccordionEditor.d.ts +1 -2
- package/dist/editor-sample/documents/blocks/Rating/RatingEditor.d.ts +1 -2
- package/dist/editor-sample/documents/blocks/SkipLink/SkipLinkEditor.d.ts +1 -2
- package/dist/editor-sample/documents/blocks/TabsBlock/TabsBlockEditor.d.ts +1 -2
- package/dist/editor-sample/documents/blocks/helpers/EditorChildrenIds/AddBlockMenu/BlockButton.d.ts +1 -1
- package/dist/editor-sample/documents/blocks/helpers/EditorChildrenIds/AddBlockMenu/BlocksMenu.d.ts +1 -2
- package/dist/editor-sample/documents/blocks/helpers/EditorChildrenIds/AddBlockMenu/PlaceholderButton.d.ts +1 -2
- package/dist/editor-sample/documents/blocks/helpers/EditorChildrenIds/AddBlockMenu/ScopePickerMenu.d.ts +1 -1
- package/dist/editor-sample/documents/blocks/helpers/EditorChildrenIds/AddBlockMenu/index.d.ts +1 -2
- package/dist/editor-sample/documents/blocks/helpers/EditorChildrenIds/index.d.ts +1 -2
- package/dist/editor-sample/documents/blocks/helpers/InlineEditableText.d.ts +5 -6
- package/dist/editor-sample/documents/blocks/helpers/InlineTextToolbar/FullscreenOverlay.d.ts +1 -2
- package/dist/editor-sample/documents/blocks/helpers/InlineTextToolbar/dialogs/ImageDialog.d.ts +1 -2
- package/dist/editor-sample/documents/blocks/helpers/InlineTextToolbar/dialogs/LinkDialog.d.ts +1 -2
- package/dist/editor-sample/documents/blocks/helpers/InlineTextToolbar/dialogs/VideoDialog.d.ts +1 -2
- package/dist/editor-sample/documents/blocks/helpers/InlineTextToolbar/index.d.ts +1 -2
- package/dist/editor-sample/documents/blocks/helpers/InlineTextToolbar/popovers/ColorSwatchPopover.d.ts +1 -1
- package/dist/editor-sample/documents/blocks/helpers/InlineTextToolbar/popovers/OverflowMenu.d.ts +1 -1
- package/dist/editor-sample/documents/blocks/helpers/InlineTextToolbar/popovers/TableGridPicker.d.ts +1 -2
- package/dist/editor-sample/documents/blocks/helpers/InlineTextToolbar/primitives/Divider.d.ts +1 -2
- package/dist/editor-sample/documents/blocks/helpers/InlineTextToolbar/primitives/Dropdown.d.ts +1 -1
- package/dist/editor-sample/documents/blocks/helpers/InlineTextToolbar/primitives/HoverButton.d.ts +1 -1
- package/dist/editor-sample/documents/blocks/helpers/InlineTextToolbar/primitives/IconBtn.d.ts +1 -1
- package/dist/editor-sample/documents/blocks/helpers/InlineTextToolbar/primitives/MenuItem.d.ts +2 -2
- package/dist/editor-sample/documents/blocks/helpers/InlineTextToolbar/primitives/MicIcon.d.ts +1 -2
- package/dist/editor-sample/documents/blocks/helpers/InlineTextToolbar/primitives/NoteIcon.d.ts +1 -1
- package/dist/editor-sample/documents/blocks/helpers/TemplateTokenOverlay.d.ts +1 -1
- package/dist/editor-sample/documents/blocks/helpers/block-wrappers/EditorBlockWrapper.d.ts +1 -1
- package/dist/editor-sample/documents/blocks/helpers/block-wrappers/ReaderBlockWrapper.d.ts +1 -1
- package/dist/editor-sample/documents/blocks/helpers/block-wrappers/TuneMenu.d.ts +1 -2
- package/dist/editor-sample/documents/editor/EditorBlock.d.ts +1 -1
- package/dist/editor-sample/documents/editor/LazyEditorBlock.d.ts +1 -2
- package/dist/email-builder-core/Reader/core.d.ts +2 -3
- package/dist/email-builder-core/blocks/AccessibilityTools/AccessibilityToolsReader.d.ts +1 -2
- package/dist/email-builder-core/blocks/Accordion/AccordionReader.d.ts +1 -2
- package/dist/email-builder-core/blocks/ButtonGroup/ButtonGroupReader.d.ts +1 -2
- package/dist/email-builder-core/blocks/Calendly/CalendlyReader.d.ts +1 -1
- package/dist/email-builder-core/blocks/Carousel/CarouselReader.d.ts +1 -2
- package/dist/email-builder-core/blocks/ColumnsContainer/ColumnsContainerReader.d.ts +1 -2
- package/dist/email-builder-core/blocks/Container/ContainerReader.d.ts +1 -2
- package/dist/email-builder-core/blocks/FlexColumns/FlexColumnsReader.d.ts +1 -1
- package/dist/email-builder-core/blocks/Grid/GridReader.d.ts +1 -2
- package/dist/email-builder-core/blocks/Marquee/MarqueeReader.d.ts +1 -2
- package/dist/email-builder-core/blocks/PagePilotLayout/PagePilotLayoutReader.d.ts +1 -1
- package/dist/email-builder-core/blocks/PricingAccordion/PricingAccordionReader.d.ts +1 -2
- package/dist/email-builder-core/blocks/Rating/RatingReader.d.ts +1 -2
- package/dist/email-builder-core/blocks/SkipLink/SkipLinkReader.d.ts +1 -2
- package/dist/email-builder-core/blocks/TabsBlock/TabsBlockReader.d.ts +1 -2
- package/dist/host-stubs/view/images/Icons.d.ts +186 -186
- package/dist/host-stubs/view/shared/modals/PopupConfirm.d.ts +1 -1
- package/package.json +15 -7
|
@@ -1,649 +1,649 @@
|
|
|
1
1
|
import { SvgIconProps } from '@mui/material/SvgIcon';
|
|
2
2
|
export declare const LiveIcon: {
|
|
3
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
3
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
4
4
|
muiName: string;
|
|
5
5
|
};
|
|
6
6
|
export declare const PageIcon: {
|
|
7
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
7
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
8
8
|
muiName: string;
|
|
9
9
|
};
|
|
10
|
-
export declare const PageIconDashboard: (props: SvgIconProps) => import("react").JSX.Element;
|
|
10
|
+
export declare const PageIconDashboard: (props: SvgIconProps) => import("react/jsx-runtime").JSX.Element;
|
|
11
11
|
export declare const DraftIcon: {
|
|
12
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
12
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
13
13
|
muiName: string;
|
|
14
14
|
};
|
|
15
15
|
export declare const ViewIcon: {
|
|
16
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
16
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
17
17
|
muiName: string;
|
|
18
18
|
};
|
|
19
19
|
export declare const ViewIconNew: {
|
|
20
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
20
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
21
21
|
muiName: string;
|
|
22
22
|
};
|
|
23
23
|
export declare const EditIcon: {
|
|
24
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
24
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
25
25
|
muiName: string;
|
|
26
26
|
};
|
|
27
|
-
export declare const EditIconListView: (props: SvgIconProps) => import("react").JSX.Element;
|
|
28
|
-
export declare const TrashIcon: (props: SvgIconProps) => import("react").JSX.Element;
|
|
29
|
-
export declare const TrashIconListView: (props: SvgIconProps) => import("react").JSX.Element;
|
|
27
|
+
export declare const EditIconListView: (props: SvgIconProps) => import("react/jsx-runtime").JSX.Element;
|
|
28
|
+
export declare const TrashIcon: (props: SvgIconProps) => import("react/jsx-runtime").JSX.Element;
|
|
29
|
+
export declare const TrashIconListView: (props: SvgIconProps) => import("react/jsx-runtime").JSX.Element;
|
|
30
30
|
export declare const DeleteIcon: {
|
|
31
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
31
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
32
32
|
muiName: string;
|
|
33
33
|
};
|
|
34
34
|
export declare const DeleteOutlined: {
|
|
35
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
35
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
36
36
|
muiName: string;
|
|
37
37
|
};
|
|
38
38
|
export declare const SaveIcon: {
|
|
39
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
39
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
40
40
|
muiName: string;
|
|
41
41
|
};
|
|
42
42
|
export declare const BrowseIcon: {
|
|
43
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
43
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
44
44
|
muiName: string;
|
|
45
45
|
};
|
|
46
46
|
export declare const RenameIcon: {
|
|
47
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
47
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
48
48
|
muiName: string;
|
|
49
49
|
};
|
|
50
50
|
export declare const TourIcon: {
|
|
51
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
51
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
52
52
|
muiName: string;
|
|
53
53
|
};
|
|
54
|
-
export declare const TourIconDashboard: (props: SvgIconProps) => import("react").JSX.Element;
|
|
54
|
+
export declare const TourIconDashboard: (props: SvgIconProps) => import("react/jsx-runtime").JSX.Element;
|
|
55
55
|
export declare const HomeIcon: {
|
|
56
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
56
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
57
57
|
muiName: string;
|
|
58
58
|
};
|
|
59
59
|
export declare const SaveOutlined: {
|
|
60
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
60
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
61
61
|
muiName: string;
|
|
62
62
|
};
|
|
63
63
|
export declare const HelpAndSupportIcon: {
|
|
64
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
64
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
65
65
|
muiName: string;
|
|
66
66
|
};
|
|
67
67
|
export declare const ArrowForward: {
|
|
68
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
68
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
69
69
|
muiName: string;
|
|
70
70
|
};
|
|
71
71
|
export declare const NorthEastIcon: {
|
|
72
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
72
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
73
73
|
muiName: string;
|
|
74
74
|
};
|
|
75
75
|
export declare const AddIcon: {
|
|
76
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
76
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
77
77
|
muiName: string;
|
|
78
78
|
};
|
|
79
79
|
export declare const ChervronDown: {
|
|
80
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
80
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
81
81
|
muiName: string;
|
|
82
82
|
};
|
|
83
83
|
export declare const WalkthroughIcon: {
|
|
84
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
84
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
85
85
|
muiName: string;
|
|
86
86
|
};
|
|
87
87
|
export declare const TooltipIcon: {
|
|
88
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
88
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
89
89
|
muiName: string;
|
|
90
90
|
};
|
|
91
91
|
export declare const ZapIcon: {
|
|
92
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
92
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
93
93
|
muiName: string;
|
|
94
94
|
};
|
|
95
95
|
export declare const LayoutRight: {
|
|
96
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
96
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
97
97
|
muiName: string;
|
|
98
98
|
};
|
|
99
99
|
export declare const LayoutLeft: {
|
|
100
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
100
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
101
101
|
muiName: string;
|
|
102
102
|
};
|
|
103
103
|
export declare const FabIcon: {
|
|
104
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
104
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
105
105
|
muiName: string;
|
|
106
106
|
};
|
|
107
107
|
export declare const BannerIcon: {
|
|
108
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
108
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
109
109
|
muiName: string;
|
|
110
110
|
};
|
|
111
|
-
export declare const BannerIconDashboard: (props: SvgIconProps) => import("react").JSX.Element;
|
|
112
|
-
export declare const PageMenuIcon: (props: SvgIconProps) => import("react").JSX.Element;
|
|
111
|
+
export declare const BannerIconDashboard: (props: SvgIconProps) => import("react/jsx-runtime").JSX.Element;
|
|
112
|
+
export declare const PageMenuIcon: (props: SvgIconProps) => import("react/jsx-runtime").JSX.Element;
|
|
113
113
|
export declare const ArrowUpRight: {
|
|
114
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
114
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
115
115
|
muiName: string;
|
|
116
116
|
};
|
|
117
117
|
export declare const CheckboxIcon: {
|
|
118
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
118
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
119
119
|
muiName: string;
|
|
120
120
|
};
|
|
121
121
|
export declare const CheckedIcon: {
|
|
122
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
122
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
123
123
|
muiName: string;
|
|
124
124
|
};
|
|
125
125
|
export declare const FabSmIcon: {
|
|
126
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
126
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
127
127
|
muiName: string;
|
|
128
128
|
};
|
|
129
129
|
export declare const AiIcon: {
|
|
130
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
130
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
131
131
|
muiName: string;
|
|
132
132
|
};
|
|
133
|
-
export declare const AiIcon2: (props: SvgIconProps) => import("react").JSX.Element;
|
|
133
|
+
export declare const AiIcon2: (props: SvgIconProps) => import("react/jsx-runtime").JSX.Element;
|
|
134
134
|
export declare const FabIconDark: {
|
|
135
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
135
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
136
136
|
muiName: string;
|
|
137
137
|
};
|
|
138
138
|
export declare const PlayIcon: {
|
|
139
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
139
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
140
140
|
muiName: string;
|
|
141
141
|
};
|
|
142
142
|
export declare const MoreIcon: {
|
|
143
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
143
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
144
144
|
muiName: string;
|
|
145
145
|
};
|
|
146
146
|
export declare const PublishIcon: {
|
|
147
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
147
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
148
148
|
muiName: string;
|
|
149
149
|
};
|
|
150
150
|
export declare const BrushIcon: {
|
|
151
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
151
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
152
152
|
muiName: string;
|
|
153
153
|
};
|
|
154
154
|
export declare const BehaviourIcon: {
|
|
155
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
155
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
156
156
|
muiName: string;
|
|
157
157
|
};
|
|
158
|
-
export declare const InspectIcon: (props: SvgIconProps) => import("react").JSX.Element;
|
|
158
|
+
export declare const InspectIcon: (props: SvgIconProps) => import("react/jsx-runtime").JSX.Element;
|
|
159
159
|
export declare const LayoutIcon: {
|
|
160
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
160
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
161
161
|
muiName: string;
|
|
162
162
|
};
|
|
163
163
|
export declare const LockIcon: {
|
|
164
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
164
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
165
165
|
muiName: string;
|
|
166
166
|
};
|
|
167
167
|
export declare const TooltipsIcon: {
|
|
168
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
168
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
169
169
|
muiName: string;
|
|
170
170
|
};
|
|
171
171
|
export declare const SoundIcon: {
|
|
172
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
172
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
173
173
|
muiName: string;
|
|
174
174
|
};
|
|
175
175
|
export declare const ArrowRightIcon: {
|
|
176
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
176
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
177
177
|
muiName: string;
|
|
178
178
|
};
|
|
179
179
|
export declare const VideoPlayIcon: {
|
|
180
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
180
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
181
181
|
muiName: string;
|
|
182
182
|
};
|
|
183
183
|
export declare const CheckIcon: {
|
|
184
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
184
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
185
185
|
muiName: string;
|
|
186
186
|
};
|
|
187
187
|
export declare const ClockIcon: {
|
|
188
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
188
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
189
189
|
muiName: string;
|
|
190
190
|
};
|
|
191
191
|
export declare const GreenCheckedIcon: {
|
|
192
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
192
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
193
193
|
muiName: string;
|
|
194
194
|
};
|
|
195
195
|
export declare const PaddingInputIcon: {
|
|
196
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
196
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
197
197
|
muiName: string;
|
|
198
198
|
};
|
|
199
199
|
export declare const IndividualSidePaddingIcon: {
|
|
200
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
200
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
201
201
|
muiName: string;
|
|
202
202
|
};
|
|
203
203
|
export declare const PlusIcon: {
|
|
204
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
204
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
205
205
|
muiName: string;
|
|
206
206
|
};
|
|
207
207
|
export declare const IconAlignmentLeftIcon: {
|
|
208
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
208
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
209
209
|
muiName: string;
|
|
210
210
|
};
|
|
211
211
|
export declare const IconAlignmentRightIcon: {
|
|
212
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
212
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
213
213
|
muiName: string;
|
|
214
214
|
};
|
|
215
215
|
export declare const TextAlignCenterIcon: {
|
|
216
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
216
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
217
217
|
muiName: string;
|
|
218
218
|
};
|
|
219
219
|
export declare const TemplatesIcon: {
|
|
220
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
220
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
221
221
|
muiName: string;
|
|
222
222
|
};
|
|
223
223
|
export declare const QuestionCircleIcon: {
|
|
224
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
224
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
225
225
|
muiName: string;
|
|
226
226
|
};
|
|
227
227
|
export declare const DownloadIcon: {
|
|
228
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
228
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
229
229
|
muiName: string;
|
|
230
230
|
};
|
|
231
231
|
export declare const ArrowLeftIcon: {
|
|
232
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
232
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
233
233
|
muiName: string;
|
|
234
234
|
};
|
|
235
235
|
export declare const AlertTriangle: {
|
|
236
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
236
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
237
237
|
muiName: string;
|
|
238
238
|
};
|
|
239
239
|
export declare const HamburgerIcon: {
|
|
240
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
240
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
241
241
|
muiName: string;
|
|
242
242
|
};
|
|
243
243
|
export declare const ThicknessIcon: {
|
|
244
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
244
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
245
245
|
muiName: string;
|
|
246
246
|
};
|
|
247
247
|
export declare const ConfigurationsIcon: {
|
|
248
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
248
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
249
249
|
muiName: string;
|
|
250
250
|
};
|
|
251
251
|
export declare const CalendarIcon: {
|
|
252
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
252
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
253
253
|
muiName: string;
|
|
254
254
|
};
|
|
255
255
|
export declare const SearchIcon: {
|
|
256
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
256
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
257
257
|
muiName: string;
|
|
258
258
|
};
|
|
259
259
|
export declare const UnfoldIcon: {
|
|
260
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
260
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
261
261
|
muiName: string;
|
|
262
262
|
};
|
|
263
263
|
export declare const ChangesSavedIcon: {
|
|
264
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
264
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
265
265
|
muiName: string;
|
|
266
266
|
};
|
|
267
267
|
export declare const PlainEditIcon: {
|
|
268
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
268
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
269
269
|
muiName: string;
|
|
270
270
|
};
|
|
271
271
|
export declare const BorderedMoreIcon: {
|
|
272
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
272
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
273
273
|
muiName: string;
|
|
274
274
|
};
|
|
275
275
|
export declare const PreviewIcon: {
|
|
276
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
276
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
277
277
|
muiName: string;
|
|
278
278
|
};
|
|
279
279
|
export declare const PlainDeleteIcon: {
|
|
280
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
280
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
281
281
|
muiName: string;
|
|
282
282
|
};
|
|
283
283
|
export declare const MailIcon: {
|
|
284
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
284
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
285
285
|
muiName: string;
|
|
286
286
|
};
|
|
287
287
|
export declare const TickIcon: {
|
|
288
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
288
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
289
289
|
muiName: string;
|
|
290
290
|
};
|
|
291
291
|
export declare const PlainViewIcon: {
|
|
292
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
292
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
293
293
|
muiName: string;
|
|
294
294
|
};
|
|
295
295
|
export declare const EyeOffIcon: {
|
|
296
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
296
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
297
297
|
muiName: string;
|
|
298
298
|
};
|
|
299
299
|
export declare const ProfileIcon: {
|
|
300
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
300
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
301
301
|
muiName: string;
|
|
302
302
|
};
|
|
303
303
|
export declare const ProfileEditIcon: {
|
|
304
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
304
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
305
305
|
muiName: string;
|
|
306
306
|
};
|
|
307
307
|
export declare const ChangePasswordIcon: {
|
|
308
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
308
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
309
309
|
muiName: string;
|
|
310
310
|
};
|
|
311
311
|
export declare const HistoryIcon: {
|
|
312
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
312
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
313
313
|
muiName: string;
|
|
314
314
|
};
|
|
315
315
|
export declare const TranslateIcon: {
|
|
316
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
316
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
317
317
|
muiName: string;
|
|
318
318
|
};
|
|
319
319
|
export declare const TimerIcon: {
|
|
320
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
320
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
321
321
|
muiName: string;
|
|
322
322
|
};
|
|
323
323
|
export declare const MoonIcon: {
|
|
324
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
324
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
325
325
|
muiName: string;
|
|
326
326
|
};
|
|
327
327
|
export declare const SettingsIcon: {
|
|
328
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
328
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
329
329
|
muiName: string;
|
|
330
330
|
};
|
|
331
331
|
export declare const GiftIcon: {
|
|
332
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
332
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
333
333
|
muiName: string;
|
|
334
334
|
};
|
|
335
335
|
export declare const ExternalLink: {
|
|
336
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
336
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
337
337
|
muiName: string;
|
|
338
338
|
};
|
|
339
339
|
export declare const LogOutIcon: {
|
|
340
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
340
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
341
341
|
muiName: string;
|
|
342
342
|
};
|
|
343
343
|
export declare const PagePilotIcon: {
|
|
344
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
344
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
345
345
|
muiName: string;
|
|
346
346
|
};
|
|
347
347
|
export declare const PagePilotSmIcon: {
|
|
348
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
348
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
349
349
|
muiName: string;
|
|
350
350
|
};
|
|
351
351
|
export declare const CloseCircledIcon: {
|
|
352
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
352
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
353
353
|
muiName: string;
|
|
354
354
|
};
|
|
355
355
|
export declare const ShareIcon: {
|
|
356
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
356
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
357
357
|
muiName: string;
|
|
358
358
|
};
|
|
359
359
|
export declare const UsersCheckIcon: {
|
|
360
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
360
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
361
361
|
muiName: string;
|
|
362
362
|
};
|
|
363
363
|
export declare const DollarIcon: {
|
|
364
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
364
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
365
365
|
muiName: string;
|
|
366
366
|
};
|
|
367
367
|
export declare const LinkIcon: {
|
|
368
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
368
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
369
369
|
muiName: string;
|
|
370
370
|
};
|
|
371
|
-
export declare const UrlsIcon: (props: SvgIconProps) => import("react").JSX.Element;
|
|
371
|
+
export declare const UrlsIcon: (props: SvgIconProps) => import("react/jsx-runtime").JSX.Element;
|
|
372
372
|
export declare const ContentCopyIcon: {
|
|
373
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
373
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
374
374
|
muiName: string;
|
|
375
375
|
};
|
|
376
376
|
export declare const UserIcon: {
|
|
377
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
377
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
378
378
|
muiName: string;
|
|
379
379
|
};
|
|
380
380
|
export declare const ThreeDotsIcon: {
|
|
381
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
381
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
382
382
|
muiName: string;
|
|
383
383
|
};
|
|
384
384
|
export declare const DashboardCheckedIcon: {
|
|
385
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
385
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
386
386
|
muiName: string;
|
|
387
387
|
};
|
|
388
388
|
export declare const AlertCircle: {
|
|
389
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
389
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
390
390
|
muiName: string;
|
|
391
391
|
};
|
|
392
392
|
export declare const TwoLayersIcon: {
|
|
393
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
393
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
394
394
|
muiName: string;
|
|
395
395
|
};
|
|
396
396
|
export declare const UncheckedIcon: {
|
|
397
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
397
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
398
398
|
muiName: string;
|
|
399
399
|
};
|
|
400
400
|
export declare const PrimaryCheckedCircle: {
|
|
401
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
401
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
402
402
|
muiName: string;
|
|
403
403
|
};
|
|
404
404
|
export declare const MessageNotificationIcon: {
|
|
405
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
405
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
406
406
|
muiName: string;
|
|
407
407
|
};
|
|
408
408
|
export declare const MobileIcon: {
|
|
409
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
409
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
410
410
|
muiName: string;
|
|
411
411
|
};
|
|
412
412
|
export declare const MetaIcon: {
|
|
413
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
413
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
414
414
|
muiName: string;
|
|
415
415
|
};
|
|
416
416
|
export declare const XIcon: {
|
|
417
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
417
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
418
418
|
muiName: string;
|
|
419
419
|
};
|
|
420
420
|
export declare const NoRowsIcon: {
|
|
421
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
421
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
422
422
|
muiName: string;
|
|
423
423
|
};
|
|
424
424
|
export declare const BlankTemplateIcon: {
|
|
425
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
425
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
426
426
|
muiName: string;
|
|
427
427
|
};
|
|
428
428
|
export declare const PlainThreeDotsIcon: {
|
|
429
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
429
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
430
430
|
muiName: string;
|
|
431
431
|
};
|
|
432
432
|
export declare const SuccessCircleOutlined: {
|
|
433
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
433
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
434
434
|
muiName: string;
|
|
435
435
|
};
|
|
436
|
-
export declare const SuccessCircleOutlined2: (props: SvgIconProps) => import("react").JSX.Element;
|
|
436
|
+
export declare const SuccessCircleOutlined2: (props: SvgIconProps) => import("react/jsx-runtime").JSX.Element;
|
|
437
437
|
export declare const ErrorCircleOutlined: {
|
|
438
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
438
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
439
439
|
muiName: string;
|
|
440
440
|
};
|
|
441
441
|
export declare const DemosIcon: {
|
|
442
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
442
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
443
443
|
muiName: string;
|
|
444
444
|
};
|
|
445
445
|
export declare const WebinarIcon: {
|
|
446
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
446
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
447
447
|
muiName: string;
|
|
448
448
|
};
|
|
449
449
|
export declare const UseTemplateIcon: {
|
|
450
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
450
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
451
451
|
muiName: string;
|
|
452
452
|
};
|
|
453
453
|
export declare const SaveTemplateIcon: {
|
|
454
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
454
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
455
455
|
muiName: string;
|
|
456
456
|
};
|
|
457
457
|
export declare const EmptyTemplateState: {
|
|
458
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
458
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
459
459
|
muiName: string;
|
|
460
460
|
};
|
|
461
461
|
export declare const CloseIcon: {
|
|
462
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
462
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
463
463
|
muiName: string;
|
|
464
464
|
};
|
|
465
465
|
export declare const DuplicateIcon: {
|
|
466
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
466
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
467
467
|
muiName: string;
|
|
468
468
|
};
|
|
469
469
|
export declare const IntegrateSiteIcon: {
|
|
470
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
470
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
471
471
|
muiName: string;
|
|
472
472
|
};
|
|
473
473
|
export declare const PlayCircleIcon: {
|
|
474
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
474
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
475
475
|
muiName: string;
|
|
476
476
|
};
|
|
477
477
|
export declare const WebProgramming: {
|
|
478
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
478
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
479
479
|
muiName: string;
|
|
480
480
|
};
|
|
481
481
|
export declare const TrackingCode: {
|
|
482
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
482
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
483
483
|
muiName: string;
|
|
484
484
|
};
|
|
485
485
|
export declare const BookOpen: {
|
|
486
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
486
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
487
487
|
muiName: string;
|
|
488
488
|
};
|
|
489
|
-
export declare const OpenInNewTab: (props: SvgIconProps) => import("react").JSX.Element;
|
|
489
|
+
export declare const OpenInNewTab: (props: SvgIconProps) => import("react/jsx-runtime").JSX.Element;
|
|
490
490
|
export declare const UploadAssetIcon: {
|
|
491
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
491
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
492
492
|
muiName: string;
|
|
493
493
|
};
|
|
494
|
-
export declare const DeleteAssetIcon: (props: SvgIconProps) => import("react").JSX.Element;
|
|
494
|
+
export declare const DeleteAssetIcon: (props: SvgIconProps) => import("react/jsx-runtime").JSX.Element;
|
|
495
495
|
export declare const ConfigureIcon: {
|
|
496
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
496
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
497
497
|
muiName: string;
|
|
498
498
|
};
|
|
499
499
|
export declare const LinkedInIcon: {
|
|
500
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
500
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
501
501
|
muiName: string;
|
|
502
502
|
};
|
|
503
503
|
export declare const TwitterIcon: {
|
|
504
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
504
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
505
505
|
muiName: string;
|
|
506
506
|
};
|
|
507
|
-
export declare const AnalyticsIcon: (props: SvgIconProps) => import("react").JSX.Element;
|
|
508
|
-
export declare const ChevronDown2: (props: SvgIconProps) => import("react").JSX.Element;
|
|
509
|
-
export declare const SunIcon: (props: SvgIconProps) => import("react").JSX.Element;
|
|
510
|
-
export declare const DiamondIcon: (props: SvgIconProps) => import("react").JSX.Element;
|
|
511
|
-
export declare const AnalyticsDiamondIcon: (props: SvgIconProps) => import("react").JSX.Element;
|
|
507
|
+
export declare const AnalyticsIcon: (props: SvgIconProps) => import("react/jsx-runtime").JSX.Element;
|
|
508
|
+
export declare const ChevronDown2: (props: SvgIconProps) => import("react/jsx-runtime").JSX.Element;
|
|
509
|
+
export declare const SunIcon: (props: SvgIconProps) => import("react/jsx-runtime").JSX.Element;
|
|
510
|
+
export declare const DiamondIcon: (props: SvgIconProps) => import("react/jsx-runtime").JSX.Element;
|
|
511
|
+
export declare const AnalyticsDiamondIcon: (props: SvgIconProps) => import("react/jsx-runtime").JSX.Element;
|
|
512
512
|
export declare const IconTopArrow: {
|
|
513
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
513
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
514
514
|
muiName: string;
|
|
515
515
|
};
|
|
516
516
|
export declare const IconBottomArrow: {
|
|
517
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
517
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
518
518
|
muiName: string;
|
|
519
519
|
};
|
|
520
520
|
export declare const InboxMsgIcon: {
|
|
521
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
521
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
522
522
|
muiName: string;
|
|
523
523
|
};
|
|
524
|
-
export declare const TourNameIcon: (props: SvgIconProps) => import("react").JSX.Element;
|
|
525
|
-
export declare const StepIcon: (props: SvgIconProps) => import("react").JSX.Element;
|
|
524
|
+
export declare const TourNameIcon: (props: SvgIconProps) => import("react/jsx-runtime").JSX.Element;
|
|
525
|
+
export declare const StepIcon: (props: SvgIconProps) => import("react/jsx-runtime").JSX.Element;
|
|
526
526
|
export declare const TeamMemberIcon: {
|
|
527
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
527
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
528
528
|
muiName: string;
|
|
529
529
|
};
|
|
530
530
|
export declare const DashboardIcon: {
|
|
531
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
531
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
532
532
|
muiName: string;
|
|
533
533
|
};
|
|
534
534
|
export declare const CreateNewIcon: {
|
|
535
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
535
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
536
536
|
muiName: string;
|
|
537
537
|
};
|
|
538
538
|
export declare const SimpleBannerIcon: {
|
|
539
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
539
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
540
540
|
muiName: string;
|
|
541
541
|
};
|
|
542
542
|
export declare const CarouselBannerIcon: {
|
|
543
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
543
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
544
544
|
muiName: string;
|
|
545
545
|
};
|
|
546
546
|
export declare const ModalBannerIcon: {
|
|
547
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
547
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
548
548
|
muiName: string;
|
|
549
549
|
};
|
|
550
550
|
export declare const FloaterBannerIcon: {
|
|
551
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
551
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
552
552
|
muiName: string;
|
|
553
553
|
};
|
|
554
554
|
export declare const WorkspacesIcon: {
|
|
555
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
555
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
556
556
|
muiName: string;
|
|
557
557
|
};
|
|
558
558
|
export declare const GlobeIcon: {
|
|
559
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
559
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
560
560
|
muiName: string;
|
|
561
561
|
};
|
|
562
562
|
export declare const FabAnalyticsIcon: {
|
|
563
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
563
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
564
564
|
muiName: string;
|
|
565
565
|
};
|
|
566
566
|
export declare const FabCrmIcon: {
|
|
567
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
567
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
568
568
|
muiName: string;
|
|
569
569
|
};
|
|
570
570
|
export declare const FabStudioIcon: {
|
|
571
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
571
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
572
572
|
muiName: string;
|
|
573
573
|
};
|
|
574
574
|
export declare const DisconnectIcon: {
|
|
575
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
575
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
576
576
|
muiName: string;
|
|
577
577
|
};
|
|
578
|
-
export declare const ReplaceIcon: (props: SvgIconProps) => import("react").JSX.Element;
|
|
578
|
+
export declare const ReplaceIcon: (props: SvgIconProps) => import("react/jsx-runtime").JSX.Element;
|
|
579
579
|
export declare const AiPanelIcon: {
|
|
580
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
580
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
581
581
|
muiName: string;
|
|
582
582
|
};
|
|
583
583
|
export declare const PagePilotDiamond: {
|
|
584
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
584
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
585
585
|
muiName: string;
|
|
586
586
|
};
|
|
587
587
|
export declare const CrownIcon: {
|
|
588
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
588
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
589
589
|
muiName: string;
|
|
590
590
|
};
|
|
591
591
|
export declare const LiveUrlIcon: {
|
|
592
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
592
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
593
593
|
muiName: string;
|
|
594
594
|
};
|
|
595
595
|
export declare const CalendelyIcon: {
|
|
596
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
596
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
597
597
|
muiName: string;
|
|
598
598
|
};
|
|
599
599
|
export declare const DeleteIconOutlined: {
|
|
600
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
600
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
601
601
|
muiName: string;
|
|
602
602
|
};
|
|
603
|
-
export declare const BrandThemeIcon: (props: SvgIconProps) => import("react").JSX.Element;
|
|
604
|
-
export declare const TabsLayoutIcon: (props: SvgIconProps) => import("react").JSX.Element;
|
|
605
|
-
export declare const CarouselIcon: (props: SvgIconProps) => import("react").JSX.Element;
|
|
606
|
-
export declare const MarqueeIcon: (props: SvgIconProps) => import("react").JSX.Element;
|
|
607
|
-
export declare const RatingStarIcon: (props: SvgIconProps) => import("react").JSX.Element;
|
|
603
|
+
export declare const BrandThemeIcon: (props: SvgIconProps) => import("react/jsx-runtime").JSX.Element;
|
|
604
|
+
export declare const TabsLayoutIcon: (props: SvgIconProps) => import("react/jsx-runtime").JSX.Element;
|
|
605
|
+
export declare const CarouselIcon: (props: SvgIconProps) => import("react/jsx-runtime").JSX.Element;
|
|
606
|
+
export declare const MarqueeIcon: (props: SvgIconProps) => import("react/jsx-runtime").JSX.Element;
|
|
607
|
+
export declare const RatingStarIcon: (props: SvgIconProps) => import("react/jsx-runtime").JSX.Element;
|
|
608
608
|
export declare const StarterComboIcon: {
|
|
609
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
609
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
610
610
|
muiName: string;
|
|
611
611
|
};
|
|
612
612
|
export declare const ProComboIcon: {
|
|
613
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
613
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
614
614
|
muiName: string;
|
|
615
615
|
};
|
|
616
616
|
export declare const FilterIcon: {
|
|
617
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
617
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
618
618
|
muiName: string;
|
|
619
619
|
};
|
|
620
620
|
export declare const SeoIcon: {
|
|
621
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
621
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
622
622
|
muiName: string;
|
|
623
623
|
};
|
|
624
624
|
export declare const EyeIcon: {
|
|
625
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
625
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
626
626
|
muiName: string;
|
|
627
627
|
};
|
|
628
|
-
export declare const PageResearchIcon: (props: SvgIconProps) => import("react").JSX.Element;
|
|
629
|
-
export declare const PageCodeIcon: (props: SvgIconProps) => import("react").JSX.Element;
|
|
630
|
-
export declare const PageTemplatePreviewIcon: (props: SvgIconProps) => import("react").JSX.Element;
|
|
631
|
-
export declare const PremiumBadge: (props: SvgIconProps) => import("react").JSX.Element;
|
|
632
|
-
export declare const OverallUsageIcon: (props: SvgIconProps) => import("react").JSX.Element;
|
|
633
|
-
export declare const AlertUsageIcon: (props: SvgIconProps) => import("react").JSX.Element;
|
|
628
|
+
export declare const PageResearchIcon: (props: SvgIconProps) => import("react/jsx-runtime").JSX.Element;
|
|
629
|
+
export declare const PageCodeIcon: (props: SvgIconProps) => import("react/jsx-runtime").JSX.Element;
|
|
630
|
+
export declare const PageTemplatePreviewIcon: (props: SvgIconProps) => import("react/jsx-runtime").JSX.Element;
|
|
631
|
+
export declare const PremiumBadge: (props: SvgIconProps) => import("react/jsx-runtime").JSX.Element;
|
|
632
|
+
export declare const OverallUsageIcon: (props: SvgIconProps) => import("react/jsx-runtime").JSX.Element;
|
|
633
|
+
export declare const AlertUsageIcon: (props: SvgIconProps) => import("react/jsx-runtime").JSX.Element;
|
|
634
634
|
export declare const RefreshIcon: {
|
|
635
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
635
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
636
636
|
muiName: string;
|
|
637
637
|
};
|
|
638
638
|
export declare const ScheduleCalendarIcon: {
|
|
639
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
639
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
640
640
|
muiName: string;
|
|
641
641
|
};
|
|
642
642
|
export declare const DocumentIcon: {
|
|
643
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
643
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
644
644
|
muiName: string;
|
|
645
645
|
};
|
|
646
646
|
export declare const ImagePlusIcon: {
|
|
647
|
-
(props: SvgIconProps): import("react").JSX.Element;
|
|
647
|
+
(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
|
|
648
648
|
muiName: string;
|
|
649
649
|
};
|