office-ui-fabric-core-rails 5.1.0.0 → 6.0.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (70) hide show
  1. checksums.yaml +4 -4
  2. data/.travis.yml +1 -1
  3. data/lib/office-ui-fabric-core-rails/version.rb +2 -2
  4. data/package.json +2 -2
  5. data/vendor/assets/css/fabric-6.0.0.scoped.css +8251 -0
  6. data/vendor/assets/css/fabric-6.0.0.scoped.min.css +6 -0
  7. data/vendor/assets/css/fabric.css +4597 -4324
  8. data/vendor/assets/css/fabric.min.css +2 -2
  9. data/vendor/assets/css/fabric.rtl.css +5630 -4137
  10. data/vendor/assets/css/fabric.rtl.min.css +2 -2
  11. data/vendor/assets/scss/Fabric.RTL.scss +13 -39
  12. data/vendor/assets/scss/Fabric.Scoped.scss +33 -0
  13. data/vendor/assets/scss/Fabric.scss +22 -43
  14. data/vendor/assets/scss/_Animation.RTL.scss +58 -0
  15. data/vendor/assets/scss/_Animation.scss +173 -0
  16. data/vendor/assets/scss/_BrandIcon.scss +19 -0
  17. data/vendor/assets/scss/{Fabric.Color.Mixins.Output.scss → _Color.scss} +441 -443
  18. data/vendor/assets/scss/_Font.Definitions.scss +33 -0
  19. data/vendor/assets/scss/{Fabric.Typography.Output.scss → _Font.scss} +387 -389
  20. data/vendor/assets/scss/{Fabric.Grid.Output.scss → _Grid.scss} +24 -32
  21. data/vendor/assets/scss/{Fabric.Icons.Font.Output.scss → _Icon.Definitions.scss} +28 -21
  22. data/vendor/assets/scss/{Fabric.Icons.RTL.Output.scss → _Icon.RTL.scss} +146 -149
  23. data/vendor/assets/scss/{Fabric.Icons.Output.scss → _Icon.scss} +754 -751
  24. data/vendor/assets/scss/_References.scss +26 -0
  25. data/vendor/assets/scss/_Responsive.scss +1010 -0
  26. data/vendor/assets/scss/{Fabric.Utilities.Output.scss → _Utility.scss} +44 -46
  27. data/vendor/assets/scss/_Wrapper.scss +41 -0
  28. data/vendor/assets/scss/mixins/_Animation.Mixins.scss +360 -0
  29. data/vendor/assets/scss/mixins/_BrandIcon.Mixins.scss +36 -0
  30. data/vendor/assets/scss/{_Fabric.Color.Mixins.scss → mixins/_Color.Mixins.scss} +418 -418
  31. data/vendor/assets/scss/{_Fabric.Mixins.RTL.scss → mixins/_Directionality.Mixins.scss} +325 -325
  32. data/vendor/assets/scss/{_Fabric.Typography.scss → mixins/_Font.Mixins.scss} +381 -345
  33. data/vendor/assets/scss/mixins/_General.Mixins.scss +371 -0
  34. data/vendor/assets/scss/{_Fabric.Grid.scss → mixins/_Grid.Mixins.scss} +39 -34
  35. data/vendor/assets/scss/mixins/_Icon.Mixins.scss +777 -0
  36. data/vendor/assets/scss/mixins/_Responsive.Mixins.scss +1425 -0
  37. data/vendor/assets/scss/mixins/_ScopedStyles.Mixins.scss +20 -0
  38. data/vendor/assets/scss/variables/_Animation.Variables.scss +11 -0
  39. data/vendor/assets/scss/variables/_BrandIcon.Variables.scss +12 -0
  40. data/vendor/assets/scss/{_Fabric.Color.Variables.scss → variables/_Color.Variables.scss} +77 -93
  41. data/vendor/assets/scss/variables/_Font.Variables.scss +41 -0
  42. data/vendor/assets/scss/variables/_General.Variables.scss +6 -0
  43. data/vendor/assets/scss/variables/_Icon.Variables.scss +7 -0
  44. data/vendor/assets/scss/variables/_Responsive.Variables.scss +16 -0
  45. data/vendor/assets/scss/variables/_ZIndex.Variables.scss +14 -0
  46. metadata +38 -39
  47. data/vendor/assets/scss/Fabric.Animations.Output.scss +0 -419
  48. data/vendor/assets/scss/Fabric.Animations.RTL.Output.scss +0 -80
  49. data/vendor/assets/scss/Fabric.Base.Output.scss +0 -14
  50. data/vendor/assets/scss/Fabric.Brand.Icons.Output.scss +0 -19
  51. data/vendor/assets/scss/Fabric.Responsive.Utilities.Output.scss +0 -1012
  52. data/vendor/assets/scss/Fabric.Typography.Fonts.Extended.Output.scss +0 -67
  53. data/vendor/assets/scss/Fabric.Typography.Fonts.Output.scss +0 -13
  54. data/vendor/assets/scss/Fabric.Typography.Language.Overrides.Output.scss +0 -53
  55. data/vendor/assets/scss/_Fabric.Animations.RTL.scss +0 -79
  56. data/vendor/assets/scss/_Fabric.Animations.scss +0 -237
  57. data/vendor/assets/scss/_Fabric.Base.scss +0 -13
  58. data/vendor/assets/scss/_Fabric.Brand.Icons.scss +0 -51
  59. data/vendor/assets/scss/_Fabric.Common.scss +0 -16
  60. data/vendor/assets/scss/_Fabric.Icons.scss +0 -779
  61. data/vendor/assets/scss/_Fabric.Mixins.scss +0 -282
  62. data/vendor/assets/scss/_Fabric.Responsive.Utilities.Variables.scss +0 -1423
  63. data/vendor/assets/scss/_Fabric.Responsive.Variables.scss +0 -35
  64. data/vendor/assets/scss/_Fabric.Typography.Fonts.scss +0 -167
  65. data/vendor/assets/scss/_Fabric.Typography.Language.Overrides.scss +0 -50
  66. data/vendor/assets/scss/_Fabric.Typography.Mixins.scss +0 -11
  67. data/vendor/assets/scss/_Fabric.Typography.Variables.scss +0 -29
  68. data/vendor/assets/scss/_Fabric.Utilities.scss +0 -76
  69. data/vendor/assets/scss/_Fabric.ZIndex.Variables.scss +0 -32
  70. data/vendor/assets/scss/_Fabric.i18n.scss +0 -316
