UNPKG

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