UNPKG

4.64 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-10\"",
15 src: "url('" + baseUrl + "fabric-icons-10-c4ded8e4.woff') format('woff')"
16 },
17 icons: {
18 'ViewListGroup': '\uF248',
19 'ViewListTree': '\uF249',
20 'TriggerAuto': '\uF24A',
21 'TriggerUser': '\uF24B',
22 'PivotChart': '\uF24C',
23 'StackedBarChart': '\uF24D',
24 'StackedLineChart': '\uF24E',
25 'BuildQueue': '\uF24F',
26 'BuildQueueNew': '\uF250',
27 'UserFollowed': '\uF25C',
28 'ContactLink': '\uF25F',
29 'Stack': '\uF26F',
30 'Bullseye': '\uF272',
31 'VennDiagram': '\uF273',
32 'FiveTileGrid': '\uF274',
33 'FocalPoint': '\uF277',
34 'Insert': '\uF278',
35 'RingerRemove': '\uF279',
36 'TeamsLogoInverse': '\uF27A',
37 'TeamsLogo': '\uF27B',
38 'TeamsLogoFill': '\uF27C',
39 'SkypeForBusinessLogoFill': '\uF27D',
40 'SharepointLogo': '\uF27E',
41 'SharepointLogoFill': '\uF27F',
42 'DelveLogo': '\uF280',
43 'DelveLogoFill': '\uF281',
44 'OfficeVideoLogo': '\uF282',
45 'OfficeVideoLogoFill': '\uF283',
46 'ExchangeLogo': '\uF284',
47 'ExchangeLogoFill': '\uF285',
48 'Signin': '\uF286',
49 'DocumentApproval': '\uF28B',
50 'CloneToDesktop': '\uF28C',
51 'InstallToDrive': '\uF28D',
52 'Blur': '\uF28E',
53 'Build': '\uF28F',
54 'ProcessMetaTask': '\uF290',
55 'BranchFork2': '\uF291',
56 'BranchLocked': '\uF292',
57 'BranchCommit': '\uF293',
58 'BranchCompare': '\uF294',
59 'BranchMerge': '\uF295',
60 'BranchPullRequest': '\uF296',
61 'BranchSearch': '\uF297',
62 'BranchShelveset': '\uF298',
63 'RawSource': '\uF299',
64 'MergeDuplicate': '\uF29A',
65 'RowsGroup': '\uF29B',
66 'RowsChild': '\uF29C',
67 'Deploy': '\uF29D',
68 'Redeploy': '\uF29E',
69 'ServerEnviroment': '\uF29F',
70 'VisioDiagram': '\uF2A0',
71 'HighlightMappedShapes': '\uF2A1',
72 'TextCallout': '\uF2A2',
73 'IconSetsFlag': '\uF2A4',
74 'VisioLogo': '\uF2A7',
75 'VisioLogoFill': '\uF2A8',
76 'VisioDocument': '\uF2A9',
77 'TimelineProgress': '\uF2AA',
78 'TimelineDelivery': '\uF2AB',
79 'Backlog': '\uF2AC',
80 'TeamFavorite': '\uF2AD',
81 'TaskGroup': '\uF2AE',
82 'TaskGroupMirrored': '\uF2AF',
83 'ScopeTemplate': '\uF2B0',
84 'AssessmentGroupTemplate': '\uF2B1',
85 'NewTeamProject': '\uF2B2',
86 'CommentAdd': '\uF2B3',
87 'CommentNext': '\uF2B4',
88 'CommentPrevious': '\uF2B5',
89 'ShopServer': '\uF2B6',
90 'LocaleLanguage': '\uF2B7',
91 'QueryList': '\uF2B8',
92 'UserSync': '\uF2B9',
93 'UserPause': '\uF2BA',
94 'StreamingOff': '\uF2BB',
95 'ArrowTallUpLeft': '\uF2BD',
96 'ArrowTallUpRight': '\uF2BE',
97 'ArrowTallDownLeft': '\uF2BF',
98 'ArrowTallDownRight': '\uF2C0',
99 'FieldEmpty': '\uF2C1',
100 'FieldFilled': '\uF2C2',
101 'FieldChanged': '\uF2C3',
102 'FieldNotChanged': '\uF2C4',
103 'RingerOff': '\uF2C5',
104 'PlayResume': '\uF2C6',
105 'BulletedList2': '\uF2C7',
106 'BulletedList2Mirrored': '\uF2C8',
107 'ImageCrosshair': '\uF2C9',
108 'GitGraph': '\uF2CA',
109 'Repo': '\uF2CB',
110 'RepoSolid': '\uF2CC',
111 'FolderQuery': '\uF2CD',
112 'FolderList': '\uF2CE',
113 'FolderListMirrored': '\uF2CF',
114 'LocationOutline': '\uF2D0',
115 'POISolid': '\uF2D1',
116 'CalculatorNotEqualTo': '\uF2D2',
117 'BoxSubtractSolid': '\uF2D3'
118 }
119 };
120 registerIcons(subset, options);
121}
122//# sourceMappingURL=fabric-icons-10.js.map
\No newline at end of file