UNPKG

@sap-ux/ui-components

Version:
170 lines 5.21 kB
import { registerIcons, unregisterIcons, initializeIcons, setIconOptions } from '@fluentui/react'; export declare enum UiIcons { Add = "Add", AddNewRow = "AddNewRow", Advanced = "Advanced", AnalyticalListPage = "AnalyticalListPage", Annotation = "Annotation", AnnotationModeler = "AnnotationModeler", ArrowLeft = "ArrowLeft", ArrowRight = "ArrowRight", ArrowUp = "ArrowUp", ArrowDown = "ArrowDown", Association = "Association", Beginner = "Beginner", BookBookmark = "BookBookmark", Bulb = "Bulb", Calendar = "Calendar", Chart = "Chart", ChatBubbles = "ChatBubbles", Chevron = "Chevron", ChevronDown = "ChevronDown", Clear = "Clear", Cleanup = "Cleanup", ClockLong = "ClockLong", ClockMedium = "ClockMedium", ClockShort = "ClockShort", Close = "Close", Code = "Code", CodeSnippet = "CodeSnippet", ContractNodes = "ContractNodes", ContractNodesSmall = "ContractNodesSmall", Copy = "Copy", CopyToClipboard = "CopyToClipboard", CopyToClipboardLong = "CopyToClipboardLong", CollapseGroup = "CollapseGroup", Columns = "Columns", ComplexType = "ComplexType", ComplexTypeSmall = "ComplexTypeSmall", ConfirmationCheckSymbol = "ConfirmationCheckSymbol", CreateMockData = "CreateMockData", CustomPage = "CustomPage", CustomFPMPage = "CustomFPMPage", Data = "Data", DataSource = "DataSource", DataSparkle = "DataSparkle", Edit = "Edit", Error = "Error", ExpandGroup = "ExpandGroup", ExpandNodes = "ExpandNodes", Export = "Export", Eye = "Eye", Featured = "Featured", File = "File", FileImage = "FileImage", FileVector = "File Vector", Filter = "Filter", FilterWithChevron = "FilterWithChevron", Folder = "Folder", FolderOpened = "FolderOpened", Footer = "Footer", ForeignKey = "ForeignKey", ForeignKeySmall = "ForeignKeySmall", FullscreenExpand = "FullscreenExpand", FullscreenCollapse = "FullscreenCollapse", GoLeft = "GoLeft", GoRight = "GoRight", GoToKey = "GoToKey", Ghost = "Ghost", GuidedDevelopment = "GuidedDevelopment", GuidedAnswers = "GuidedAnswers", Grabber = "grabber", Graduate = "Graduate", Header = "Header", HelpAction = "HelpAction", HideSmall = "HideSmall", Highlighter = "Highlighter", History = "History", Home = "Home", IdTag = "IdTag", Info = "Info", InfoBlue = "InfoBlue", InfoWithChevron = "InfoWithChevron", Intermediate = "Intermediate", Key = "Key", KeySmall = "KeySmall", Layout = "Layout", LayoutCentre = "LayoutCentre", LayoutLeft = "LayoutLeft", LayoutRight = "LayoutRight", Legend = "Legend", Lightning = "Lightning", Link = "Link", ListReportPage = "ListReportPage", MainEntity = "MainEntity", MainEntitySmall = "MainEntitySmall", Manage = "Manage", MeatballMenu = "MeatballMenu", MessageSent = "MessageSent", Mission = "Mission", NoData = "NoData", NoResults = "NoResults", NotEditable = "NotEditable", ObjectPage = "ObjectPage", OverviewPage = "OverviewPage", PageLayout = "PageLayout", PageMap = "PageMap", Preview = "Preview", ProjectValidation = "ProjectValidation", Pull = "Pull", QuestionMark = "QuestionMark", QuestionMarkWithChevron = "QuestionMarkWithChevron", Redistribute = "Redistribute", Redo = "Redo", Refresh = "Refresh", RefreshSmall = "RefreshSmall", RequestGuide = "RequestGuide", Save = "Save", SavePosition = "SavePosition", Search = "Search", Sections = "Sections", ServiceManager = "ServiceManager", Settings = "Settings", SettingsHierarchy = "SettingsHierarchy", SettingsWithChevron = "SettingsWithChevron", Shape = "Shape", SidePanelRight = "SidePanelRight", Sparkles = "Sparkles", Sort = "Sort", Source = "Source", Star = "Star", StarActive = "StarActive", Success = "Success", SwitchOff = "SwitchOff", SwitchOn = "SwitchOn", Table = "Table", Tags = "Tags", Task = "Task", Terminal = "Terminal", TestGuides = "TestGuides", TextGrammarDismiss = "TextGrammarDismiss", ThumbsDown = "ThumbsDown", ThumbsUp = "ThumbsUp", ToTheTop = "ToTheTop", TrashCan = "TrashCan", Undo = "Undo", Ui5 = "Ui5", Validate = "Validate", ValidateBig = "ValidateBig", ValidateError = "ValidateError", ValidateInfo = "ValidateInfo", ValidateWarning = "ValidateWarning", ValueHelp = "ValueHelp", VerticalGrip = "VerticalGrip", ViewMockup = "ViewMockup", Warning = "Warning", WarningBad = "WarningBad", WarningSmall = "WarningSmall", WorklistPage = "WorklistPage", World = "World", WorldArrow = "WorldArrow", WorldWarning = "WorldWarning", ZoomIn = "ZoomIn", ZoomOut = "ZoomOut" } export declare function initIcons(): void; export { registerIcons as UIregisterIcons }; export { unregisterIcons as UIunregisterIcons }; export { initializeIcons as UIinitializeIcons }; export { setIconOptions as UIsetIconOptions }; //# sourceMappingURL=Icons.d.ts.map