UNPKG

@mikezimm/fps-core-v7

Version:

Library of reusable core interfaces, types and constants migrated from fps-library-v2

71 lines (69 loc) 3.31 kB
/** * List of constant icon names used in FPS webparts for various info/warnings * import * as StdIcons from './iconNames'; */ export declare const NoItems = "CircleRing"; export declare const LotsItems = "CircleHalfFull"; export declare const ToManyItems = "CircleFill"; export declare const RequiresCheckout = "CheckedOutByOther12"; export declare const Attachments = "Attach"; export declare const UniquePerms = "Shield"; export declare const MinDownload = "Download"; export declare const NewsLink = "Link"; export declare const CheckedOut = "PageCheckedOut"; export declare const UnPublished = "UnpublishContent"; export declare const MinorVersion = "UnpublishContent"; export declare const NOEnableVersioning = "History"; export declare const NoRecentViews = "VisuallyImpaired"; export declare const PopularRecent = "RibbonSolid"; export declare const PopularLifeTime = "Ribbon"; export declare const MSTeam = "TeamsLogo"; export declare const STSSite = "SharepointLogo"; export declare const STSWeb = "Org"; export declare const Groups = "Group"; export declare const Pages = "Page"; export declare const News = "News"; export declare const Edit = "Edit"; export declare const GroupsAdd = "AddGroup"; export declare const ShieldAlert = "ShieldAlert"; export declare const Sweep = "Broom"; export declare const Delete = "Delete"; export declare const Warning = "Warning12"; export declare const WarningSolid = "WarningSolid"; export declare const Remove = "Remove"; export declare const EnableModeration = "Signin"; export declare const DraftVersionVisibility = "VisuallyImpaired"; export declare const NotApplicable = "Remove"; export declare const ChevronUp = "ChevronUp"; export declare const ChevronDown = "ChevronDown"; export declare const Blocked = "Blocked"; export declare const Error = "Error"; export declare const History = "History"; export declare const Permissions = "Permissions"; export declare const AnalyticsLogo = "AnalyticsLogo"; export declare const AnalyticsQuery = "AnalyticsQuery"; export declare const Share = "Share"; export declare const ImageSearch = "ImageSearch"; export declare const DocumentSearch = "DocumentSearch"; export declare const FabricMovetoFolder = "FabricMovetoFolder"; export declare const CheckedOutByOther = "CheckedOutByOther12"; export declare const CheckedOutByYou = "CheckedOutByYou12"; export declare const PageCheckedin = "PageCheckedin"; export declare const PageCheckedOut = "PageCheckedOut"; export declare const MinorVersionsEnabled = "MoreVertical"; export declare const DocSet = "DocumentSet"; export declare const FileObject = "FormLibrary"; export declare const FileIcon = "Page"; export declare const FolderContent = "FabricOpenFolderHorizontal"; export declare const NewsPost = "WebPublish"; export declare const Major = "FavoriteStar"; export declare const Published = "WebPublish"; export declare const CodeIcon = "Code"; export declare const OfficeIcon = "ExcelDocument"; export declare const SharepointLogo = "SharepointLogo"; export declare const OfflineStorage = "OfflineStorage"; export declare const PhotoVideoMedia = "PhotoVideoMedia"; export declare const Album = "Album"; export declare const HTMLIcon = "CodeEdit"; //# sourceMappingURL=iconNames.d.ts.map