UNPKG

5.53 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
2define(["require", "exports", "@uifabric/styling"], function (require, exports, styling_1) {
3 "use strict";
4 Object.defineProperty(exports, "__esModule", { value: true });
5 function 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-12\"",
17 src: "url('" + baseUrl + "fabric-icons-12-7e945a1e.woff') format('woff')"
18 },
19 icons: {
20 'FinancialSolid': '\uF346',
21 'FinancialMirroredSolid': '\uF347',
22 'HeadsetSolid': '\uF348',
23 'PermissionsSolid': '\uF349',
24 'ParkingSolid': '\uF34A',
25 'ParkingMirroredSolid': '\uF34B',
26 'DiamondSolid': '\uF34C',
27 'AsteriskSolid': '\uF34D',
28 'OfflineStorageSolid': '\uF34E',
29 'BankSolid': '\uF34F',
30 'DecisionSolid': '\uF350',
31 'Parachute': '\uF351',
32 'ParachuteSolid': '\uF352',
33 'FiltersSolid': '\uF353',
34 'ColorSolid': '\uF354',
35 'ReviewSolid': '\uF355',
36 'ReviewRequestSolid': '\uF356',
37 'ReviewRequestMirroredSolid': '\uF357',
38 'ReviewResponseSolid': '\uF358',
39 'FeedbackRequestSolid': '\uF359',
40 'FeedbackRequestMirroredSolid': '\uF35A',
41 'FeedbackResponseSolid': '\uF35B',
42 'WorkItemBar': '\uF35C',
43 'WorkItemBarSolid': '\uF35D',
44 'Separator': '\uF35E',
45 'NavigateExternalInline': '\uF35F',
46 'PlanView': '\uF360',
47 'TimelineMatrixView': '\uF361',
48 'EngineeringGroup': '\uF362',
49 'ProjectCollection': '\uF363',
50 'CaretBottomRightCenter8': '\uF364',
51 'CaretBottomLeftCenter8': '\uF365',
52 'CaretTopRightCenter8': '\uF366',
53 'CaretTopLeftCenter8': '\uF367',
54 'DonutChart': '\uF368',
55 'ChevronUnfold10': '\uF369',
56 'ChevronFold10': '\uF36A',
57 'DoubleChevronDown8': '\uF36B',
58 'DoubleChevronUp8': '\uF36C',
59 'DoubleChevronLeft8': '\uF36D',
60 'DoubleChevronRight8': '\uF36E',
61 'ChevronDownEnd6': '\uF36F',
62 'ChevronUpEnd6': '\uF370',
63 'ChevronLeftEnd6': '\uF371',
64 'ChevronRightEnd6': '\uF372',
65 'ContextMenu': '\uF37C',
66 'AzureAPIManagement': '\uF37F',
67 'AzureServiceEndpoint': '\uF380',
68 'VSTSLogo': '\uF381',
69 'VSTSAltLogo1': '\uF382',
70 'VSTSAltLogo2': '\uF383',
71 'FileTypeSolution': '\uF387',
72 'WordLogoInverse16': '\uF390',
73 'WordLogo16': '\uF391',
74 'WordLogoFill16': '\uF392',
75 'PowerPointLogoInverse16': '\uF393',
76 'PowerPointLogo16': '\uF394',
77 'PowerPointLogoFill16': '\uF395',
78 'ExcelLogoInverse16': '\uF396',
79 'ExcelLogo16': '\uF397',
80 'ExcelLogoFill16': '\uF398',
81 'OneNoteLogoInverse16': '\uF399',
82 'OneNoteLogo16': '\uF39A',
83 'OneNoteLogoFill16': '\uF39B',
84 'OutlookLogoInverse16': '\uF39C',
85 'OutlookLogo16': '\uF39D',
86 'OutlookLogoFill16': '\uF39E',
87 'PublisherLogoInverse16': '\uF39F',
88 'PublisherLogo16': '\uF3A0',
89 'PublisherLogoFill16': '\uF3A1',
90 'VisioLogoInverse16': '\uF3A2',
91 'VisioLogo16': '\uF3A3',
92 'VisioLogoFill16': '\uF3A4',
93 'TestBeaker': '\uF3A5',
94 'TestBeakerSolid': '\uF3A6',
95 'TestExploreSolid': '\uF3A7',
96 'TestAutoSolid': '\uF3A8',
97 'TestUserSolid': '\uF3A9',
98 'TestImpactSolid': '\uF3AA',
99 'TestPlan': '\uF3AB',
100 'TestStep': '\uF3AC',
101 'TestParameter': '\uF3AD',
102 'TestSuite': '\uF3AE',
103 'TestCase': '\uF3AF',
104 'Sprint': '\uF3B0',
105 'SignOut': '\uF3B1',
106 'TriggerApproval': '\uF3B2',
107 'Rocket': '\uF3B3',
108 'AzureKeyVault': '\uF3B4',
109 'Onboarding': '\uF3BA',
110 'Transition': '\uF3BC',
111 'LikeSolid': '\uF3BF',
112 'DislikeSolid': '\uF3C0',
113 'CRMCustomerInsightsApp': '\uF3C8',
114 'EditCreate': '\uF3C9',
115 'PlayReverseResume': '\uF3E4',
116 'PlayReverse': '\uF3E5',
117 'SearchData': '\uF3F1',
118 'UnSetColor': '\uF3F9',
119 'DeclineCall': '\uF405'
120 }
121 };
122 styling_1.registerIcons(subset, options);
123 }
124 exports.initializeIcons = initializeIcons;
125});
126//# sourceMappingURL=fabric-icons-12.js.map
\No newline at end of file