@@ -1,13 +0,0 @@
1
- // Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information.
2
-
3
- //
4
- // Office UI Fabric
5
- // --------------------------------------------------
6
- // Wrapper component to set base typography.
7
-
8
-
9
- //== Wrapper/base component
10
- //
11
- @mixin ms-Fabric {
12
- @include ms-fontColor-neutralPrimary;
13
- }
@@ -1,51 +0,0 @@
1
- // Images Path for Product Icons
2
- $productImagesPath: "https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png";
3
-
4
- // Images Path for Document Icons
5
- $documentImagesPath: "https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png";
6
-
7
- // Icon Names
8
- $productIconList: access excel infopath office onedrive onenote outlook powerpoint project sharepoint visio word;
9
-
10
- $documentIconList: accdb csv docx dotx mpp mpt odp ods odt one onepkg onetoc potx ppsx pptx pub vsdx vssx vstx xls xlsx xltx xsn;
11
-
12
- // Icon Sizes
13
- $iconSizes: 16 48 96;
14
-
15
-
16
- // Generate Icon Classes for product and document icons
17
- @mixin brandIconClasses($retina) {
18
- // Generate Product icon list
19
- @each $icon in $productIconList {
20
- .ms-BrandIcon--#{$icon} {
21
- @include brandIconSizes($icon, $retina, $productImagesPath);
22
- }
23
- }
24
-
25
- // Generate Document icon list
26
- @each $icon in $documentIconList {
27
- .ms-BrandIcon--#{$icon} {
28
- @include brandIconSizes($icon, $retina, $documentImagesPath);
29
- }
30
- }
31
- }
32
-
33
- // Generate size classes for each icon
34
- @mixin brandIconSizes($icon, $retina, $imagesPath) {
35
- @each $size in $iconSizes {
36
- &.ms-BrandIcon--Icon#{$size} {
37
- background-image: url(#{$imagesPath}/#{$icon}_#{$size}x#{$retina}.png);
38
- }
39
- }
40
- }
41
-
42
- // Generate generic icon size classes
43
- @mixin brandIconSizesClasses() {
44
- @each $size in $iconSizes {
45
- .ms-BrandIcon--Icon#{$size} {
46
- background-size: 100% 100%;
47
- width: #{$size}px;
48
- height: #{$size}px;
49
- }
50
- }
51
- }
@@ -1,16 +0,0 @@
1
- @import "./Fabric.Animations";
2
- @import "./Fabric.Color.Mixins";
3
- @import "./Fabric.Color.Variables";
4
- @import "./Fabric.Grid";
5
- @import "./Fabric.Icons";
6
- @import "./Fabric.i18n";
7
- @import "./Fabric.Mixins";
8
- @import "./Fabric.Mixins.RTL";
9
- @import './Fabric.Responsive.Utilities.Variables';
10
- @import "./Fabric.Responsive.Variables";
11
- @import "./Fabric.Typography";
12
- @import "./Fabric.Typography.Fonts";
13
- @import "./Fabric.Typography.Variables";
14
- @import "./Fabric.Typography.Mixins";
15
- @import "./Fabric.Utilities";
16
- @import "./Fabric.ZIndex.Variables";
@@ -1,779 +0,0 @@
1
- // Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information.
2
-
3
- //
4
- // Office UI Fabric
5
- // --------------------------------------------------
6
- // Icon mixin definitions
7
-
8
-
9
- // Base icon definition
10
- @mixin ms-Icon {
11
- -moz-osx-font-smoothing: grayscale;
12
- -webkit-font-smoothing: antialiased;
13
- display: inline-block;
14
- font-family: 'FabricMDL2Icons';
15
- font-style: normal;
16
- font-weight: normal;
17
- speak: none;
18
- }
19
-
20
-
21
- // Modifier: Place the icon in a circle.
22
- @mixin ms-Icon--circle {
23
- position: relative;
24
- display: inline-block;
25
- font-size: 1rem;
26
- width: 1em;
27
- height: 1em;
28
- margin: 0 0.5em 0 0;
29
- padding: 0;
30
- text-align: left;
31
- -webkit-font-smoothing: antialiased;
32
-
33
- &::before, &::after {
34
- line-height: 1;
35
- font-size: inherit;
36
- }
37
-
38
- &::before {
39
- display: block;
40
- width: 100%;
41
- height: 100%;
42
- margin: 0;
43
- padding: 0;
44
- vertical-align: top;
45
- position: absolute;
46
- }
47
-
48
- &::after {
49
- content: '\e000';
50
- position: absolute;
51
- top: 0;
52
- left: 0;
53
- transform: scale(2);
54
- transform-origin: 50% 50%;
55
- z-index: $ms-zIndex-back;
56
- }
57
- }
58
-
59
- // Variables: Icon sizes
60
- $ms-icon-size-xs: 10px;
61
- $ms-icon-size-s: 12px;
62
- $ms-icon-size-m: 16px;
63
- $ms-icon-size-l: 20px;
64
-
65
- // Modifiers: Icon sizes
66
- @mixin ms-Icon--xs { font-size: $ms-icon-size-xs; }
67
- @mixin ms-Icon--s { font-size: $ms-icon-size-s; }
68
- @mixin ms-Icon--m { font-size: $ms-icon-size-m; }
69
- @mixin ms-Icon--l { font-size: $ms-icon-size-l; }
70
-
71
- // Modifiers: Each of the icons.
72
- @mixin ms-Icon--DecreaseIndentLegacy { content: "\E290"; }
73
- @mixin ms-Icon--IncreaseIndentLegacy { content: "\E291"; }
74
- @mixin ms-Icon--GlobalNavButton { content: "\E700"; }
75
- @mixin ms-Icon--InternetSharing { content: "\E704"; }
76
- @mixin ms-Icon--Brightness { content: "\E706"; }
77
- @mixin ms-Icon--MapPin { content: "\E707"; }
78
- @mixin ms-Icon--Airplane { content: "\E709"; }
79
- @mixin ms-Icon--Tablet { content: "\E70A"; }
80
- @mixin ms-Icon--QuickNote { content: "\E70B"; }
81
- @mixin ms-Icon--ChevronDown { content: "\E70D"; }
82
- @mixin ms-Icon--ChevronUp { content: "\E70E"; }
83
- @mixin ms-Icon--Edit { content: "\E70F"; }
84
- @mixin ms-Icon--Add { content: "\E710"; }
85
- @mixin ms-Icon--Cancel { content: "\E711"; }
86
- @mixin ms-Icon--More { content: "\E712"; }
87
- @mixin ms-Icon--Settings { content: "\E713"; }
88
- @mixin ms-Icon--Video { content: "\E714"; }
89
- @mixin ms-Icon--Mail { content: "\E715"; }
90
- @mixin ms-Icon--People { content: "\E716"; }
91
- @mixin ms-Icon--Phone { content: "\E717"; }
92
- @mixin ms-Icon--Pin { content: "\E718"; }
93
- @mixin ms-Icon--Shop { content: "\E719"; }
94
- @mixin ms-Icon--Link { content: "\E71B"; }
95
- @mixin ms-Icon--Filter { content: "\E71C"; }
96
- @mixin ms-Icon--Zoom { content: "\E71E"; }
97
- @mixin ms-Icon--ZoomOut { content: "\E71F"; }
98
- @mixin ms-Icon--Microphone { content: "\E720"; }
99
- @mixin ms-Icon--Search { content: "\E721"; }
100
- @mixin ms-Icon--Camera { content: "\E722"; }
101
- @mixin ms-Icon--Attach { content: "\E723"; }
102
- @mixin ms-Icon--Send { content: "\E724"; }
103
- @mixin ms-Icon--FavoriteList { content: "\E728"; }
104
- @mixin ms-Icon--PageSolid { content: "\E729"; }
105
- @mixin ms-Icon--Forward { content: "\E72A"; }
106
- @mixin ms-Icon--Back { content: "\E72B"; }
107
- @mixin ms-Icon--Refresh { content: "\E72C"; }
108
- @mixin ms-Icon--Share { content: "\E72D"; }
109
- @mixin ms-Icon--Lock { content: "\E72E"; }
110
- @mixin ms-Icon--EMI { content: "\E731"; }
111
- @mixin ms-Icon--MiniLink { content: "\E732"; }
112
- @mixin ms-Icon--Blocked { content: "\E733"; }
113
- @mixin ms-Icon--FavoriteStar { content: "\E734"; }
114
- @mixin ms-Icon--FavoriteStarFill { content: "\E735"; }
115
- @mixin ms-Icon--ReadingMode { content: "\E736"; }
116
- @mixin ms-Icon--Remove { content: "\E738"; }
117
- @mixin ms-Icon--Checkbox { content: "\E739"; }
118
- @mixin ms-Icon--CheckboxComposite { content: "\E73A"; }
119
- @mixin ms-Icon--CheckboxIndeterminate { content: "\E73C"; }
120
- @mixin ms-Icon--CheckMark { content: "\E73E"; }
121
- @mixin ms-Icon--BackToWindow { content: "\E73F"; }
122
- @mixin ms-Icon--FullScreen { content: "\E740"; }
123
- @mixin ms-Icon--Print { content: "\E749"; }
124
- @mixin ms-Icon--Up { content: "\E74A"; }
125
- @mixin ms-Icon--Down { content: "\E74B"; }
126
- @mixin ms-Icon--Delete { content: "\E74D"; }
127
- @mixin ms-Icon--Save { content: "\E74E"; }
128
- @mixin ms-Icon--Sad { content: "\E757"; }
129
- @mixin ms-Icon--SIPMove { content: "\E759"; }
130
- @mixin ms-Icon--EraseTool { content: "\E75C"; }
131
- @mixin ms-Icon--GripperTool { content: "\E75E"; }
132
- @mixin ms-Icon--Dialpad { content: "\E75F"; }
133
- @mixin ms-Icon--PageLeft { content: "\E760"; }
134
- @mixin ms-Icon--PageRight { content: "\E761"; }
135
- @mixin ms-Icon--MultiSelect { content: "\E762"; }
136
- @mixin ms-Icon--Play { content: "\E768"; }
137
- @mixin ms-Icon--Pause { content: "\E769"; }
138
- @mixin ms-Icon--ChevronLeft { content: "\E76B"; }
139
- @mixin ms-Icon--ChevronRight { content: "\E76C"; }
140
- @mixin ms-Icon--Emoji2 { content: "\E76E"; }
141
- @mixin ms-Icon--System { content: "\E770"; }
142
- @mixin ms-Icon--Globe { content: "\E774"; }
143
- @mixin ms-Icon--ContactInfo { content: "\E779"; }
144
- @mixin ms-Icon--Unpin { content: "\E77A"; }
145
- @mixin ms-Icon--Contact { content: "\E77B"; }
146
- @mixin ms-Icon--Memo { content: "\E77C"; }
147
- @mixin ms-Icon--WindowsLogo { content: "\E782"; }
148
- @mixin ms-Icon--Error { content: "\E783"; }
149
- @mixin ms-Icon--Unlock { content: "\E785"; }
150
- @mixin ms-Icon--Calendar { content: "\E787"; }
151
- @mixin ms-Icon--Megaphone { content: "\E789"; }
152
- @mixin ms-Icon--AutoEnhanceOn { content: "\E78D"; }
153
- @mixin ms-Icon--AutoEnhanceOff { content: "\E78E"; }
154
- @mixin ms-Icon--Color { content: "\E790"; }
155
- @mixin ms-Icon--SaveAs { content: "\E792"; }
156
- @mixin ms-Icon--Light { content: "\E793"; }
157
- @mixin ms-Icon--Filters { content: "\E795"; }
158
- @mixin ms-Icon--Contrast { content: "\E7A1"; }
159
- @mixin ms-Icon--Redo { content: "\E7A6"; }
160
- @mixin ms-Icon--Undo { content: "\E7A7"; }
161
- @mixin ms-Icon--PhotoCollection { content: "\E7AA"; }
162
- @mixin ms-Icon--Album { content: "\E7AB"; }
163
- @mixin ms-Icon--Rotate { content: "\E7AD"; }
164
- @mixin ms-Icon--PanoIndicator { content: "\E7B0"; }
165
- @mixin ms-Icon--RedEye { content: "\E7B3"; }
166
- @mixin ms-Icon--ThumbnailView { content: "\E7B6"; }
167
- @mixin ms-Icon--Package { content: "\E7B8"; }
168
- @mixin ms-Icon--Warning { content: "\E7BA"; }
169
- @mixin ms-Icon--Financial { content: "\E7BB"; }
170
- @mixin ms-Icon--ShoppingCart { content: "\E7BF"; }
171
- @mixin ms-Icon--Train { content: "\E7C0"; }
172
- @mixin ms-Icon--Flag { content: "\E7C1"; }
173
- @mixin ms-Icon--Move { content: "\E7C2"; }
174
- @mixin ms-Icon--Page { content: "\E7C3"; }
175
- @mixin ms-Icon--TouchPointer { content: "\E7C9"; }
176
- @mixin ms-Icon--Merge { content: "\E7D5"; }
177
- @mixin ms-Icon--TurnRight { content: "\E7DB"; }
178
- @mixin ms-Icon--Ferry { content: "\E7E3"; }
179
- @mixin ms-Icon--Tab { content: "\E7E9"; }
180
- @mixin ms-Icon--Admin { content: "\E7EF"; }
181
- @mixin ms-Icon--TVMonitor { content: "\E7F4"; }
182
- @mixin ms-Icon--Speakers { content: "\E7F5"; }
183
- @mixin ms-Icon--Nav2DMapView { content: "\E800"; }
184
- @mixin ms-Icon--Car { content: "\E804"; }
185
- @mixin ms-Icon--EatDrink { content: "\E807"; }
186
- @mixin ms-Icon--LocationCircle { content: "\E80E"; }
187
- @mixin ms-Icon--Home { content: "\E80F"; }
188
- @mixin ms-Icon--SwitcherStartEnd { content: "\E810"; }
189
- @mixin ms-Icon--IncidentTriangle { content: "\E814"; }
190
- @mixin ms-Icon--Touch { content: "\E815"; }
191
- @mixin ms-Icon--MapDirections { content: "\E816"; }
192
- @mixin ms-Icon--History { content: "\E81C"; }
193
- @mixin ms-Icon--Location { content: "\E81D"; }
194
- @mixin ms-Icon--Work { content: "\E821"; }
195
- @mixin ms-Icon--Recent { content: "\E823"; }
196
- @mixin ms-Icon--Hotel { content: "\E824"; }
197
- @mixin ms-Icon--LocationDot { content: "\E827"; }
198
- @mixin ms-Icon--News { content: "\E900"; }
199
- @mixin ms-Icon--Chat { content: "\E901"; }
200
- @mixin ms-Icon--Group { content: "\E902"; }
201
- @mixin ms-Icon--View { content: "\E890"; }
202
- @mixin ms-Icon--Clear { content: "\E894"; }
203
- @mixin ms-Icon--Sync { content: "\E895"; }
204
- @mixin ms-Icon--Download { content: "\E896"; }
205
- @mixin ms-Icon--Help { content: "\E897"; }
206
- @mixin ms-Icon--Upload { content: "\E898"; }
207
- @mixin ms-Icon--Emoji { content: "\E899"; }
208
- @mixin ms-Icon--MailForward { content: "\E89C"; }
209
- @mixin ms-Icon--ClosePane { content: "\E89F"; }
210
- @mixin ms-Icon--OpenPane { content: "\E8A0"; }
211
- @mixin ms-Icon--PreviewLink { content: "\E8A1"; }
212
- @mixin ms-Icon--ZoomIn { content: "\E8A3"; }
213
- @mixin ms-Icon--Bookmarks { content: "\E8A4"; }
214
- @mixin ms-Icon--Document { content: "\E8A5"; }
215
- @mixin ms-Icon--ProtectedDocument { content: "\E8A6"; }
216
- @mixin ms-Icon--OpenInNewWindow { content: "\E8A7"; }
217
- @mixin ms-Icon--MailFill { content: "\E8A8"; }
218
- @mixin ms-Icon--ViewAll { content: "\E8A9"; }
219
- @mixin ms-Icon--Switch { content: "\E8AB"; }
220
- @mixin ms-Icon--Rename { content: "\E8AC"; }
221
- @mixin ms-Icon--Folder { content: "\E8B7"; }
222
- @mixin ms-Icon--Picture { content: "\E8B9"; }
223
- @mixin ms-Icon--ShowResults { content: "\E8BC"; }
224
- @mixin ms-Icon--Message { content: "\E8BD"; }
225
- @mixin ms-Icon--CalendarDay { content: "\E8BF"; }
226
- @mixin ms-Icon--CalendarWeek { content: "\E8C0"; }
227
- @mixin ms-Icon--MailReplyAll { content: "\E8C2"; }
228
- @mixin ms-Icon--Read { content: "\E8C3"; }
229
- @mixin ms-Icon--PaymentCard { content: "\E8C7"; }
230
- @mixin ms-Icon--Copy { content: "\E8C8"; }
231
- @mixin ms-Icon--Important { content: "\E8C9"; }
232
- @mixin ms-Icon--MailReply { content: "\E8CA"; }
233
- @mixin ms-Icon--Sort { content: "\E8CB"; }
234
- @mixin ms-Icon--GotoToday { content: "\E8D1"; }
235
- @mixin ms-Icon--Font { content: "\E8D2"; }
236
- @mixin ms-Icon--FontColor { content: "\E8D3"; }
237
- @mixin ms-Icon--FolderFill { content: "\E8D5"; }
238
- @mixin ms-Icon--Permissions { content: "\E8D7"; }
239
- @mixin ms-Icon--DisableUpdates { content: "\E8D8"; }
240
- @mixin ms-Icon--Unfavorite { content: "\E8D9"; }
241
- @mixin ms-Icon--Italic { content: "\E8DB"; }
242
- @mixin ms-Icon--Underline { content: "\E8DC"; }
243
- @mixin ms-Icon--Bold { content: "\E8DD"; }
244
- @mixin ms-Icon--MoveToFolder { content: "\E8DE"; }
245
- @mixin ms-Icon--Dislike { content: "\E8E0"; }
246
- @mixin ms-Icon--Like { content: "\E8E1"; }
247
- @mixin ms-Icon--AlignRight { content: "\E8E2"; }
248
- @mixin ms-Icon--AlignCenter { content: "\E8E3"; }
249
- @mixin ms-Icon--AlignLeft { content: "\E8E4"; }
250
- @mixin ms-Icon--OpenFile { content: "\E8E5"; }
251
- @mixin ms-Icon--FontDecrease { content: "\E8E7"; }
252
- @mixin ms-Icon--FontIncrease { content: "\E8E8"; }
253
- @mixin ms-Icon--FontSize { content: "\E8E9"; }
254
- @mixin ms-Icon--CellPhone { content: "\E8EA"; }
255
- @mixin ms-Icon--Tag { content: "\E8EC"; }
256
- @mixin ms-Icon--Library { content: "\E8F1"; }
257
- @mixin ms-Icon--PostUpdate { content: "\E8F3"; }
258
- @mixin ms-Icon--NewFolder { content: "\E8F4"; }
259
- @mixin ms-Icon--CalendarReply { content: "\E8F5"; }
260
- @mixin ms-Icon--UnsyncFolder { content: "\E8F6"; }
261
- @mixin ms-Icon--SyncFolder { content: "\E8F7"; }
262
- @mixin ms-Icon--BlockContact { content: "\E8F8"; }
263
- @mixin ms-Icon--AddFriend { content: "\E8FA"; }
264
- @mixin ms-Icon--BulletedList { content: "\E8FD"; }
265
- @mixin ms-Icon--Preview { content: "\E8FF"; }
266
- @mixin ms-Icon--DockLeft { content: "\E90C"; }
267
- @mixin ms-Icon--DockRight { content: "\E90D"; }
268
- @mixin ms-Icon--Repair { content: "\E90F"; }
269
- @mixin ms-Icon--Accounts { content: "\E910"; }
270
- @mixin ms-Icon--RadioBullet { content: "\E915"; }
271
- @mixin ms-Icon--Stopwatch { content: "\E916"; }
272
- @mixin ms-Icon--Clock { content: "\E917"; }
273
- @mixin ms-Icon--WorldClock { content: "\E918"; }
274
- @mixin ms-Icon--AlarmClock { content: "\E919"; }
275
- @mixin ms-Icon--Hospital { content: "\E91D"; }
276
- @mixin ms-Icon--Timer { content: "\E91E"; }
277
- @mixin ms-Icon--FullCircleMask { content: "\E91F"; }
278
- @mixin ms-Icon--LocationFill { content: "\E920"; }
279
- @mixin ms-Icon--ChromeMinimize { content: "\E921"; }
280
- @mixin ms-Icon--Annotation { content: "\E924"; }
281
- @mixin ms-Icon--ChromeClose { content: "\E8BB"; }
282
- @mixin ms-Icon--Accept { content: "\E8FB"; }
283
- @mixin ms-Icon--Fingerprint { content: "\E928"; }
284
- @mixin ms-Icon--Handwriting { content: "\E929"; }
285
- @mixin ms-Icon--StackIndicator { content: "\E7FF"; }
286
- @mixin ms-Icon--Completed { content: "\E930"; }
287
- @mixin ms-Icon--Label { content: "\E932"; }
288
- @mixin ms-Icon--FlickDown { content: "\E935"; }
289
- @mixin ms-Icon--FlickUp { content: "\E936"; }
290
- @mixin ms-Icon--FlickLeft { content: "\E937"; }
291
- @mixin ms-Icon--FlickRight { content: "\E938"; }
292
- @mixin ms-Icon--MusicInCollection { content: "\E940"; }
293
- @mixin ms-Icon--OneDrive { content: "\E941"; }
294
- @mixin ms-Icon--CompassNW { content: "\E942"; }
295
- @mixin ms-Icon--Code { content: "\E943"; }
296
- @mixin ms-Icon--LightningBolt { content: "\E945"; }
297
- @mixin ms-Icon--Info { content: "\E946"; }
298
- @mixin ms-Icon--CalculatorAddition { content: "\E948"; }
299
- @mixin ms-Icon--CalculatorSubtract { content: "\E949"; }
300
- @mixin ms-Icon--PrintfaxPrinterFile { content: "\E956"; }
301
- @mixin ms-Icon--Headset { content: "\E95B"; }
302
- @mixin ms-Icon--Health { content: "\E95E"; }
303
- @mixin ms-Icon--ChevronUpSmall { content: "\E96D"; }
304
- @mixin ms-Icon--ChevronDownSmall { content: "\E96E"; }
305
- @mixin ms-Icon--ChevronLeftSmall { content: "\E96F"; }
306
- @mixin ms-Icon--ChevronRightSmall { content: "\E970"; }
307
- @mixin ms-Icon--ChevronUpMed { content: "\E971"; }
308
- @mixin ms-Icon--ChevronDownMed { content: "\E972"; }
309
- @mixin ms-Icon--ChevronLeftMed { content: "\E973"; }
310
- @mixin ms-Icon--ChevronRightMed { content: "\E974"; }
311
- @mixin ms-Icon--Dictionary { content: "\E82D"; }
312
- @mixin ms-Icon--ChromeBack { content: "\E830"; }
313
- @mixin ms-Icon--PC1 { content: "\E977"; }
314
- @mixin ms-Icon--PresenceChickletVideo { content: "\E979"; }
315
- @mixin ms-Icon--Reply { content: "\E97A"; }
316
- @mixin ms-Icon--DoubleChevronLeftMed { content: "\E991"; }
317
- @mixin ms-Icon--Volume0 { content: "\E992"; }
318
- @mixin ms-Icon--Volume1 { content: "\E993"; }
319
- @mixin ms-Icon--Volume2 { content: "\E994"; }
320
- @mixin ms-Icon--Volume3 { content: "\E995"; }
321
- @mixin ms-Icon--CaretHollow { content: "\E817"; }
322
- @mixin ms-Icon--CaretSolid { content: "\E818"; }
323
- @mixin ms-Icon--FolderOpen { content: "\E838"; }
324
- @mixin ms-Icon--Pinned { content: "\E840"; }
325
- @mixin ms-Icon--PinnedFill { content: "\E842"; }
326
- @mixin ms-Icon--Chart { content: "\E999"; }
327
- @mixin ms-Icon--BidiLtr { content: "\E9AA"; }
328
- @mixin ms-Icon--BidiRtl { content: "\E9AB"; }
329
- @mixin ms-Icon--RevToggleKey { content: "\E845"; }
330
- @mixin ms-Icon--RightDoubleQuote { content: "\E9B1"; }
331
- @mixin ms-Icon--Sunny { content: "\E9BD"; }
332
- @mixin ms-Icon--CloudWeather { content: "\E9BE"; }
333
- @mixin ms-Icon--Cloudy { content: "\E9BF"; }
334
- @mixin ms-Icon--PartlyCloudyDay { content: "\E9C0"; }
335
- @mixin ms-Icon--PartlyCloudyNight { content: "\E9C1"; }
336
- @mixin ms-Icon--ClearNight { content: "\E9C2"; }
337
- @mixin ms-Icon--RainShowersDay { content: "\E9C3"; }
338
- @mixin ms-Icon--Rain { content: "\E9C4"; }
339
- @mixin ms-Icon--Thunderstorms { content: "\E9C6"; }
340
- @mixin ms-Icon--RainSnow { content: "\E9C7"; }
341
- @mixin ms-Icon--Snow { content: "\E9C8"; }
342
- @mixin ms-Icon--BlowingSnow { content: "\E9C9"; }
343
- @mixin ms-Icon--Frigid { content: "\E9CA"; }
344
- @mixin ms-Icon--Fog { content: "\E9CB"; }
345
- @mixin ms-Icon--Squalls { content: "\E9CC"; }
346
- @mixin ms-Icon--Duststorm { content: "\E9CD"; }
347
- @mixin ms-Icon--Precipitation { content: "\E9CF"; }
348
- @mixin ms-Icon--Ringer { content: "\EA8F"; }
349
- @mixin ms-Icon--PDF { content: "\EA90"; }
350
- @mixin ms-Icon--SortLines { content: "\E9D0"; }
351
- @mixin ms-Icon--Ribbon { content: "\E9D1"; }
352
- @mixin ms-Icon--CheckList { content: "\E9D5"; }
353
- @mixin ms-Icon--Generate { content: "\E9DA"; }
354
- @mixin ms-Icon--Equalizer { content: "\E9E9"; }
355
- @mixin ms-Icon--BarChartHorizontal { content: "\E9EB"; }
356
- @mixin ms-Icon--Freezing { content: "\E9EF"; }
357
- @mixin ms-Icon--SnowShowerDay { content: "\E9FD"; }
358
- @mixin ms-Icon--HailDay { content: "\EA00"; }
359
- @mixin ms-Icon--WorkFlow { content: "\EA01"; }
360
- @mixin ms-Icon--StoreLogoMed { content: "\EA04"; }
361
- @mixin ms-Icon--RainShowersNight { content: "\EA0F"; }
362
- @mixin ms-Icon--SnowShowerNight { content: "\EA11"; }
363
- @mixin ms-Icon--HailNight { content: "\EA13"; }
364
- @mixin ms-Icon--Info2 { content: "\EA1F"; }
365
- @mixin ms-Icon--StoreLogo { content: "\EA96"; }
366
- @mixin ms-Icon--MultiSelectMirrored { content: "\EA98"; }
367
- @mixin ms-Icon--Broom { content: "\EA99"; }
368
- @mixin ms-Icon--MusicInCollectionFill { content: "\EA36"; }
369
- @mixin ms-Icon--List { content: "\EA37"; }
370
- @mixin ms-Icon--Asterisk { content: "\EA38"; }
371
- @mixin ms-Icon--ErrorBadge { content: "\EA39"; }
372
- @mixin ms-Icon--CircleRing { content: "\EA3A"; }
373
- @mixin ms-Icon--CircleFill { content: "\EA3B"; }
374
- @mixin ms-Icon--BookmarksMirrored { content: "\EA41"; }
375
- @mixin ms-Icon--BulletedListMirrored { content: "\EA42"; }
376
- @mixin ms-Icon--CaretHollowMirrored { content: "\EA45"; }
377
- @mixin ms-Icon--CaretSolidMirrored { content: "\EA46"; }
378
- @mixin ms-Icon--ChromeBackMirrored { content: "\EA47"; }
379
- @mixin ms-Icon--ClosePaneMirrored { content: "\EA49"; }
380
- @mixin ms-Icon--DockLeftMirrored { content: "\EA4C"; }
381
- @mixin ms-Icon--DoubleChevronLeftMedMirrored { content: "\EA4D"; }
382
- @mixin ms-Icon--HelpMirrored { content: "\EA51"; }
383
- @mixin ms-Icon--ListMirrored { content: "\EA55"; }
384
- @mixin ms-Icon--MailForwardMirrored { content: "\EA56"; }
385
- @mixin ms-Icon--MailReplyMirrored { content: "\EA57"; }
386
- @mixin ms-Icon--MailReplyAllMirrored { content: "\EA58"; }
387
- @mixin ms-Icon--OpenPaneMirrored { content: "\EA5B"; }
388
- @mixin ms-Icon--SendMirrored { content: "\EA63"; }
389
- @mixin ms-Icon--ShowResultsMirrored { content: "\EA65"; }
390
- @mixin ms-Icon--ThumbnailViewMirrored { content: "\EA67"; }
391
- @mixin ms-Icon--Devices3 { content: "\EA6C"; }
392
- @mixin ms-Icon--Lightbulb { content: "\EA80"; }
393
- @mixin ms-Icon--StatusTriangle { content: "\EA82"; }
394
- @mixin ms-Icon--VolumeDisabled { content: "\EA85"; }
395
- @mixin ms-Icon--Puzzle { content: "\EA86"; }
396
- @mixin ms-Icon--EmojiNeutral { content: "\EA87"; }
397
- @mixin ms-Icon--EmojiDisappointed { content: "\EA88"; }
398
- @mixin ms-Icon--HomeSolid { content: "\EA8A"; }
399
- @mixin ms-Icon--Cocktails { content: "\EA9D"; }
400
- @mixin ms-Icon--Articles { content: "\EAC1"; }
401
- @mixin ms-Icon--Cycling { content: "\EAC7"; }
402
- @mixin ms-Icon--DietPlanNotebook { content: "\EAC8"; }
403
- @mixin ms-Icon--Pill { content: "\EACB"; }
404
- @mixin ms-Icon--Running { content: "\EADA"; }
405
- @mixin ms-Icon--Weights { content: "\EADB"; }
406
- @mixin ms-Icon--BarChart4 { content: "\EAE7"; }
407
- @mixin ms-Icon--CirclePlus { content: "\EAEE"; }
408
- @mixin ms-Icon--Coffee { content: "\EAEF"; }
409
- @mixin ms-Icon--Cotton { content: "\EAF3"; }
410
- @mixin ms-Icon--Market { content: "\EAFC"; }
411
- @mixin ms-Icon--Money { content: "\EAFD"; }
412
- @mixin ms-Icon--PieDouble { content: "\EB04"; }
413
- @mixin ms-Icon--RemoveFilter { content: "\EB08"; }
414
- @mixin ms-Icon--StockDown { content: "\EB0F"; }
415
- @mixin ms-Icon--StockUp { content: "\EB11"; }
416
- @mixin ms-Icon--Cricket { content: "\EB1E"; }
417
- @mixin ms-Icon--Golf { content: "\EB1F"; }
418
- @mixin ms-Icon--Baseball { content: "\EB20"; }
419
- @mixin ms-Icon--Soccer { content: "\EB21"; }
420
- @mixin ms-Icon--MoreSports { content: "\EB22"; }
421
- @mixin ms-Icon--AutoRacing { content: "\EB24"; }
422
- @mixin ms-Icon--CollegeHoops { content: "\EB25"; }
423
- @mixin ms-Icon--CollegeFootball { content: "\EB26"; }
424
- @mixin ms-Icon--ProFootball { content: "\EB27"; }
425
- @mixin ms-Icon--ProHockey { content: "\EB28"; }
426
- @mixin ms-Icon--Rugby { content: "\EB2D"; }
427
- @mixin ms-Icon--Tennis { content: "\EB33"; }
428
- @mixin ms-Icon--Arrivals { content: "\EB34"; }
429
- @mixin ms-Icon--Design { content: "\EB3C"; }
430
- @mixin ms-Icon--Website { content: "\EB41"; }
431
- @mixin ms-Icon--Drop { content: "\EB42"; }
432
- @mixin ms-Icon--Snow { content: "\EB46"; }
433
- @mixin ms-Icon--BusSolid { content: "\EB47"; }
434
- @mixin ms-Icon--FerrySolid { content: "\EB48"; }
435
- @mixin ms-Icon--TrainSolid { content: "\EB4D"; }
436
- @mixin ms-Icon--Heart { content: "\EB51"; }
437
- @mixin ms-Icon--HeartFill { content: "\EB52"; }
438
- @mixin ms-Icon--Ticket { content: "\EB54"; }
439
- @mixin ms-Icon--Devices4 { content: "\EB66"; }
440
- @mixin ms-Icon--AzureLogo { content: "\EB6A"; }
441
- @mixin ms-Icon--BingLogo { content: "\EB6B"; }
442
- @mixin ms-Icon--MSNLogo { content: "\EB6C"; }
443
- @mixin ms-Icon--OutlookLogo { content: "\EB6D"; }
444
- @mixin ms-Icon--OfficeLogo { content: "\EB6E"; }
445
- @mixin ms-Icon--SkypeLogo { content: "\EB6F"; }
446
- @mixin ms-Icon--Door { content: "\EB75"; }
447
- @mixin ms-Icon--EditMirrored { content: "\EB7E"; }
448
- @mixin ms-Icon--GiftCard { content: "\EB8E"; }
449
- @mixin ms-Icon--DoubleBookmark { content: "\EB8F"; }
450
- @mixin ms-Icon--StatusErrorFull { content: "\EB90"; }
451
- @mixin ms-Icon--Certificate { content: "\EB95"; }
452
- @mixin ms-Icon--Photo2 { content: "\EB9F"; }
453
- @mixin ms-Icon--CloudDownload { content: "\EBD3"; }
454
- @mixin ms-Icon--WindDirection { content: "\EBE6"; }
455
- @mixin ms-Icon--Family { content: "\EBDA"; }
456
- @mixin ms-Icon--CSS { content: "\EBEF"; }
457
- @mixin ms-Icon--JS { content: "\EBF0"; }
458
- @mixin ms-Icon--ReminderGroup { content: "\EBF8"; }
459
- @mixin ms-Icon--Section { content: "\EC0C"; }
460
- @mixin ms-Icon--OneNoteLogo { content: "\EC0D"; }
461
- @mixin ms-Icon--ToggleFilled { content: "\EC11"; }
462
- @mixin ms-Icon--ToggleBorder { content: "\EC12"; }
463
- @mixin ms-Icon--SliderThumb { content: "\EC13"; }
464
- @mixin ms-Icon--ToggleThumb { content: "\EC14"; }
465
- @mixin ms-Icon--Documentation { content: "\EC17"; }
466
- @mixin ms-Icon--Badge { content: "\EC1B"; }
467
- @mixin ms-Icon--Giftbox { content: "\EC1F"; }
468
- @mixin ms-Icon--ExcelLogo { content: "\EC28"; }
469
- @mixin ms-Icon--WordLogo { content: "\EC29"; }
470
- @mixin ms-Icon--PowerPointLogo { content: "\EC2A"; }
471
- @mixin ms-Icon--Cafe { content: "\EC32"; }
472
- @mixin ms-Icon--SpeedHigh { content: "\EC4A"; }
473
- @mixin ms-Icon--MusicNote { content: "\EC4F"; }
474
- @mixin ms-Icon--EdgeLogo { content: "\EC60"; }
475
- @mixin ms-Icon--CompletedSolid { content: "\EC61"; }
476
- @mixin ms-Icon--AlbumRemove { content: "\EC62"; }
477
- @mixin ms-Icon--MessageFill { content: "\EC70"; }
478
- @mixin ms-Icon--TabletSelected { content: "\EC74"; }
479
- @mixin ms-Icon--MobileSelected { content: "\EC75"; }
480
- @mixin ms-Icon--LaptopSelected { content: "\EC76"; }
481
- @mixin ms-Icon--TVMonitorSelected { content: "\EC77"; }
482
- @mixin ms-Icon--DeveloperTools { content: "\EC7A"; }
483
- @mixin ms-Icon--InsertTextBox { content: "\EC7D"; }
484
- @mixin ms-Icon--LowerBrightness { content: "\EC8A"; }
485
- @mixin ms-Icon--CloudUpload { content: "\EC8E"; }
486
- @mixin ms-Icon--DateTime { content: "\EC92"; }
487
- @mixin ms-Icon--Event { content: "\ECA3"; }
488
- @mixin ms-Icon--Cake { content: "\ECA4"; }
489
- @mixin ms-Icon--Tiles { content: "\ECA5"; }
490
- @mixin ms-Icon--Org { content: "\ECA6"; }
491
- @mixin ms-Icon--PartyLeader { content: "\ECA7"; }
492
- @mixin ms-Icon--DRM { content: "\ECA8"; }
493
- @mixin ms-Icon--CloudAdd { content: "\ECA9"; }
494
- @mixin ms-Icon--AppIconDefault { content: "\ECAA"; }
495
- @mixin ms-Icon--Photo2Add { content: "\ECAB"; }
496
- @mixin ms-Icon--Photo2Remove { content: "\ECAC"; }
497
- @mixin ms-Icon--POI { content: "\ECAF"; }
498
- @mixin ms-Icon--FacebookLogo { content: "\ECB3"; }
499
- @mixin ms-Icon--AddTo { content: "\ECC8"; }
500
- @mixin ms-Icon--RadioBtnOn { content: "\ECCB"; }
501
- @mixin ms-Icon--Embed { content: "\ECCE"; }
502
- @mixin ms-Icon--VideoSolid { content: "\EA0C"; }
503
- @mixin ms-Icon--Teamwork { content: "\EA12"; }
504
- @mixin ms-Icon--PeopleAdd { content: "\EA15"; }
505
- @mixin ms-Icon--Glasses { content: "\EA16"; }
506
- @mixin ms-Icon--DateTime2 { content: "\EA17"; }
507
- @mixin ms-Icon--Shield { content: "\EA18"; }
508
- @mixin ms-Icon--Header1 { content: "\EA19"; }
509
- @mixin ms-Icon--PageAdd { content: "\EA1A"; }
510
- @mixin ms-Icon--NumberedList { content: "\EA1C"; }
511
- @mixin ms-Icon--PowerBILogo { content: "\EA1E"; }
512
- @mixin ms-Icon--Product { content: "\ECDC"; }
513
- @mixin ms-Icon--Blocked2 { content: "\ECE4"; }
514
- @mixin ms-Icon--FangBody { content: "\ECEB"; }
515
- @mixin ms-Icon--Glimmer { content: "\ECF4"; }
516
- @mixin ms-Icon--ChatInviteFriend { content: "\ECFE"; }
517
- @mixin ms-Icon--SharepointLogo { content: "\ED18"; }
518
- @mixin ms-Icon--YammerLogo { content: "\ED19"; }
519
- @mixin ms-Icon--Hide { content: "\ED1A"; }
520
- @mixin ms-Icon--ReturnToSession { content: "\ED24"; }
521
- @mixin ms-Icon--OpenFolderHorizontal { content: "\ED25"; }
522
- @mixin ms-Icon--CalendarMirrored { content: "\ED28"; }
523
- @mixin ms-Icon--SwayLogo { content: "\ED29"; }
524
- @mixin ms-Icon--OutOfOffice { content: "\ED34"; }
525
- @mixin ms-Icon--Trophy { content: "\ED3F"; }
526
- @mixin ms-Icon--ReopenPages { content: "\ED50"; }
527
- @mixin ms-Icon--AADLogo { content: "\ED68"; }
528
- @mixin ms-Icon--AccessLogo { content: "\ED69"; }
529
- @mixin ms-Icon--AdminALogo { content: "\ED6A"; }
530
- @mixin ms-Icon--AdminCLogo { content: "\ED6B"; }
531
- @mixin ms-Icon--AdminDLogo { content: "\ED6C"; }
532
- @mixin ms-Icon--AdminELogo { content: "\ED6D"; }
533
- @mixin ms-Icon--AdminLLogo { content: "\ED6E"; }
534
- @mixin ms-Icon--AdminMLogo { content: "\ED6F"; }
535
- @mixin ms-Icon--AdminOLogo { content: "\ED70"; }
536
- @mixin ms-Icon--AdminPLogo { content: "\ED71"; }
537
- @mixin ms-Icon--AdminSLogo { content: "\ED72"; }
538
- @mixin ms-Icon--AdminYLogo { content: "\ED73"; }
539
- @mixin ms-Icon--AlchemyLogo { content: "\ED74"; }
540
- @mixin ms-Icon--BoxLogo { content: "\ED75"; }
541
- @mixin ms-Icon--DelveLogo { content: "\ED76"; }
542
- @mixin ms-Icon--DropboxLogo { content: "\ED77"; }
543
- @mixin ms-Icon--ExchangeLogo { content: "\ED78"; }
544
- @mixin ms-Icon--LyncLogo { content: "\ED79"; }
545
- @mixin ms-Icon--OfficeVideoLogo { content: "\ED7A"; }
546
- @mixin ms-Icon--ParatureLogo { content: "\ED7B"; }
547
- @mixin ms-Icon--SocialListeningLogo { content: "\ED7C"; }
548
- @mixin ms-Icon--VisioLogo { content: "\ED7D"; }
549
- @mixin ms-Icon--Balloons { content: "\ED7E"; }
550
- @mixin ms-Icon--Cat { content: "\ED7F"; }
551
- @mixin ms-Icon--MailAlert { content: "\ED80"; }
552
- @mixin ms-Icon--MailCheck { content: "\ED81"; }
553
- @mixin ms-Icon--MailLowImportance { content: "\ED82"; }
554
- @mixin ms-Icon--MailPause { content: "\ED83"; }
555
- @mixin ms-Icon--MailRepeat { content: "\ED84"; }
556
- @mixin ms-Icon--SecurityGroup { content: "\ED85"; }
557
- @mixin ms-Icon--Table { content: "\ED86"; }
558
- @mixin ms-Icon--VoicemailForward { content: "\ED87"; }
559
- @mixin ms-Icon--VoicemailReply { content: "\ED88"; }
560
- @mixin ms-Icon--Waffle { content: "\ED89"; }
561
- @mixin ms-Icon--RemoveEvent { content: "\ED8A"; }
562
- @mixin ms-Icon--EventInfo { content: "\ED8B"; }
563
- @mixin ms-Icon--ForwardEvent { content: "\ED8C"; }
564
- @mixin ms-Icon--WipePhone { content: "\ED8D"; }
565
- @mixin ms-Icon--AddOnlineMeeting { content: "\ED8E"; }
566
- @mixin ms-Icon--JoinOnlineMeeting { content: "\ED8F"; }
567
- @mixin ms-Icon--RemoveLink { content: "\ED90"; }
568
- @mixin ms-Icon--PeopleBlock { content: "\ED91"; }
569
- @mixin ms-Icon--PeopleRepeat { content: "\ED92"; }
570
- @mixin ms-Icon--PeopleAlert { content: "\ED93"; }
571
- @mixin ms-Icon--PeoplePause { content: "\ED94"; }
572
- @mixin ms-Icon--TransferCall { content: "\ED95"; }
573
- @mixin ms-Icon--AddPhone { content: "\ED96"; }
574
- @mixin ms-Icon--UnknownCall { content: "\ED97"; }
575
- @mixin ms-Icon--NoteReply { content: "\ED98"; }
576
- @mixin ms-Icon--NoteForward { content: "\ED99"; }
577
- @mixin ms-Icon--NotePinned { content: "\ED9A"; }
578
- @mixin ms-Icon--RemoveOccurrence { content: "\ED9B"; }
579
- @mixin ms-Icon--Timeline { content: "\ED9C"; }
580
- @mixin ms-Icon--EditNote { content: "\ED9D"; }
581
- @mixin ms-Icon--CircleHalfFull { content: "\ED9E"; }
582
- @mixin ms-Icon--Room { content: "\ED9F"; }
583
- @mixin ms-Icon--Unsubscribe { content: "\EDA0"; }
584
- @mixin ms-Icon--Subscribe { content: "\EDA1"; }
585
- @mixin ms-Icon--RecurringTask { content: "\EDB2"; }
586
- @mixin ms-Icon--TaskManager { content: "\EDB7"; }
587
- @mixin ms-Icon--TaskManagerMirrored { content: "\EDB8"; }
588
- @mixin ms-Icon--Combine { content: "\EDBB"; }
589
- @mixin ms-Icon--Split { content: "\EDBC"; }
590
- @mixin ms-Icon--DoubleChevronUp { content: "\EDBD"; }
591
- @mixin ms-Icon--DoubleChevronLeft { content: "\EDBE"; }
592
- @mixin ms-Icon--DoubleChevronRight { content: "\EDBF"; }
593
- @mixin ms-Icon--Ascending { content: "\EDC0"; }
594
- @mixin ms-Icon--Descending { content: "\EDC1"; }
595
- @mixin ms-Icon--TextBox { content: "\EDC2"; }
596
- @mixin ms-Icon--TextField { content: "\EDC3"; }
597
- @mixin ms-Icon--NumberField { content: "\EDC4"; }
598
- @mixin ms-Icon--Dropdown { content: "\EDC5"; }
599
- @mixin ms-Icon--BookingsLogo { content: "\EDC7"; }
600
- @mixin ms-Icon--ClassNotebookLogo { content: "\EDC8"; }
601
- @mixin ms-Icon--CollabsDBLogo { content: "\EDC9"; }
602
- @mixin ms-Icon--DelveAnalyticsLogo { content: "\EDCA"; }
603
- @mixin ms-Icon--DocsLogo { content: "\EDCB"; }
604
- @mixin ms-Icon--Dynamics365Logo { content: "\EDCC"; }
605
- @mixin ms-Icon--DynamicSMBLogo { content: "\EDCD"; }
606
- @mixin ms-Icon--OfficeAssistantLogo { content: "\EDCE"; }
607
- @mixin ms-Icon--OfficeStoreLogo { content: "\EDCF"; }
608
- @mixin ms-Icon--OneNoteEduLogo { content: "\EDD0"; }
609
- @mixin ms-Icon--Planner { content: "\EDD1"; }
610
- @mixin ms-Icon--PowerApps { content: "\EDD2"; }
611
- @mixin ms-Icon--Suitcase { content: "\EDD3"; }
612
- @mixin ms-Icon--ProjectLogo { content: "\EDD4"; }
613
- @mixin ms-Icon--CaretLeft8 { content: "\EDD5"; }
614
- @mixin ms-Icon--CaretRight8 { content: "\EDD6"; }
615
- @mixin ms-Icon--CaretUp8 { content: "\EDD7"; }
616
- @mixin ms-Icon--CaretDown8 { content: "\EDD8"; }
617
- @mixin ms-Icon--CaretLeftSolid8 { content: "\EDD9"; }
618
- @mixin ms-Icon--CaretRightSolid8 { content: "\EDDA"; }
619
- @mixin ms-Icon--CaretUpSolid8 { content: "\EDDB"; }
620
- @mixin ms-Icon--CaretDownSolid8 { content: "\EDDC"; }
621
- @mixin ms-Icon--ClearFormatting { content: "\EDDD"; }
622
- @mixin ms-Icon--Superscript { content: "\EDDE"; }
623
- @mixin ms-Icon--Subscript { content: "\EDDF"; }
624
- @mixin ms-Icon--Strikethrough { content: "\EDE0"; }
625
- @mixin ms-Icon--SingleBookmark { content: "\EDFF"; }
626
- @mixin ms-Icon--DoubleChevronDown { content: "\EE04"; }
627
- @mixin ms-Icon--ReplyAll { content: "\EE0A"; }
628
- @mixin ms-Icon--GoogleDriveLogo { content: "\EE0B"; }
629
- @mixin ms-Icon--Questionnaire { content: "\EE19"; }
630
- @mixin ms-Icon--ReplyMirrored { content: "\EE35"; }
631
- @mixin ms-Icon--ReplyAllMirrored { content: "\EE36"; }
632
- @mixin ms-Icon--AddGroup { content: "\EE3D"; }
633
- @mixin ms-Icon--QuestionnaireMirrored { content: "\EE4B"; }
634
- @mixin ms-Icon--TemporaryUser { content: "\EE58"; }
635
- @mixin ms-Icon--GroupedDescending { content: "\EE66"; }
636
- @mixin ms-Icon--GroupedAscending { content: "\EE67"; }
637
- @mixin ms-Icon--SortUp { content: "\EE68"; }
638
- @mixin ms-Icon--SortDown { content: "\EE69"; }
639
- @mixin ms-Icon--AwayStatus { content: "\EE6A"; }
640
- @mixin ms-Icon--SyncToPC { content: "\EE6E"; }
641
- @mixin ms-Icon--AustralianRules { content: "\EE70"; }
642
- @mixin ms-Icon--DateTimeMirrored { content: "\EE93"; }
643
- @mixin ms-Icon--DoubleChevronUp12 { content: "\EE96"; }
644
- @mixin ms-Icon--DoubleChevronDown12 { content: "\EE97"; }
645
- @mixin ms-Icon--DoubleChevronLeft12 { content: "\EE98"; }
646
- @mixin ms-Icon--DoubleChevronRight12 { content: "\EE99"; }
647
- @mixin ms-Icon--CalendarAgenda { content: "\EE9A"; }
648
- @mixin ms-Icon--AddEvent { content: "\EEB5"; }
649
- @mixin ms-Icon--AssetLibrary { content: "\EEB6"; }
650
- @mixin ms-Icon--DataConnectionLibrary { content: "\EEB7"; }
651
- @mixin ms-Icon--DocLibrary { content: "\EEB8"; }
652
- @mixin ms-Icon--FormLibrary { content: "\EEB9"; }
653
- @mixin ms-Icon--FormLibraryMirrored { content: "\EEBA"; }
654
- @mixin ms-Icon--ReportLibrary { content: "\EEBB"; }
655
- @mixin ms-Icon--ReportLibraryMirrored { content: "\EEBC"; }
656
- @mixin ms-Icon--ContactCard { content: "\EEBD"; }
657
- @mixin ms-Icon--CustomList { content: "\EEBE"; }
658
- @mixin ms-Icon--CustomListMirrored { content: "\EEBF"; }
659
- @mixin ms-Icon--IssueTracking { content: "\EEC0"; }
660
- @mixin ms-Icon--IssueTrackingMirrored { content: "\EEC1"; }
661
- @mixin ms-Icon--PictureLibrary { content: "\EEC2"; }
662
- @mixin ms-Icon--AppForOfficeLogo { content: "\EEC7"; }
663
- @mixin ms-Icon--OfflineOneDriveParachute { content: "\EEC8"; }
664
- @mixin ms-Icon--OfflineOneDriveParachuteDisabled { content: "\EEC9"; }
665
- @mixin ms-Icon--LargeGrid { content: "\EECB"; }
666
- @mixin ms-Icon--TriangleSolidUp12 { content: "\EECC"; }
667
- @mixin ms-Icon--TriangleSolidDown12 { content: "\EECD"; }
668
- @mixin ms-Icon--TriangleSolidLeft12 { content: "\EECE"; }
669
- @mixin ms-Icon--TriangleSolidRight12 { content: "\EECF"; }
670
- @mixin ms-Icon--TriangleUp12 { content: "\EED0"; }
671
- @mixin ms-Icon--TriangleDown12 { content: "\EED1"; }
672
- @mixin ms-Icon--TriangleLeft12 { content: "\EED2"; }
673
- @mixin ms-Icon--TriangleRight12 { content: "\EED3"; }
674
- @mixin ms-Icon--ArrowUpRight8 { content: "\EED4"; }
675
- @mixin ms-Icon--ArrowDownRight8 { content: "\EED5"; }
676
- @mixin ms-Icon--DocumentSet { content: "\EED6"; }
677
- @mixin ms-Icon--DelveAnalytics { content: "\EEEE"; }
678
- @mixin ms-Icon--ArrowUpRightMirrored8 { content: "\EEEF"; }
679
- @mixin ms-Icon--ArrowDownRightMirrored8 { content: "\EEF0"; }
680
- @mixin ms-Icon--OneDriveAdd { content: "\EF32"; }
681
- @mixin ms-Icon--Header2 { content: "\EF36"; }
682
- @mixin ms-Icon--Header3 { content: "\EF37"; }
683
- @mixin ms-Icon--Header4 { content: "\EF38"; }
684
- @mixin ms-Icon--MarketDown { content: "\EF42"; }
685
- @mixin ms-Icon--CalendarWorkWeek { content: "\EF51"; }
686
- @mixin ms-Icon--SidePanel { content: "\EF52"; }
687
- @mixin ms-Icon--GlobeFavorite { content: "\EF53"; }
688
- @mixin ms-Icon--CaretTopLeftSolid8 { content: "\EF54"; }
689
- @mixin ms-Icon--CaretTopRightSolid8 { content: "\EF55"; }
690
- @mixin ms-Icon--ViewAll2 { content: "\EF56"; }
691
- @mixin ms-Icon--DocumentReply { content: "\EF57"; }
692
- @mixin ms-Icon--PlayerSettings { content: "\EF58"; }
693
- @mixin ms-Icon--ReceiptForward { content: "\EF59"; }
694
- @mixin ms-Icon--ReceiptReply { content: "\EF5A"; }
695
- @mixin ms-Icon--ReceiptCheck { content: "\EF5B"; }
696
- @mixin ms-Icon--Fax { content: "\EF5C"; }
697
- @mixin ms-Icon--RecurringEvent { content: "\EF5D"; }
698
- @mixin ms-Icon--ReplyAlt { content: "\EF5E"; }
699
- @mixin ms-Icon--ReplyAllAlt { content: "\EF5F"; }
700
- @mixin ms-Icon--EditStyle { content: "\EF60"; }
701
- @mixin ms-Icon--EditMail { content: "\EF61"; }
702
- @mixin ms-Icon--Lifesaver { content: "\EF62"; }
703
- @mixin ms-Icon--LifesaverLock { content: "\EF63"; }
704
- @mixin ms-Icon--InboxCheck { content: "\EF64"; }
705
- @mixin ms-Icon--FolderSearch { content: "\EF65"; }
706
- @mixin ms-Icon--CollapseMenu { content: "\EF66"; }
707
- @mixin ms-Icon--ExpandMenu { content: "\EF67"; }
708
- @mixin ms-Icon--Boards { content: "\EF68"; }
709
- @mixin ms-Icon--SunAdd { content: "\EF69"; }
710
- @mixin ms-Icon--SunQuestionMark { content: "\EF6A"; }
711
- @mixin ms-Icon--LandscapeOrientation { content: "\EF6B"; }
712
- @mixin ms-Icon--DocumentSearch { content: "\EF6C"; }
713
- @mixin ms-Icon--PublicCalendar { content: "\EF6D"; }
714
- @mixin ms-Icon--PublicContactCard { content: "\EF6E"; }
715
- @mixin ms-Icon--PublicEmail { content: "\EF6F"; }
716
- @mixin ms-Icon--PublicFolder { content: "\EF70"; }
717
- @mixin ms-Icon--WordDocument { content: "\EF71"; }
718
- @mixin ms-Icon--PowerPointDocument { content: "\EF72"; }
719
- @mixin ms-Icon--ExcelDocument { content: "\EF73"; }
720
- @mixin ms-Icon--GroupedList { content: "\EF74"; }
721
- @mixin ms-Icon--ClassroomLogo { content: "\EF75"; }
722
- @mixin ms-Icon--Sections { content: "\EF76"; }
723
- @mixin ms-Icon--EditPhoto { content: "\EF77"; }
724
- @mixin ms-Icon--Starburst { content: "\EF78"; }
725
- @mixin ms-Icon--ShareiOS { content: "\EF79"; }
726
- @mixin ms-Icon--AirTickets { content: "\EF7A"; }
727
- @mixin ms-Icon--PencilReply { content: "\EF7B"; }
728
- @mixin ms-Icon--Tiles2 { content: "\EF7C"; }
729
- @mixin ms-Icon--SkypeCircleCheck { content: "\EF7D"; }
730
- @mixin ms-Icon--SkypeCircleClock { content: "\EF7E"; }
731
- @mixin ms-Icon--SkypeCircleMinus { content: "\EF7F"; }
732
- @mixin ms-Icon--SkypeCheck { content: "\EF80"; }
733
- @mixin ms-Icon--SkypeClock { content: "\EF81"; }
734
- @mixin ms-Icon--SkypeMinus { content: "\EF82"; }
735
- @mixin ms-Icon--SkypeMessage { content: "\EF83"; }
736
- @mixin ms-Icon--ClosedCaption { content: "\EF84"; }
737
- @mixin ms-Icon--ATPLogo { content: "\EF85"; }
738
- @mixin ms-Icon--OfficeFormLogo { content: "\EF86"; }
739
- @mixin ms-Icon--RecycleBin { content: "\EF87"; }
740
- @mixin ms-Icon--EmptyRecycleBin { content: "\EF88"; }
741
- @mixin ms-Icon--Hide2 { content: "\EF89"; }
742
- @mixin ms-Icon--iOSAppStoreLogo { content: "\EF8A"; }
743
- @mixin ms-Icon--AndroidLogo { content: "\EF8B"; }
744
- @mixin ms-Icon--Breadcrumb { content: "\EF8C"; }
745
- @mixin ms-Icon--ClearFilter { content: "\EF8F"; }
746
- @mixin ms-Icon--Flow { content: "\EF90"; }
747
- @mixin ms-Icon--PageCheckedOut { content: "\F02C"; }
748
- @mixin ms-Icon--SetAction { content: "\F071"; }
749
- @mixin ms-Icon--PowerAppsLogo { content: "\F091"; }
750
- @mixin ms-Icon--PowerApps2Logo { content: "\F092"; }
751
- @mixin ms-Icon--FabricAssetLibrary { content: "\F09C"; }
752
- @mixin ms-Icon--FabricDataConnectionLibrary { content: "\F09D"; }
753
- @mixin ms-Icon--FabricDocLibrary { content: "\F09E"; }
754
- @mixin ms-Icon--FabricFormLibrary { content: "\F09F"; }
755
- @mixin ms-Icon--FabricFormLibraryMirrored { content: "\F0A0"; }
756
- @mixin ms-Icon--FabricReportLibrary { content: "\F0A1"; }
757
- @mixin ms-Icon--FabricReportLibraryMirrored { content: "\F0A2"; }
758
- @mixin ms-Icon--FabricPublicFolder { content: "\F0A3"; }
759
- @mixin ms-Icon--FabricFolderSearch { content: "\F0A4"; }
760
- @mixin ms-Icon--FabricMovetoFolder { content: "\F0A5"; }
761
- @mixin ms-Icon--FabricUnsyncFolder { content: "\F0A6"; }
762
- @mixin ms-Icon--FabricSyncFolder { content: "\F0A7"; }
763
- @mixin ms-Icon--FabricOpenFolderHorizontal { content: "\F0A8"; }
764
- @mixin ms-Icon--FabricFolder { content: "\F0A9"; }
765
- @mixin ms-Icon--FabricFolderFill { content: "\F0AA"; }
766
- @mixin ms-Icon--FabricNewFolder { content: "\F0AB"; }
767
- @mixin ms-Icon--FabricPictureLibrary { content: "\F0AC"; }
768
- @mixin ms-Icon--AddFavorite { content: "\F0C8"; }
769
- @mixin ms-Icon--AddFavoriteFill { content: "\F0C9"; }
770
- @mixin ms-Icon--BufferTimeBefore { content: "\F0CF"; }
771
- @mixin ms-Icon--BufferTimeAfter { content: "\F0D0"; }
772
- @mixin ms-Icon--BufferTimeBoth { content: "\F0D1"; }
773
- @mixin ms-Icon--PageCheckedin { content: "\F104"; }
774
- @mixin ms-Icon--CaretBottomLeftSolid8 { content: "\F121"; }
775
- @mixin ms-Icon--CaretBottomRightSolid8 { content: "\F122"; }
776
- @mixin ms-Icon--FolderHorizontal { content: "\F12B"; }
777
- @mixin ms-Icon--MicrosoftStaffhubLogo { content: "\F130"; }
778
- @mixin ms-Icon--CaloriesAdd { content: "\F172"; }
779
- @mixin ms-Icon--BranchFork { content: "\F173"; }