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