UNPKG

4.42 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-5\"",
15 src: "url('" + baseUrl + "fabric-icons-5-f95ba260.woff') format('woff')"
16 },
17 icons: {
18 'Certificate': '\uEB95',
19 'FastForward': '\uEB9D',
20 'Rewind': '\uEB9E',
21 'Photo2': '\uEB9F',
22 'OpenSource': '\uEBC2',
23 'Movers': '\uEBCD',
24 'CloudDownload': '\uEBD3',
25 'Family': '\uEBDA',
26 'WindDirection': '\uEBE6',
27 'Bug': '\uEBE8',
28 'SiteScan': '\uEBEC',
29 'BrowserScreenShot': '\uEBED',
30 'F12DevTools': '\uEBEE',
31 'CSS': '\uEBEF',
32 'JS': '\uEBF0',
33 'DeliveryTruck': '\uEBF4',
34 'ReminderPerson': '\uEBF7',
35 'ReminderGroup': '\uEBF8',
36 'ReminderTime': '\uEBF9',
37 'TabletMode': '\uEBFC',
38 'Umbrella': '\uEC04',
39 'NetworkTower': '\uEC05',
40 'CityNext': '\uEC06',
41 'CityNext2': '\uEC07',
42 'Section': '\uEC0C',
43 'OneNoteLogoInverse': '\uEC0D',
44 'ToggleFilled': '\uEC11',
45 'ToggleBorder': '\uEC12',
46 'SliderThumb': '\uEC13',
47 'ToggleThumb': '\uEC14',
48 'Documentation': '\uEC17',
49 'Badge': '\uEC1B',
50 'Giftbox': '\uEC1F',
51 'VisualStudioLogo': '\uEC22',
52 'HomeGroup': '\uEC26',
53 'ExcelLogoInverse': '\uEC28',
54 'WordLogoInverse': '\uEC29',
55 'PowerPointLogoInverse': '\uEC2A',
56 'Cafe': '\uEC32',
57 'SpeedHigh': '\uEC4A',
58 'Commitments': '\uEC4D',
59 'ThisPC': '\uEC4E',
60 'MusicNote': '\uEC4F',
61 'MicOff': '\uEC54',
62 'PlaybackRate1x': '\uEC57',
63 'EdgeLogo': '\uEC60',
64 'CompletedSolid': '\uEC61',
65 'AlbumRemove': '\uEC62',
66 'MessageFill': '\uEC70',
67 'TabletSelected': '\uEC74',
68 'MobileSelected': '\uEC75',
69 'LaptopSelected': '\uEC76',
70 'TVMonitorSelected': '\uEC77',
71 'DeveloperTools': '\uEC7A',
72 'Shapes': '\uEC7C',
73 'InsertTextBox': '\uEC7D',
74 'LowerBrightness': '\uEC8A',
75 'WebComponents': '\uEC8B',
76 'OfflineStorage': '\uEC8C',
77 'DOM': '\uEC8D',
78 'CloudUpload': '\uEC8E',
79 'ScrollUpDown': '\uEC8F',
80 'DateTime': '\uEC92',
81 'Event': '\uECA3',
82 'Cake': '\uECA4',
83 'Org': '\uECA6',
84 'PartyLeader': '\uECA7',
85 'DRM': '\uECA8',
86 'CloudAdd': '\uECA9',
87 'AppIconDefault': '\uECAA',
88 'Photo2Add': '\uECAB',
89 'Photo2Remove': '\uECAC',
90 'Calories': '\uECAD',
91 'POI': '\uECAF',
92 'AddTo': '\uECC8',
93 'RadioBtnOff': '\uECCA',
94 'RadioBtnOn': '\uECCB',
95 'ExploreContent': '\uECCD',
96 'Product': '\uECDC',
97 'ProgressLoopInner': '\uECDE',
98 'ProgressLoopOuter': '\uECDF',
99 'Blocked2': '\uECE4',
100 'FangBody': '\uECEB',
101 'Toolbox': '\uECED',
102 'PageHeader': '\uECEE',
103 'ChatInviteFriend': '\uECFE',
104 'Brush': '\uECFF',
105 'Shirt': '\uED00',
106 'Crown': '\uED01',
107 'Diamond': '\uED02',
108 'ScaleUp': '\uED09',
109 'QRCode': '\uED14',
110 'Feedback': '\uED15',
111 'SharepointLogoInverse': '\uED18',
112 'YammerLogo': '\uED19',
113 'Hide': '\uED1A',
114 'Uneditable': '\uED1D',
115 'ReturnToSession': '\uED24',
116 'OpenFolderHorizontal': '\uED25',
117 'CalendarMirrored': '\uED28'
118 }
119 };
120 registerIcons(subset, options);
121}
122//# sourceMappingURL=fabric-icons-5.js.map
\No newline at end of file