UNPKG

@uifabric/icons

Version:
122 lines 4.87 kB
// Your use of the content in the files referenced here is subject to the terms of the license at https://aka.ms/fluentui-assets-license import { registerIcons } from '@uifabric/styling'; export function initializeIcons(baseUrl, options) { if (baseUrl === void 0) { baseUrl = ''; } var subset = { style: { MozOsxFontSmoothing: 'grayscale', WebkitFontSmoothing: 'antialiased', fontStyle: 'normal', fontWeight: 'normal', speak: 'none' }, fontFace: { fontFamily: "\"FabricMDL2Icons-13\"", src: "url('" + baseUrl + "fabric-icons-13-c3989a02.woff') format('woff')" }, icons: { 'RectangularClipping': '\uF407', 'TeamsLogo16': '\uF40A', 'TeamsLogoFill16': '\uF40B', 'Spacer': '\uF40D', 'SkypeLogo16': '\uF40E', 'SkypeForBusinessLogo16': '\uF40F', 'SkypeForBusinessLogoFill16': '\uF410', 'FilterSolid': '\uF412', 'MailUndelivered': '\uF415', 'MailTentative': '\uF416', 'MailTentativeMirrored': '\uF417', 'MailReminder': '\uF418', 'ReceiptUndelivered': '\uF419', 'ReceiptTentative': '\uF41A', 'ReceiptTentativeMirrored': '\uF41B', 'Inbox': '\uF41C', 'IRMReply': '\uF41D', 'IRMReplyMirrored': '\uF41E', 'IRMForward': '\uF41F', 'IRMForwardMirrored': '\uF420', 'VoicemailIRM': '\uF421', 'EventAccepted': '\uF422', 'EventTentative': '\uF423', 'EventTentativeMirrored': '\uF424', 'EventDeclined': '\uF425', 'IDBadge': '\uF427', 'BackgroundColor': '\uF42B', 'OfficeFormsLogoInverse16': '\uF433', 'OfficeFormsLogo': '\uF434', 'OfficeFormsLogoFill': '\uF435', 'OfficeFormsLogo16': '\uF436', 'OfficeFormsLogoFill16': '\uF437', 'OfficeFormsLogoInverse24': '\uF43A', 'OfficeFormsLogo24': '\uF43B', 'OfficeFormsLogoFill24': '\uF43C', 'PageLock': '\uF43F', 'NotExecuted': '\uF440', 'NotImpactedSolid': '\uF441', 'FieldReadOnly': '\uF442', 'FieldRequired': '\uF443', 'BacklogBoard': '\uF444', 'ExternalBuild': '\uF445', 'ExternalTFVC': '\uF446', 'ExternalXAML': '\uF447', 'IssueSolid': '\uF448', 'DefectSolid': '\uF449', 'LadybugSolid': '\uF44A', 'NugetLogo': '\uF44C', 'TFVCLogo': '\uF44D', 'ProjectLogo32': '\uF47E', 'ProjectLogoFill32': '\uF47F', 'ProjectLogo16': '\uF480', 'ProjectLogoFill16': '\uF481', 'SwayLogo32': '\uF482', 'SwayLogoFill32': '\uF483', 'SwayLogo16': '\uF484', 'SwayLogoFill16': '\uF485', 'ClassNotebookLogo32': '\uF486', 'ClassNotebookLogoFill32': '\uF487', 'ClassNotebookLogo16': '\uF488', 'ClassNotebookLogoFill16': '\uF489', 'ClassNotebookLogoInverse32': '\uF48A', 'ClassNotebookLogoInverse16': '\uF48B', 'StaffNotebookLogo32': '\uF48C', 'StaffNotebookLogoFill32': '\uF48D', 'StaffNotebookLogo16': '\uF48E', 'StaffNotebookLogoFill16': '\uF48F', 'StaffNotebookLogoInverted32': '\uF490', 'StaffNotebookLogoInverted16': '\uF491', 'KaizalaLogo': '\uF492', 'TaskLogo': '\uF493', 'ProtectionCenterLogo32': '\uF494', 'GallatinLogo': '\uF496', 'Globe2': '\uF49A', 'Guitar': '\uF49B', 'Breakfast': '\uF49C', 'Brunch': '\uF49D', 'BeerMug': '\uF49E', 'Vacation': '\uF49F', 'Teeth': '\uF4A0', 'Taxi': '\uF4A1', 'Chopsticks': '\uF4A2', 'SyncOccurence': '\uF4A3', 'UnsyncOccurence': '\uF4A4', 'GIF': '\uF4A9', 'PrimaryCalendar': '\uF4AE', 'SearchCalendar': '\uF4AF', 'VideoOff': '\uF4B0', 'MicrosoftFlowLogo': '\uF4B1', 'BusinessCenterLogo': '\uF4B2', 'ToDoLogoBottom': '\uF4B3', 'ToDoLogoTop': '\uF4B4', 'EditSolid12': '\uF4B5', 'EditSolidMirrored12': '\uF4B6', 'UneditableSolid12': '\uF4B7', 'UneditableSolidMirrored12': '\uF4B8', 'UneditableMirrored': '\uF4B9', 'AdminALogo32': '\uF4BA', 'AdminALogoFill32': '\uF4BB', 'ToDoLogoInverse': '\uF4BC' } }; registerIcons(subset, options); } //# sourceMappingURL=fabric-icons-13.js.map