UNPKG

4.87 kBJavaScriptView Raw
1// 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
2import { registerIcons } from '@uifabric/styling';
3export function initializeIcons(baseUrl, options) {
4 if (baseUrl === void 0) { baseUrl = ''; }
5 var subset = {
6 style: {
7 MozOsxFontSmoothing: 'grayscale',
8 WebkitFontSmoothing: 'antialiased',
9 fontStyle: 'normal',
10 fontWeight: 'normal',
11 speak: 'none'
12 },
13 fontFace: {
14 fontFamily: "\"FabricMDL2Icons-13\"",
15 src: "url('" + baseUrl + "fabric-icons-13-c3989a02.woff') format('woff')"
16 },
17 icons: {
18 'RectangularClipping': '\uF407',
19 'TeamsLogo16': '\uF40A',
20 'TeamsLogoFill16': '\uF40B',
21 'Spacer': '\uF40D',
22 'SkypeLogo16': '\uF40E',
23 'SkypeForBusinessLogo16': '\uF40F',
24 'SkypeForBusinessLogoFill16': '\uF410',
25 'FilterSolid': '\uF412',
26 'MailUndelivered': '\uF415',
27 'MailTentative': '\uF416',
28 'MailTentativeMirrored': '\uF417',
29 'MailReminder': '\uF418',
30 'ReceiptUndelivered': '\uF419',
31 'ReceiptTentative': '\uF41A',
32 'ReceiptTentativeMirrored': '\uF41B',
33 'Inbox': '\uF41C',
34 'IRMReply': '\uF41D',
35 'IRMReplyMirrored': '\uF41E',
36 'IRMForward': '\uF41F',
37 'IRMForwardMirrored': '\uF420',
38 'VoicemailIRM': '\uF421',
39 'EventAccepted': '\uF422',
40 'EventTentative': '\uF423',
41 'EventTentativeMirrored': '\uF424',
42 'EventDeclined': '\uF425',
43 'IDBadge': '\uF427',
44 'BackgroundColor': '\uF42B',
45 'OfficeFormsLogoInverse16': '\uF433',
46 'OfficeFormsLogo': '\uF434',
47 'OfficeFormsLogoFill': '\uF435',
48 'OfficeFormsLogo16': '\uF436',
49 'OfficeFormsLogoFill16': '\uF437',
50 'OfficeFormsLogoInverse24': '\uF43A',
51 'OfficeFormsLogo24': '\uF43B',
52 'OfficeFormsLogoFill24': '\uF43C',
53 'PageLock': '\uF43F',
54 'NotExecuted': '\uF440',
55 'NotImpactedSolid': '\uF441',
56 'FieldReadOnly': '\uF442',
57 'FieldRequired': '\uF443',
58 'BacklogBoard': '\uF444',
59 'ExternalBuild': '\uF445',
60 'ExternalTFVC': '\uF446',
61 'ExternalXAML': '\uF447',
62 'IssueSolid': '\uF448',
63 'DefectSolid': '\uF449',
64 'LadybugSolid': '\uF44A',
65 'NugetLogo': '\uF44C',
66 'TFVCLogo': '\uF44D',
67 'ProjectLogo32': '\uF47E',
68 'ProjectLogoFill32': '\uF47F',
69 'ProjectLogo16': '\uF480',
70 'ProjectLogoFill16': '\uF481',
71 'SwayLogo32': '\uF482',
72 'SwayLogoFill32': '\uF483',
73 'SwayLogo16': '\uF484',
74 'SwayLogoFill16': '\uF485',
75 'ClassNotebookLogo32': '\uF486',
76 'ClassNotebookLogoFill32': '\uF487',
77 'ClassNotebookLogo16': '\uF488',
78 'ClassNotebookLogoFill16': '\uF489',
79 'ClassNotebookLogoInverse32': '\uF48A',
80 'ClassNotebookLogoInverse16': '\uF48B',
81 'StaffNotebookLogo32': '\uF48C',
82 'StaffNotebookLogoFill32': '\uF48D',
83 'StaffNotebookLogo16': '\uF48E',
84 'StaffNotebookLogoFill16': '\uF48F',
85 'StaffNotebookLogoInverted32': '\uF490',
86 'StaffNotebookLogoInverted16': '\uF491',
87 'KaizalaLogo': '\uF492',
88 'TaskLogo': '\uF493',
89 'ProtectionCenterLogo32': '\uF494',
90 'GallatinLogo': '\uF496',
91 'Globe2': '\uF49A',
92 'Guitar': '\uF49B',
93 'Breakfast': '\uF49C',
94 'Brunch': '\uF49D',
95 'BeerMug': '\uF49E',
96 'Vacation': '\uF49F',
97 'Teeth': '\uF4A0',
98 'Taxi': '\uF4A1',
99 'Chopsticks': '\uF4A2',
100 'SyncOccurence': '\uF4A3',
101 'UnsyncOccurence': '\uF4A4',
102 'GIF': '\uF4A9',
103 'PrimaryCalendar': '\uF4AE',
104 'SearchCalendar': '\uF4AF',
105 'VideoOff': '\uF4B0',
106 'MicrosoftFlowLogo': '\uF4B1',
107 'BusinessCenterLogo': '\uF4B2',
108 'ToDoLogoBottom': '\uF4B3',
109 'ToDoLogoTop': '\uF4B4',
110 'EditSolid12': '\uF4B5',
111 'EditSolidMirrored12': '\uF4B6',
112 'UneditableSolid12': '\uF4B7',
113 'UneditableSolidMirrored12': '\uF4B8',
114 'UneditableMirrored': '\uF4B9',
115 'AdminALogo32': '\uF4BA',
116 'AdminALogoFill32': '\uF4BB',
117 'ToDoLogoInverse': '\uF4BC'
118 }
119 };
120 registerIcons(subset, options);
121}
122//# sourceMappingURL=fabric-icons-13.js.map
\No newline at end of file