first commit

This commit is contained in:
Stefan Hacker
2026-04-03 09:38:48 +02:00
commit 37ad745546
47450 changed files with 3120798 additions and 0 deletions
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
+15
View File
@@ -0,0 +1,15 @@
Fluent UI React - icons
Copyright (c) Microsoft Corporation
All rights reserved.
MIT License
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ""Software""), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Note: Usage of the fonts and icons referenced in Fluent UI React is subject to the terms listed at https://aka.ms/fluentui-assets-license
+48
View File
@@ -0,0 +1,48 @@
# @fluentui/font-icons-mdl2
**Icons for [Fluent UI React](https://developer.microsoft.com/en-us/fluentui)**
([formerly Office UI Fabric React](https://developer.microsoft.com/en-us/office/blogs/ui-fabric-is-evolving-into-fluent-ui/))
Fluent UI React Icons includes a collection of 1100+ icons which you can use in your application.
## Getting started
If you are using Fluent UI React components, you can make all icons available by calling the `initializeIcons` function from the `@fluentui/font-icons-mdl2` package:
```tsx
import { initializeIcons } from '@fluentui/font-icons-mdl2';
// Register icons and pull the fonts from the default SharePoint cdn.
initializeIcons();
// ...or, register icons and pull the fonts from your own cdn:
initializeIcons('https://my.cdn.com/path/to/icons/');
```
This will make ALL icons in the collection available, but will download them on demand when referenced using the `@fluentui/style-utilities` APIs `getIcon` or `getIconClassName`.
## Usage in code
### Icon component
If you are using Fluent UI React, you can use the `Icon` component and pass in the corresponding iconName property to render a given icon.
```tsx
import { Icon } from '@fluentui/react/lib/Icon';
<Icon iconName="Snow" />;
```
### `getIconClassName` API
The `@fluentui/style-utilities` package includes a `getIconClassName` API which can provide a css class to use for rendering the icon manually using the `:before` pseudoselector:
```ts
import { getIconClassName } from '@fluentui/style-utilities';
return `<i class="${getIconClassName('Snow')}" />`;
```
## Notes
See [GitHub](https://github.com/microsoft/fluentui) for more details on the Fluent UI React project and packages within.
+3
View File
@@ -0,0 +1,3 @@
{
"extends": "@fluentui/scripts-api-extractor/api-extractor.common.json"
}
+413
View File
@@ -0,0 +1,413 @@
{
"fontName": "fabric-icons-0",
"fontFamilyName": "FabricMDL2Icons-0",
"excludeGlyphs": false,
"excludeThirdPartyIcons": true,
"chunkSubsets": true,
"hashFontFileName": true,
"subsetChunkSettings": {
"maxSubsetSize": 100
},
"glyphs": [
{
"name": "PageLink",
"unicode": "E302"
},
{
"name": "CommentSolid",
"unicode": "E30E"
},
{
"name": "ChangeEntitlements",
"unicode": "E310"
},
{
"name": "Installation",
"unicode": "E311"
},
{
"name": "WebAppBuilderModule",
"unicode": "E313"
},
{
"name": "WebAppBuilderFragment",
"unicode": "E314"
},
{
"name": "WebAppBuilderSlot",
"unicode": "E315"
},
{
"name": "BullseyeTargetEdit",
"unicode": "E319"
},
{
"name": "WebAppBuilderFragmentCreate",
"unicode": "E31B"
},
{
"name": "PageData",
"unicode": "E31C"
},
{
"name": "PageHeaderEdit",
"unicode": "E31D"
},
{
"name": "ProductList",
"unicode": "E31E"
},
{
"name": "UnpublishContent",
"unicode": "E31F"
},
{
"name": "DependencyAdd",
"unicode": "E344"
},
{
"name": "DependencyRemove",
"unicode": "E345"
},
{
"name": "EntitlementPolicy",
"unicode": "E346"
},
{
"name": "EntitlementRedemption",
"unicode": "E347"
},
{
"name": "SchoolDataSyncLogo",
"unicode": "E34C"
},
{
"name": "PinSolid12",
"unicode": "E352"
},
{
"name": "PinSolidOff12",
"unicode": "E353"
},
{
"name": "AddLink",
"unicode": "E35E"
},
{
"name": "SharepointAppIcon16",
"unicode": "E365"
},
{
"name": "DataflowsLink",
"unicode": "E366"
},
{
"name": "TimePicker",
"unicode": "E367"
},
{
"name": "UserWarning",
"unicode": "E368"
},
{
"name": "ComplianceAudit",
"unicode": "E369"
},
{
"name": "InternetSharing",
"unicode": "E704"
},
{
"name": "Brightness",
"unicode": "E706"
},
{
"name": "MapPin",
"unicode": "E707"
},
{
"name": "Airplane",
"unicode": "E709"
},
{
"name": "Tablet",
"unicode": "E70A"
},
{
"name": "QuickNote",
"unicode": "E70B"
},
{
"name": "Video",
"unicode": "E714"
},
{
"name": "People",
"unicode": "E716"
},
{
"name": "Phone",
"unicode": "E717"
},
{
"name": "Pin",
"unicode": "E718"
},
{
"name": "Shop",
"unicode": "E719"
},
{
"name": "Stop",
"unicode": "E71A"
},
{
"name": "Link",
"unicode": "E71B"
},
{
"name": "AllApps",
"unicode": "E71D"
},
{
"name": "Zoom",
"unicode": "E71E"
},
{
"name": "ZoomOut",
"unicode": "E71F"
},
{
"name": "Microphone",
"unicode": "E720"
},
{
"name": "Camera",
"unicode": "E722"
},
{
"name": "Attach",
"unicode": "E723"
},
{
"name": "Send",
"unicode": "E724"
},
{
"name": "FavoriteList",
"unicode": "E728"
},
{
"name": "PageSolid",
"unicode": "E729"
},
{
"name": "Forward",
"unicode": "E72A"
},
{
"name": "Back",
"unicode": "E72B"
},
{
"name": "Refresh",
"unicode": "E72C"
},
{
"name": "Lock",
"unicode": "E72E"
},
{
"name": "ReportHacked",
"unicode": "E730"
},
{
"name": "EMI",
"unicode": "E731"
},
{
"name": "MiniLink",
"unicode": "E732"
},
{
"name": "Blocked",
"unicode": "E733"
},
{
"name": "ReadingMode",
"unicode": "E736"
},
{
"name": "Favicon",
"unicode": "E737"
},
{
"name": "Remove",
"unicode": "E738"
},
{
"name": "Checkbox",
"unicode": "E739"
},
{
"name": "CheckboxComposite",
"unicode": "E73A"
},
{
"name": "CheckboxFill",
"unicode": "E73B"
},
{
"name": "CheckboxIndeterminate",
"unicode": "E73C"
},
{
"name": "CheckboxCompositeReversed",
"unicode": "E73D"
},
{
"name": "BackToWindow",
"unicode": "E73F"
},
{
"name": "FullScreen",
"unicode": "E740"
},
{
"name": "Print",
"unicode": "E749"
},
{
"name": "Up",
"unicode": "E74A"
},
{
"name": "Down",
"unicode": "E74B"
},
{
"name": "OEM",
"unicode": "E74C"
},
{
"name": "Save",
"unicode": "E74E"
},
{
"name": "ReturnKey",
"unicode": "E751"
},
{
"name": "Cloud",
"unicode": "E753"
},
{
"name": "Flashlight",
"unicode": "E754"
},
{
"name": "CommandPrompt",
"unicode": "E756"
},
{
"name": "Sad",
"unicode": "E757"
},
{
"name": "RealEstate",
"unicode": "E758"
},
{
"name": "SIPMove",
"unicode": "E759"
},
{
"name": "EraseTool",
"unicode": "E75C"
},
{
"name": "GripperTool",
"unicode": "E75E"
},
{
"name": "Dialpad",
"unicode": "E75F"
},
{
"name": "PageLeft",
"unicode": "E760"
},
{
"name": "PageRight",
"unicode": "E761"
},
{
"name": "MultiSelect",
"unicode": "E762"
},
{
"name": "KeyboardClassic",
"unicode": "E765"
},
{
"name": "Play",
"unicode": "E768"
},
{
"name": "Pause",
"unicode": "E769"
},
{
"name": "InkingTool",
"unicode": "E76D"
},
{
"name": "Emoji2",
"unicode": "E76E"
},
{
"name": "GripperBarHorizontal",
"unicode": "E76F"
},
{
"name": "System",
"unicode": "E770"
},
{
"name": "Personalize",
"unicode": "E771"
},
{
"name": "SearchAndApps",
"unicode": "E773"
},
{
"name": "Globe",
"unicode": "E774"
},
{
"name": "EaseOfAccess",
"unicode": "E776"
},
{
"name": "ContactInfo",
"unicode": "E779"
},
{
"name": "Unpin",
"unicode": "E77A"
},
{
"name": "Contact",
"unicode": "E77B"
},
{
"name": "Memo",
"unicode": "E77C"
},
{
"name": "IncomingCall",
"unicode": "E77E"
}
]
}
+413
View File
@@ -0,0 +1,413 @@
{
"fontName": "fabric-icons-1",
"fontFamilyName": "FabricMDL2Icons-1",
"excludeGlyphs": false,
"excludeThirdPartyIcons": true,
"chunkSubsets": true,
"hashFontFileName": true,
"subsetChunkSettings": {
"maxSubsetSize": 100
},
"glyphs": [
{
"name": "Paste",
"unicode": "E77F"
},
{
"name": "WindowsLogo",
"unicode": "E782"
},
{
"name": "Error",
"unicode": "E783"
},
{
"name": "GripperBarVertical",
"unicode": "E784"
},
{
"name": "Unlock",
"unicode": "E785"
},
{
"name": "Slideshow",
"unicode": "E786"
},
{
"name": "Trim",
"unicode": "E78A"
},
{
"name": "AutoEnhanceOn",
"unicode": "E78D"
},
{
"name": "AutoEnhanceOff",
"unicode": "E78E"
},
{
"name": "Color",
"unicode": "E790"
},
{
"name": "SaveAs",
"unicode": "E792"
},
{
"name": "Light",
"unicode": "E793"
},
{
"name": "Filters",
"unicode": "E795"
},
{
"name": "AspectRatio",
"unicode": "E799"
},
{
"name": "Contrast",
"unicode": "E7A1"
},
{
"name": "Redo",
"unicode": "E7A6"
},
{
"name": "Crop",
"unicode": "E7A8"
},
{
"name": "PhotoCollection",
"unicode": "E7AA"
},
{
"name": "Album",
"unicode": "E7AB"
},
{
"name": "Rotate",
"unicode": "E7AD"
},
{
"name": "PanoIndicator",
"unicode": "E7B0"
},
{
"name": "Translate",
"unicode": "E7B2"
},
{
"name": "RedEye",
"unicode": "E7B3"
},
{
"name": "ViewOriginal",
"unicode": "E7B4"
},
{
"name": "ThumbnailView",
"unicode": "E7B6"
},
{
"name": "Package",
"unicode": "E7B8"
},
{
"name": "Telemarketer",
"unicode": "E7B9"
},
{
"name": "Warning",
"unicode": "E7BA"
},
{
"name": "Financial",
"unicode": "E7BB"
},
{
"name": "Education",
"unicode": "E7BE"
},
{
"name": "ShoppingCart",
"unicode": "E7BF"
},
{
"name": "Train",
"unicode": "E7C0"
},
{
"name": "Move",
"unicode": "E7C2"
},
{
"name": "TouchPointer",
"unicode": "E7C9"
},
{
"name": "Merge",
"unicode": "E7D5"
},
{
"name": "TurnRight",
"unicode": "E7DB"
},
{
"name": "Ferry",
"unicode": "E7E3"
},
{
"name": "Highlight",
"unicode": "E7E6"
},
{
"name": "PowerButton",
"unicode": "E7E8"
},
{
"name": "Tab",
"unicode": "E7E9"
},
{
"name": "Admin",
"unicode": "E7EF"
},
{
"name": "TVMonitor",
"unicode": "E7F4"
},
{
"name": "Speakers",
"unicode": "E7F5"
},
{
"name": "Game",
"unicode": "E7FC"
},
{
"name": "HorizontalTabKey",
"unicode": "E7FD"
},
{
"name": "UnstackSelected",
"unicode": "E7FE"
},
{
"name": "StackIndicator",
"unicode": "E7FF"
},
{
"name": "Nav2DMapView",
"unicode": "E800"
},
{
"name": "StreetsideSplitMinimize",
"unicode": "E802"
},
{
"name": "Car",
"unicode": "E804"
},
{
"name": "Bus",
"unicode": "E806"
},
{
"name": "EatDrink",
"unicode": "E807"
},
{
"name": "SeeDo",
"unicode": "E808"
},
{
"name": "LocationCircle",
"unicode": "E80E"
},
{
"name": "Home",
"unicode": "E80F"
},
{
"name": "SwitcherStartEnd",
"unicode": "E810"
},
{
"name": "ParkingLocation",
"unicode": "E811"
},
{
"name": "IncidentTriangle",
"unicode": "E814"
},
{
"name": "Touch",
"unicode": "E815"
},
{
"name": "MapDirections",
"unicode": "E816"
},
{
"name": "CaretHollow",
"unicode": "E817"
},
{
"name": "CaretSolid",
"unicode": "E818"
},
{
"name": "History",
"unicode": "E81C"
},
{
"name": "Location",
"unicode": "E81D"
},
{
"name": "MapLayers",
"unicode": "E81E"
},
{
"name": "SearchNearby",
"unicode": "E820"
},
{
"name": "Work",
"unicode": "E821"
},
{
"name": "Recent",
"unicode": "E823"
},
{
"name": "Hotel",
"unicode": "E824"
},
{
"name": "Bank",
"unicode": "E825"
},
{
"name": "LocationDot",
"unicode": "E827"
},
{
"name": "Dictionary",
"unicode": "E82D"
},
{
"name": "ChromeBack",
"unicode": "E830"
},
{
"name": "FolderOpen",
"unicode": "E838"
},
{
"name": "PinnedFill",
"unicode": "E842"
},
{
"name": "RevToggleKey",
"unicode": "E845"
},
{
"name": "USB",
"unicode": "E88E"
},
{
"name": "Previous",
"unicode": "E892"
},
{
"name": "Next",
"unicode": "E893"
},
{
"name": "Sync",
"unicode": "E895"
},
{
"name": "Help",
"unicode": "E897"
},
{
"name": "Emoji",
"unicode": "E899"
},
{
"name": "MailForward",
"unicode": "E89C"
},
{
"name": "ClosePane",
"unicode": "E89F"
},
{
"name": "OpenPane",
"unicode": "E8A0"
},
{
"name": "PreviewLink",
"unicode": "E8A1"
},
{
"name": "ZoomIn",
"unicode": "E8A3"
},
{
"name": "Bookmarks",
"unicode": "E8A4"
},
{
"name": "Document",
"unicode": "E8A5"
},
{
"name": "ProtectedDocument",
"unicode": "E8A6"
},
{
"name": "OpenInNewWindow",
"unicode": "E8A7"
},
{
"name": "MailFill",
"unicode": "E8A8"
},
{
"name": "ViewAll",
"unicode": "E8A9"
},
{
"name": "Switch",
"unicode": "E8AB"
},
{
"name": "Rename",
"unicode": "E8AC"
},
{
"name": "Go",
"unicode": "E8AD"
},
{
"name": "Remote",
"unicode": "E8AF"
},
{
"name": "SelectAll",
"unicode": "E8B3"
},
{
"name": "Orientation",
"unicode": "E8B4"
},
{
"name": "Import",
"unicode": "E8B5"
}
]
}
+413
View File
@@ -0,0 +1,413 @@
{
"fontName": "fabric-icons-10",
"fontFamilyName": "FabricMDL2Icons-10",
"excludeGlyphs": false,
"excludeThirdPartyIcons": true,
"chunkSubsets": true,
"hashFontFileName": true,
"subsetChunkSettings": {
"maxSubsetSize": 100
},
"glyphs": [
{
"name": "ViewListGroup",
"unicode": "F248"
},
{
"name": "ViewListTree",
"unicode": "F249"
},
{
"name": "TriggerAuto",
"unicode": "F24A"
},
{
"name": "TriggerUser",
"unicode": "F24B"
},
{
"name": "PivotChart",
"unicode": "F24C"
},
{
"name": "StackedBarChart",
"unicode": "F24D"
},
{
"name": "StackedLineChart",
"unicode": "F24E"
},
{
"name": "BuildQueue",
"unicode": "F24F"
},
{
"name": "BuildQueueNew",
"unicode": "F250"
},
{
"name": "UserFollowed",
"unicode": "F25C"
},
{
"name": "ContactLink",
"unicode": "F25F"
},
{
"name": "Stack",
"unicode": "F26F"
},
{
"name": "Bullseye",
"unicode": "F272"
},
{
"name": "VennDiagram",
"unicode": "F273"
},
{
"name": "FiveTileGrid",
"unicode": "F274"
},
{
"name": "FocalPoint",
"unicode": "F277"
},
{
"name": "Insert",
"unicode": "F278"
},
{
"name": "RingerRemove",
"unicode": "F279"
},
{
"name": "TeamsLogoInverse",
"unicode": "F27A"
},
{
"name": "TeamsLogo",
"unicode": "F27B"
},
{
"name": "TeamsLogoFill",
"unicode": "F27C"
},
{
"name": "SkypeForBusinessLogoFill",
"unicode": "F27D"
},
{
"name": "SharepointLogo",
"unicode": "F27E"
},
{
"name": "SharepointLogoFill",
"unicode": "F27F"
},
{
"name": "DelveLogo",
"unicode": "F280"
},
{
"name": "DelveLogoFill",
"unicode": "F281"
},
{
"name": "OfficeVideoLogo",
"unicode": "F282"
},
{
"name": "OfficeVideoLogoFill",
"unicode": "F283"
},
{
"name": "ExchangeLogo",
"unicode": "F284"
},
{
"name": "ExchangeLogoFill",
"unicode": "F285"
},
{
"name": "Signin",
"unicode": "F286"
},
{
"name": "DocumentApproval",
"unicode": "F28B"
},
{
"name": "CloneToDesktop",
"unicode": "F28C"
},
{
"name": "InstallToDrive",
"unicode": "F28D"
},
{
"name": "Blur",
"unicode": "F28E"
},
{
"name": "Build",
"unicode": "F28F"
},
{
"name": "ProcessMetaTask",
"unicode": "F290"
},
{
"name": "BranchFork2",
"unicode": "F291"
},
{
"name": "BranchLocked",
"unicode": "F292"
},
{
"name": "BranchCommit",
"unicode": "F293"
},
{
"name": "BranchCompare",
"unicode": "F294"
},
{
"name": "BranchMerge",
"unicode": "F295"
},
{
"name": "BranchPullRequest",
"unicode": "F296"
},
{
"name": "BranchSearch",
"unicode": "F297"
},
{
"name": "BranchShelveset",
"unicode": "F298"
},
{
"name": "RawSource",
"unicode": "F299"
},
{
"name": "MergeDuplicate",
"unicode": "F29A"
},
{
"name": "RowsGroup",
"unicode": "F29B"
},
{
"name": "RowsChild",
"unicode": "F29C"
},
{
"name": "Deploy",
"unicode": "F29D"
},
{
"name": "Redeploy",
"unicode": "F29E"
},
{
"name": "ServerEnviroment",
"unicode": "F29F"
},
{
"name": "VisioDiagram",
"unicode": "F2A0"
},
{
"name": "HighlightMappedShapes",
"unicode": "F2A1"
},
{
"name": "TextCallout",
"unicode": "F2A2"
},
{
"name": "IconSetsFlag",
"unicode": "F2A4"
},
{
"name": "VisioLogo",
"unicode": "F2A7"
},
{
"name": "VisioLogoFill",
"unicode": "F2A8"
},
{
"name": "VisioDocument",
"unicode": "F2A9"
},
{
"name": "TimelineProgress",
"unicode": "F2AA"
},
{
"name": "TimelineDelivery",
"unicode": "F2AB"
},
{
"name": "Backlog",
"unicode": "F2AC"
},
{
"name": "TeamFavorite",
"unicode": "F2AD"
},
{
"name": "TaskGroup",
"unicode": "F2AE"
},
{
"name": "TaskGroupMirrored",
"unicode": "F2AF"
},
{
"name": "ScopeTemplate",
"unicode": "F2B0"
},
{
"name": "AssessmentGroupTemplate",
"unicode": "F2B1"
},
{
"name": "NewTeamProject",
"unicode": "F2B2"
},
{
"name": "CommentAdd",
"unicode": "F2B3"
},
{
"name": "CommentNext",
"unicode": "F2B4"
},
{
"name": "CommentPrevious",
"unicode": "F2B5"
},
{
"name": "ShopServer",
"unicode": "F2B6"
},
{
"name": "LocaleLanguage",
"unicode": "F2B7"
},
{
"name": "QueryList",
"unicode": "F2B8"
},
{
"name": "UserSync",
"unicode": "F2B9"
},
{
"name": "UserPause",
"unicode": "F2BA"
},
{
"name": "StreamingOff",
"unicode": "F2BB"
},
{
"name": "ArrowTallUpLeft",
"unicode": "F2BD"
},
{
"name": "ArrowTallUpRight",
"unicode": "F2BE"
},
{
"name": "ArrowTallDownLeft",
"unicode": "F2BF"
},
{
"name": "ArrowTallDownRight",
"unicode": "F2C0"
},
{
"name": "FieldEmpty",
"unicode": "F2C1"
},
{
"name": "FieldFilled",
"unicode": "F2C2"
},
{
"name": "FieldChanged",
"unicode": "F2C3"
},
{
"name": "FieldNotChanged",
"unicode": "F2C4"
},
{
"name": "RingerOff",
"unicode": "F2C5"
},
{
"name": "PlayResume",
"unicode": "F2C6"
},
{
"name": "BulletedList2",
"unicode": "F2C7"
},
{
"name": "BulletedList2Mirrored",
"unicode": "F2C8"
},
{
"name": "ImageCrosshair",
"unicode": "F2C9"
},
{
"name": "GitGraph",
"unicode": "F2CA"
},
{
"name": "Repo",
"unicode": "F2CB"
},
{
"name": "RepoSolid",
"unicode": "F2CC"
},
{
"name": "FolderQuery",
"unicode": "F2CD"
},
{
"name": "FolderList",
"unicode": "F2CE"
},
{
"name": "FolderListMirrored",
"unicode": "F2CF"
},
{
"name": "LocationOutline",
"unicode": "F2D0"
},
{
"name": "POISolid",
"unicode": "F2D1"
},
{
"name": "CalculatorNotEqualTo",
"unicode": "F2D2"
},
{
"name": "BoxSubtractSolid",
"unicode": "F2D3"
}
]
}
+413
View File
@@ -0,0 +1,413 @@
{
"fontName": "fabric-icons-11",
"fontFamilyName": "FabricMDL2Icons-11",
"excludeGlyphs": false,
"excludeThirdPartyIcons": true,
"chunkSubsets": true,
"hashFontFileName": true,
"subsetChunkSettings": {
"maxSubsetSize": 100
},
"glyphs": [
{
"name": "BoxAdditionSolid",
"unicode": "F2D4"
},
{
"name": "BoxMultiplySolid",
"unicode": "F2D5"
},
{
"name": "BoxPlaySolid",
"unicode": "F2D6"
},
{
"name": "BoxCheckmarkSolid",
"unicode": "F2D7"
},
{
"name": "CirclePauseSolid",
"unicode": "F2D8"
},
{
"name": "CirclePause",
"unicode": "F2D9"
},
{
"name": "MSNVideosSolid",
"unicode": "F2DA"
},
{
"name": "CircleStopSolid",
"unicode": "F2DB"
},
{
"name": "CircleStop",
"unicode": "F2DC"
},
{
"name": "NavigateBack",
"unicode": "F2DD"
},
{
"name": "NavigateBackMirrored",
"unicode": "F2DE"
},
{
"name": "NavigateForward",
"unicode": "F2DF"
},
{
"name": "NavigateForwardMirrored",
"unicode": "F2E0"
},
{
"name": "UnknownSolid",
"unicode": "F2E1"
},
{
"name": "UnknownMirroredSolid",
"unicode": "F2E2"
},
{
"name": "CircleAddition",
"unicode": "F2E3"
},
{
"name": "CircleAdditionSolid",
"unicode": "F2E4"
},
{
"name": "FilePDB",
"unicode": "F2E5"
},
{
"name": "FileTemplate",
"unicode": "F2E6"
},
{
"name": "FileSQL",
"unicode": "F2E7"
},
{
"name": "FileJAVA",
"unicode": "F2E8"
},
{
"name": "FileASPX",
"unicode": "F2E9"
},
{
"name": "FileCSS",
"unicode": "F2EA"
},
{
"name": "FileSass",
"unicode": "F2EB"
},
{
"name": "FileLess",
"unicode": "F2EC"
},
{
"name": "FileHTML",
"unicode": "F2ED"
},
{
"name": "JavaScriptLanguage",
"unicode": "F2EE"
},
{
"name": "CSharpLanguage",
"unicode": "F2EF"
},
{
"name": "CSharp",
"unicode": "F2F0"
},
{
"name": "VisualBasicLanguage",
"unicode": "F2F1"
},
{
"name": "VB",
"unicode": "F2F2"
},
{
"name": "CPlusPlusLanguage",
"unicode": "F2F3"
},
{
"name": "CPlusPlus",
"unicode": "F2F4"
},
{
"name": "FSharpLanguage",
"unicode": "F2F5"
},
{
"name": "FSharp",
"unicode": "F2F6"
},
{
"name": "TypeScriptLanguage",
"unicode": "F2F7"
},
{
"name": "PythonLanguage",
"unicode": "F2F8"
},
{
"name": "PY",
"unicode": "F2F9"
},
{
"name": "CoffeeScript",
"unicode": "F2FA"
},
{
"name": "MarkDownLanguage",
"unicode": "F2FB"
},
{
"name": "FullWidth",
"unicode": "F2FE"
},
{
"name": "FullWidthEdit",
"unicode": "F2FF"
},
{
"name": "Plug",
"unicode": "F300"
},
{
"name": "PlugSolid",
"unicode": "F301"
},
{
"name": "PlugConnected",
"unicode": "F302"
},
{
"name": "PlugDisconnected",
"unicode": "F303"
},
{
"name": "UnlockSolid",
"unicode": "F304"
},
{
"name": "Variable",
"unicode": "F305"
},
{
"name": "Parameter",
"unicode": "F306"
},
{
"name": "CommentUrgent",
"unicode": "F307"
},
{
"name": "Storyboard",
"unicode": "F308"
},
{
"name": "DiffInline",
"unicode": "F309"
},
{
"name": "DiffSideBySide",
"unicode": "F30A"
},
{
"name": "ImageDiff",
"unicode": "F30B"
},
{
"name": "ImagePixel",
"unicode": "F30C"
},
{
"name": "FileBug",
"unicode": "F30D"
},
{
"name": "FileCode",
"unicode": "F30E"
},
{
"name": "FileComment",
"unicode": "F30F"
},
{
"name": "BusinessHoursSign",
"unicode": "F310"
},
{
"name": "FileImage",
"unicode": "F311"
},
{
"name": "FileSymlink",
"unicode": "F312"
},
{
"name": "AutoFillTemplate",
"unicode": "F313"
},
{
"name": "WorkItem",
"unicode": "F314"
},
{
"name": "WorkItemBug",
"unicode": "F315"
},
{
"name": "LogRemove",
"unicode": "F316"
},
{
"name": "ColumnOptions",
"unicode": "F317"
},
{
"name": "Packages",
"unicode": "F318"
},
{
"name": "BuildIssue",
"unicode": "F319"
},
{
"name": "AssessmentGroup",
"unicode": "F31A"
},
{
"name": "VariableGroup",
"unicode": "F31B"
},
{
"name": "FullHistory",
"unicode": "F31C"
},
{
"name": "Wheelchair",
"unicode": "F31F"
},
{
"name": "SingleColumnEdit",
"unicode": "F321"
},
{
"name": "DoubleColumnEdit",
"unicode": "F322"
},
{
"name": "TripleColumnEdit",
"unicode": "F323"
},
{
"name": "ColumnLeftTwoThirdsEdit",
"unicode": "F324"
},
{
"name": "ColumnRightTwoThirdsEdit",
"unicode": "F325"
},
{
"name": "StreamLogo",
"unicode": "F329"
},
{
"name": "PassiveAuthentication",
"unicode": "F32A"
},
{
"name": "AlertSolid",
"unicode": "F331"
},
{
"name": "MegaphoneSolid",
"unicode": "F332"
},
{
"name": "TaskSolid",
"unicode": "F333"
},
{
"name": "ConfigurationSolid",
"unicode": "F334"
},
{
"name": "BugSolid",
"unicode": "F335"
},
{
"name": "CrownSolid",
"unicode": "F336"
},
{
"name": "Trophy2Solid",
"unicode": "F337"
},
{
"name": "QuickNoteSolid",
"unicode": "F338"
},
{
"name": "ConstructionConeSolid",
"unicode": "F339"
},
{
"name": "PageListSolid",
"unicode": "F33A"
},
{
"name": "PageListMirroredSolid",
"unicode": "F33B"
},
{
"name": "StarburstSolid",
"unicode": "F33C"
},
{
"name": "ReadingModeSolid",
"unicode": "F33D"
},
{
"name": "SadSolid",
"unicode": "F33E"
},
{
"name": "HealthSolid",
"unicode": "F33F"
},
{
"name": "ShieldSolid",
"unicode": "F340"
},
{
"name": "GiftBoxSolid",
"unicode": "F341"
},
{
"name": "ShoppingCartSolid",
"unicode": "F342"
},
{
"name": "MailSolid",
"unicode": "F343"
},
{
"name": "ChatSolid",
"unicode": "F344"
},
{
"name": "RibbonSolid",
"unicode": "F345"
}
]
}
+413
View File
@@ -0,0 +1,413 @@
{
"fontName": "fabric-icons-12",
"fontFamilyName": "FabricMDL2Icons-12",
"excludeGlyphs": false,
"excludeThirdPartyIcons": true,
"chunkSubsets": true,
"hashFontFileName": true,
"subsetChunkSettings": {
"maxSubsetSize": 100
},
"glyphs": [
{
"name": "FinancialSolid",
"unicode": "F346"
},
{
"name": "FinancialMirroredSolid",
"unicode": "F347"
},
{
"name": "HeadsetSolid",
"unicode": "F348"
},
{
"name": "PermissionsSolid",
"unicode": "F349"
},
{
"name": "ParkingSolid",
"unicode": "F34A"
},
{
"name": "ParkingMirroredSolid",
"unicode": "F34B"
},
{
"name": "DiamondSolid",
"unicode": "F34C"
},
{
"name": "AsteriskSolid",
"unicode": "F34D"
},
{
"name": "OfflineStorageSolid",
"unicode": "F34E"
},
{
"name": "BankSolid",
"unicode": "F34F"
},
{
"name": "DecisionSolid",
"unicode": "F350"
},
{
"name": "Parachute",
"unicode": "F351"
},
{
"name": "ParachuteSolid",
"unicode": "F352"
},
{
"name": "FiltersSolid",
"unicode": "F353"
},
{
"name": "ColorSolid",
"unicode": "F354"
},
{
"name": "ReviewSolid",
"unicode": "F355"
},
{
"name": "ReviewRequestSolid",
"unicode": "F356"
},
{
"name": "ReviewRequestMirroredSolid",
"unicode": "F357"
},
{
"name": "ReviewResponseSolid",
"unicode": "F358"
},
{
"name": "FeedbackRequestSolid",
"unicode": "F359"
},
{
"name": "FeedbackRequestMirroredSolid",
"unicode": "F35A"
},
{
"name": "FeedbackResponseSolid",
"unicode": "F35B"
},
{
"name": "WorkItemBar",
"unicode": "F35C"
},
{
"name": "WorkItemBarSolid",
"unicode": "F35D"
},
{
"name": "Separator",
"unicode": "F35E"
},
{
"name": "NavigateExternalInline",
"unicode": "F35F"
},
{
"name": "PlanView",
"unicode": "F360"
},
{
"name": "TimelineMatrixView",
"unicode": "F361"
},
{
"name": "EngineeringGroup",
"unicode": "F362"
},
{
"name": "ProjectCollection",
"unicode": "F363"
},
{
"name": "CaretBottomRightCenter8",
"unicode": "F364"
},
{
"name": "CaretBottomLeftCenter8",
"unicode": "F365"
},
{
"name": "CaretTopRightCenter8",
"unicode": "F366"
},
{
"name": "CaretTopLeftCenter8",
"unicode": "F367"
},
{
"name": "DonutChart",
"unicode": "F368"
},
{
"name": "ChevronUnfold10",
"unicode": "F369"
},
{
"name": "ChevronFold10",
"unicode": "F36A"
},
{
"name": "DoubleChevronDown8",
"unicode": "F36B"
},
{
"name": "DoubleChevronUp8",
"unicode": "F36C"
},
{
"name": "DoubleChevronLeft8",
"unicode": "F36D"
},
{
"name": "DoubleChevronRight8",
"unicode": "F36E"
},
{
"name": "ChevronDownEnd6",
"unicode": "F36F"
},
{
"name": "ChevronUpEnd6",
"unicode": "F370"
},
{
"name": "ChevronLeftEnd6",
"unicode": "F371"
},
{
"name": "ChevronRightEnd6",
"unicode": "F372"
},
{
"name": "ContextMenu",
"unicode": "F37C"
},
{
"name": "AzureAPIManagement",
"unicode": "F37F"
},
{
"name": "AzureServiceEndpoint",
"unicode": "F380"
},
{
"name": "VSTSLogo",
"unicode": "F381"
},
{
"name": "VSTSAltLogo1",
"unicode": "F382"
},
{
"name": "VSTSAltLogo2",
"unicode": "F383"
},
{
"name": "FileTypeSolution",
"unicode": "F387"
},
{
"name": "WordLogoInverse16",
"unicode": "F390"
},
{
"name": "WordLogo16",
"unicode": "F391"
},
{
"name": "WordLogoFill16",
"unicode": "F392"
},
{
"name": "PowerPointLogoInverse16",
"unicode": "F393"
},
{
"name": "PowerPointLogo16",
"unicode": "F394"
},
{
"name": "PowerPointLogoFill16",
"unicode": "F395"
},
{
"name": "ExcelLogoInverse16",
"unicode": "F396"
},
{
"name": "ExcelLogo16",
"unicode": "F397"
},
{
"name": "ExcelLogoFill16",
"unicode": "F398"
},
{
"name": "OneNoteLogoInverse16",
"unicode": "F399"
},
{
"name": "OneNoteLogo16",
"unicode": "F39A"
},
{
"name": "OneNoteLogoFill16",
"unicode": "F39B"
},
{
"name": "OutlookLogoInverse16",
"unicode": "F39C"
},
{
"name": "OutlookLogo16",
"unicode": "F39D"
},
{
"name": "OutlookLogoFill16",
"unicode": "F39E"
},
{
"name": "PublisherLogoInverse16",
"unicode": "F39F"
},
{
"name": "PublisherLogo16",
"unicode": "F3A0"
},
{
"name": "PublisherLogoFill16",
"unicode": "F3A1"
},
{
"name": "VisioLogoInverse16",
"unicode": "F3A2"
},
{
"name": "VisioLogo16",
"unicode": "F3A3"
},
{
"name": "VisioLogoFill16",
"unicode": "F3A4"
},
{
"name": "TestBeaker",
"unicode": "F3A5"
},
{
"name": "TestBeakerSolid",
"unicode": "F3A6"
},
{
"name": "TestExploreSolid",
"unicode": "F3A7"
},
{
"name": "TestAutoSolid",
"unicode": "F3A8"
},
{
"name": "TestUserSolid",
"unicode": "F3A9"
},
{
"name": "TestImpactSolid",
"unicode": "F3AA"
},
{
"name": "TestPlan",
"unicode": "F3AB"
},
{
"name": "TestStep",
"unicode": "F3AC"
},
{
"name": "TestParameter",
"unicode": "F3AD"
},
{
"name": "TestSuite",
"unicode": "F3AE"
},
{
"name": "TestCase",
"unicode": "F3AF"
},
{
"name": "Sprint",
"unicode": "F3B0"
},
{
"name": "SignOut",
"unicode": "F3B1"
},
{
"name": "TriggerApproval",
"unicode": "F3B2"
},
{
"name": "Rocket",
"unicode": "F3B3"
},
{
"name": "AzureKeyVault",
"unicode": "F3B4"
},
{
"name": "Onboarding",
"unicode": "F3BA"
},
{
"name": "Transition",
"unicode": "F3BC"
},
{
"name": "LikeSolid",
"unicode": "F3BF"
},
{
"name": "DislikeSolid",
"unicode": "F3C0"
},
{
"name": "CRMCustomerInsightsApp",
"unicode": "F3C8"
},
{
"name": "EditCreate",
"unicode": "F3C9"
},
{
"name": "PlayReverseResume",
"unicode": "F3E4"
},
{
"name": "PlayReverse",
"unicode": "F3E5"
},
{
"name": "SearchData",
"unicode": "F3F1"
},
{
"name": "UnSetColor",
"unicode": "F3F9"
},
{
"name": "DeclineCall",
"unicode": "F405"
}
]
}
+413
View File
@@ -0,0 +1,413 @@
{
"fontName": "fabric-icons-13",
"fontFamilyName": "FabricMDL2Icons-13",
"excludeGlyphs": false,
"excludeThirdPartyIcons": true,
"chunkSubsets": true,
"hashFontFileName": true,
"subsetChunkSettings": {
"maxSubsetSize": 100
},
"glyphs": [
{
"name": "RectangularClipping",
"unicode": "F407"
},
{
"name": "TeamsLogo16",
"unicode": "F40A"
},
{
"name": "TeamsLogoFill16",
"unicode": "F40B"
},
{
"name": "Spacer",
"unicode": "F40D"
},
{
"name": "SkypeLogo16",
"unicode": "F40E"
},
{
"name": "SkypeForBusinessLogo16",
"unicode": "F40F"
},
{
"name": "SkypeForBusinessLogoFill16",
"unicode": "F410"
},
{
"name": "FilterSolid",
"unicode": "F412"
},
{
"name": "MailUndelivered",
"unicode": "F415"
},
{
"name": "MailTentative",
"unicode": "F416"
},
{
"name": "MailTentativeMirrored",
"unicode": "F417"
},
{
"name": "MailReminder",
"unicode": "F418"
},
{
"name": "ReceiptUndelivered",
"unicode": "F419"
},
{
"name": "ReceiptTentative",
"unicode": "F41A"
},
{
"name": "ReceiptTentativeMirrored",
"unicode": "F41B"
},
{
"name": "Inbox",
"unicode": "F41C"
},
{
"name": "IRMReply",
"unicode": "F41D"
},
{
"name": "IRMReplyMirrored",
"unicode": "F41E"
},
{
"name": "IRMForward",
"unicode": "F41F"
},
{
"name": "IRMForwardMirrored",
"unicode": "F420"
},
{
"name": "VoicemailIRM",
"unicode": "F421"
},
{
"name": "EventAccepted",
"unicode": "F422"
},
{
"name": "EventTentative",
"unicode": "F423"
},
{
"name": "EventTentativeMirrored",
"unicode": "F424"
},
{
"name": "EventDeclined",
"unicode": "F425"
},
{
"name": "IDBadge",
"unicode": "F427"
},
{
"name": "BackgroundColor",
"unicode": "F42B"
},
{
"name": "OfficeFormsLogoInverse16",
"unicode": "F433"
},
{
"name": "OfficeFormsLogo",
"unicode": "F434"
},
{
"name": "OfficeFormsLogoFill",
"unicode": "F435"
},
{
"name": "OfficeFormsLogo16",
"unicode": "F436"
},
{
"name": "OfficeFormsLogoFill16",
"unicode": "F437"
},
{
"name": "OfficeFormsLogoInverse24",
"unicode": "F43A"
},
{
"name": "OfficeFormsLogo24",
"unicode": "F43B"
},
{
"name": "OfficeFormsLogoFill24",
"unicode": "F43C"
},
{
"name": "PageLock",
"unicode": "F43F"
},
{
"name": "NotExecuted",
"unicode": "F440"
},
{
"name": "NotImpactedSolid",
"unicode": "F441"
},
{
"name": "FieldReadOnly",
"unicode": "F442"
},
{
"name": "FieldRequired",
"unicode": "F443"
},
{
"name": "BacklogBoard",
"unicode": "F444"
},
{
"name": "ExternalBuild",
"unicode": "F445"
},
{
"name": "ExternalTFVC",
"unicode": "F446"
},
{
"name": "ExternalXAML",
"unicode": "F447"
},
{
"name": "IssueSolid",
"unicode": "F448"
},
{
"name": "DefectSolid",
"unicode": "F449"
},
{
"name": "LadybugSolid",
"unicode": "F44A"
},
{
"name": "NugetLogo",
"unicode": "F44C"
},
{
"name": "TFVCLogo",
"unicode": "F44D"
},
{
"name": "ProjectLogo32",
"unicode": "F47E"
},
{
"name": "ProjectLogoFill32",
"unicode": "F47F"
},
{
"name": "ProjectLogo16",
"unicode": "F480"
},
{
"name": "ProjectLogoFill16",
"unicode": "F481"
},
{
"name": "SwayLogo32",
"unicode": "F482"
},
{
"name": "SwayLogoFill32",
"unicode": "F483"
},
{
"name": "SwayLogo16",
"unicode": "F484"
},
{
"name": "SwayLogoFill16",
"unicode": "F485"
},
{
"name": "ClassNotebookLogo32",
"unicode": "F486"
},
{
"name": "ClassNotebookLogoFill32",
"unicode": "F487"
},
{
"name": "ClassNotebookLogo16",
"unicode": "F488"
},
{
"name": "ClassNotebookLogoFill16",
"unicode": "F489"
},
{
"name": "ClassNotebookLogoInverse32",
"unicode": "F48A"
},
{
"name": "ClassNotebookLogoInverse16",
"unicode": "F48B"
},
{
"name": "StaffNotebookLogo32",
"unicode": "F48C"
},
{
"name": "StaffNotebookLogoFill32",
"unicode": "F48D"
},
{
"name": "StaffNotebookLogo16",
"unicode": "F48E"
},
{
"name": "StaffNotebookLogoFill16",
"unicode": "F48F"
},
{
"name": "StaffNotebookLogoInverted32",
"unicode": "F490"
},
{
"name": "StaffNotebookLogoInverted16",
"unicode": "F491"
},
{
"name": "KaizalaLogo",
"unicode": "F492"
},
{
"name": "TaskLogo",
"unicode": "F493"
},
{
"name": "ProtectionCenterLogo32",
"unicode": "F494"
},
{
"name": "GallatinLogo",
"unicode": "F496"
},
{
"name": "Globe2",
"unicode": "F49A"
},
{
"name": "Guitar",
"unicode": "F49B"
},
{
"name": "Breakfast",
"unicode": "F49C"
},
{
"name": "Brunch",
"unicode": "F49D"
},
{
"name": "BeerMug",
"unicode": "F49E"
},
{
"name": "Vacation",
"unicode": "F49F"
},
{
"name": "Teeth",
"unicode": "F4A0"
},
{
"name": "Taxi",
"unicode": "F4A1"
},
{
"name": "Chopsticks",
"unicode": "F4A2"
},
{
"name": "SyncOccurence",
"unicode": "F4A3"
},
{
"name": "UnsyncOccurence",
"unicode": "F4A4"
},
{
"name": "GIF",
"unicode": "F4A9"
},
{
"name": "PrimaryCalendar",
"unicode": "F4AE"
},
{
"name": "SearchCalendar",
"unicode": "F4AF"
},
{
"name": "VideoOff",
"unicode": "F4B0"
},
{
"name": "MicrosoftFlowLogo",
"unicode": "F4B1"
},
{
"name": "BusinessCenterLogo",
"unicode": "F4B2"
},
{
"name": "ToDoLogoBottom",
"unicode": "F4B3"
},
{
"name": "ToDoLogoTop",
"unicode": "F4B4"
},
{
"name": "EditSolid12",
"unicode": "F4B5"
},
{
"name": "EditSolidMirrored12",
"unicode": "F4B6"
},
{
"name": "UneditableSolid12",
"unicode": "F4B7"
},
{
"name": "UneditableSolidMirrored12",
"unicode": "F4B8"
},
{
"name": "UneditableMirrored",
"unicode": "F4B9"
},
{
"name": "AdminALogo32",
"unicode": "F4BA"
},
{
"name": "AdminALogoFill32",
"unicode": "F4BB"
},
{
"name": "ToDoLogoInverse",
"unicode": "F4BC"
}
]
}
+413
View File
@@ -0,0 +1,413 @@
{
"fontName": "fabric-icons-14",
"fontFamilyName": "FabricMDL2Icons-14",
"excludeGlyphs": false,
"excludeThirdPartyIcons": true,
"chunkSubsets": true,
"hashFontFileName": true,
"subsetChunkSettings": {
"maxSubsetSize": 100
},
"glyphs": [
{
"name": "Snooze",
"unicode": "F4BD"
},
{
"name": "WaffleOffice365",
"unicode": "F4E0"
},
{
"name": "ImageSearch",
"unicode": "F4E8"
},
{
"name": "NewsSearch",
"unicode": "F4E9"
},
{
"name": "VideoSearch",
"unicode": "F4EA"
},
{
"name": "R",
"unicode": "F4EB"
},
{
"name": "FontColorA",
"unicode": "F4EC"
},
{
"name": "FontColorSwatch",
"unicode": "F4ED"
},
{
"name": "LightWeight",
"unicode": "F4EE"
},
{
"name": "NormalWeight",
"unicode": "F4EF"
},
{
"name": "SemiboldWeight",
"unicode": "F4F0"
},
{
"name": "GroupObject",
"unicode": "F4F1"
},
{
"name": "UngroupObject",
"unicode": "F4F2"
},
{
"name": "AlignHorizontalLeft",
"unicode": "F4F3"
},
{
"name": "AlignHorizontalCenter",
"unicode": "F4F4"
},
{
"name": "AlignHorizontalRight",
"unicode": "F4F5"
},
{
"name": "AlignVerticalTop",
"unicode": "F4F6"
},
{
"name": "AlignVerticalCenter",
"unicode": "F4F7"
},
{
"name": "AlignVerticalBottom",
"unicode": "F4F8"
},
{
"name": "HorizontalDistributeCenter",
"unicode": "F4F9"
},
{
"name": "VerticalDistributeCenter",
"unicode": "F4FA"
},
{
"name": "Ellipse",
"unicode": "F4FB"
},
{
"name": "Line",
"unicode": "F4FC"
},
{
"name": "Octagon",
"unicode": "F4FD"
},
{
"name": "Hexagon",
"unicode": "F4FE"
},
{
"name": "Pentagon",
"unicode": "F4FF"
},
{
"name": "RightTriangle",
"unicode": "F500"
},
{
"name": "HalfCircle",
"unicode": "F501"
},
{
"name": "QuarterCircle",
"unicode": "F502"
},
{
"name": "ThreeQuarterCircle",
"unicode": "F503"
},
{
"name": "6PointStar",
"unicode": "F504"
},
{
"name": "12PointStar",
"unicode": "F505"
},
{
"name": "ArrangeBringToFront",
"unicode": "F506"
},
{
"name": "ArrangeSendToBack",
"unicode": "F507"
},
{
"name": "ArrangeSendBackward",
"unicode": "F508"
},
{
"name": "ArrangeBringForward",
"unicode": "F509"
},
{
"name": "BorderDash",
"unicode": "F50A"
},
{
"name": "BorderDot",
"unicode": "F50B"
},
{
"name": "LineStyle",
"unicode": "F50C"
},
{
"name": "LineThickness",
"unicode": "F50D"
},
{
"name": "WindowEdit",
"unicode": "F50E"
},
{
"name": "HintText",
"unicode": "F50F"
},
{
"name": "MediaAdd",
"unicode": "F510"
},
{
"name": "AnchorLock",
"unicode": "F511"
},
{
"name": "AutoHeight",
"unicode": "F512"
},
{
"name": "ChartSeries",
"unicode": "F513"
},
{
"name": "ChartXAngle",
"unicode": "F514"
},
{
"name": "ChartYAngle",
"unicode": "F515"
},
{
"name": "Combobox",
"unicode": "F516"
},
{
"name": "LineSpacing",
"unicode": "F517"
},
{
"name": "Padding",
"unicode": "F518"
},
{
"name": "PaddingTop",
"unicode": "F519"
},
{
"name": "PaddingBottom",
"unicode": "F51A"
},
{
"name": "PaddingLeft",
"unicode": "F51B"
},
{
"name": "PaddingRight",
"unicode": "F51C"
},
{
"name": "NavigationFlipper",
"unicode": "F51D"
},
{
"name": "AlignJustify",
"unicode": "F51E"
},
{
"name": "TextOverflow",
"unicode": "F51F"
},
{
"name": "VisualsFolder",
"unicode": "F520"
},
{
"name": "VisualsStore",
"unicode": "F521"
},
{
"name": "PictureCenter",
"unicode": "F522"
},
{
"name": "PictureFill",
"unicode": "F523"
},
{
"name": "PicturePosition",
"unicode": "F524"
},
{
"name": "PictureStretch",
"unicode": "F525"
},
{
"name": "PictureTile",
"unicode": "F526"
},
{
"name": "Slider",
"unicode": "F527"
},
{
"name": "SliderHandleSize",
"unicode": "F528"
},
{
"name": "DefaultRatio",
"unicode": "F529"
},
{
"name": "NumberSequence",
"unicode": "F52A"
},
{
"name": "GUID",
"unicode": "F52B"
},
{
"name": "ReportAdd",
"unicode": "F52C"
},
{
"name": "DashboardAdd",
"unicode": "F52D"
},
{
"name": "MapPinSolid",
"unicode": "F52E"
},
{
"name": "WebPublish",
"unicode": "F52F"
},
{
"name": "PieSingleSolid",
"unicode": "F530"
},
{
"name": "BlockedSolid",
"unicode": "F531"
},
{
"name": "DrillDown",
"unicode": "F532"
},
{
"name": "DrillDownSolid",
"unicode": "F533"
},
{
"name": "DrillExpand",
"unicode": "F534"
},
{
"name": "DrillShow",
"unicode": "F535"
},
{
"name": "SpecialEvent",
"unicode": "F536"
},
{
"name": "OneDriveFolder16",
"unicode": "F53B"
},
{
"name": "FunctionalManagerDashboard",
"unicode": "F542"
},
{
"name": "BIDashboard",
"unicode": "F543"
},
{
"name": "CodeEdit",
"unicode": "F544"
},
{
"name": "RenewalCurrent",
"unicode": "F545"
},
{
"name": "RenewalFuture",
"unicode": "F546"
},
{
"name": "SplitObject",
"unicode": "F547"
},
{
"name": "BulkUpload",
"unicode": "F548"
},
{
"name": "DownloadDocument",
"unicode": "F549"
},
{
"name": "GreetingCard",
"unicode": "F54B"
},
{
"name": "Flower",
"unicode": "F54E"
},
{
"name": "WaitlistConfirm",
"unicode": "F550"
},
{
"name": "WaitlistConfirmMirrored",
"unicode": "F551"
},
{
"name": "LaptopSecure",
"unicode": "F552"
},
{
"name": "DragObject",
"unicode": "F553"
},
{
"name": "EntryView",
"unicode": "F554"
},
{
"name": "EntryDecline",
"unicode": "F555"
},
{
"name": "ContactCardSettings",
"unicode": "F556"
},
{
"name": "ContactCardSettingsMirrored",
"unicode": "F557"
}
]
}
+413
View File
@@ -0,0 +1,413 @@
{
"fontName": "fabric-icons-15",
"fontFamilyName": "FabricMDL2Icons-15",
"excludeGlyphs": false,
"excludeThirdPartyIcons": true,
"chunkSubsets": true,
"hashFontFileName": true,
"subsetChunkSettings": {
"maxSubsetSize": 100
},
"glyphs": [
{
"name": "CalendarSettings",
"unicode": "F558"
},
{
"name": "CalendarSettingsMirrored",
"unicode": "F559"
},
{
"name": "HardDriveLock",
"unicode": "F55A"
},
{
"name": "HardDriveUnlock",
"unicode": "F55B"
},
{
"name": "AccountManagement",
"unicode": "F55C"
},
{
"name": "ReportWarning",
"unicode": "F569"
},
{
"name": "TransitionPop",
"unicode": "F5B2"
},
{
"name": "TransitionPush",
"unicode": "F5B3"
},
{
"name": "TransitionEffect",
"unicode": "F5B4"
},
{
"name": "LookupEntities",
"unicode": "F5B5"
},
{
"name": "ExploreData",
"unicode": "F5B6"
},
{
"name": "AddBookmark",
"unicode": "F5B7"
},
{
"name": "SearchBookmark",
"unicode": "F5B8"
},
{
"name": "DrillThrough",
"unicode": "F5B9"
},
{
"name": "MasterDatabase",
"unicode": "F5BA"
},
{
"name": "CertifiedDatabase",
"unicode": "F5BB"
},
{
"name": "MaximumValue",
"unicode": "F5BC"
},
{
"name": "MinimumValue",
"unicode": "F5BD"
},
{
"name": "VisualStudioIDELogo32",
"unicode": "F5D0"
},
{
"name": "PasteAsText",
"unicode": "F5D5"
},
{
"name": "PasteAsCode",
"unicode": "F5D6"
},
{
"name": "BrowserTab",
"unicode": "F5D7"
},
{
"name": "BrowserTabScreenshot",
"unicode": "F5D8"
},
{
"name": "DesktopScreenshot",
"unicode": "F5D9"
},
{
"name": "FileYML",
"unicode": "F5DA"
},
{
"name": "ClipboardSolid",
"unicode": "F5DC"
},
{
"name": "FabricUserFolder",
"unicode": "F5E5"
},
{
"name": "FabricNetworkFolder",
"unicode": "F5E6"
},
{
"name": "BullseyeTarget",
"unicode": "F5F0"
},
{
"name": "AnalyticsView",
"unicode": "F5F1"
},
{
"name": "Video360Generic",
"unicode": "F609"
},
{
"name": "Untag",
"unicode": "F60B"
},
{
"name": "Leave",
"unicode": "F627"
},
{
"name": "Trending12",
"unicode": "F62D"
},
{
"name": "Blocked12",
"unicode": "F62E"
},
{
"name": "Warning12",
"unicode": "F62F"
},
{
"name": "CheckedOutByOther12",
"unicode": "F630"
},
{
"name": "CheckedOutByYou12",
"unicode": "F631"
},
{
"name": "CircleShapeSolid",
"unicode": "F63C"
},
{
"name": "SquareShapeSolid",
"unicode": "F63D"
},
{
"name": "TriangleShapeSolid",
"unicode": "F63E"
},
{
"name": "DropShapeSolid",
"unicode": "F63F"
},
{
"name": "RectangleShapeSolid",
"unicode": "F640"
},
{
"name": "ZoomToFit",
"unicode": "F649"
},
{
"name": "InsertColumnsLeft",
"unicode": "F64A"
},
{
"name": "InsertColumnsRight",
"unicode": "F64B"
},
{
"name": "InsertRowsAbove",
"unicode": "F64C"
},
{
"name": "InsertRowsBelow",
"unicode": "F64D"
},
{
"name": "DeleteColumns",
"unicode": "F64E"
},
{
"name": "DeleteRows",
"unicode": "F64F"
},
{
"name": "DeleteRowsMirrored",
"unicode": "F650"
},
{
"name": "DeleteTable",
"unicode": "F651"
},
{
"name": "AccountBrowser",
"unicode": "F652"
},
{
"name": "VersionControlPush",
"unicode": "F664"
},
{
"name": "StackedColumnChart2",
"unicode": "F666"
},
{
"name": "TripleColumnWide",
"unicode": "F66E"
},
{
"name": "QuadColumn",
"unicode": "F66F"
},
{
"name": "WhiteBoardApp16",
"unicode": "F673"
},
{
"name": "WhiteBoardApp32",
"unicode": "F674"
},
{
"name": "PinnedSolid",
"unicode": "F676"
},
{
"name": "InsertSignatureLine",
"unicode": "F677"
},
{
"name": "ArrangeByFrom",
"unicode": "F678"
},
{
"name": "Phishing",
"unicode": "F679"
},
{
"name": "CreateMailRule",
"unicode": "F67A"
},
{
"name": "PublishCourse",
"unicode": "F699"
},
{
"name": "DictionaryRemove",
"unicode": "F69A"
},
{
"name": "UserRemove",
"unicode": "F69B"
},
{
"name": "UserEvent",
"unicode": "F69C"
},
{
"name": "Encryption",
"unicode": "F69D"
},
{
"name": "PasswordField",
"unicode": "F6AA"
},
{
"name": "OpenInNewTab",
"unicode": "F6AB"
},
{
"name": "Hide3",
"unicode": "F6AC"
},
{
"name": "VerifiedBrandSolid",
"unicode": "F6AD"
},
{
"name": "MarkAsProtected",
"unicode": "F6AE"
},
{
"name": "AuthenticatorApp",
"unicode": "F6B1"
},
{
"name": "WebTemplate",
"unicode": "F6B2"
},
{
"name": "DefenderTVM",
"unicode": "F6B3"
},
{
"name": "MedalSolid",
"unicode": "F6B9"
},
{
"name": "D365TalentLearn",
"unicode": "F6BB"
},
{
"name": "D365TalentInsight",
"unicode": "F6BC"
},
{
"name": "D365TalentHRCore",
"unicode": "F6BD"
},
{
"name": "BacklogList",
"unicode": "F6BF"
},
{
"name": "ButtonControl",
"unicode": "F6C0"
},
{
"name": "TableGroup",
"unicode": "F6D9"
},
{
"name": "MountainClimbing",
"unicode": "F6DB"
},
{
"name": "TagUnknown",
"unicode": "F6DF"
},
{
"name": "TagUnknownMirror",
"unicode": "F6E0"
},
{
"name": "TagUnknown12",
"unicode": "F6E1"
},
{
"name": "TagUnknown12Mirror",
"unicode": "F6E2"
},
{
"name": "Link12",
"unicode": "F6E3"
},
{
"name": "Presentation",
"unicode": "F6E4"
},
{
"name": "Presentation12",
"unicode": "F6E5"
},
{
"name": "Lock12",
"unicode": "F6E6"
},
{
"name": "BuildDefinition",
"unicode": "F6E9"
},
{
"name": "ReleaseDefinition",
"unicode": "F6EA"
},
{
"name": "SaveTemplate",
"unicode": "F6EC"
},
{
"name": "UserGauge",
"unicode": "F6ED"
},
{
"name": "BlockedSiteSolid12",
"unicode": "F70A"
},
{
"name": "TagSolid",
"unicode": "F70E"
},
{
"name": "OfficeChat",
"unicode": "F70F"
}
]
}
+413
View File
@@ -0,0 +1,413 @@
{
"fontName": "fabric-icons-16",
"fontFamilyName": "FabricMDL2Icons-16",
"excludeGlyphs": false,
"excludeThirdPartyIcons": true,
"chunkSubsets": true,
"hashFontFileName": true,
"subsetChunkSettings": {
"maxSubsetSize": 100
},
"glyphs": [
{
"name": "OfficeChatSolid",
"unicode": "F710"
},
{
"name": "MailSchedule",
"unicode": "F72E"
},
{
"name": "WarningSolid",
"unicode": "F736"
},
{
"name": "Blocked2Solid",
"unicode": "F737"
},
{
"name": "SkypeCircleArrow",
"unicode": "F747"
},
{
"name": "SkypeArrow",
"unicode": "F748"
},
{
"name": "SyncStatus",
"unicode": "F751"
},
{
"name": "SyncStatusSolid",
"unicode": "F752"
},
{
"name": "ProjectDocument",
"unicode": "F759"
},
{
"name": "ToDoLogoOutline",
"unicode": "F75B"
},
{
"name": "VisioOnlineLogoFill32",
"unicode": "F75F"
},
{
"name": "VisioOnlineLogo32",
"unicode": "F760"
},
{
"name": "VisioOnlineLogoCloud32",
"unicode": "F761"
},
{
"name": "VisioDiagramSync",
"unicode": "F762"
},
{
"name": "Event12",
"unicode": "F763"
},
{
"name": "EventDateMissed12",
"unicode": "F764"
},
{
"name": "UserOptional",
"unicode": "F767"
},
{
"name": "ResponsesMenu",
"unicode": "F768"
},
{
"name": "DoubleDownArrow",
"unicode": "F769"
},
{
"name": "DistributeDown",
"unicode": "F76A"
},
{
"name": "BookmarkReport",
"unicode": "F76B"
},
{
"name": "FilterSettings",
"unicode": "F76C"
},
{
"name": "GripperDotsVertical",
"unicode": "F772"
},
{
"name": "MailAttached",
"unicode": "F774"
},
{
"name": "AddIn",
"unicode": "F775"
},
{
"name": "LinkedDatabase",
"unicode": "F779"
},
{
"name": "TableLink",
"unicode": "F77A"
},
{
"name": "PromotedDatabase",
"unicode": "F77D"
},
{
"name": "BarChartVerticalFilter",
"unicode": "F77E"
},
{
"name": "BarChartVerticalFilterSolid",
"unicode": "F77F"
},
{
"name": "MicOff2",
"unicode": "F781"
},
{
"name": "MicrosoftTranslatorLogo",
"unicode": "F782"
},
{
"name": "ShowTimeAs",
"unicode": "F787"
},
{
"name": "FileRequest",
"unicode": "F789"
},
{
"name": "WorkItemAlert",
"unicode": "F78F"
},
{
"name": "PowerBILogo16",
"unicode": "F790"
},
{
"name": "PowerBILogoBackplate16",
"unicode": "F791"
},
{
"name": "BulletedListText",
"unicode": "F792"
},
{
"name": "BulletedListBullet",
"unicode": "F793"
},
{
"name": "BulletedListTextMirrored",
"unicode": "F794"
},
{
"name": "BulletedListBulletMirrored",
"unicode": "F795"
},
{
"name": "NumberedListText",
"unicode": "F796"
},
{
"name": "NumberedListNumber",
"unicode": "F797"
},
{
"name": "NumberedListTextMirrored",
"unicode": "F798"
},
{
"name": "NumberedListNumberMirrored",
"unicode": "F799"
},
{
"name": "RemoveLinkChain",
"unicode": "F79A"
},
{
"name": "RemoveLinkX",
"unicode": "F79B"
},
{
"name": "FabricTextHighlight",
"unicode": "F79C"
},
{
"name": "ClearFormattingA",
"unicode": "F79D"
},
{
"name": "ClearFormattingEraser",
"unicode": "F79E"
},
{
"name": "Photo2Fill",
"unicode": "F79F"
},
{
"name": "IncreaseIndentText",
"unicode": "F7A0"
},
{
"name": "IncreaseIndentArrow",
"unicode": "F7A1"
},
{
"name": "DecreaseIndentText",
"unicode": "F7A2"
},
{
"name": "DecreaseIndentArrow",
"unicode": "F7A3"
},
{
"name": "IncreaseIndentTextMirrored",
"unicode": "F7A4"
},
{
"name": "IncreaseIndentArrowMirrored",
"unicode": "F7A5"
},
{
"name": "DecreaseIndentTextMirrored",
"unicode": "F7A6"
},
{
"name": "DecreaseIndentArrowMirrored",
"unicode": "F7A7"
},
{
"name": "CheckListText",
"unicode": "F7A8"
},
{
"name": "CheckListCheck",
"unicode": "F7A9"
},
{
"name": "CheckListTextMirrored",
"unicode": "F7AA"
},
{
"name": "CheckListCheckMirrored",
"unicode": "F7AB"
},
{
"name": "NumberSymbol",
"unicode": "F7AC"
},
{
"name": "Coupon",
"unicode": "F7BC"
},
{
"name": "VerifiedBrand",
"unicode": "F7BD"
},
{
"name": "ReleaseGate",
"unicode": "F7BE"
},
{
"name": "ReleaseGateCheck",
"unicode": "F7BF"
},
{
"name": "ReleaseGateError",
"unicode": "F7C0"
},
{
"name": "M365InvoicingLogo",
"unicode": "F7C1"
},
{
"name": "RemoveFromShoppingList",
"unicode": "F7D5"
},
{
"name": "ShieldAlert",
"unicode": "F7D7"
},
{
"name": "FabricTextHighlightComposite",
"unicode": "F7DA"
},
{
"name": "Dataflows",
"unicode": "F7DD"
},
{
"name": "GenericScanFilled",
"unicode": "F7DE"
},
{
"name": "DiagnosticDataBarTooltip",
"unicode": "F7DF"
},
{
"name": "SaveToMobile",
"unicode": "F7E0"
},
{
"name": "Orientation2",
"unicode": "F7E1"
},
{
"name": "ScreenCast",
"unicode": "F7E2"
},
{
"name": "ShowGrid",
"unicode": "F7E3"
},
{
"name": "SnapToGrid",
"unicode": "F7E4"
},
{
"name": "ContactList",
"unicode": "F7E5"
},
{
"name": "NewMail",
"unicode": "F7EA"
},
{
"name": "EyeShadow",
"unicode": "F7EB"
},
{
"name": "FabricFolderConfirm",
"unicode": "F7FF"
},
{
"name": "InformationBarriers",
"unicode": "F803"
},
{
"name": "CommentActive",
"unicode": "F804"
},
{
"name": "ColumnVerticalSectionEdit",
"unicode": "F806"
},
{
"name": "WavingHand",
"unicode": "F807"
},
{
"name": "ShakeDevice",
"unicode": "F80A"
},
{
"name": "SmartGlassRemote",
"unicode": "F80B"
},
{
"name": "Rotate90Clockwise",
"unicode": "F80D"
},
{
"name": "Rotate90CounterClockwise",
"unicode": "F80E"
},
{
"name": "CampaignTemplate",
"unicode": "F811"
},
{
"name": "ChartTemplate",
"unicode": "F812"
},
{
"name": "PageListFilter",
"unicode": "F813"
},
{
"name": "SecondaryNav",
"unicode": "F814"
},
{
"name": "ColumnVerticalSection",
"unicode": "F81E"
},
{
"name": "SkypeCircleSlash",
"unicode": "F825"
},
{
"name": "SkypeSlash",
"unicode": "F826"
}
]
}
+189
View File
@@ -0,0 +1,189 @@
{
"fontName": "fabric-icons-17",
"fontFamilyName": "FabricMDL2Icons-17",
"excludeGlyphs": false,
"excludeThirdPartyIcons": true,
"chunkSubsets": true,
"hashFontFileName": true,
"subsetChunkSettings": {
"maxSubsetSize": 100
},
"glyphs": [
{
"name": "CustomizeToolbar",
"unicode": "F828"
},
{
"name": "DuplicateRow",
"unicode": "F82A"
},
{
"name": "RemoveFromTrash",
"unicode": "F82B"
},
{
"name": "MailOptions",
"unicode": "F82C"
},
{
"name": "Childof",
"unicode": "F82D"
},
{
"name": "Footer",
"unicode": "F82E"
},
{
"name": "Header",
"unicode": "F82F"
},
{
"name": "BarChartVerticalFill",
"unicode": "F830"
},
{
"name": "StackedColumnChart2Fill",
"unicode": "F831"
},
{
"name": "PlainText",
"unicode": "F834"
},
{
"name": "AccessibiltyChecker",
"unicode": "F835"
},
{
"name": "DatabaseSync",
"unicode": "F842"
},
{
"name": "ReservationOrders",
"unicode": "F845"
},
{
"name": "TabOneColumn",
"unicode": "F849"
},
{
"name": "TabTwoColumn",
"unicode": "F84A"
},
{
"name": "TabThreeColumn",
"unicode": "F84B"
},
{
"name": "BulletedTreeList",
"unicode": "F84C"
},
{
"name": "MicrosoftTranslatorLogoGreen",
"unicode": "F852"
},
{
"name": "MicrosoftTranslatorLogoBlue",
"unicode": "F853"
},
{
"name": "InternalInvestigation",
"unicode": "F854"
},
{
"name": "AddReaction",
"unicode": "F85D"
},
{
"name": "ContactHeart",
"unicode": "F862"
},
{
"name": "VisuallyImpaired",
"unicode": "F866"
},
{
"name": "EventToDoLogo",
"unicode": "F869"
},
{
"name": "Variable2",
"unicode": "F86D"
},
{
"name": "ModelingView",
"unicode": "F871"
},
{
"name": "DisconnectVirtualMachine",
"unicode": "F873"
},
{
"name": "ReportLock",
"unicode": "F875"
},
{
"name": "Uneditable2",
"unicode": "F876"
},
{
"name": "Uneditable2Mirrored",
"unicode": "F877"
},
{
"name": "BarChartVerticalEdit",
"unicode": "F89D"
},
{
"name": "GlobalNavButtonActive",
"unicode": "F89F"
},
{
"name": "PollResults",
"unicode": "F8A0"
},
{
"name": "Rerun",
"unicode": "F8A1"
},
{
"name": "QandA",
"unicode": "F8A2"
},
{
"name": "QandAMirror",
"unicode": "F8A3"
},
{
"name": "BookAnswers",
"unicode": "F8A4"
},
{
"name": "AlertSettings",
"unicode": "F8B6"
},
{
"name": "TrimStart",
"unicode": "F8BB"
},
{
"name": "TrimEnd",
"unicode": "F8BC"
},
{
"name": "TableComputed",
"unicode": "F8F5"
},
{
"name": "DecreaseIndentLegacy",
"unicode": "E290"
},
{
"name": "IncreaseIndentLegacy",
"unicode": "E291"
},
{
"name": "SizeLegacy",
"unicode": "E2B2"
}
]
}
+413
View File
@@ -0,0 +1,413 @@
{
"fontName": "fabric-icons-2",
"fontFamilyName": "FabricMDL2Icons-2",
"excludeGlyphs": false,
"excludeThirdPartyIcons": true,
"chunkSubsets": true,
"hashFontFileName": true,
"subsetChunkSettings": {
"maxSubsetSize": 100
},
"glyphs": [
{
"name": "Picture",
"unicode": "E8B9"
},
{
"name": "ChromeClose",
"unicode": "E8BB"
},
{
"name": "ShowResults",
"unicode": "E8BC"
},
{
"name": "Message",
"unicode": "E8BD"
},
{
"name": "CalendarDay",
"unicode": "E8BF"
},
{
"name": "CalendarWeek",
"unicode": "E8C0"
},
{
"name": "MailReplyAll",
"unicode": "E8C2"
},
{
"name": "Read",
"unicode": "E8C3"
},
{
"name": "Cut",
"unicode": "E8C6"
},
{
"name": "PaymentCard",
"unicode": "E8C7"
},
{
"name": "Copy",
"unicode": "E8C8"
},
{
"name": "Important",
"unicode": "E8C9"
},
{
"name": "MailReply",
"unicode": "E8CA"
},
{
"name": "GotoToday",
"unicode": "E8D1"
},
{
"name": "Font",
"unicode": "E8D2"
},
{
"name": "FontColor",
"unicode": "E8D3"
},
{
"name": "FolderFill",
"unicode": "E8D5"
},
{
"name": "Permissions",
"unicode": "E8D7"
},
{
"name": "DisableUpdates",
"unicode": "E8D8"
},
{
"name": "Unfavorite",
"unicode": "E8D9"
},
{
"name": "Italic",
"unicode": "E8DB"
},
{
"name": "Underline",
"unicode": "E8DC"
},
{
"name": "Bold",
"unicode": "E8DD"
},
{
"name": "MoveToFolder",
"unicode": "E8DE"
},
{
"name": "Dislike",
"unicode": "E8E0"
},
{
"name": "Like",
"unicode": "E8E1"
},
{
"name": "AlignCenter",
"unicode": "E8E3"
},
{
"name": "OpenFile",
"unicode": "E8E5"
},
{
"name": "ClearSelection",
"unicode": "E8E6"
},
{
"name": "FontDecrease",
"unicode": "E8E7"
},
{
"name": "FontIncrease",
"unicode": "E8E8"
},
{
"name": "FontSize",
"unicode": "E8E9"
},
{
"name": "CellPhone",
"unicode": "E8EA"
},
{
"name": "RepeatOne",
"unicode": "E8ED"
},
{
"name": "RepeatAll",
"unicode": "E8EE"
},
{
"name": "Calculator",
"unicode": "E8EF"
},
{
"name": "Library",
"unicode": "E8F1"
},
{
"name": "PostUpdate",
"unicode": "E8F3"
},
{
"name": "NewFolder",
"unicode": "E8F4"
},
{
"name": "CalendarReply",
"unicode": "E8F5"
},
{
"name": "UnsyncFolder",
"unicode": "E8F6"
},
{
"name": "SyncFolder",
"unicode": "E8F7"
},
{
"name": "BlockContact",
"unicode": "E8F8"
},
{
"name": "Accept",
"unicode": "E8FB"
},
{
"name": "BulletedList",
"unicode": "E8FD"
},
{
"name": "Preview",
"unicode": "E8FF"
},
{
"name": "News",
"unicode": "E900"
},
{
"name": "Chat",
"unicode": "E901"
},
{
"name": "Group",
"unicode": "E902"
},
{
"name": "World",
"unicode": "E909"
},
{
"name": "Comment",
"unicode": "E90A"
},
{
"name": "DockLeft",
"unicode": "E90C"
},
{
"name": "DockRight",
"unicode": "E90D"
},
{
"name": "Repair",
"unicode": "E90F"
},
{
"name": "Accounts",
"unicode": "E910"
},
{
"name": "Street",
"unicode": "E913"
},
{
"name": "RadioBullet",
"unicode": "E915"
},
{
"name": "Stopwatch",
"unicode": "E916"
},
{
"name": "Clock",
"unicode": "E917"
},
{
"name": "WorldClock",
"unicode": "E918"
},
{
"name": "AlarmClock",
"unicode": "E919"
},
{
"name": "Photo",
"unicode": "E91B"
},
{
"name": "ActionCenter",
"unicode": "E91C"
},
{
"name": "Hospital",
"unicode": "E91D"
},
{
"name": "Timer",
"unicode": "E91E"
},
{
"name": "FullCircleMask",
"unicode": "E91F"
},
{
"name": "LocationFill",
"unicode": "E920"
},
{
"name": "ChromeMinimize",
"unicode": "E921"
},
{
"name": "ChromeRestore",
"unicode": "E923"
},
{
"name": "Annotation",
"unicode": "E924"
},
{
"name": "Fingerprint",
"unicode": "E928"
},
{
"name": "Handwriting",
"unicode": "E929"
},
{
"name": "ChromeFullScreen",
"unicode": "E92D"
},
{
"name": "Completed",
"unicode": "E930"
},
{
"name": "Label",
"unicode": "E932"
},
{
"name": "FlickDown",
"unicode": "E935"
},
{
"name": "FlickUp",
"unicode": "E936"
},
{
"name": "FlickLeft",
"unicode": "E937"
},
{
"name": "FlickRight",
"unicode": "E938"
},
{
"name": "MiniExpand",
"unicode": "E93A"
},
{
"name": "MiniContract",
"unicode": "E93B"
},
{
"name": "Streaming",
"unicode": "E93E"
},
{
"name": "MusicInCollection",
"unicode": "E940"
},
{
"name": "OneDriveLogo",
"unicode": "E941"
},
{
"name": "CompassNW",
"unicode": "E942"
},
{
"name": "Code",
"unicode": "E943"
},
{
"name": "LightningBolt",
"unicode": "E945"
},
{
"name": "CalculatorMultiply",
"unicode": "E947"
},
{
"name": "CalculatorAddition",
"unicode": "E948"
},
{
"name": "CalculatorSubtract",
"unicode": "E949"
},
{
"name": "CalculatorPercentage",
"unicode": "E94C"
},
{
"name": "CalculatorEqualTo",
"unicode": "E94E"
},
{
"name": "PrintfaxPrinterFile",
"unicode": "E956"
},
{
"name": "StorageOptical",
"unicode": "E958"
},
{
"name": "Communications",
"unicode": "E95A"
},
{
"name": "Headset",
"unicode": "E95B"
},
{
"name": "Health",
"unicode": "E95E"
},
{
"name": "Webcam2",
"unicode": "E960"
},
{
"name": "FrontCamera",
"unicode": "E96B"
},
{
"name": "ChevronUpSmall",
"unicode": "E96D"
}
]
}
+413
View File
@@ -0,0 +1,413 @@
{
"fontName": "fabric-icons-3",
"fontFamilyName": "FabricMDL2Icons-3",
"excludeGlyphs": false,
"excludeThirdPartyIcons": true,
"chunkSubsets": true,
"hashFontFileName": true,
"subsetChunkSettings": {
"maxSubsetSize": 100
},
"glyphs": [
{
"name": "ChevronDownSmall",
"unicode": "E96E"
},
{
"name": "ChevronLeftSmall",
"unicode": "E96F"
},
{
"name": "ChevronRightSmall",
"unicode": "E970"
},
{
"name": "ChevronUpMed",
"unicode": "E971"
},
{
"name": "ChevronDownMed",
"unicode": "E972"
},
{
"name": "ChevronLeftMed",
"unicode": "E973"
},
{
"name": "ChevronRightMed",
"unicode": "E974"
},
{
"name": "Devices2",
"unicode": "E975"
},
{
"name": "PC1",
"unicode": "E977"
},
{
"name": "PresenceChickletVideo",
"unicode": "E979"
},
{
"name": "Reply",
"unicode": "E97A"
},
{
"name": "HalfAlpha",
"unicode": "E97E"
},
{
"name": "ConstructionCone",
"unicode": "E98F"
},
{
"name": "DoubleChevronLeftMed",
"unicode": "E991"
},
{
"name": "Volume0",
"unicode": "E992"
},
{
"name": "Volume1",
"unicode": "E993"
},
{
"name": "Volume2",
"unicode": "E994"
},
{
"name": "Volume3",
"unicode": "E995"
},
{
"name": "Chart",
"unicode": "E999"
},
{
"name": "Robot",
"unicode": "E99A"
},
{
"name": "Manufacturing",
"unicode": "E99C"
},
{
"name": "LockSolid",
"unicode": "E9A2"
},
{
"name": "FitPage",
"unicode": "E9A6"
},
{
"name": "FitWidth",
"unicode": "E9A7"
},
{
"name": "BidiLtr",
"unicode": "E9AA"
},
{
"name": "BidiRtl",
"unicode": "E9AB"
},
{
"name": "RightDoubleQuote",
"unicode": "E9B1"
},
{
"name": "Sunny",
"unicode": "E9BD"
},
{
"name": "CloudWeather",
"unicode": "E9BE"
},
{
"name": "Cloudy",
"unicode": "E9BF"
},
{
"name": "PartlyCloudyDay",
"unicode": "E9C0"
},
{
"name": "PartlyCloudyNight",
"unicode": "E9C1"
},
{
"name": "ClearNight",
"unicode": "E9C2"
},
{
"name": "RainShowersDay",
"unicode": "E9C3"
},
{
"name": "Rain",
"unicode": "E9C4"
},
{
"name": "Thunderstorms",
"unicode": "E9C6"
},
{
"name": "RainSnow",
"unicode": "E9C7"
},
{
"name": "Snow",
"unicode": "E9C8"
},
{
"name": "BlowingSnow",
"unicode": "E9C9"
},
{
"name": "Frigid",
"unicode": "E9CA"
},
{
"name": "Fog",
"unicode": "E9CB"
},
{
"name": "Squalls",
"unicode": "E9CC"
},
{
"name": "Duststorm",
"unicode": "E9CD"
},
{
"name": "Unknown",
"unicode": "E9CE"
},
{
"name": "Precipitation",
"unicode": "E9CF"
},
{
"name": "Ribbon",
"unicode": "E9D1"
},
{
"name": "AreaChart",
"unicode": "E9D2"
},
{
"name": "Assign",
"unicode": "E9D3"
},
{
"name": "FlowChart",
"unicode": "E9D4"
},
{
"name": "CheckList",
"unicode": "E9D5"
},
{
"name": "Diagnostic",
"unicode": "E9D9"
},
{
"name": "Generate",
"unicode": "E9DA"
},
{
"name": "LineChart",
"unicode": "E9E6"
},
{
"name": "Equalizer",
"unicode": "E9E9"
},
{
"name": "BarChartHorizontal",
"unicode": "E9EB"
},
{
"name": "BarChartVertical",
"unicode": "E9EC"
},
{
"name": "Freezing",
"unicode": "E9EF"
},
{
"name": "FunnelChart",
"unicode": "E9F1"
},
{
"name": "Processing",
"unicode": "E9F5"
},
{
"name": "Quantity",
"unicode": "E9F8"
},
{
"name": "ReportDocument",
"unicode": "E9F9"
},
{
"name": "StackColumnChart",
"unicode": "E9FC"
},
{
"name": "SnowShowerDay",
"unicode": "E9FD"
},
{
"name": "HailDay",
"unicode": "EA00"
},
{
"name": "WorkFlow",
"unicode": "EA01"
},
{
"name": "HourGlass",
"unicode": "EA03"
},
{
"name": "StoreLogoMed20",
"unicode": "EA04"
},
{
"name": "TimeSheet",
"unicode": "EA05"
},
{
"name": "TriangleSolid",
"unicode": "EA08"
},
{
"name": "UpgradeAnalysis",
"unicode": "EA0B"
},
{
"name": "VideoSolid",
"unicode": "EA0C"
},
{
"name": "RainShowersNight",
"unicode": "EA0F"
},
{
"name": "SnowShowerNight",
"unicode": "EA11"
},
{
"name": "Teamwork",
"unicode": "EA12"
},
{
"name": "HailNight",
"unicode": "EA13"
},
{
"name": "PeopleAdd",
"unicode": "EA15"
},
{
"name": "Glasses",
"unicode": "EA16"
},
{
"name": "DateTime2",
"unicode": "EA17"
},
{
"name": "Shield",
"unicode": "EA18"
},
{
"name": "Header1",
"unicode": "EA19"
},
{
"name": "PageAdd",
"unicode": "EA1A"
},
{
"name": "NumberedList",
"unicode": "EA1C"
},
{
"name": "PowerBILogo",
"unicode": "EA1E"
},
{
"name": "Info2",
"unicode": "EA1F"
},
{
"name": "MusicInCollectionFill",
"unicode": "EA36"
},
{
"name": "Asterisk",
"unicode": "EA38"
},
{
"name": "ErrorBadge",
"unicode": "EA39"
},
{
"name": "CircleFill",
"unicode": "EA3B"
},
{
"name": "Record2",
"unicode": "EA3F"
},
{
"name": "AllAppsMirrored",
"unicode": "EA40"
},
{
"name": "BookmarksMirrored",
"unicode": "EA41"
},
{
"name": "BulletedListMirrored",
"unicode": "EA42"
},
{
"name": "CaretHollowMirrored",
"unicode": "EA45"
},
{
"name": "CaretSolidMirrored",
"unicode": "EA46"
},
{
"name": "ChromeBackMirrored",
"unicode": "EA47"
},
{
"name": "ClearSelectionMirrored",
"unicode": "EA48"
},
{
"name": "ClosePaneMirrored",
"unicode": "EA49"
},
{
"name": "DockLeftMirrored",
"unicode": "EA4C"
},
{
"name": "DoubleChevronLeftMedMirrored",
"unicode": "EA4D"
},
{
"name": "GoMirrored",
"unicode": "EA4F"
}
]
}
+413
View File
@@ -0,0 +1,413 @@
{
"fontName": "fabric-icons-4",
"fontFamilyName": "FabricMDL2Icons-4",
"excludeGlyphs": false,
"excludeThirdPartyIcons": true,
"chunkSubsets": true,
"hashFontFileName": true,
"subsetChunkSettings": {
"maxSubsetSize": 100
},
"glyphs": [
{
"name": "HelpMirrored",
"unicode": "EA51"
},
{
"name": "ImportMirrored",
"unicode": "EA52"
},
{
"name": "ImportAllMirrored",
"unicode": "EA53"
},
{
"name": "ListMirrored",
"unicode": "EA55"
},
{
"name": "MailForwardMirrored",
"unicode": "EA56"
},
{
"name": "MailReplyMirrored",
"unicode": "EA57"
},
{
"name": "MailReplyAllMirrored",
"unicode": "EA58"
},
{
"name": "MiniContractMirrored",
"unicode": "EA59"
},
{
"name": "MiniExpandMirrored",
"unicode": "EA5A"
},
{
"name": "OpenPaneMirrored",
"unicode": "EA5B"
},
{
"name": "ParkingLocationMirrored",
"unicode": "EA5E"
},
{
"name": "SendMirrored",
"unicode": "EA63"
},
{
"name": "ShowResultsMirrored",
"unicode": "EA65"
},
{
"name": "ThumbnailViewMirrored",
"unicode": "EA67"
},
{
"name": "Media",
"unicode": "EA69"
},
{
"name": "Devices3",
"unicode": "EA6C"
},
{
"name": "Focus",
"unicode": "EA6F"
},
{
"name": "VideoLightOff",
"unicode": "EA74"
},
{
"name": "Lightbulb",
"unicode": "EA80"
},
{
"name": "StatusTriangle",
"unicode": "EA82"
},
{
"name": "VolumeDisabled",
"unicode": "EA85"
},
{
"name": "Puzzle",
"unicode": "EA86"
},
{
"name": "EmojiNeutral",
"unicode": "EA87"
},
{
"name": "EmojiDisappointed",
"unicode": "EA88"
},
{
"name": "HomeSolid",
"unicode": "EA8A"
},
{
"name": "Ringer",
"unicode": "EA8F"
},
{
"name": "PDF",
"unicode": "EA90"
},
{
"name": "HeartBroken",
"unicode": "EA92"
},
{
"name": "StoreLogo16",
"unicode": "EA96"
},
{
"name": "MultiSelectMirrored",
"unicode": "EA98"
},
{
"name": "Broom",
"unicode": "EA99"
},
{
"name": "AddToShoppingList",
"unicode": "EA9A"
},
{
"name": "Cocktails",
"unicode": "EA9D"
},
{
"name": "Wines",
"unicode": "EABF"
},
{
"name": "Articles",
"unicode": "EAC1"
},
{
"name": "Cycling",
"unicode": "EAC7"
},
{
"name": "DietPlanNotebook",
"unicode": "EAC8"
},
{
"name": "Pill",
"unicode": "EACB"
},
{
"name": "ExerciseTracker",
"unicode": "EACC"
},
{
"name": "HandsFree",
"unicode": "EAD0"
},
{
"name": "Medical",
"unicode": "EAD4"
},
{
"name": "Running",
"unicode": "EADA"
},
{
"name": "Weights",
"unicode": "EADB"
},
{
"name": "Trackers",
"unicode": "EADF"
},
{
"name": "AddNotes",
"unicode": "EAE3"
},
{
"name": "AllCurrency",
"unicode": "EAE4"
},
{
"name": "BarChart4",
"unicode": "EAE7"
},
{
"name": "CirclePlus",
"unicode": "EAEE"
},
{
"name": "Coffee",
"unicode": "EAEF"
},
{
"name": "Cotton",
"unicode": "EAF3"
},
{
"name": "Market",
"unicode": "EAFC"
},
{
"name": "Money",
"unicode": "EAFD"
},
{
"name": "PieDouble",
"unicode": "EB04"
},
{
"name": "PieSingle",
"unicode": "EB05"
},
{
"name": "RemoveFilter",
"unicode": "EB08"
},
{
"name": "Savings",
"unicode": "EB0B"
},
{
"name": "Sell",
"unicode": "EB0C"
},
{
"name": "StockDown",
"unicode": "EB0F"
},
{
"name": "StockUp",
"unicode": "EB11"
},
{
"name": "Lamp",
"unicode": "EB19"
},
{
"name": "Source",
"unicode": "EB1B"
},
{
"name": "MSNVideos",
"unicode": "EB1C"
},
{
"name": "Cricket",
"unicode": "EB1E"
},
{
"name": "Golf",
"unicode": "EB1F"
},
{
"name": "Baseball",
"unicode": "EB20"
},
{
"name": "Soccer",
"unicode": "EB21"
},
{
"name": "MoreSports",
"unicode": "EB22"
},
{
"name": "AutoRacing",
"unicode": "EB24"
},
{
"name": "CollegeHoops",
"unicode": "EB25"
},
{
"name": "CollegeFootball",
"unicode": "EB26"
},
{
"name": "ProFootball",
"unicode": "EB27"
},
{
"name": "ProHockey",
"unicode": "EB28"
},
{
"name": "Rugby",
"unicode": "EB2D"
},
{
"name": "SubstitutionsIn",
"unicode": "EB31"
},
{
"name": "Tennis",
"unicode": "EB33"
},
{
"name": "Arrivals",
"unicode": "EB34"
},
{
"name": "Design",
"unicode": "EB3C"
},
{
"name": "Website",
"unicode": "EB41"
},
{
"name": "Drop",
"unicode": "EB42"
},
{
"name": "HistoricalWeather",
"unicode": "EB43"
},
{
"name": "SkiResorts",
"unicode": "EB45"
},
{
"name": "Snowflake",
"unicode": "EB46"
},
{
"name": "BusSolid",
"unicode": "EB47"
},
{
"name": "FerrySolid",
"unicode": "EB48"
},
{
"name": "AirplaneSolid",
"unicode": "EB4C"
},
{
"name": "TrainSolid",
"unicode": "EB4D"
},
{
"name": "Ticket",
"unicode": "EB54"
},
{
"name": "WifiWarning4",
"unicode": "EB63"
},
{
"name": "Devices4",
"unicode": "EB66"
},
{
"name": "AzureLogo",
"unicode": "EB6A"
},
{
"name": "BingLogo",
"unicode": "EB6B"
},
{
"name": "MSNLogo",
"unicode": "EB6C"
},
{
"name": "OutlookLogoInverse",
"unicode": "EB6D"
},
{
"name": "OfficeLogo",
"unicode": "EB6E"
},
{
"name": "SkypeLogo",
"unicode": "EB6F"
},
{
"name": "Door",
"unicode": "EB75"
},
{
"name": "EditMirrored",
"unicode": "EB7E"
},
{
"name": "GiftCard",
"unicode": "EB8E"
},
{
"name": "DoubleBookmark",
"unicode": "EB8F"
},
{
"name": "StatusErrorFull",
"unicode": "EB90"
}
]
}
+413
View File
@@ -0,0 +1,413 @@
{
"fontName": "fabric-icons-5",
"fontFamilyName": "FabricMDL2Icons-5",
"excludeGlyphs": false,
"excludeThirdPartyIcons": true,
"chunkSubsets": true,
"hashFontFileName": true,
"subsetChunkSettings": {
"maxSubsetSize": 100
},
"glyphs": [
{
"name": "Certificate",
"unicode": "EB95"
},
{
"name": "FastForward",
"unicode": "EB9D"
},
{
"name": "Rewind",
"unicode": "EB9E"
},
{
"name": "Photo2",
"unicode": "EB9F"
},
{
"name": "OpenSource",
"unicode": "EBC2"
},
{
"name": "Movers",
"unicode": "EBCD"
},
{
"name": "CloudDownload",
"unicode": "EBD3"
},
{
"name": "Family",
"unicode": "EBDA"
},
{
"name": "WindDirection",
"unicode": "EBE6"
},
{
"name": "Bug",
"unicode": "EBE8"
},
{
"name": "SiteScan",
"unicode": "EBEC"
},
{
"name": "BrowserScreenShot",
"unicode": "EBED"
},
{
"name": "F12DevTools",
"unicode": "EBEE"
},
{
"name": "CSS",
"unicode": "EBEF"
},
{
"name": "JS",
"unicode": "EBF0"
},
{
"name": "DeliveryTruck",
"unicode": "EBF4"
},
{
"name": "ReminderPerson",
"unicode": "EBF7"
},
{
"name": "ReminderGroup",
"unicode": "EBF8"
},
{
"name": "ReminderTime",
"unicode": "EBF9"
},
{
"name": "TabletMode",
"unicode": "EBFC"
},
{
"name": "Umbrella",
"unicode": "EC04"
},
{
"name": "NetworkTower",
"unicode": "EC05"
},
{
"name": "CityNext",
"unicode": "EC06"
},
{
"name": "CityNext2",
"unicode": "EC07"
},
{
"name": "Section",
"unicode": "EC0C"
},
{
"name": "OneNoteLogoInverse",
"unicode": "EC0D"
},
{
"name": "ToggleFilled",
"unicode": "EC11"
},
{
"name": "ToggleBorder",
"unicode": "EC12"
},
{
"name": "SliderThumb",
"unicode": "EC13"
},
{
"name": "ToggleThumb",
"unicode": "EC14"
},
{
"name": "Documentation",
"unicode": "EC17"
},
{
"name": "Badge",
"unicode": "EC1B"
},
{
"name": "Giftbox",
"unicode": "EC1F"
},
{
"name": "VisualStudioLogo",
"unicode": "EC22"
},
{
"name": "HomeGroup",
"unicode": "EC26"
},
{
"name": "ExcelLogoInverse",
"unicode": "EC28"
},
{
"name": "WordLogoInverse",
"unicode": "EC29"
},
{
"name": "PowerPointLogoInverse",
"unicode": "EC2A"
},
{
"name": "Cafe",
"unicode": "EC32"
},
{
"name": "SpeedHigh",
"unicode": "EC4A"
},
{
"name": "Commitments",
"unicode": "EC4D"
},
{
"name": "ThisPC",
"unicode": "EC4E"
},
{
"name": "MusicNote",
"unicode": "EC4F"
},
{
"name": "MicOff",
"unicode": "EC54"
},
{
"name": "PlaybackRate1x",
"unicode": "EC57"
},
{
"name": "EdgeLogo",
"unicode": "EC60"
},
{
"name": "CompletedSolid",
"unicode": "EC61"
},
{
"name": "AlbumRemove",
"unicode": "EC62"
},
{
"name": "MessageFill",
"unicode": "EC70"
},
{
"name": "TabletSelected",
"unicode": "EC74"
},
{
"name": "MobileSelected",
"unicode": "EC75"
},
{
"name": "LaptopSelected",
"unicode": "EC76"
},
{
"name": "TVMonitorSelected",
"unicode": "EC77"
},
{
"name": "DeveloperTools",
"unicode": "EC7A"
},
{
"name": "Shapes",
"unicode": "EC7C"
},
{
"name": "InsertTextBox",
"unicode": "EC7D"
},
{
"name": "LowerBrightness",
"unicode": "EC8A"
},
{
"name": "WebComponents",
"unicode": "EC8B"
},
{
"name": "OfflineStorage",
"unicode": "EC8C"
},
{
"name": "DOM",
"unicode": "EC8D"
},
{
"name": "CloudUpload",
"unicode": "EC8E"
},
{
"name": "ScrollUpDown",
"unicode": "EC8F"
},
{
"name": "DateTime",
"unicode": "EC92"
},
{
"name": "Event",
"unicode": "ECA3"
},
{
"name": "Cake",
"unicode": "ECA4"
},
{
"name": "Org",
"unicode": "ECA6"
},
{
"name": "PartyLeader",
"unicode": "ECA7"
},
{
"name": "DRM",
"unicode": "ECA8"
},
{
"name": "CloudAdd",
"unicode": "ECA9"
},
{
"name": "AppIconDefault",
"unicode": "ECAA"
},
{
"name": "Photo2Add",
"unicode": "ECAB"
},
{
"name": "Photo2Remove",
"unicode": "ECAC"
},
{
"name": "Calories",
"unicode": "ECAD"
},
{
"name": "POI",
"unicode": "ECAF"
},
{
"name": "AddTo",
"unicode": "ECC8"
},
{
"name": "RadioBtnOff",
"unicode": "ECCA"
},
{
"name": "RadioBtnOn",
"unicode": "ECCB"
},
{
"name": "ExploreContent",
"unicode": "ECCD"
},
{
"name": "Product",
"unicode": "ECDC"
},
{
"name": "ProgressLoopInner",
"unicode": "ECDE"
},
{
"name": "ProgressLoopOuter",
"unicode": "ECDF"
},
{
"name": "Blocked2",
"unicode": "ECE4"
},
{
"name": "FangBody",
"unicode": "ECEB"
},
{
"name": "Toolbox",
"unicode": "ECED"
},
{
"name": "PageHeader",
"unicode": "ECEE"
},
{
"name": "ChatInviteFriend",
"unicode": "ECFE"
},
{
"name": "Brush",
"unicode": "ECFF"
},
{
"name": "Shirt",
"unicode": "ED00"
},
{
"name": "Crown",
"unicode": "ED01"
},
{
"name": "Diamond",
"unicode": "ED02"
},
{
"name": "ScaleUp",
"unicode": "ED09"
},
{
"name": "QRCode",
"unicode": "ED14"
},
{
"name": "Feedback",
"unicode": "ED15"
},
{
"name": "SharepointLogoInverse",
"unicode": "ED18"
},
{
"name": "YammerLogo",
"unicode": "ED19"
},
{
"name": "Hide",
"unicode": "ED1A"
},
{
"name": "Uneditable",
"unicode": "ED1D"
},
{
"name": "ReturnToSession",
"unicode": "ED24"
},
{
"name": "OpenFolderHorizontal",
"unicode": "ED25"
},
{
"name": "CalendarMirrored",
"unicode": "ED28"
}
]
}
+413
View File
@@ -0,0 +1,413 @@
{
"fontName": "fabric-icons-6",
"fontFamilyName": "FabricMDL2Icons-6",
"excludeGlyphs": false,
"excludeThirdPartyIcons": true,
"chunkSubsets": true,
"hashFontFileName": true,
"subsetChunkSettings": {
"maxSubsetSize": 100
},
"glyphs": [
{
"name": "SwayLogoInverse",
"unicode": "ED29"
},
{
"name": "OutOfOffice",
"unicode": "ED34"
},
{
"name": "Trophy",
"unicode": "ED3F"
},
{
"name": "ReopenPages",
"unicode": "ED50"
},
{
"name": "EmojiTabSymbols",
"unicode": "ED58"
},
{
"name": "AADLogo",
"unicode": "ED68"
},
{
"name": "AccessLogo",
"unicode": "ED69"
},
{
"name": "AdminALogoInverse32",
"unicode": "ED6A"
},
{
"name": "AdminCLogoInverse32",
"unicode": "ED6B"
},
{
"name": "AdminDLogoInverse32",
"unicode": "ED6C"
},
{
"name": "AdminELogoInverse32",
"unicode": "ED6D"
},
{
"name": "AdminLLogoInverse32",
"unicode": "ED6E"
},
{
"name": "AdminMLogoInverse32",
"unicode": "ED6F"
},
{
"name": "AdminOLogoInverse32",
"unicode": "ED70"
},
{
"name": "AdminPLogoInverse32",
"unicode": "ED71"
},
{
"name": "AdminSLogoInverse32",
"unicode": "ED72"
},
{
"name": "AdminYLogoInverse32",
"unicode": "ED73"
},
{
"name": "DelveLogoInverse",
"unicode": "ED76"
},
{
"name": "ExchangeLogoInverse",
"unicode": "ED78"
},
{
"name": "LyncLogo",
"unicode": "ED79"
},
{
"name": "OfficeVideoLogoInverse",
"unicode": "ED7A"
},
{
"name": "SocialListeningLogo",
"unicode": "ED7C"
},
{
"name": "VisioLogoInverse",
"unicode": "ED7D"
},
{
"name": "Balloons",
"unicode": "ED7E"
},
{
"name": "Cat",
"unicode": "ED7F"
},
{
"name": "MailAlert",
"unicode": "ED80"
},
{
"name": "MailCheck",
"unicode": "ED81"
},
{
"name": "MailLowImportance",
"unicode": "ED82"
},
{
"name": "MailPause",
"unicode": "ED83"
},
{
"name": "MailRepeat",
"unicode": "ED84"
},
{
"name": "SecurityGroup",
"unicode": "ED85"
},
{
"name": "Table",
"unicode": "ED86"
},
{
"name": "VoicemailForward",
"unicode": "ED87"
},
{
"name": "VoicemailReply",
"unicode": "ED88"
},
{
"name": "Waffle",
"unicode": "ED89"
},
{
"name": "RemoveEvent",
"unicode": "ED8A"
},
{
"name": "EventInfo",
"unicode": "ED8B"
},
{
"name": "ForwardEvent",
"unicode": "ED8C"
},
{
"name": "WipePhone",
"unicode": "ED8D"
},
{
"name": "AddOnlineMeeting",
"unicode": "ED8E"
},
{
"name": "JoinOnlineMeeting",
"unicode": "ED8F"
},
{
"name": "RemoveLink",
"unicode": "ED90"
},
{
"name": "PeopleBlock",
"unicode": "ED91"
},
{
"name": "PeopleRepeat",
"unicode": "ED92"
},
{
"name": "PeopleAlert",
"unicode": "ED93"
},
{
"name": "PeoplePause",
"unicode": "ED94"
},
{
"name": "TransferCall",
"unicode": "ED95"
},
{
"name": "AddPhone",
"unicode": "ED96"
},
{
"name": "UnknownCall",
"unicode": "ED97"
},
{
"name": "NoteReply",
"unicode": "ED98"
},
{
"name": "NoteForward",
"unicode": "ED99"
},
{
"name": "NotePinned",
"unicode": "ED9A"
},
{
"name": "RemoveOccurrence",
"unicode": "ED9B"
},
{
"name": "Timeline",
"unicode": "ED9C"
},
{
"name": "EditNote",
"unicode": "ED9D"
},
{
"name": "CircleHalfFull",
"unicode": "ED9E"
},
{
"name": "Room",
"unicode": "ED9F"
},
{
"name": "Unsubscribe",
"unicode": "EDA0"
},
{
"name": "Subscribe",
"unicode": "EDA1"
},
{
"name": "HardDrive",
"unicode": "EDA2"
},
{
"name": "RecurringTask",
"unicode": "EDB2"
},
{
"name": "TaskManager",
"unicode": "EDB7"
},
{
"name": "TaskManagerMirrored",
"unicode": "EDB8"
},
{
"name": "Combine",
"unicode": "EDBB"
},
{
"name": "Split",
"unicode": "EDBC"
},
{
"name": "DoubleChevronUp",
"unicode": "EDBD"
},
{
"name": "DoubleChevronLeft",
"unicode": "EDBE"
},
{
"name": "DoubleChevronRight",
"unicode": "EDBF"
},
{
"name": "TextBox",
"unicode": "EDC2"
},
{
"name": "TextField",
"unicode": "EDC3"
},
{
"name": "NumberField",
"unicode": "EDC4"
},
{
"name": "Dropdown",
"unicode": "EDC5"
},
{
"name": "PenWorkspace",
"unicode": "EDC6"
},
{
"name": "BookingsLogo",
"unicode": "EDC7"
},
{
"name": "ClassNotebookLogoInverse",
"unicode": "EDC8"
},
{
"name": "DelveAnalyticsLogo",
"unicode": "EDCA"
},
{
"name": "DocsLogoInverse",
"unicode": "EDCB"
},
{
"name": "Dynamics365Logo",
"unicode": "EDCC"
},
{
"name": "DynamicSMBLogo",
"unicode": "EDCD"
},
{
"name": "OfficeAssistantLogo",
"unicode": "EDCE"
},
{
"name": "OfficeStoreLogo",
"unicode": "EDCF"
},
{
"name": "OneNoteEduLogoInverse",
"unicode": "EDD0"
},
{
"name": "PlannerLogo",
"unicode": "EDD1"
},
{
"name": "PowerApps",
"unicode": "EDD2"
},
{
"name": "Suitcase",
"unicode": "EDD3"
},
{
"name": "ProjectLogoInverse",
"unicode": "EDD4"
},
{
"name": "CaretLeft8",
"unicode": "EDD5"
},
{
"name": "CaretRight8",
"unicode": "EDD6"
},
{
"name": "CaretUp8",
"unicode": "EDD7"
},
{
"name": "CaretDown8",
"unicode": "EDD8"
},
{
"name": "CaretLeftSolid8",
"unicode": "EDD9"
},
{
"name": "CaretRightSolid8",
"unicode": "EDDA"
},
{
"name": "CaretUpSolid8",
"unicode": "EDDB"
},
{
"name": "CaretDownSolid8",
"unicode": "EDDC"
},
{
"name": "ClearFormatting",
"unicode": "EDDD"
},
{
"name": "Superscript",
"unicode": "EDDE"
},
{
"name": "Subscript",
"unicode": "EDDF"
},
{
"name": "Strikethrough",
"unicode": "EDE0"
},
{
"name": "Export",
"unicode": "EDE1"
},
{
"name": "ExportMirrored",
"unicode": "EDE2"
}
]
}
+413
View File
@@ -0,0 +1,413 @@
{
"fontName": "fabric-icons-7",
"fontFamilyName": "FabricMDL2Icons-7",
"excludeGlyphs": false,
"excludeThirdPartyIcons": true,
"chunkSubsets": true,
"hashFontFileName": true,
"subsetChunkSettings": {
"maxSubsetSize": 100
},
"glyphs": [
{
"name": "SingleBookmark",
"unicode": "EDFF"
},
{
"name": "SingleBookmarkSolid",
"unicode": "EE00"
},
{
"name": "DoubleChevronDown",
"unicode": "EE04"
},
{
"name": "FollowUser",
"unicode": "EE05"
},
{
"name": "ReplyAll",
"unicode": "EE0A"
},
{
"name": "WorkforceManagement",
"unicode": "EE0F"
},
{
"name": "RecruitmentManagement",
"unicode": "EE12"
},
{
"name": "Questionnaire",
"unicode": "EE19"
},
{
"name": "ManagerSelfService",
"unicode": "EE23"
},
{
"name": "ProductionFloorManagement",
"unicode": "EE29"
},
{
"name": "ProductRelease",
"unicode": "EE2E"
},
{
"name": "ProductVariant",
"unicode": "EE30"
},
{
"name": "ReplyMirrored",
"unicode": "EE35"
},
{
"name": "ReplyAllMirrored",
"unicode": "EE36"
},
{
"name": "Medal",
"unicode": "EE38"
},
{
"name": "AddGroup",
"unicode": "EE3D"
},
{
"name": "QuestionnaireMirrored",
"unicode": "EE4B"
},
{
"name": "CloudImportExport",
"unicode": "EE55"
},
{
"name": "TemporaryUser",
"unicode": "EE58"
},
{
"name": "CaretSolid16",
"unicode": "EE62"
},
{
"name": "GroupedDescending",
"unicode": "EE66"
},
{
"name": "GroupedAscending",
"unicode": "EE67"
},
{
"name": "AwayStatus",
"unicode": "EE6A"
},
{
"name": "MyMoviesTV",
"unicode": "EE6C"
},
{
"name": "GenericScan",
"unicode": "EE6F"
},
{
"name": "AustralianRules",
"unicode": "EE70"
},
{
"name": "WifiEthernet",
"unicode": "EE77"
},
{
"name": "TrackersMirrored",
"unicode": "EE92"
},
{
"name": "DateTimeMirrored",
"unicode": "EE93"
},
{
"name": "StopSolid",
"unicode": "EE95"
},
{
"name": "DoubleChevronUp12",
"unicode": "EE96"
},
{
"name": "DoubleChevronDown12",
"unicode": "EE97"
},
{
"name": "DoubleChevronLeft12",
"unicode": "EE98"
},
{
"name": "DoubleChevronRight12",
"unicode": "EE99"
},
{
"name": "CalendarAgenda",
"unicode": "EE9A"
},
{
"name": "ConnectVirtualMachine",
"unicode": "EE9D"
},
{
"name": "AddEvent",
"unicode": "EEB5"
},
{
"name": "AssetLibrary",
"unicode": "EEB6"
},
{
"name": "DataConnectionLibrary",
"unicode": "EEB7"
},
{
"name": "DocLibrary",
"unicode": "EEB8"
},
{
"name": "FormLibrary",
"unicode": "EEB9"
},
{
"name": "FormLibraryMirrored",
"unicode": "EEBA"
},
{
"name": "ReportLibrary",
"unicode": "EEBB"
},
{
"name": "ReportLibraryMirrored",
"unicode": "EEBC"
},
{
"name": "ContactCard",
"unicode": "EEBD"
},
{
"name": "CustomList",
"unicode": "EEBE"
},
{
"name": "CustomListMirrored",
"unicode": "EEBF"
},
{
"name": "IssueTracking",
"unicode": "EEC0"
},
{
"name": "IssueTrackingMirrored",
"unicode": "EEC1"
},
{
"name": "PictureLibrary",
"unicode": "EEC2"
},
{
"name": "OfficeAddinsLogo",
"unicode": "EEC7"
},
{
"name": "OfflineOneDriveParachute",
"unicode": "EEC8"
},
{
"name": "OfflineOneDriveParachuteDisabled",
"unicode": "EEC9"
},
{
"name": "TriangleSolidUp12",
"unicode": "EECC"
},
{
"name": "TriangleSolidDown12",
"unicode": "EECD"
},
{
"name": "TriangleSolidLeft12",
"unicode": "EECE"
},
{
"name": "TriangleSolidRight12",
"unicode": "EECF"
},
{
"name": "TriangleUp12",
"unicode": "EED0"
},
{
"name": "TriangleDown12",
"unicode": "EED1"
},
{
"name": "TriangleLeft12",
"unicode": "EED2"
},
{
"name": "TriangleRight12",
"unicode": "EED3"
},
{
"name": "ArrowUpRight8",
"unicode": "EED4"
},
{
"name": "ArrowDownRight8",
"unicode": "EED5"
},
{
"name": "DocumentSet",
"unicode": "EED6"
},
{
"name": "GoToDashboard",
"unicode": "EEED"
},
{
"name": "DelveAnalytics",
"unicode": "EEEE"
},
{
"name": "ArrowUpRightMirrored8",
"unicode": "EEEF"
},
{
"name": "ArrowDownRightMirrored8",
"unicode": "EEF0"
},
{
"name": "CompanyDirectory",
"unicode": "EF0D"
},
{
"name": "OpenEnrollment",
"unicode": "EF1C"
},
{
"name": "CompanyDirectoryMirrored",
"unicode": "EF2B"
},
{
"name": "OneDriveAdd",
"unicode": "EF32"
},
{
"name": "ProfileSearch",
"unicode": "EF35"
},
{
"name": "Header2",
"unicode": "EF36"
},
{
"name": "Header3",
"unicode": "EF37"
},
{
"name": "Header4",
"unicode": "EF38"
},
{
"name": "RingerSolid",
"unicode": "EF3A"
},
{
"name": "Eyedropper",
"unicode": "EF3C"
},
{
"name": "MarketDown",
"unicode": "EF42"
},
{
"name": "CalendarWorkWeek",
"unicode": "EF51"
},
{
"name": "SidePanel",
"unicode": "EF52"
},
{
"name": "GlobeFavorite",
"unicode": "EF53"
},
{
"name": "CaretTopLeftSolid8",
"unicode": "EF54"
},
{
"name": "CaretTopRightSolid8",
"unicode": "EF55"
},
{
"name": "ViewAll2",
"unicode": "EF56"
},
{
"name": "DocumentReply",
"unicode": "EF57"
},
{
"name": "PlayerSettings",
"unicode": "EF58"
},
{
"name": "ReceiptForward",
"unicode": "EF59"
},
{
"name": "ReceiptReply",
"unicode": "EF5A"
},
{
"name": "ReceiptCheck",
"unicode": "EF5B"
},
{
"name": "Fax",
"unicode": "EF5C"
},
{
"name": "RecurringEvent",
"unicode": "EF5D"
},
{
"name": "ReplyAlt",
"unicode": "EF5E"
},
{
"name": "ReplyAllAlt",
"unicode": "EF5F"
},
{
"name": "EditStyle",
"unicode": "EF60"
},
{
"name": "EditMail",
"unicode": "EF61"
},
{
"name": "Lifesaver",
"unicode": "EF62"
},
{
"name": "LifesaverLock",
"unicode": "EF63"
},
{
"name": "InboxCheck",
"unicode": "EF64"
},
{
"name": "FolderSearch",
"unicode": "EF65"
}
]
}
+413
View File
@@ -0,0 +1,413 @@
{
"fontName": "fabric-icons-8",
"fontFamilyName": "FabricMDL2Icons-8",
"excludeGlyphs": false,
"excludeThirdPartyIcons": true,
"chunkSubsets": true,
"hashFontFileName": true,
"subsetChunkSettings": {
"maxSubsetSize": 100
},
"glyphs": [
{
"name": "CollapseMenu",
"unicode": "EF66"
},
{
"name": "ExpandMenu",
"unicode": "EF67"
},
{
"name": "Boards",
"unicode": "EF68"
},
{
"name": "SunAdd",
"unicode": "EF69"
},
{
"name": "SunQuestionMark",
"unicode": "EF6A"
},
{
"name": "LandscapeOrientation",
"unicode": "EF6B"
},
{
"name": "DocumentSearch",
"unicode": "EF6C"
},
{
"name": "PublicCalendar",
"unicode": "EF6D"
},
{
"name": "PublicContactCard",
"unicode": "EF6E"
},
{
"name": "PublicEmail",
"unicode": "EF6F"
},
{
"name": "PublicFolder",
"unicode": "EF70"
},
{
"name": "WordDocument",
"unicode": "EF71"
},
{
"name": "PowerPointDocument",
"unicode": "EF72"
},
{
"name": "ExcelDocument",
"unicode": "EF73"
},
{
"name": "GroupedList",
"unicode": "EF74"
},
{
"name": "ClassroomLogo",
"unicode": "EF75"
},
{
"name": "Sections",
"unicode": "EF76"
},
{
"name": "EditPhoto",
"unicode": "EF77"
},
{
"name": "Starburst",
"unicode": "EF78"
},
{
"name": "ShareiOS",
"unicode": "EF79"
},
{
"name": "AirTickets",
"unicode": "EF7A"
},
{
"name": "PencilReply",
"unicode": "EF7B"
},
{
"name": "Tiles2",
"unicode": "EF7C"
},
{
"name": "SkypeCircleCheck",
"unicode": "EF7D"
},
{
"name": "SkypeCircleClock",
"unicode": "EF7E"
},
{
"name": "SkypeCircleMinus",
"unicode": "EF7F"
},
{
"name": "SkypeMessage",
"unicode": "EF83"
},
{
"name": "ClosedCaption",
"unicode": "EF84"
},
{
"name": "ATPLogo",
"unicode": "EF85"
},
{
"name": "OfficeFormsLogoInverse",
"unicode": "EF86"
},
{
"name": "RecycleBin",
"unicode": "EF87"
},
{
"name": "EmptyRecycleBin",
"unicode": "EF88"
},
{
"name": "Hide2",
"unicode": "EF89"
},
{
"name": "Breadcrumb",
"unicode": "EF8C"
},
{
"name": "BirthdayCake",
"unicode": "EF8D"
},
{
"name": "TimeEntry",
"unicode": "EF95"
},
{
"name": "CRMProcesses",
"unicode": "EFB1"
},
{
"name": "PageEdit",
"unicode": "EFB6"
},
{
"name": "PageArrowRight",
"unicode": "EFB8"
},
{
"name": "PageRemove",
"unicode": "EFBA"
},
{
"name": "Database",
"unicode": "EFC7"
},
{
"name": "DataManagementSettings",
"unicode": "EFC8"
},
{
"name": "CRMServices",
"unicode": "EFD2"
},
{
"name": "EditContact",
"unicode": "EFD3"
},
{
"name": "ConnectContacts",
"unicode": "EFD4"
},
{
"name": "AppIconDefaultAdd",
"unicode": "EFDA"
},
{
"name": "AppIconDefaultList",
"unicode": "EFDE"
},
{
"name": "ActivateOrders",
"unicode": "EFE0"
},
{
"name": "DeactivateOrders",
"unicode": "EFE1"
},
{
"name": "ProductCatalog",
"unicode": "EFE8"
},
{
"name": "ScatterChart",
"unicode": "EFEB"
},
{
"name": "AccountActivity",
"unicode": "EFF4"
},
{
"name": "DocumentManagement",
"unicode": "EFFC"
},
{
"name": "CRMReport",
"unicode": "EFFE"
},
{
"name": "KnowledgeArticle",
"unicode": "F000"
},
{
"name": "Relationship",
"unicode": "F003"
},
{
"name": "HomeVerify",
"unicode": "F00E"
},
{
"name": "ZipFolder",
"unicode": "F012"
},
{
"name": "SurveyQuestions",
"unicode": "F01B"
},
{
"name": "TextDocument",
"unicode": "F029"
},
{
"name": "TextDocumentShared",
"unicode": "F02B"
},
{
"name": "PageCheckedOut",
"unicode": "F02C"
},
{
"name": "PageShared",
"unicode": "F02D"
},
{
"name": "SaveAndClose",
"unicode": "F038"
},
{
"name": "Script",
"unicode": "F03A"
},
{
"name": "Archive",
"unicode": "F03F"
},
{
"name": "ActivityFeed",
"unicode": "F056"
},
{
"name": "Compare",
"unicode": "F057"
},
{
"name": "EventDate",
"unicode": "F059"
},
{
"name": "ArrowUpRight",
"unicode": "F069"
},
{
"name": "CaretRight",
"unicode": "F06B"
},
{
"name": "SetAction",
"unicode": "F071"
},
{
"name": "ChatBot",
"unicode": "F08B"
},
{
"name": "CaretSolidLeft",
"unicode": "F08D"
},
{
"name": "CaretSolidDown",
"unicode": "F08E"
},
{
"name": "CaretSolidRight",
"unicode": "F08F"
},
{
"name": "CaretSolidUp",
"unicode": "F090"
},
{
"name": "PowerAppsLogo",
"unicode": "F091"
},
{
"name": "PowerApps2Logo",
"unicode": "F092"
},
{
"name": "SearchIssue",
"unicode": "F09A"
},
{
"name": "SearchIssueMirrored",
"unicode": "F09B"
},
{
"name": "FabricAssetLibrary",
"unicode": "F09C"
},
{
"name": "FabricDataConnectionLibrary",
"unicode": "F09D"
},
{
"name": "FabricDocLibrary",
"unicode": "F09E"
},
{
"name": "FabricFormLibrary",
"unicode": "F09F"
},
{
"name": "FabricFormLibraryMirrored",
"unicode": "F0A0"
},
{
"name": "FabricReportLibrary",
"unicode": "F0A1"
},
{
"name": "FabricReportLibraryMirrored",
"unicode": "F0A2"
},
{
"name": "FabricPublicFolder",
"unicode": "F0A3"
},
{
"name": "FabricFolderSearch",
"unicode": "F0A4"
},
{
"name": "FabricMovetoFolder",
"unicode": "F0A5"
},
{
"name": "FabricUnsyncFolder",
"unicode": "F0A6"
},
{
"name": "FabricSyncFolder",
"unicode": "F0A7"
},
{
"name": "FabricOpenFolderHorizontal",
"unicode": "F0A8"
},
{
"name": "FabricFolder",
"unicode": "F0A9"
},
{
"name": "FabricFolderFill",
"unicode": "F0AA"
},
{
"name": "FabricNewFolder",
"unicode": "F0AB"
},
{
"name": "FabricPictureLibrary",
"unicode": "F0AC"
},
{
"name": "PhotoVideoMedia",
"unicode": "F0B1"
},
{
"name": "AddFavorite",
"unicode": "F0C8"
}
]
}
+413
View File
@@ -0,0 +1,413 @@
{
"fontName": "fabric-icons-9",
"fontFamilyName": "FabricMDL2Icons-9",
"excludeGlyphs": false,
"excludeThirdPartyIcons": true,
"chunkSubsets": true,
"hashFontFileName": true,
"subsetChunkSettings": {
"maxSubsetSize": 100
},
"glyphs": [
{
"name": "AddFavoriteFill",
"unicode": "F0C9"
},
{
"name": "BufferTimeBefore",
"unicode": "F0CF"
},
{
"name": "BufferTimeAfter",
"unicode": "F0D0"
},
{
"name": "BufferTimeBoth",
"unicode": "F0D1"
},
{
"name": "PublishContent",
"unicode": "F0D4"
},
{
"name": "ClipboardList",
"unicode": "F0E3"
},
{
"name": "ClipboardListMirrored",
"unicode": "F0E4"
},
{
"name": "CannedChat",
"unicode": "F0F2"
},
{
"name": "SkypeForBusinessLogo",
"unicode": "F0FC"
},
{
"name": "TabCenter",
"unicode": "F100"
},
{
"name": "PageCheckedin",
"unicode": "F104"
},
{
"name": "PageList",
"unicode": "F106"
},
{
"name": "ReadOutLoud",
"unicode": "F112"
},
{
"name": "CaretBottomLeftSolid8",
"unicode": "F121"
},
{
"name": "CaretBottomRightSolid8",
"unicode": "F122"
},
{
"name": "FolderHorizontal",
"unicode": "F12B"
},
{
"name": "MicrosoftStaffhubLogo",
"unicode": "F130"
},
{
"name": "GiftboxOpen",
"unicode": "F133"
},
{
"name": "StatusCircleOuter",
"unicode": "F136"
},
{
"name": "StatusCircleInner",
"unicode": "F137"
},
{
"name": "StatusCircleRing",
"unicode": "F138"
},
{
"name": "StatusTriangleOuter",
"unicode": "F139"
},
{
"name": "StatusTriangleInner",
"unicode": "F13A"
},
{
"name": "StatusTriangleExclamation",
"unicode": "F13B"
},
{
"name": "StatusCircleExclamation",
"unicode": "F13C"
},
{
"name": "StatusCircleErrorX",
"unicode": "F13D"
},
{
"name": "StatusCircleInfo",
"unicode": "F13F"
},
{
"name": "StatusCircleBlock",
"unicode": "F140"
},
{
"name": "StatusCircleBlock2",
"unicode": "F141"
},
{
"name": "StatusCircleQuestionMark",
"unicode": "F142"
},
{
"name": "StatusCircleSync",
"unicode": "F143"
},
{
"name": "Toll",
"unicode": "F160"
},
{
"name": "ExploreContentSingle",
"unicode": "F164"
},
{
"name": "CollapseContent",
"unicode": "F165"
},
{
"name": "CollapseContentSingle",
"unicode": "F166"
},
{
"name": "InfoSolid",
"unicode": "F167"
},
{
"name": "GroupList",
"unicode": "F168"
},
{
"name": "ProgressRingDots",
"unicode": "F16A"
},
{
"name": "CaloriesAdd",
"unicode": "F172"
},
{
"name": "BranchFork",
"unicode": "F173"
},
{
"name": "MuteChat",
"unicode": "F17A"
},
{
"name": "AddHome",
"unicode": "F17B"
},
{
"name": "AddWork",
"unicode": "F17C"
},
{
"name": "MobileReport",
"unicode": "F18A"
},
{
"name": "ScaleVolume",
"unicode": "F18C"
},
{
"name": "HardDriveGroup",
"unicode": "F18F"
},
{
"name": "FastMode",
"unicode": "F19A"
},
{
"name": "ToggleLeft",
"unicode": "F19E"
},
{
"name": "ToggleRight",
"unicode": "F19F"
},
{
"name": "TriangleShape",
"unicode": "F1A7"
},
{
"name": "RectangleShape",
"unicode": "F1A9"
},
{
"name": "CubeShape",
"unicode": "F1AA"
},
{
"name": "Trophy2",
"unicode": "F1AE"
},
{
"name": "BucketColor",
"unicode": "F1B6"
},
{
"name": "BucketColorFill",
"unicode": "F1B7"
},
{
"name": "Taskboard",
"unicode": "F1C2"
},
{
"name": "SingleColumn",
"unicode": "F1D3"
},
{
"name": "DoubleColumn",
"unicode": "F1D4"
},
{
"name": "TripleColumn",
"unicode": "F1D5"
},
{
"name": "ColumnLeftTwoThirds",
"unicode": "F1D6"
},
{
"name": "ColumnRightTwoThirds",
"unicode": "F1D7"
},
{
"name": "AccessLogoFill",
"unicode": "F1DB"
},
{
"name": "AnalyticsLogo",
"unicode": "F1DE"
},
{
"name": "AnalyticsQuery",
"unicode": "F1DF"
},
{
"name": "NewAnalyticsQuery",
"unicode": "F1E0"
},
{
"name": "AnalyticsReport",
"unicode": "F1E1"
},
{
"name": "WordLogo",
"unicode": "F1E3"
},
{
"name": "WordLogoFill",
"unicode": "F1E4"
},
{
"name": "ExcelLogo",
"unicode": "F1E5"
},
{
"name": "ExcelLogoFill",
"unicode": "F1E6"
},
{
"name": "OneNoteLogo",
"unicode": "F1E7"
},
{
"name": "OneNoteLogoFill",
"unicode": "F1E8"
},
{
"name": "OutlookLogo",
"unicode": "F1E9"
},
{
"name": "OutlookLogoFill",
"unicode": "F1EA"
},
{
"name": "PowerPointLogo",
"unicode": "F1EB"
},
{
"name": "PowerPointLogoFill",
"unicode": "F1EC"
},
{
"name": "PublisherLogo",
"unicode": "F1ED"
},
{
"name": "PublisherLogoFill",
"unicode": "F1EE"
},
{
"name": "ScheduleEventAction",
"unicode": "F1EF"
},
{
"name": "FlameSolid",
"unicode": "F1F3"
},
{
"name": "ServerProcesses",
"unicode": "F1FE"
},
{
"name": "Server",
"unicode": "F201"
},
{
"name": "SaveAll",
"unicode": "F203"
},
{
"name": "LinkedInLogo",
"unicode": "F20A"
},
{
"name": "Decimals",
"unicode": "F218"
},
{
"name": "SidePanelMirrored",
"unicode": "F221"
},
{
"name": "ProtectRestrict",
"unicode": "F22A"
},
{
"name": "Blog",
"unicode": "F22B"
},
{
"name": "UnknownMirrored",
"unicode": "F22E"
},
{
"name": "PublicContactCardMirrored",
"unicode": "F230"
},
{
"name": "GridViewSmall",
"unicode": "F232"
},
{
"name": "GridViewMedium",
"unicode": "F233"
},
{
"name": "GridViewLarge",
"unicode": "F234"
},
{
"name": "Step",
"unicode": "F241"
},
{
"name": "StepInsert",
"unicode": "F242"
},
{
"name": "StepShared",
"unicode": "F243"
},
{
"name": "StepSharedAdd",
"unicode": "F244"
},
{
"name": "StepSharedInsert",
"unicode": "F245"
},
{
"name": "ViewDashboard",
"unicode": "F246"
},
{
"name": "ViewList",
"unicode": "F247"
}
]
}
+241
View File
@@ -0,0 +1,241 @@
{
"fontName": "fabric-icons",
"fontFamilyName": "FabricMDL2Icons",
"excludeGlyphs": false,
"excludeThirdPartyIcons": true,
"chunkSubsets": true,
"hashFontFileName": true,
"subsetChunkSettings": {
"maxSubsetSize": 100
},
"glyphs": [
{
"name": "GlobalNavButton",
"unicode": "E700"
},
{
"name": "ChevronDown",
"unicode": "E70D"
},
{
"name": "ChevronUp",
"unicode": "E70E"
},
{
"name": "Edit",
"unicode": "E70F"
},
{
"name": "Add",
"unicode": "E710"
},
{
"name": "Cancel",
"unicode": "E711"
},
{
"name": "More",
"unicode": "E712"
},
{
"name": "Settings",
"unicode": "E713"
},
{
"name": "Mail",
"unicode": "E715"
},
{
"name": "Filter",
"unicode": "E71C"
},
{
"name": "Search",
"unicode": "E721"
},
{
"name": "Share",
"unicode": "E72D"
},
{
"name": "BlockedSite",
"unicode": "E72F"
},
{
"name": "FavoriteStar",
"unicode": "E734"
},
{
"name": "FavoriteStarFill",
"unicode": "E735"
},
{
"name": "CheckMark",
"unicode": "E73E"
},
{
"name": "Delete",
"unicode": "E74D"
},
{
"name": "ChevronLeft",
"unicode": "E76B"
},
{
"name": "ChevronRight",
"unicode": "E76C"
},
{
"name": "Calendar",
"unicode": "E787"
},
{
"name": "Megaphone",
"unicode": "E789"
},
{
"name": "Undo",
"unicode": "E7A7"
},
{
"name": "Flag",
"unicode": "E7C1"
},
{
"name": "Page",
"unicode": "E7C3"
},
{
"name": "Pinned",
"unicode": "E840"
},
{
"name": "View",
"unicode": "E890"
},
{
"name": "Clear",
"unicode": "E894"
},
{
"name": "Download",
"unicode": "E896"
},
{
"name": "Upload",
"unicode": "E898"
},
{
"name": "Folder",
"unicode": "E8B7"
},
{
"name": "Sort",
"unicode": "E8CB"
},
{
"name": "AlignRight",
"unicode": "E8E2"
},
{
"name": "AlignLeft",
"unicode": "E8E4"
},
{
"name": "Tag",
"unicode": "E8EC"
},
{
"name": "AddFriend",
"unicode": "E8FA"
},
{
"name": "Info",
"unicode": "E946"
},
{
"name": "SortLines",
"unicode": "E9D0"
},
{
"name": "List",
"unicode": "EA37"
},
{
"name": "CircleRing",
"unicode": "EA3A"
},
{
"name": "Heart",
"unicode": "EB51"
},
{
"name": "HeartFill",
"unicode": "EB52"
},
{
"name": "Tiles",
"unicode": "ECA5"
},
{
"name": "Embed",
"unicode": "ECCE"
},
{
"name": "Glimmer",
"unicode": "ECF4"
},
{
"name": "Ascending",
"unicode": "EDC0"
},
{
"name": "Descending",
"unicode": "EDC1"
},
{
"name": "SortUp",
"unicode": "EE68"
},
{
"name": "SortDown",
"unicode": "EE69"
},
{
"name": "SyncToPC",
"unicode": "EE6E"
},
{
"name": "LargeGrid",
"unicode": "EECB"
},
{
"name": "SkypeCheck",
"unicode": "EF80"
},
{
"name": "SkypeClock",
"unicode": "EF81"
},
{
"name": "SkypeMinus",
"unicode": "EF82"
},
{
"name": "ClearFilter",
"unicode": "EF8F"
},
{
"name": "Flow",
"unicode": "EF90"
},
{
"name": "StatusCircleCheckmark",
"unicode": "F13E"
},
{
"name": "MoreVertical",
"unicode": "F2BC"
}
]
}
+5
View File
@@ -0,0 +1,5 @@
{
"copyTo": {
"lib": ["./src/**/*.json"]
}
}
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+3
View File
@@ -0,0 +1,3 @@
import { preset } from '@fluentui/scripts-tasks';
preset();
File diff suppressed because it is too large Load Diff
+5
View File
@@ -0,0 +1,5 @@
define(["require", "exports"], function (require, exports) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
});
//# sourceMappingURL=IconNames.js.map
File diff suppressed because one or more lines are too long
+2
View File
@@ -0,0 +1,2 @@
import { IIconOptions } from '@fluentui/style-utilities';
export declare function initializeIcons(baseUrl?: string, options?: IIconOptions): void;
+126
View File
@@ -0,0 +1,126 @@
// 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
define(["require", "exports", "@fluentui/style-utilities"], function (require, exports, style_utilities_1) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.initializeIcons = initializeIcons;
function initializeIcons(baseUrl, options) {
if (baseUrl === void 0) { baseUrl = ''; }
var subset = {
style: {
MozOsxFontSmoothing: 'grayscale',
WebkitFontSmoothing: 'antialiased',
fontStyle: 'normal',
fontWeight: 'normal',
speak: 'none'
},
fontFace: {
fontFamily: "\"FabricMDL2Icons-0\"",
src: "url('".concat(baseUrl, "fabric-icons-0-467ee27f.woff') format('woff')")
},
icons: {
'PageLink': '\uE302',
'CommentSolid': '\uE30E',
'ChangeEntitlements': '\uE310',
'Installation': '\uE311',
'WebAppBuilderModule': '\uE313',
'WebAppBuilderFragment': '\uE314',
'WebAppBuilderSlot': '\uE315',
'BullseyeTargetEdit': '\uE319',
'WebAppBuilderFragmentCreate': '\uE31B',
'PageData': '\uE31C',
'PageHeaderEdit': '\uE31D',
'ProductList': '\uE31E',
'UnpublishContent': '\uE31F',
'DependencyAdd': '\uE344',
'DependencyRemove': '\uE345',
'EntitlementPolicy': '\uE346',
'EntitlementRedemption': '\uE347',
'SchoolDataSyncLogo': '\uE34C',
'PinSolid12': '\uE352',
'PinSolidOff12': '\uE353',
'AddLink': '\uE35E',
'SharepointAppIcon16': '\uE365',
'DataflowsLink': '\uE366',
'TimePicker': '\uE367',
'UserWarning': '\uE368',
'ComplianceAudit': '\uE369',
'InternetSharing': '\uE704',
'Brightness': '\uE706',
'MapPin': '\uE707',
'Airplane': '\uE709',
'Tablet': '\uE70A',
'QuickNote': '\uE70B',
'Video': '\uE714',
'People': '\uE716',
'Phone': '\uE717',
'Pin': '\uE718',
'Shop': '\uE719',
'Stop': '\uE71A',
'Link': '\uE71B',
'AllApps': '\uE71D',
'Zoom': '\uE71E',
'ZoomOut': '\uE71F',
'Microphone': '\uE720',
'Camera': '\uE722',
'Attach': '\uE723',
'Send': '\uE724',
'FavoriteList': '\uE728',
'PageSolid': '\uE729',
'Forward': '\uE72A',
'Back': '\uE72B',
'Refresh': '\uE72C',
'Lock': '\uE72E',
'ReportHacked': '\uE730',
'EMI': '\uE731',
'MiniLink': '\uE732',
'Blocked': '\uE733',
'ReadingMode': '\uE736',
'Favicon': '\uE737',
'Remove': '\uE738',
'Checkbox': '\uE739',
'CheckboxComposite': '\uE73A',
'CheckboxFill': '\uE73B',
'CheckboxIndeterminate': '\uE73C',
'CheckboxCompositeReversed': '\uE73D',
'BackToWindow': '\uE73F',
'FullScreen': '\uE740',
'Print': '\uE749',
'Up': '\uE74A',
'Down': '\uE74B',
'OEM': '\uE74C',
'Save': '\uE74E',
'ReturnKey': '\uE751',
'Cloud': '\uE753',
'Flashlight': '\uE754',
'CommandPrompt': '\uE756',
'Sad': '\uE757',
'RealEstate': '\uE758',
'SIPMove': '\uE759',
'EraseTool': '\uE75C',
'GripperTool': '\uE75E',
'Dialpad': '\uE75F',
'PageLeft': '\uE760',
'PageRight': '\uE761',
'MultiSelect': '\uE762',
'KeyboardClassic': '\uE765',
'Play': '\uE768',
'Pause': '\uE769',
'InkingTool': '\uE76D',
'Emoji2': '\uE76E',
'GripperBarHorizontal': '\uE76F',
'System': '\uE770',
'Personalize': '\uE771',
'SearchAndApps': '\uE773',
'Globe': '\uE774',
'EaseOfAccess': '\uE776',
'ContactInfo': '\uE779',
'Unpin': '\uE77A',
'Contact': '\uE77B',
'Memo': '\uE77C',
'IncomingCall': '\uE77E'
}
};
(0, style_utilities_1.registerIcons)(subset, options);
}
});
//# sourceMappingURL=fabric-icons-0.js.map
File diff suppressed because one or more lines are too long
+2
View File
@@ -0,0 +1,2 @@
import { IIconOptions } from '@fluentui/style-utilities';
export declare function initializeIcons(baseUrl?: string, options?: IIconOptions): void;
+126
View File
@@ -0,0 +1,126 @@
// 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
define(["require", "exports", "@fluentui/style-utilities"], function (require, exports, style_utilities_1) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.initializeIcons = initializeIcons;
function initializeIcons(baseUrl, options) {
if (baseUrl === void 0) { baseUrl = ''; }
var subset = {
style: {
MozOsxFontSmoothing: 'grayscale',
WebkitFontSmoothing: 'antialiased',
fontStyle: 'normal',
fontWeight: 'normal',
speak: 'none'
},
fontFace: {
fontFamily: "\"FabricMDL2Icons-1\"",
src: "url('".concat(baseUrl, "fabric-icons-1-4d521695.woff') format('woff')")
},
icons: {
'Paste': '\uE77F',
'WindowsLogo': '\uE782',
'Error': '\uE783',
'GripperBarVertical': '\uE784',
'Unlock': '\uE785',
'Slideshow': '\uE786',
'Trim': '\uE78A',
'AutoEnhanceOn': '\uE78D',
'AutoEnhanceOff': '\uE78E',
'Color': '\uE790',
'SaveAs': '\uE792',
'Light': '\uE793',
'Filters': '\uE795',
'AspectRatio': '\uE799',
'Contrast': '\uE7A1',
'Redo': '\uE7A6',
'Crop': '\uE7A8',
'PhotoCollection': '\uE7AA',
'Album': '\uE7AB',
'Rotate': '\uE7AD',
'PanoIndicator': '\uE7B0',
'Translate': '\uE7B2',
'RedEye': '\uE7B3',
'ViewOriginal': '\uE7B4',
'ThumbnailView': '\uE7B6',
'Package': '\uE7B8',
'Telemarketer': '\uE7B9',
'Warning': '\uE7BA',
'Financial': '\uE7BB',
'Education': '\uE7BE',
'ShoppingCart': '\uE7BF',
'Train': '\uE7C0',
'Move': '\uE7C2',
'TouchPointer': '\uE7C9',
'Merge': '\uE7D5',
'TurnRight': '\uE7DB',
'Ferry': '\uE7E3',
'Highlight': '\uE7E6',
'PowerButton': '\uE7E8',
'Tab': '\uE7E9',
'Admin': '\uE7EF',
'TVMonitor': '\uE7F4',
'Speakers': '\uE7F5',
'Game': '\uE7FC',
'HorizontalTabKey': '\uE7FD',
'UnstackSelected': '\uE7FE',
'StackIndicator': '\uE7FF',
'Nav2DMapView': '\uE800',
'StreetsideSplitMinimize': '\uE802',
'Car': '\uE804',
'Bus': '\uE806',
'EatDrink': '\uE807',
'SeeDo': '\uE808',
'LocationCircle': '\uE80E',
'Home': '\uE80F',
'SwitcherStartEnd': '\uE810',
'ParkingLocation': '\uE811',
'IncidentTriangle': '\uE814',
'Touch': '\uE815',
'MapDirections': '\uE816',
'CaretHollow': '\uE817',
'CaretSolid': '\uE818',
'History': '\uE81C',
'Location': '\uE81D',
'MapLayers': '\uE81E',
'SearchNearby': '\uE820',
'Work': '\uE821',
'Recent': '\uE823',
'Hotel': '\uE824',
'Bank': '\uE825',
'LocationDot': '\uE827',
'Dictionary': '\uE82D',
'ChromeBack': '\uE830',
'FolderOpen': '\uE838',
'PinnedFill': '\uE842',
'RevToggleKey': '\uE845',
'USB': '\uE88E',
'Previous': '\uE892',
'Next': '\uE893',
'Sync': '\uE895',
'Help': '\uE897',
'Emoji': '\uE899',
'MailForward': '\uE89C',
'ClosePane': '\uE89F',
'OpenPane': '\uE8A0',
'PreviewLink': '\uE8A1',
'ZoomIn': '\uE8A3',
'Bookmarks': '\uE8A4',
'Document': '\uE8A5',
'ProtectedDocument': '\uE8A6',
'OpenInNewWindow': '\uE8A7',
'MailFill': '\uE8A8',
'ViewAll': '\uE8A9',
'Switch': '\uE8AB',
'Rename': '\uE8AC',
'Go': '\uE8AD',
'Remote': '\uE8AF',
'SelectAll': '\uE8B3',
'Orientation': '\uE8B4',
'Import': '\uE8B5'
}
};
(0, style_utilities_1.registerIcons)(subset, options);
}
});
//# sourceMappingURL=fabric-icons-1.js.map
File diff suppressed because one or more lines are too long
+2
View File
@@ -0,0 +1,2 @@
import { IIconOptions } from '@fluentui/style-utilities';
export declare function initializeIcons(baseUrl?: string, options?: IIconOptions): void;
+126
View File
@@ -0,0 +1,126 @@
// 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
define(["require", "exports", "@fluentui/style-utilities"], function (require, exports, style_utilities_1) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.initializeIcons = initializeIcons;
function initializeIcons(baseUrl, options) {
if (baseUrl === void 0) { baseUrl = ''; }
var subset = {
style: {
MozOsxFontSmoothing: 'grayscale',
WebkitFontSmoothing: 'antialiased',
fontStyle: 'normal',
fontWeight: 'normal',
speak: 'none'
},
fontFace: {
fontFamily: "\"FabricMDL2Icons-10\"",
src: "url('".concat(baseUrl, "fabric-icons-10-c4ded8e4.woff') format('woff')")
},
icons: {
'ViewListGroup': '\uF248',
'ViewListTree': '\uF249',
'TriggerAuto': '\uF24A',
'TriggerUser': '\uF24B',
'PivotChart': '\uF24C',
'StackedBarChart': '\uF24D',
'StackedLineChart': '\uF24E',
'BuildQueue': '\uF24F',
'BuildQueueNew': '\uF250',
'UserFollowed': '\uF25C',
'ContactLink': '\uF25F',
'Stack': '\uF26F',
'Bullseye': '\uF272',
'VennDiagram': '\uF273',
'FiveTileGrid': '\uF274',
'FocalPoint': '\uF277',
'Insert': '\uF278',
'RingerRemove': '\uF279',
'TeamsLogoInverse': '\uF27A',
'TeamsLogo': '\uF27B',
'TeamsLogoFill': '\uF27C',
'SkypeForBusinessLogoFill': '\uF27D',
'SharepointLogo': '\uF27E',
'SharepointLogoFill': '\uF27F',
'DelveLogo': '\uF280',
'DelveLogoFill': '\uF281',
'OfficeVideoLogo': '\uF282',
'OfficeVideoLogoFill': '\uF283',
'ExchangeLogo': '\uF284',
'ExchangeLogoFill': '\uF285',
'Signin': '\uF286',
'DocumentApproval': '\uF28B',
'CloneToDesktop': '\uF28C',
'InstallToDrive': '\uF28D',
'Blur': '\uF28E',
'Build': '\uF28F',
'ProcessMetaTask': '\uF290',
'BranchFork2': '\uF291',
'BranchLocked': '\uF292',
'BranchCommit': '\uF293',
'BranchCompare': '\uF294',
'BranchMerge': '\uF295',
'BranchPullRequest': '\uF296',
'BranchSearch': '\uF297',
'BranchShelveset': '\uF298',
'RawSource': '\uF299',
'MergeDuplicate': '\uF29A',
'RowsGroup': '\uF29B',
'RowsChild': '\uF29C',
'Deploy': '\uF29D',
'Redeploy': '\uF29E',
'ServerEnviroment': '\uF29F',
'VisioDiagram': '\uF2A0',
'HighlightMappedShapes': '\uF2A1',
'TextCallout': '\uF2A2',
'IconSetsFlag': '\uF2A4',
'VisioLogo': '\uF2A7',
'VisioLogoFill': '\uF2A8',
'VisioDocument': '\uF2A9',
'TimelineProgress': '\uF2AA',
'TimelineDelivery': '\uF2AB',
'Backlog': '\uF2AC',
'TeamFavorite': '\uF2AD',
'TaskGroup': '\uF2AE',
'TaskGroupMirrored': '\uF2AF',
'ScopeTemplate': '\uF2B0',
'AssessmentGroupTemplate': '\uF2B1',
'NewTeamProject': '\uF2B2',
'CommentAdd': '\uF2B3',
'CommentNext': '\uF2B4',
'CommentPrevious': '\uF2B5',
'ShopServer': '\uF2B6',
'LocaleLanguage': '\uF2B7',
'QueryList': '\uF2B8',
'UserSync': '\uF2B9',
'UserPause': '\uF2BA',
'StreamingOff': '\uF2BB',
'ArrowTallUpLeft': '\uF2BD',
'ArrowTallUpRight': '\uF2BE',
'ArrowTallDownLeft': '\uF2BF',
'ArrowTallDownRight': '\uF2C0',
'FieldEmpty': '\uF2C1',
'FieldFilled': '\uF2C2',
'FieldChanged': '\uF2C3',
'FieldNotChanged': '\uF2C4',
'RingerOff': '\uF2C5',
'PlayResume': '\uF2C6',
'BulletedList2': '\uF2C7',
'BulletedList2Mirrored': '\uF2C8',
'ImageCrosshair': '\uF2C9',
'GitGraph': '\uF2CA',
'Repo': '\uF2CB',
'RepoSolid': '\uF2CC',
'FolderQuery': '\uF2CD',
'FolderList': '\uF2CE',
'FolderListMirrored': '\uF2CF',
'LocationOutline': '\uF2D0',
'POISolid': '\uF2D1',
'CalculatorNotEqualTo': '\uF2D2',
'BoxSubtractSolid': '\uF2D3'
}
};
(0, style_utilities_1.registerIcons)(subset, options);
}
});
//# sourceMappingURL=fabric-icons-10.js.map
File diff suppressed because one or more lines are too long
+2
View File
@@ -0,0 +1,2 @@
import { IIconOptions } from '@fluentui/style-utilities';
export declare function initializeIcons(baseUrl?: string, options?: IIconOptions): void;
+126
View File
@@ -0,0 +1,126 @@
// 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
define(["require", "exports", "@fluentui/style-utilities"], function (require, exports, style_utilities_1) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.initializeIcons = initializeIcons;
function initializeIcons(baseUrl, options) {
if (baseUrl === void 0) { baseUrl = ''; }
var subset = {
style: {
MozOsxFontSmoothing: 'grayscale',
WebkitFontSmoothing: 'antialiased',
fontStyle: 'normal',
fontWeight: 'normal',
speak: 'none'
},
fontFace: {
fontFamily: "\"FabricMDL2Icons-11\"",
src: "url('".concat(baseUrl, "fabric-icons-11-2a8393d6.woff') format('woff')")
},
icons: {
'BoxAdditionSolid': '\uF2D4',
'BoxMultiplySolid': '\uF2D5',
'BoxPlaySolid': '\uF2D6',
'BoxCheckmarkSolid': '\uF2D7',
'CirclePauseSolid': '\uF2D8',
'CirclePause': '\uF2D9',
'MSNVideosSolid': '\uF2DA',
'CircleStopSolid': '\uF2DB',
'CircleStop': '\uF2DC',
'NavigateBack': '\uF2DD',
'NavigateBackMirrored': '\uF2DE',
'NavigateForward': '\uF2DF',
'NavigateForwardMirrored': '\uF2E0',
'UnknownSolid': '\uF2E1',
'UnknownMirroredSolid': '\uF2E2',
'CircleAddition': '\uF2E3',
'CircleAdditionSolid': '\uF2E4',
'FilePDB': '\uF2E5',
'FileTemplate': '\uF2E6',
'FileSQL': '\uF2E7',
'FileJAVA': '\uF2E8',
'FileASPX': '\uF2E9',
'FileCSS': '\uF2EA',
'FileSass': '\uF2EB',
'FileLess': '\uF2EC',
'FileHTML': '\uF2ED',
'JavaScriptLanguage': '\uF2EE',
'CSharpLanguage': '\uF2EF',
'CSharp': '\uF2F0',
'VisualBasicLanguage': '\uF2F1',
'VB': '\uF2F2',
'CPlusPlusLanguage': '\uF2F3',
'CPlusPlus': '\uF2F4',
'FSharpLanguage': '\uF2F5',
'FSharp': '\uF2F6',
'TypeScriptLanguage': '\uF2F7',
'PythonLanguage': '\uF2F8',
'PY': '\uF2F9',
'CoffeeScript': '\uF2FA',
'MarkDownLanguage': '\uF2FB',
'FullWidth': '\uF2FE',
'FullWidthEdit': '\uF2FF',
'Plug': '\uF300',
'PlugSolid': '\uF301',
'PlugConnected': '\uF302',
'PlugDisconnected': '\uF303',
'UnlockSolid': '\uF304',
'Variable': '\uF305',
'Parameter': '\uF306',
'CommentUrgent': '\uF307',
'Storyboard': '\uF308',
'DiffInline': '\uF309',
'DiffSideBySide': '\uF30A',
'ImageDiff': '\uF30B',
'ImagePixel': '\uF30C',
'FileBug': '\uF30D',
'FileCode': '\uF30E',
'FileComment': '\uF30F',
'BusinessHoursSign': '\uF310',
'FileImage': '\uF311',
'FileSymlink': '\uF312',
'AutoFillTemplate': '\uF313',
'WorkItem': '\uF314',
'WorkItemBug': '\uF315',
'LogRemove': '\uF316',
'ColumnOptions': '\uF317',
'Packages': '\uF318',
'BuildIssue': '\uF319',
'AssessmentGroup': '\uF31A',
'VariableGroup': '\uF31B',
'FullHistory': '\uF31C',
'Wheelchair': '\uF31F',
'SingleColumnEdit': '\uF321',
'DoubleColumnEdit': '\uF322',
'TripleColumnEdit': '\uF323',
'ColumnLeftTwoThirdsEdit': '\uF324',
'ColumnRightTwoThirdsEdit': '\uF325',
'StreamLogo': '\uF329',
'PassiveAuthentication': '\uF32A',
'AlertSolid': '\uF331',
'MegaphoneSolid': '\uF332',
'TaskSolid': '\uF333',
'ConfigurationSolid': '\uF334',
'BugSolid': '\uF335',
'CrownSolid': '\uF336',
'Trophy2Solid': '\uF337',
'QuickNoteSolid': '\uF338',
'ConstructionConeSolid': '\uF339',
'PageListSolid': '\uF33A',
'PageListMirroredSolid': '\uF33B',
'StarburstSolid': '\uF33C',
'ReadingModeSolid': '\uF33D',
'SadSolid': '\uF33E',
'HealthSolid': '\uF33F',
'ShieldSolid': '\uF340',
'GiftBoxSolid': '\uF341',
'ShoppingCartSolid': '\uF342',
'MailSolid': '\uF343',
'ChatSolid': '\uF344',
'RibbonSolid': '\uF345'
}
};
(0, style_utilities_1.registerIcons)(subset, options);
}
});
//# sourceMappingURL=fabric-icons-11.js.map
File diff suppressed because one or more lines are too long
+2
View File
@@ -0,0 +1,2 @@
import { IIconOptions } from '@fluentui/style-utilities';
export declare function initializeIcons(baseUrl?: string, options?: IIconOptions): void;
+126
View File
@@ -0,0 +1,126 @@
// 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
define(["require", "exports", "@fluentui/style-utilities"], function (require, exports, style_utilities_1) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.initializeIcons = initializeIcons;
function initializeIcons(baseUrl, options) {
if (baseUrl === void 0) { baseUrl = ''; }
var subset = {
style: {
MozOsxFontSmoothing: 'grayscale',
WebkitFontSmoothing: 'antialiased',
fontStyle: 'normal',
fontWeight: 'normal',
speak: 'none'
},
fontFace: {
fontFamily: "\"FabricMDL2Icons-12\"",
src: "url('".concat(baseUrl, "fabric-icons-12-7e945a1e.woff') format('woff')")
},
icons: {
'FinancialSolid': '\uF346',
'FinancialMirroredSolid': '\uF347',
'HeadsetSolid': '\uF348',
'PermissionsSolid': '\uF349',
'ParkingSolid': '\uF34A',
'ParkingMirroredSolid': '\uF34B',
'DiamondSolid': '\uF34C',
'AsteriskSolid': '\uF34D',
'OfflineStorageSolid': '\uF34E',
'BankSolid': '\uF34F',
'DecisionSolid': '\uF350',
'Parachute': '\uF351',
'ParachuteSolid': '\uF352',
'FiltersSolid': '\uF353',
'ColorSolid': '\uF354',
'ReviewSolid': '\uF355',
'ReviewRequestSolid': '\uF356',
'ReviewRequestMirroredSolid': '\uF357',
'ReviewResponseSolid': '\uF358',
'FeedbackRequestSolid': '\uF359',
'FeedbackRequestMirroredSolid': '\uF35A',
'FeedbackResponseSolid': '\uF35B',
'WorkItemBar': '\uF35C',
'WorkItemBarSolid': '\uF35D',
'Separator': '\uF35E',
'NavigateExternalInline': '\uF35F',
'PlanView': '\uF360',
'TimelineMatrixView': '\uF361',
'EngineeringGroup': '\uF362',
'ProjectCollection': '\uF363',
'CaretBottomRightCenter8': '\uF364',
'CaretBottomLeftCenter8': '\uF365',
'CaretTopRightCenter8': '\uF366',
'CaretTopLeftCenter8': '\uF367',
'DonutChart': '\uF368',
'ChevronUnfold10': '\uF369',
'ChevronFold10': '\uF36A',
'DoubleChevronDown8': '\uF36B',
'DoubleChevronUp8': '\uF36C',
'DoubleChevronLeft8': '\uF36D',
'DoubleChevronRight8': '\uF36E',
'ChevronDownEnd6': '\uF36F',
'ChevronUpEnd6': '\uF370',
'ChevronLeftEnd6': '\uF371',
'ChevronRightEnd6': '\uF372',
'ContextMenu': '\uF37C',
'AzureAPIManagement': '\uF37F',
'AzureServiceEndpoint': '\uF380',
'VSTSLogo': '\uF381',
'VSTSAltLogo1': '\uF382',
'VSTSAltLogo2': '\uF383',
'FileTypeSolution': '\uF387',
'WordLogoInverse16': '\uF390',
'WordLogo16': '\uF391',
'WordLogoFill16': '\uF392',
'PowerPointLogoInverse16': '\uF393',
'PowerPointLogo16': '\uF394',
'PowerPointLogoFill16': '\uF395',
'ExcelLogoInverse16': '\uF396',
'ExcelLogo16': '\uF397',
'ExcelLogoFill16': '\uF398',
'OneNoteLogoInverse16': '\uF399',
'OneNoteLogo16': '\uF39A',
'OneNoteLogoFill16': '\uF39B',
'OutlookLogoInverse16': '\uF39C',
'OutlookLogo16': '\uF39D',
'OutlookLogoFill16': '\uF39E',
'PublisherLogoInverse16': '\uF39F',
'PublisherLogo16': '\uF3A0',
'PublisherLogoFill16': '\uF3A1',
'VisioLogoInverse16': '\uF3A2',
'VisioLogo16': '\uF3A3',
'VisioLogoFill16': '\uF3A4',
'TestBeaker': '\uF3A5',
'TestBeakerSolid': '\uF3A6',
'TestExploreSolid': '\uF3A7',
'TestAutoSolid': '\uF3A8',
'TestUserSolid': '\uF3A9',
'TestImpactSolid': '\uF3AA',
'TestPlan': '\uF3AB',
'TestStep': '\uF3AC',
'TestParameter': '\uF3AD',
'TestSuite': '\uF3AE',
'TestCase': '\uF3AF',
'Sprint': '\uF3B0',
'SignOut': '\uF3B1',
'TriggerApproval': '\uF3B2',
'Rocket': '\uF3B3',
'AzureKeyVault': '\uF3B4',
'Onboarding': '\uF3BA',
'Transition': '\uF3BC',
'LikeSolid': '\uF3BF',
'DislikeSolid': '\uF3C0',
'CRMCustomerInsightsApp': '\uF3C8',
'EditCreate': '\uF3C9',
'PlayReverseResume': '\uF3E4',
'PlayReverse': '\uF3E5',
'SearchData': '\uF3F1',
'UnSetColor': '\uF3F9',
'DeclineCall': '\uF405'
}
};
(0, style_utilities_1.registerIcons)(subset, options);
}
});
//# sourceMappingURL=fabric-icons-12.js.map
File diff suppressed because one or more lines are too long
+2
View File
@@ -0,0 +1,2 @@
import { IIconOptions } from '@fluentui/style-utilities';
export declare function initializeIcons(baseUrl?: string, options?: IIconOptions): void;
+126
View File
@@ -0,0 +1,126 @@
// 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
define(["require", "exports", "@fluentui/style-utilities"], function (require, exports, style_utilities_1) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.initializeIcons = initializeIcons;
function initializeIcons(baseUrl, options) {
if (baseUrl === void 0) { baseUrl = ''; }
var subset = {
style: {
MozOsxFontSmoothing: 'grayscale',
WebkitFontSmoothing: 'antialiased',
fontStyle: 'normal',
fontWeight: 'normal',
speak: 'none'
},
fontFace: {
fontFamily: "\"FabricMDL2Icons-13\"",
src: "url('".concat(baseUrl, "fabric-icons-13-c3989a02.woff') format('woff')")
},
icons: {
'RectangularClipping': '\uF407',
'TeamsLogo16': '\uF40A',
'TeamsLogoFill16': '\uF40B',
'Spacer': '\uF40D',
'SkypeLogo16': '\uF40E',
'SkypeForBusinessLogo16': '\uF40F',
'SkypeForBusinessLogoFill16': '\uF410',
'FilterSolid': '\uF412',
'MailUndelivered': '\uF415',
'MailTentative': '\uF416',
'MailTentativeMirrored': '\uF417',
'MailReminder': '\uF418',
'ReceiptUndelivered': '\uF419',
'ReceiptTentative': '\uF41A',
'ReceiptTentativeMirrored': '\uF41B',
'Inbox': '\uF41C',
'IRMReply': '\uF41D',
'IRMReplyMirrored': '\uF41E',
'IRMForward': '\uF41F',
'IRMForwardMirrored': '\uF420',
'VoicemailIRM': '\uF421',
'EventAccepted': '\uF422',
'EventTentative': '\uF423',
'EventTentativeMirrored': '\uF424',
'EventDeclined': '\uF425',
'IDBadge': '\uF427',
'BackgroundColor': '\uF42B',
'OfficeFormsLogoInverse16': '\uF433',
'OfficeFormsLogo': '\uF434',
'OfficeFormsLogoFill': '\uF435',
'OfficeFormsLogo16': '\uF436',
'OfficeFormsLogoFill16': '\uF437',
'OfficeFormsLogoInverse24': '\uF43A',
'OfficeFormsLogo24': '\uF43B',
'OfficeFormsLogoFill24': '\uF43C',
'PageLock': '\uF43F',
'NotExecuted': '\uF440',
'NotImpactedSolid': '\uF441',
'FieldReadOnly': '\uF442',
'FieldRequired': '\uF443',
'BacklogBoard': '\uF444',
'ExternalBuild': '\uF445',
'ExternalTFVC': '\uF446',
'ExternalXAML': '\uF447',
'IssueSolid': '\uF448',
'DefectSolid': '\uF449',
'LadybugSolid': '\uF44A',
'NugetLogo': '\uF44C',
'TFVCLogo': '\uF44D',
'ProjectLogo32': '\uF47E',
'ProjectLogoFill32': '\uF47F',
'ProjectLogo16': '\uF480',
'ProjectLogoFill16': '\uF481',
'SwayLogo32': '\uF482',
'SwayLogoFill32': '\uF483',
'SwayLogo16': '\uF484',
'SwayLogoFill16': '\uF485',
'ClassNotebookLogo32': '\uF486',
'ClassNotebookLogoFill32': '\uF487',
'ClassNotebookLogo16': '\uF488',
'ClassNotebookLogoFill16': '\uF489',
'ClassNotebookLogoInverse32': '\uF48A',
'ClassNotebookLogoInverse16': '\uF48B',
'StaffNotebookLogo32': '\uF48C',
'StaffNotebookLogoFill32': '\uF48D',
'StaffNotebookLogo16': '\uF48E',
'StaffNotebookLogoFill16': '\uF48F',
'StaffNotebookLogoInverted32': '\uF490',
'StaffNotebookLogoInverted16': '\uF491',
'KaizalaLogo': '\uF492',
'TaskLogo': '\uF493',
'ProtectionCenterLogo32': '\uF494',
'GallatinLogo': '\uF496',
'Globe2': '\uF49A',
'Guitar': '\uF49B',
'Breakfast': '\uF49C',
'Brunch': '\uF49D',
'BeerMug': '\uF49E',
'Vacation': '\uF49F',
'Teeth': '\uF4A0',
'Taxi': '\uF4A1',
'Chopsticks': '\uF4A2',
'SyncOccurence': '\uF4A3',
'UnsyncOccurence': '\uF4A4',
'GIF': '\uF4A9',
'PrimaryCalendar': '\uF4AE',
'SearchCalendar': '\uF4AF',
'VideoOff': '\uF4B0',
'MicrosoftFlowLogo': '\uF4B1',
'BusinessCenterLogo': '\uF4B2',
'ToDoLogoBottom': '\uF4B3',
'ToDoLogoTop': '\uF4B4',
'EditSolid12': '\uF4B5',
'EditSolidMirrored12': '\uF4B6',
'UneditableSolid12': '\uF4B7',
'UneditableSolidMirrored12': '\uF4B8',
'UneditableMirrored': '\uF4B9',
'AdminALogo32': '\uF4BA',
'AdminALogoFill32': '\uF4BB',
'ToDoLogoInverse': '\uF4BC'
}
};
(0, style_utilities_1.registerIcons)(subset, options);
}
});
//# sourceMappingURL=fabric-icons-13.js.map
File diff suppressed because one or more lines are too long
+2
View File
@@ -0,0 +1,2 @@
import { IIconOptions } from '@fluentui/style-utilities';
export declare function initializeIcons(baseUrl?: string, options?: IIconOptions): void;
+126
View File
@@ -0,0 +1,126 @@
// 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
define(["require", "exports", "@fluentui/style-utilities"], function (require, exports, style_utilities_1) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.initializeIcons = initializeIcons;
function initializeIcons(baseUrl, options) {
if (baseUrl === void 0) { baseUrl = ''; }
var subset = {
style: {
MozOsxFontSmoothing: 'grayscale',
WebkitFontSmoothing: 'antialiased',
fontStyle: 'normal',
fontWeight: 'normal',
speak: 'none'
},
fontFace: {
fontFamily: "\"FabricMDL2Icons-14\"",
src: "url('".concat(baseUrl, "fabric-icons-14-5cf58db8.woff') format('woff')")
},
icons: {
'Snooze': '\uF4BD',
'WaffleOffice365': '\uF4E0',
'ImageSearch': '\uF4E8',
'NewsSearch': '\uF4E9',
'VideoSearch': '\uF4EA',
'R': '\uF4EB',
'FontColorA': '\uF4EC',
'FontColorSwatch': '\uF4ED',
'LightWeight': '\uF4EE',
'NormalWeight': '\uF4EF',
'SemiboldWeight': '\uF4F0',
'GroupObject': '\uF4F1',
'UngroupObject': '\uF4F2',
'AlignHorizontalLeft': '\uF4F3',
'AlignHorizontalCenter': '\uF4F4',
'AlignHorizontalRight': '\uF4F5',
'AlignVerticalTop': '\uF4F6',
'AlignVerticalCenter': '\uF4F7',
'AlignVerticalBottom': '\uF4F8',
'HorizontalDistributeCenter': '\uF4F9',
'VerticalDistributeCenter': '\uF4FA',
'Ellipse': '\uF4FB',
'Line': '\uF4FC',
'Octagon': '\uF4FD',
'Hexagon': '\uF4FE',
'Pentagon': '\uF4FF',
'RightTriangle': '\uF500',
'HalfCircle': '\uF501',
'QuarterCircle': '\uF502',
'ThreeQuarterCircle': '\uF503',
'6PointStar': '\uF504',
'12PointStar': '\uF505',
'ArrangeBringToFront': '\uF506',
'ArrangeSendToBack': '\uF507',
'ArrangeSendBackward': '\uF508',
'ArrangeBringForward': '\uF509',
'BorderDash': '\uF50A',
'BorderDot': '\uF50B',
'LineStyle': '\uF50C',
'LineThickness': '\uF50D',
'WindowEdit': '\uF50E',
'HintText': '\uF50F',
'MediaAdd': '\uF510',
'AnchorLock': '\uF511',
'AutoHeight': '\uF512',
'ChartSeries': '\uF513',
'ChartXAngle': '\uF514',
'ChartYAngle': '\uF515',
'Combobox': '\uF516',
'LineSpacing': '\uF517',
'Padding': '\uF518',
'PaddingTop': '\uF519',
'PaddingBottom': '\uF51A',
'PaddingLeft': '\uF51B',
'PaddingRight': '\uF51C',
'NavigationFlipper': '\uF51D',
'AlignJustify': '\uF51E',
'TextOverflow': '\uF51F',
'VisualsFolder': '\uF520',
'VisualsStore': '\uF521',
'PictureCenter': '\uF522',
'PictureFill': '\uF523',
'PicturePosition': '\uF524',
'PictureStretch': '\uF525',
'PictureTile': '\uF526',
'Slider': '\uF527',
'SliderHandleSize': '\uF528',
'DefaultRatio': '\uF529',
'NumberSequence': '\uF52A',
'GUID': '\uF52B',
'ReportAdd': '\uF52C',
'DashboardAdd': '\uF52D',
'MapPinSolid': '\uF52E',
'WebPublish': '\uF52F',
'PieSingleSolid': '\uF530',
'BlockedSolid': '\uF531',
'DrillDown': '\uF532',
'DrillDownSolid': '\uF533',
'DrillExpand': '\uF534',
'DrillShow': '\uF535',
'SpecialEvent': '\uF536',
'OneDriveFolder16': '\uF53B',
'FunctionalManagerDashboard': '\uF542',
'BIDashboard': '\uF543',
'CodeEdit': '\uF544',
'RenewalCurrent': '\uF545',
'RenewalFuture': '\uF546',
'SplitObject': '\uF547',
'BulkUpload': '\uF548',
'DownloadDocument': '\uF549',
'GreetingCard': '\uF54B',
'Flower': '\uF54E',
'WaitlistConfirm': '\uF550',
'WaitlistConfirmMirrored': '\uF551',
'LaptopSecure': '\uF552',
'DragObject': '\uF553',
'EntryView': '\uF554',
'EntryDecline': '\uF555',
'ContactCardSettings': '\uF556',
'ContactCardSettingsMirrored': '\uF557'
}
};
(0, style_utilities_1.registerIcons)(subset, options);
}
});
//# sourceMappingURL=fabric-icons-14.js.map
File diff suppressed because one or more lines are too long
+2
View File
@@ -0,0 +1,2 @@
import { IIconOptions } from '@fluentui/style-utilities';
export declare function initializeIcons(baseUrl?: string, options?: IIconOptions): void;
+126
View File
@@ -0,0 +1,126 @@
// 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
define(["require", "exports", "@fluentui/style-utilities"], function (require, exports, style_utilities_1) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.initializeIcons = initializeIcons;
function initializeIcons(baseUrl, options) {
if (baseUrl === void 0) { baseUrl = ''; }
var subset = {
style: {
MozOsxFontSmoothing: 'grayscale',
WebkitFontSmoothing: 'antialiased',
fontStyle: 'normal',
fontWeight: 'normal',
speak: 'none'
},
fontFace: {
fontFamily: "\"FabricMDL2Icons-15\"",
src: "url('".concat(baseUrl, "fabric-icons-15-3807251b.woff') format('woff')")
},
icons: {
'CalendarSettings': '\uF558',
'CalendarSettingsMirrored': '\uF559',
'HardDriveLock': '\uF55A',
'HardDriveUnlock': '\uF55B',
'AccountManagement': '\uF55C',
'ReportWarning': '\uF569',
'TransitionPop': '\uF5B2',
'TransitionPush': '\uF5B3',
'TransitionEffect': '\uF5B4',
'LookupEntities': '\uF5B5',
'ExploreData': '\uF5B6',
'AddBookmark': '\uF5B7',
'SearchBookmark': '\uF5B8',
'DrillThrough': '\uF5B9',
'MasterDatabase': '\uF5BA',
'CertifiedDatabase': '\uF5BB',
'MaximumValue': '\uF5BC',
'MinimumValue': '\uF5BD',
'VisualStudioIDELogo32': '\uF5D0',
'PasteAsText': '\uF5D5',
'PasteAsCode': '\uF5D6',
'BrowserTab': '\uF5D7',
'BrowserTabScreenshot': '\uF5D8',
'DesktopScreenshot': '\uF5D9',
'FileYML': '\uF5DA',
'ClipboardSolid': '\uF5DC',
'FabricUserFolder': '\uF5E5',
'FabricNetworkFolder': '\uF5E6',
'BullseyeTarget': '\uF5F0',
'AnalyticsView': '\uF5F1',
'Video360Generic': '\uF609',
'Untag': '\uF60B',
'Leave': '\uF627',
'Trending12': '\uF62D',
'Blocked12': '\uF62E',
'Warning12': '\uF62F',
'CheckedOutByOther12': '\uF630',
'CheckedOutByYou12': '\uF631',
'CircleShapeSolid': '\uF63C',
'SquareShapeSolid': '\uF63D',
'TriangleShapeSolid': '\uF63E',
'DropShapeSolid': '\uF63F',
'RectangleShapeSolid': '\uF640',
'ZoomToFit': '\uF649',
'InsertColumnsLeft': '\uF64A',
'InsertColumnsRight': '\uF64B',
'InsertRowsAbove': '\uF64C',
'InsertRowsBelow': '\uF64D',
'DeleteColumns': '\uF64E',
'DeleteRows': '\uF64F',
'DeleteRowsMirrored': '\uF650',
'DeleteTable': '\uF651',
'AccountBrowser': '\uF652',
'VersionControlPush': '\uF664',
'StackedColumnChart2': '\uF666',
'TripleColumnWide': '\uF66E',
'QuadColumn': '\uF66F',
'WhiteBoardApp16': '\uF673',
'WhiteBoardApp32': '\uF674',
'PinnedSolid': '\uF676',
'InsertSignatureLine': '\uF677',
'ArrangeByFrom': '\uF678',
'Phishing': '\uF679',
'CreateMailRule': '\uF67A',
'PublishCourse': '\uF699',
'DictionaryRemove': '\uF69A',
'UserRemove': '\uF69B',
'UserEvent': '\uF69C',
'Encryption': '\uF69D',
'PasswordField': '\uF6AA',
'OpenInNewTab': '\uF6AB',
'Hide3': '\uF6AC',
'VerifiedBrandSolid': '\uF6AD',
'MarkAsProtected': '\uF6AE',
'AuthenticatorApp': '\uF6B1',
'WebTemplate': '\uF6B2',
'DefenderTVM': '\uF6B3',
'MedalSolid': '\uF6B9',
'D365TalentLearn': '\uF6BB',
'D365TalentInsight': '\uF6BC',
'D365TalentHRCore': '\uF6BD',
'BacklogList': '\uF6BF',
'ButtonControl': '\uF6C0',
'TableGroup': '\uF6D9',
'MountainClimbing': '\uF6DB',
'TagUnknown': '\uF6DF',
'TagUnknownMirror': '\uF6E0',
'TagUnknown12': '\uF6E1',
'TagUnknown12Mirror': '\uF6E2',
'Link12': '\uF6E3',
'Presentation': '\uF6E4',
'Presentation12': '\uF6E5',
'Lock12': '\uF6E6',
'BuildDefinition': '\uF6E9',
'ReleaseDefinition': '\uF6EA',
'SaveTemplate': '\uF6EC',
'UserGauge': '\uF6ED',
'BlockedSiteSolid12': '\uF70A',
'TagSolid': '\uF70E',
'OfficeChat': '\uF70F'
}
};
(0, style_utilities_1.registerIcons)(subset, options);
}
});
//# sourceMappingURL=fabric-icons-15.js.map
File diff suppressed because one or more lines are too long
+2
View File
@@ -0,0 +1,2 @@
import { IIconOptions } from '@fluentui/style-utilities';
export declare function initializeIcons(baseUrl?: string, options?: IIconOptions): void;
+126
View File
@@ -0,0 +1,126 @@
// 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
define(["require", "exports", "@fluentui/style-utilities"], function (require, exports, style_utilities_1) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.initializeIcons = initializeIcons;
function initializeIcons(baseUrl, options) {
if (baseUrl === void 0) { baseUrl = ''; }
var subset = {
style: {
MozOsxFontSmoothing: 'grayscale',
WebkitFontSmoothing: 'antialiased',
fontStyle: 'normal',
fontWeight: 'normal',
speak: 'none'
},
fontFace: {
fontFamily: "\"FabricMDL2Icons-16\"",
src: "url('".concat(baseUrl, "fabric-icons-16-9cf93f3b.woff') format('woff')")
},
icons: {
'OfficeChatSolid': '\uF710',
'MailSchedule': '\uF72E',
'WarningSolid': '\uF736',
'Blocked2Solid': '\uF737',
'SkypeCircleArrow': '\uF747',
'SkypeArrow': '\uF748',
'SyncStatus': '\uF751',
'SyncStatusSolid': '\uF752',
'ProjectDocument': '\uF759',
'ToDoLogoOutline': '\uF75B',
'VisioOnlineLogoFill32': '\uF75F',
'VisioOnlineLogo32': '\uF760',
'VisioOnlineLogoCloud32': '\uF761',
'VisioDiagramSync': '\uF762',
'Event12': '\uF763',
'EventDateMissed12': '\uF764',
'UserOptional': '\uF767',
'ResponsesMenu': '\uF768',
'DoubleDownArrow': '\uF769',
'DistributeDown': '\uF76A',
'BookmarkReport': '\uF76B',
'FilterSettings': '\uF76C',
'GripperDotsVertical': '\uF772',
'MailAttached': '\uF774',
'AddIn': '\uF775',
'LinkedDatabase': '\uF779',
'TableLink': '\uF77A',
'PromotedDatabase': '\uF77D',
'BarChartVerticalFilter': '\uF77E',
'BarChartVerticalFilterSolid': '\uF77F',
'MicOff2': '\uF781',
'MicrosoftTranslatorLogo': '\uF782',
'ShowTimeAs': '\uF787',
'FileRequest': '\uF789',
'WorkItemAlert': '\uF78F',
'PowerBILogo16': '\uF790',
'PowerBILogoBackplate16': '\uF791',
'BulletedListText': '\uF792',
'BulletedListBullet': '\uF793',
'BulletedListTextMirrored': '\uF794',
'BulletedListBulletMirrored': '\uF795',
'NumberedListText': '\uF796',
'NumberedListNumber': '\uF797',
'NumberedListTextMirrored': '\uF798',
'NumberedListNumberMirrored': '\uF799',
'RemoveLinkChain': '\uF79A',
'RemoveLinkX': '\uF79B',
'FabricTextHighlight': '\uF79C',
'ClearFormattingA': '\uF79D',
'ClearFormattingEraser': '\uF79E',
'Photo2Fill': '\uF79F',
'IncreaseIndentText': '\uF7A0',
'IncreaseIndentArrow': '\uF7A1',
'DecreaseIndentText': '\uF7A2',
'DecreaseIndentArrow': '\uF7A3',
'IncreaseIndentTextMirrored': '\uF7A4',
'IncreaseIndentArrowMirrored': '\uF7A5',
'DecreaseIndentTextMirrored': '\uF7A6',
'DecreaseIndentArrowMirrored': '\uF7A7',
'CheckListText': '\uF7A8',
'CheckListCheck': '\uF7A9',
'CheckListTextMirrored': '\uF7AA',
'CheckListCheckMirrored': '\uF7AB',
'NumberSymbol': '\uF7AC',
'Coupon': '\uF7BC',
'VerifiedBrand': '\uF7BD',
'ReleaseGate': '\uF7BE',
'ReleaseGateCheck': '\uF7BF',
'ReleaseGateError': '\uF7C0',
'M365InvoicingLogo': '\uF7C1',
'RemoveFromShoppingList': '\uF7D5',
'ShieldAlert': '\uF7D7',
'FabricTextHighlightComposite': '\uF7DA',
'Dataflows': '\uF7DD',
'GenericScanFilled': '\uF7DE',
'DiagnosticDataBarTooltip': '\uF7DF',
'SaveToMobile': '\uF7E0',
'Orientation2': '\uF7E1',
'ScreenCast': '\uF7E2',
'ShowGrid': '\uF7E3',
'SnapToGrid': '\uF7E4',
'ContactList': '\uF7E5',
'NewMail': '\uF7EA',
'EyeShadow': '\uF7EB',
'FabricFolderConfirm': '\uF7FF',
'InformationBarriers': '\uF803',
'CommentActive': '\uF804',
'ColumnVerticalSectionEdit': '\uF806',
'WavingHand': '\uF807',
'ShakeDevice': '\uF80A',
'SmartGlassRemote': '\uF80B',
'Rotate90Clockwise': '\uF80D',
'Rotate90CounterClockwise': '\uF80E',
'CampaignTemplate': '\uF811',
'ChartTemplate': '\uF812',
'PageListFilter': '\uF813',
'SecondaryNav': '\uF814',
'ColumnVerticalSection': '\uF81E',
'SkypeCircleSlash': '\uF825',
'SkypeSlash': '\uF826'
}
};
(0, style_utilities_1.registerIcons)(subset, options);
}
});
//# sourceMappingURL=fabric-icons-16.js.map
File diff suppressed because one or more lines are too long
+2
View File
@@ -0,0 +1,2 @@
import { IIconOptions } from '@fluentui/style-utilities';
export declare function initializeIcons(baseUrl?: string, options?: IIconOptions): void;
+70
View File
@@ -0,0 +1,70 @@
// 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
define(["require", "exports", "@fluentui/style-utilities"], function (require, exports, style_utilities_1) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.initializeIcons = initializeIcons;
function initializeIcons(baseUrl, options) {
if (baseUrl === void 0) { baseUrl = ''; }
var subset = {
style: {
MozOsxFontSmoothing: 'grayscale',
WebkitFontSmoothing: 'antialiased',
fontStyle: 'normal',
fontWeight: 'normal',
speak: 'none'
},
fontFace: {
fontFamily: "\"FabricMDL2Icons-17\"",
src: "url('".concat(baseUrl, "fabric-icons-17-0c4ed701.woff') format('woff')")
},
icons: {
'CustomizeToolbar': '\uF828',
'DuplicateRow': '\uF82A',
'RemoveFromTrash': '\uF82B',
'MailOptions': '\uF82C',
'Childof': '\uF82D',
'Footer': '\uF82E',
'Header': '\uF82F',
'BarChartVerticalFill': '\uF830',
'StackedColumnChart2Fill': '\uF831',
'PlainText': '\uF834',
'AccessibiltyChecker': '\uF835',
'DatabaseSync': '\uF842',
'ReservationOrders': '\uF845',
'TabOneColumn': '\uF849',
'TabTwoColumn': '\uF84A',
'TabThreeColumn': '\uF84B',
'BulletedTreeList': '\uF84C',
'MicrosoftTranslatorLogoGreen': '\uF852',
'MicrosoftTranslatorLogoBlue': '\uF853',
'InternalInvestigation': '\uF854',
'AddReaction': '\uF85D',
'ContactHeart': '\uF862',
'VisuallyImpaired': '\uF866',
'EventToDoLogo': '\uF869',
'Variable2': '\uF86D',
'ModelingView': '\uF871',
'DisconnectVirtualMachine': '\uF873',
'ReportLock': '\uF875',
'Uneditable2': '\uF876',
'Uneditable2Mirrored': '\uF877',
'BarChartVerticalEdit': '\uF89D',
'GlobalNavButtonActive': '\uF89F',
'PollResults': '\uF8A0',
'Rerun': '\uF8A1',
'QandA': '\uF8A2',
'QandAMirror': '\uF8A3',
'BookAnswers': '\uF8A4',
'AlertSettings': '\uF8B6',
'TrimStart': '\uF8BB',
'TrimEnd': '\uF8BC',
'TableComputed': '\uF8F5',
'DecreaseIndentLegacy': '\uE290',
'IncreaseIndentLegacy': '\uE291',
'SizeLegacy': '\uE2B2'
}
};
(0, style_utilities_1.registerIcons)(subset, options);
}
});
//# sourceMappingURL=fabric-icons-17.js.map
@@ -0,0 +1 @@
{"version":3,"file":"fabric-icons-17.js","sourceRoot":"../src/","sources":["fabric-icons-17.ts"],"names":[],"mappings":"AAAE,wIAAwI;;;;IAQ1I,0CAiEC;IAjED,SAAgB,eAAe,CAC7B,OAAoB,EACpB,OAAsB;QADtB,wBAAA,EAAA,YAAoB;QAGpB,IAAM,MAAM,GAAgB;YAC1B,KAAK,EAAE;gBACL,mBAAmB,EAAE,WAAW;gBAChC,mBAAmB,EAAE,aAAa;gBAClC,SAAS,EAAE,QAAQ;gBACnB,UAAU,EAAE,QAAQ;gBACpB,KAAK,EAAE,MAAM;aACd;YACD,QAAQ,EAAE;gBACR,UAAU,EAAE,wBAAsB;gBAClC,GAAG,EAAE,eAAQ,OAAO,mDAAgD;aACrE;YACD,KAAK,EAAE;gBACL,kBAAkB,EAAE,QAAQ;gBAC5B,cAAc,EAAE,QAAQ;gBACxB,iBAAiB,EAAE,QAAQ;gBAC3B,aAAa,EAAE,QAAQ;gBACvB,SAAS,EAAE,QAAQ;gBACnB,QAAQ,EAAE,QAAQ;gBAClB,QAAQ,EAAE,QAAQ;gBAClB,sBAAsB,EAAE,QAAQ;gBAChC,yBAAyB,EAAE,QAAQ;gBACnC,WAAW,EAAE,QAAQ;gBACrB,qBAAqB,EAAE,QAAQ;gBAC/B,cAAc,EAAE,QAAQ;gBACxB,mBAAmB,EAAE,QAAQ;gBAC7B,cAAc,EAAE,QAAQ;gBACxB,cAAc,EAAE,QAAQ;gBACxB,gBAAgB,EAAE,QAAQ;gBAC1B,kBAAkB,EAAE,QAAQ;gBAC5B,8BAA8B,EAAE,QAAQ;gBACxC,6BAA6B,EAAE,QAAQ;gBACvC,uBAAuB,EAAE,QAAQ;gBACjC,aAAa,EAAE,QAAQ;gBACvB,cAAc,EAAE,QAAQ;gBACxB,kBAAkB,EAAE,QAAQ;gBAC5B,eAAe,EAAE,QAAQ;gBACzB,WAAW,EAAE,QAAQ;gBACrB,cAAc,EAAE,QAAQ;gBACxB,0BAA0B,EAAE,QAAQ;gBACpC,YAAY,EAAE,QAAQ;gBACtB,aAAa,EAAE,QAAQ;gBACvB,qBAAqB,EAAE,QAAQ;gBAC/B,sBAAsB,EAAE,QAAQ;gBAChC,uBAAuB,EAAE,QAAQ;gBACjC,aAAa,EAAE,QAAQ;gBACvB,OAAO,EAAE,QAAQ;gBACjB,OAAO,EAAE,QAAQ;gBACjB,aAAa,EAAE,QAAQ;gBACvB,aAAa,EAAE,QAAQ;gBACvB,eAAe,EAAE,QAAQ;gBACzB,WAAW,EAAE,QAAQ;gBACrB,SAAS,EAAE,QAAQ;gBACnB,eAAe,EAAE,QAAQ;gBACzB,sBAAsB,EAAE,QAAQ;gBAChC,sBAAsB,EAAE,QAAQ;gBAChC,YAAY,EAAE,QAAQ;aACvB;SACF,CAAC;QAEF,IAAA,+BAAa,EAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACjC,CAAC","sourcesContent":[" // 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\n\nimport {\n IIconOptions,\n IIconSubset,\n registerIcons\n} from '@fluentui/style-utilities';\n\nexport function initializeIcons(\n baseUrl: string = '',\n options?: IIconOptions\n): void {\n const subset: IIconSubset = {\n style: {\n MozOsxFontSmoothing: 'grayscale',\n WebkitFontSmoothing: 'antialiased',\n fontStyle: 'normal',\n fontWeight: 'normal',\n speak: 'none'\n },\n fontFace: {\n fontFamily: `\"FabricMDL2Icons-17\"`,\n src: `url('${baseUrl}fabric-icons-17-0c4ed701.woff') format('woff')`\n },\n icons: {\n 'CustomizeToolbar': '\\uF828',\n 'DuplicateRow': '\\uF82A',\n 'RemoveFromTrash': '\\uF82B',\n 'MailOptions': '\\uF82C',\n 'Childof': '\\uF82D',\n 'Footer': '\\uF82E',\n 'Header': '\\uF82F',\n 'BarChartVerticalFill': '\\uF830',\n 'StackedColumnChart2Fill': '\\uF831',\n 'PlainText': '\\uF834',\n 'AccessibiltyChecker': '\\uF835',\n 'DatabaseSync': '\\uF842',\n 'ReservationOrders': '\\uF845',\n 'TabOneColumn': '\\uF849',\n 'TabTwoColumn': '\\uF84A',\n 'TabThreeColumn': '\\uF84B',\n 'BulletedTreeList': '\\uF84C',\n 'MicrosoftTranslatorLogoGreen': '\\uF852',\n 'MicrosoftTranslatorLogoBlue': '\\uF853',\n 'InternalInvestigation': '\\uF854',\n 'AddReaction': '\\uF85D',\n 'ContactHeart': '\\uF862',\n 'VisuallyImpaired': '\\uF866',\n 'EventToDoLogo': '\\uF869',\n 'Variable2': '\\uF86D',\n 'ModelingView': '\\uF871',\n 'DisconnectVirtualMachine': '\\uF873',\n 'ReportLock': '\\uF875',\n 'Uneditable2': '\\uF876',\n 'Uneditable2Mirrored': '\\uF877',\n 'BarChartVerticalEdit': '\\uF89D',\n 'GlobalNavButtonActive': '\\uF89F',\n 'PollResults': '\\uF8A0',\n 'Rerun': '\\uF8A1',\n 'QandA': '\\uF8A2',\n 'QandAMirror': '\\uF8A3',\n 'BookAnswers': '\\uF8A4',\n 'AlertSettings': '\\uF8B6',\n 'TrimStart': '\\uF8BB',\n 'TrimEnd': '\\uF8BC',\n 'TableComputed': '\\uF8F5',\n 'DecreaseIndentLegacy': '\\uE290',\n 'IncreaseIndentLegacy': '\\uE291',\n 'SizeLegacy': '\\uE2B2'\n }\n };\n\n registerIcons(subset, options);\n}\n"]}
+2
View File
@@ -0,0 +1,2 @@
import { IIconOptions } from '@fluentui/style-utilities';
export declare function initializeIcons(baseUrl?: string, options?: IIconOptions): void;
+126
View File
@@ -0,0 +1,126 @@
// 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
define(["require", "exports", "@fluentui/style-utilities"], function (require, exports, style_utilities_1) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.initializeIcons = initializeIcons;
function initializeIcons(baseUrl, options) {
if (baseUrl === void 0) { baseUrl = ''; }
var subset = {
style: {
MozOsxFontSmoothing: 'grayscale',
WebkitFontSmoothing: 'antialiased',
fontStyle: 'normal',
fontWeight: 'normal',
speak: 'none'
},
fontFace: {
fontFamily: "\"FabricMDL2Icons-2\"",
src: "url('".concat(baseUrl, "fabric-icons-2-63c99abf.woff') format('woff')")
},
icons: {
'Picture': '\uE8B9',
'ChromeClose': '\uE8BB',
'ShowResults': '\uE8BC',
'Message': '\uE8BD',
'CalendarDay': '\uE8BF',
'CalendarWeek': '\uE8C0',
'MailReplyAll': '\uE8C2',
'Read': '\uE8C3',
'Cut': '\uE8C6',
'PaymentCard': '\uE8C7',
'Copy': '\uE8C8',
'Important': '\uE8C9',
'MailReply': '\uE8CA',
'GotoToday': '\uE8D1',
'Font': '\uE8D2',
'FontColor': '\uE8D3',
'FolderFill': '\uE8D5',
'Permissions': '\uE8D7',
'DisableUpdates': '\uE8D8',
'Unfavorite': '\uE8D9',
'Italic': '\uE8DB',
'Underline': '\uE8DC',
'Bold': '\uE8DD',
'MoveToFolder': '\uE8DE',
'Dislike': '\uE8E0',
'Like': '\uE8E1',
'AlignCenter': '\uE8E3',
'OpenFile': '\uE8E5',
'ClearSelection': '\uE8E6',
'FontDecrease': '\uE8E7',
'FontIncrease': '\uE8E8',
'FontSize': '\uE8E9',
'CellPhone': '\uE8EA',
'RepeatOne': '\uE8ED',
'RepeatAll': '\uE8EE',
'Calculator': '\uE8EF',
'Library': '\uE8F1',
'PostUpdate': '\uE8F3',
'NewFolder': '\uE8F4',
'CalendarReply': '\uE8F5',
'UnsyncFolder': '\uE8F6',
'SyncFolder': '\uE8F7',
'BlockContact': '\uE8F8',
'Accept': '\uE8FB',
'BulletedList': '\uE8FD',
'Preview': '\uE8FF',
'News': '\uE900',
'Chat': '\uE901',
'Group': '\uE902',
'World': '\uE909',
'Comment': '\uE90A',
'DockLeft': '\uE90C',
'DockRight': '\uE90D',
'Repair': '\uE90F',
'Accounts': '\uE910',
'Street': '\uE913',
'RadioBullet': '\uE915',
'Stopwatch': '\uE916',
'Clock': '\uE917',
'WorldClock': '\uE918',
'AlarmClock': '\uE919',
'Photo': '\uE91B',
'ActionCenter': '\uE91C',
'Hospital': '\uE91D',
'Timer': '\uE91E',
'FullCircleMask': '\uE91F',
'LocationFill': '\uE920',
'ChromeMinimize': '\uE921',
'ChromeRestore': '\uE923',
'Annotation': '\uE924',
'Fingerprint': '\uE928',
'Handwriting': '\uE929',
'ChromeFullScreen': '\uE92D',
'Completed': '\uE930',
'Label': '\uE932',
'FlickDown': '\uE935',
'FlickUp': '\uE936',
'FlickLeft': '\uE937',
'FlickRight': '\uE938',
'MiniExpand': '\uE93A',
'MiniContract': '\uE93B',
'Streaming': '\uE93E',
'MusicInCollection': '\uE940',
'OneDriveLogo': '\uE941',
'CompassNW': '\uE942',
'Code': '\uE943',
'LightningBolt': '\uE945',
'CalculatorMultiply': '\uE947',
'CalculatorAddition': '\uE948',
'CalculatorSubtract': '\uE949',
'CalculatorPercentage': '\uE94C',
'CalculatorEqualTo': '\uE94E',
'PrintfaxPrinterFile': '\uE956',
'StorageOptical': '\uE958',
'Communications': '\uE95A',
'Headset': '\uE95B',
'Health': '\uE95E',
'Webcam2': '\uE960',
'FrontCamera': '\uE96B',
'ChevronUpSmall': '\uE96D'
}
};
(0, style_utilities_1.registerIcons)(subset, options);
}
});
//# sourceMappingURL=fabric-icons-2.js.map
File diff suppressed because one or more lines are too long
+2
View File
@@ -0,0 +1,2 @@
import { IIconOptions } from '@fluentui/style-utilities';
export declare function initializeIcons(baseUrl?: string, options?: IIconOptions): void;
+126
View File
@@ -0,0 +1,126 @@
// 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
define(["require", "exports", "@fluentui/style-utilities"], function (require, exports, style_utilities_1) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.initializeIcons = initializeIcons;
function initializeIcons(baseUrl, options) {
if (baseUrl === void 0) { baseUrl = ''; }
var subset = {
style: {
MozOsxFontSmoothing: 'grayscale',
WebkitFontSmoothing: 'antialiased',
fontStyle: 'normal',
fontWeight: 'normal',
speak: 'none'
},
fontFace: {
fontFamily: "\"FabricMDL2Icons-3\"",
src: "url('".concat(baseUrl, "fabric-icons-3-089e217a.woff') format('woff')")
},
icons: {
'ChevronDownSmall': '\uE96E',
'ChevronLeftSmall': '\uE96F',
'ChevronRightSmall': '\uE970',
'ChevronUpMed': '\uE971',
'ChevronDownMed': '\uE972',
'ChevronLeftMed': '\uE973',
'ChevronRightMed': '\uE974',
'Devices2': '\uE975',
'PC1': '\uE977',
'PresenceChickletVideo': '\uE979',
'Reply': '\uE97A',
'HalfAlpha': '\uE97E',
'ConstructionCone': '\uE98F',
'DoubleChevronLeftMed': '\uE991',
'Volume0': '\uE992',
'Volume1': '\uE993',
'Volume2': '\uE994',
'Volume3': '\uE995',
'Chart': '\uE999',
'Robot': '\uE99A',
'Manufacturing': '\uE99C',
'LockSolid': '\uE9A2',
'FitPage': '\uE9A6',
'FitWidth': '\uE9A7',
'BidiLtr': '\uE9AA',
'BidiRtl': '\uE9AB',
'RightDoubleQuote': '\uE9B1',
'Sunny': '\uE9BD',
'CloudWeather': '\uE9BE',
'Cloudy': '\uE9BF',
'PartlyCloudyDay': '\uE9C0',
'PartlyCloudyNight': '\uE9C1',
'ClearNight': '\uE9C2',
'RainShowersDay': '\uE9C3',
'Rain': '\uE9C4',
'Thunderstorms': '\uE9C6',
'RainSnow': '\uE9C7',
'Snow': '\uE9C8',
'BlowingSnow': '\uE9C9',
'Frigid': '\uE9CA',
'Fog': '\uE9CB',
'Squalls': '\uE9CC',
'Duststorm': '\uE9CD',
'Unknown': '\uE9CE',
'Precipitation': '\uE9CF',
'Ribbon': '\uE9D1',
'AreaChart': '\uE9D2',
'Assign': '\uE9D3',
'FlowChart': '\uE9D4',
'CheckList': '\uE9D5',
'Diagnostic': '\uE9D9',
'Generate': '\uE9DA',
'LineChart': '\uE9E6',
'Equalizer': '\uE9E9',
'BarChartHorizontal': '\uE9EB',
'BarChartVertical': '\uE9EC',
'Freezing': '\uE9EF',
'FunnelChart': '\uE9F1',
'Processing': '\uE9F5',
'Quantity': '\uE9F8',
'ReportDocument': '\uE9F9',
'StackColumnChart': '\uE9FC',
'SnowShowerDay': '\uE9FD',
'HailDay': '\uEA00',
'WorkFlow': '\uEA01',
'HourGlass': '\uEA03',
'StoreLogoMed20': '\uEA04',
'TimeSheet': '\uEA05',
'TriangleSolid': '\uEA08',
'UpgradeAnalysis': '\uEA0B',
'VideoSolid': '\uEA0C',
'RainShowersNight': '\uEA0F',
'SnowShowerNight': '\uEA11',
'Teamwork': '\uEA12',
'HailNight': '\uEA13',
'PeopleAdd': '\uEA15',
'Glasses': '\uEA16',
'DateTime2': '\uEA17',
'Shield': '\uEA18',
'Header1': '\uEA19',
'PageAdd': '\uEA1A',
'NumberedList': '\uEA1C',
'PowerBILogo': '\uEA1E',
'Info2': '\uEA1F',
'MusicInCollectionFill': '\uEA36',
'Asterisk': '\uEA38',
'ErrorBadge': '\uEA39',
'CircleFill': '\uEA3B',
'Record2': '\uEA3F',
'AllAppsMirrored': '\uEA40',
'BookmarksMirrored': '\uEA41',
'BulletedListMirrored': '\uEA42',
'CaretHollowMirrored': '\uEA45',
'CaretSolidMirrored': '\uEA46',
'ChromeBackMirrored': '\uEA47',
'ClearSelectionMirrored': '\uEA48',
'ClosePaneMirrored': '\uEA49',
'DockLeftMirrored': '\uEA4C',
'DoubleChevronLeftMedMirrored': '\uEA4D',
'GoMirrored': '\uEA4F'
}
};
(0, style_utilities_1.registerIcons)(subset, options);
}
});
//# sourceMappingURL=fabric-icons-3.js.map
File diff suppressed because one or more lines are too long
+2
View File
@@ -0,0 +1,2 @@
import { IIconOptions } from '@fluentui/style-utilities';
export declare function initializeIcons(baseUrl?: string, options?: IIconOptions): void;
+126
View File
@@ -0,0 +1,126 @@
// 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
define(["require", "exports", "@fluentui/style-utilities"], function (require, exports, style_utilities_1) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.initializeIcons = initializeIcons;
function initializeIcons(baseUrl, options) {
if (baseUrl === void 0) { baseUrl = ''; }
var subset = {
style: {
MozOsxFontSmoothing: 'grayscale',
WebkitFontSmoothing: 'antialiased',
fontStyle: 'normal',
fontWeight: 'normal',
speak: 'none'
},
fontFace: {
fontFamily: "\"FabricMDL2Icons-4\"",
src: "url('".concat(baseUrl, "fabric-icons-4-a656cc0a.woff') format('woff')")
},
icons: {
'HelpMirrored': '\uEA51',
'ImportMirrored': '\uEA52',
'ImportAllMirrored': '\uEA53',
'ListMirrored': '\uEA55',
'MailForwardMirrored': '\uEA56',
'MailReplyMirrored': '\uEA57',
'MailReplyAllMirrored': '\uEA58',
'MiniContractMirrored': '\uEA59',
'MiniExpandMirrored': '\uEA5A',
'OpenPaneMirrored': '\uEA5B',
'ParkingLocationMirrored': '\uEA5E',
'SendMirrored': '\uEA63',
'ShowResultsMirrored': '\uEA65',
'ThumbnailViewMirrored': '\uEA67',
'Media': '\uEA69',
'Devices3': '\uEA6C',
'Focus': '\uEA6F',
'VideoLightOff': '\uEA74',
'Lightbulb': '\uEA80',
'StatusTriangle': '\uEA82',
'VolumeDisabled': '\uEA85',
'Puzzle': '\uEA86',
'EmojiNeutral': '\uEA87',
'EmojiDisappointed': '\uEA88',
'HomeSolid': '\uEA8A',
'Ringer': '\uEA8F',
'PDF': '\uEA90',
'HeartBroken': '\uEA92',
'StoreLogo16': '\uEA96',
'MultiSelectMirrored': '\uEA98',
'Broom': '\uEA99',
'AddToShoppingList': '\uEA9A',
'Cocktails': '\uEA9D',
'Wines': '\uEABF',
'Articles': '\uEAC1',
'Cycling': '\uEAC7',
'DietPlanNotebook': '\uEAC8',
'Pill': '\uEACB',
'ExerciseTracker': '\uEACC',
'HandsFree': '\uEAD0',
'Medical': '\uEAD4',
'Running': '\uEADA',
'Weights': '\uEADB',
'Trackers': '\uEADF',
'AddNotes': '\uEAE3',
'AllCurrency': '\uEAE4',
'BarChart4': '\uEAE7',
'CirclePlus': '\uEAEE',
'Coffee': '\uEAEF',
'Cotton': '\uEAF3',
'Market': '\uEAFC',
'Money': '\uEAFD',
'PieDouble': '\uEB04',
'PieSingle': '\uEB05',
'RemoveFilter': '\uEB08',
'Savings': '\uEB0B',
'Sell': '\uEB0C',
'StockDown': '\uEB0F',
'StockUp': '\uEB11',
'Lamp': '\uEB19',
'Source': '\uEB1B',
'MSNVideos': '\uEB1C',
'Cricket': '\uEB1E',
'Golf': '\uEB1F',
'Baseball': '\uEB20',
'Soccer': '\uEB21',
'MoreSports': '\uEB22',
'AutoRacing': '\uEB24',
'CollegeHoops': '\uEB25',
'CollegeFootball': '\uEB26',
'ProFootball': '\uEB27',
'ProHockey': '\uEB28',
'Rugby': '\uEB2D',
'SubstitutionsIn': '\uEB31',
'Tennis': '\uEB33',
'Arrivals': '\uEB34',
'Design': '\uEB3C',
'Website': '\uEB41',
'Drop': '\uEB42',
'HistoricalWeather': '\uEB43',
'SkiResorts': '\uEB45',
'Snowflake': '\uEB46',
'BusSolid': '\uEB47',
'FerrySolid': '\uEB48',
'AirplaneSolid': '\uEB4C',
'TrainSolid': '\uEB4D',
'Ticket': '\uEB54',
'WifiWarning4': '\uEB63',
'Devices4': '\uEB66',
'AzureLogo': '\uEB6A',
'BingLogo': '\uEB6B',
'MSNLogo': '\uEB6C',
'OutlookLogoInverse': '\uEB6D',
'OfficeLogo': '\uEB6E',
'SkypeLogo': '\uEB6F',
'Door': '\uEB75',
'EditMirrored': '\uEB7E',
'GiftCard': '\uEB8E',
'DoubleBookmark': '\uEB8F',
'StatusErrorFull': '\uEB90'
}
};
(0, style_utilities_1.registerIcons)(subset, options);
}
});
//# sourceMappingURL=fabric-icons-4.js.map
File diff suppressed because one or more lines are too long
+2
View File
@@ -0,0 +1,2 @@
import { IIconOptions } from '@fluentui/style-utilities';
export declare function initializeIcons(baseUrl?: string, options?: IIconOptions): void;
+126
View File
@@ -0,0 +1,126 @@
// 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
define(["require", "exports", "@fluentui/style-utilities"], function (require, exports, style_utilities_1) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.initializeIcons = initializeIcons;
function initializeIcons(baseUrl, options) {
if (baseUrl === void 0) { baseUrl = ''; }
var subset = {
style: {
MozOsxFontSmoothing: 'grayscale',
WebkitFontSmoothing: 'antialiased',
fontStyle: 'normal',
fontWeight: 'normal',
speak: 'none'
},
fontFace: {
fontFamily: "\"FabricMDL2Icons-5\"",
src: "url('".concat(baseUrl, "fabric-icons-5-f95ba260.woff') format('woff')")
},
icons: {
'Certificate': '\uEB95',
'FastForward': '\uEB9D',
'Rewind': '\uEB9E',
'Photo2': '\uEB9F',
'OpenSource': '\uEBC2',
'Movers': '\uEBCD',
'CloudDownload': '\uEBD3',
'Family': '\uEBDA',
'WindDirection': '\uEBE6',
'Bug': '\uEBE8',
'SiteScan': '\uEBEC',
'BrowserScreenShot': '\uEBED',
'F12DevTools': '\uEBEE',
'CSS': '\uEBEF',
'JS': '\uEBF0',
'DeliveryTruck': '\uEBF4',
'ReminderPerson': '\uEBF7',
'ReminderGroup': '\uEBF8',
'ReminderTime': '\uEBF9',
'TabletMode': '\uEBFC',
'Umbrella': '\uEC04',
'NetworkTower': '\uEC05',
'CityNext': '\uEC06',
'CityNext2': '\uEC07',
'Section': '\uEC0C',
'OneNoteLogoInverse': '\uEC0D',
'ToggleFilled': '\uEC11',
'ToggleBorder': '\uEC12',
'SliderThumb': '\uEC13',
'ToggleThumb': '\uEC14',
'Documentation': '\uEC17',
'Badge': '\uEC1B',
'Giftbox': '\uEC1F',
'VisualStudioLogo': '\uEC22',
'HomeGroup': '\uEC26',
'ExcelLogoInverse': '\uEC28',
'WordLogoInverse': '\uEC29',
'PowerPointLogoInverse': '\uEC2A',
'Cafe': '\uEC32',
'SpeedHigh': '\uEC4A',
'Commitments': '\uEC4D',
'ThisPC': '\uEC4E',
'MusicNote': '\uEC4F',
'MicOff': '\uEC54',
'PlaybackRate1x': '\uEC57',
'EdgeLogo': '\uEC60',
'CompletedSolid': '\uEC61',
'AlbumRemove': '\uEC62',
'MessageFill': '\uEC70',
'TabletSelected': '\uEC74',
'MobileSelected': '\uEC75',
'LaptopSelected': '\uEC76',
'TVMonitorSelected': '\uEC77',
'DeveloperTools': '\uEC7A',
'Shapes': '\uEC7C',
'InsertTextBox': '\uEC7D',
'LowerBrightness': '\uEC8A',
'WebComponents': '\uEC8B',
'OfflineStorage': '\uEC8C',
'DOM': '\uEC8D',
'CloudUpload': '\uEC8E',
'ScrollUpDown': '\uEC8F',
'DateTime': '\uEC92',
'Event': '\uECA3',
'Cake': '\uECA4',
'Org': '\uECA6',
'PartyLeader': '\uECA7',
'DRM': '\uECA8',
'CloudAdd': '\uECA9',
'AppIconDefault': '\uECAA',
'Photo2Add': '\uECAB',
'Photo2Remove': '\uECAC',
'Calories': '\uECAD',
'POI': '\uECAF',
'AddTo': '\uECC8',
'RadioBtnOff': '\uECCA',
'RadioBtnOn': '\uECCB',
'ExploreContent': '\uECCD',
'Product': '\uECDC',
'ProgressLoopInner': '\uECDE',
'ProgressLoopOuter': '\uECDF',
'Blocked2': '\uECE4',
'FangBody': '\uECEB',
'Toolbox': '\uECED',
'PageHeader': '\uECEE',
'ChatInviteFriend': '\uECFE',
'Brush': '\uECFF',
'Shirt': '\uED00',
'Crown': '\uED01',
'Diamond': '\uED02',
'ScaleUp': '\uED09',
'QRCode': '\uED14',
'Feedback': '\uED15',
'SharepointLogoInverse': '\uED18',
'YammerLogo': '\uED19',
'Hide': '\uED1A',
'Uneditable': '\uED1D',
'ReturnToSession': '\uED24',
'OpenFolderHorizontal': '\uED25',
'CalendarMirrored': '\uED28'
}
};
(0, style_utilities_1.registerIcons)(subset, options);
}
});
//# sourceMappingURL=fabric-icons-5.js.map
File diff suppressed because one or more lines are too long
+2
View File
@@ -0,0 +1,2 @@
import { IIconOptions } from '@fluentui/style-utilities';
export declare function initializeIcons(baseUrl?: string, options?: IIconOptions): void;
+126
View File
@@ -0,0 +1,126 @@
// 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
define(["require", "exports", "@fluentui/style-utilities"], function (require, exports, style_utilities_1) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.initializeIcons = initializeIcons;
function initializeIcons(baseUrl, options) {
if (baseUrl === void 0) { baseUrl = ''; }
var subset = {
style: {
MozOsxFontSmoothing: 'grayscale',
WebkitFontSmoothing: 'antialiased',
fontStyle: 'normal',
fontWeight: 'normal',
speak: 'none'
},
fontFace: {
fontFamily: "\"FabricMDL2Icons-6\"",
src: "url('".concat(baseUrl, "fabric-icons-6-ef6fd590.woff') format('woff')")
},
icons: {
'SwayLogoInverse': '\uED29',
'OutOfOffice': '\uED34',
'Trophy': '\uED3F',
'ReopenPages': '\uED50',
'EmojiTabSymbols': '\uED58',
'AADLogo': '\uED68',
'AccessLogo': '\uED69',
'AdminALogoInverse32': '\uED6A',
'AdminCLogoInverse32': '\uED6B',
'AdminDLogoInverse32': '\uED6C',
'AdminELogoInverse32': '\uED6D',
'AdminLLogoInverse32': '\uED6E',
'AdminMLogoInverse32': '\uED6F',
'AdminOLogoInverse32': '\uED70',
'AdminPLogoInverse32': '\uED71',
'AdminSLogoInverse32': '\uED72',
'AdminYLogoInverse32': '\uED73',
'DelveLogoInverse': '\uED76',
'ExchangeLogoInverse': '\uED78',
'LyncLogo': '\uED79',
'OfficeVideoLogoInverse': '\uED7A',
'SocialListeningLogo': '\uED7C',
'VisioLogoInverse': '\uED7D',
'Balloons': '\uED7E',
'Cat': '\uED7F',
'MailAlert': '\uED80',
'MailCheck': '\uED81',
'MailLowImportance': '\uED82',
'MailPause': '\uED83',
'MailRepeat': '\uED84',
'SecurityGroup': '\uED85',
'Table': '\uED86',
'VoicemailForward': '\uED87',
'VoicemailReply': '\uED88',
'Waffle': '\uED89',
'RemoveEvent': '\uED8A',
'EventInfo': '\uED8B',
'ForwardEvent': '\uED8C',
'WipePhone': '\uED8D',
'AddOnlineMeeting': '\uED8E',
'JoinOnlineMeeting': '\uED8F',
'RemoveLink': '\uED90',
'PeopleBlock': '\uED91',
'PeopleRepeat': '\uED92',
'PeopleAlert': '\uED93',
'PeoplePause': '\uED94',
'TransferCall': '\uED95',
'AddPhone': '\uED96',
'UnknownCall': '\uED97',
'NoteReply': '\uED98',
'NoteForward': '\uED99',
'NotePinned': '\uED9A',
'RemoveOccurrence': '\uED9B',
'Timeline': '\uED9C',
'EditNote': '\uED9D',
'CircleHalfFull': '\uED9E',
'Room': '\uED9F',
'Unsubscribe': '\uEDA0',
'Subscribe': '\uEDA1',
'HardDrive': '\uEDA2',
'RecurringTask': '\uEDB2',
'TaskManager': '\uEDB7',
'TaskManagerMirrored': '\uEDB8',
'Combine': '\uEDBB',
'Split': '\uEDBC',
'DoubleChevronUp': '\uEDBD',
'DoubleChevronLeft': '\uEDBE',
'DoubleChevronRight': '\uEDBF',
'TextBox': '\uEDC2',
'TextField': '\uEDC3',
'NumberField': '\uEDC4',
'Dropdown': '\uEDC5',
'PenWorkspace': '\uEDC6',
'BookingsLogo': '\uEDC7',
'ClassNotebookLogoInverse': '\uEDC8',
'DelveAnalyticsLogo': '\uEDCA',
'DocsLogoInverse': '\uEDCB',
'Dynamics365Logo': '\uEDCC',
'DynamicSMBLogo': '\uEDCD',
'OfficeAssistantLogo': '\uEDCE',
'OfficeStoreLogo': '\uEDCF',
'OneNoteEduLogoInverse': '\uEDD0',
'PlannerLogo': '\uEDD1',
'PowerApps': '\uEDD2',
'Suitcase': '\uEDD3',
'ProjectLogoInverse': '\uEDD4',
'CaretLeft8': '\uEDD5',
'CaretRight8': '\uEDD6',
'CaretUp8': '\uEDD7',
'CaretDown8': '\uEDD8',
'CaretLeftSolid8': '\uEDD9',
'CaretRightSolid8': '\uEDDA',
'CaretUpSolid8': '\uEDDB',
'CaretDownSolid8': '\uEDDC',
'ClearFormatting': '\uEDDD',
'Superscript': '\uEDDE',
'Subscript': '\uEDDF',
'Strikethrough': '\uEDE0',
'Export': '\uEDE1',
'ExportMirrored': '\uEDE2'
}
};
(0, style_utilities_1.registerIcons)(subset, options);
}
});
//# sourceMappingURL=fabric-icons-6.js.map
File diff suppressed because one or more lines are too long
+2
View File
@@ -0,0 +1,2 @@
import { IIconOptions } from '@fluentui/style-utilities';
export declare function initializeIcons(baseUrl?: string, options?: IIconOptions): void;
+126
View File
@@ -0,0 +1,126 @@
// 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
define(["require", "exports", "@fluentui/style-utilities"], function (require, exports, style_utilities_1) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.initializeIcons = initializeIcons;
function initializeIcons(baseUrl, options) {
if (baseUrl === void 0) { baseUrl = ''; }
var subset = {
style: {
MozOsxFontSmoothing: 'grayscale',
WebkitFontSmoothing: 'antialiased',
fontStyle: 'normal',
fontWeight: 'normal',
speak: 'none'
},
fontFace: {
fontFamily: "\"FabricMDL2Icons-7\"",
src: "url('".concat(baseUrl, "fabric-icons-7-2b97bb99.woff') format('woff')")
},
icons: {
'SingleBookmark': '\uEDFF',
'SingleBookmarkSolid': '\uEE00',
'DoubleChevronDown': '\uEE04',
'FollowUser': '\uEE05',
'ReplyAll': '\uEE0A',
'WorkforceManagement': '\uEE0F',
'RecruitmentManagement': '\uEE12',
'Questionnaire': '\uEE19',
'ManagerSelfService': '\uEE23',
'ProductionFloorManagement': '\uEE29',
'ProductRelease': '\uEE2E',
'ProductVariant': '\uEE30',
'ReplyMirrored': '\uEE35',
'ReplyAllMirrored': '\uEE36',
'Medal': '\uEE38',
'AddGroup': '\uEE3D',
'QuestionnaireMirrored': '\uEE4B',
'CloudImportExport': '\uEE55',
'TemporaryUser': '\uEE58',
'CaretSolid16': '\uEE62',
'GroupedDescending': '\uEE66',
'GroupedAscending': '\uEE67',
'AwayStatus': '\uEE6A',
'MyMoviesTV': '\uEE6C',
'GenericScan': '\uEE6F',
'AustralianRules': '\uEE70',
'WifiEthernet': '\uEE77',
'TrackersMirrored': '\uEE92',
'DateTimeMirrored': '\uEE93',
'StopSolid': '\uEE95',
'DoubleChevronUp12': '\uEE96',
'DoubleChevronDown12': '\uEE97',
'DoubleChevronLeft12': '\uEE98',
'DoubleChevronRight12': '\uEE99',
'CalendarAgenda': '\uEE9A',
'ConnectVirtualMachine': '\uEE9D',
'AddEvent': '\uEEB5',
'AssetLibrary': '\uEEB6',
'DataConnectionLibrary': '\uEEB7',
'DocLibrary': '\uEEB8',
'FormLibrary': '\uEEB9',
'FormLibraryMirrored': '\uEEBA',
'ReportLibrary': '\uEEBB',
'ReportLibraryMirrored': '\uEEBC',
'ContactCard': '\uEEBD',
'CustomList': '\uEEBE',
'CustomListMirrored': '\uEEBF',
'IssueTracking': '\uEEC0',
'IssueTrackingMirrored': '\uEEC1',
'PictureLibrary': '\uEEC2',
'OfficeAddinsLogo': '\uEEC7',
'OfflineOneDriveParachute': '\uEEC8',
'OfflineOneDriveParachuteDisabled': '\uEEC9',
'TriangleSolidUp12': '\uEECC',
'TriangleSolidDown12': '\uEECD',
'TriangleSolidLeft12': '\uEECE',
'TriangleSolidRight12': '\uEECF',
'TriangleUp12': '\uEED0',
'TriangleDown12': '\uEED1',
'TriangleLeft12': '\uEED2',
'TriangleRight12': '\uEED3',
'ArrowUpRight8': '\uEED4',
'ArrowDownRight8': '\uEED5',
'DocumentSet': '\uEED6',
'GoToDashboard': '\uEEED',
'DelveAnalytics': '\uEEEE',
'ArrowUpRightMirrored8': '\uEEEF',
'ArrowDownRightMirrored8': '\uEEF0',
'CompanyDirectory': '\uEF0D',
'OpenEnrollment': '\uEF1C',
'CompanyDirectoryMirrored': '\uEF2B',
'OneDriveAdd': '\uEF32',
'ProfileSearch': '\uEF35',
'Header2': '\uEF36',
'Header3': '\uEF37',
'Header4': '\uEF38',
'RingerSolid': '\uEF3A',
'Eyedropper': '\uEF3C',
'MarketDown': '\uEF42',
'CalendarWorkWeek': '\uEF51',
'SidePanel': '\uEF52',
'GlobeFavorite': '\uEF53',
'CaretTopLeftSolid8': '\uEF54',
'CaretTopRightSolid8': '\uEF55',
'ViewAll2': '\uEF56',
'DocumentReply': '\uEF57',
'PlayerSettings': '\uEF58',
'ReceiptForward': '\uEF59',
'ReceiptReply': '\uEF5A',
'ReceiptCheck': '\uEF5B',
'Fax': '\uEF5C',
'RecurringEvent': '\uEF5D',
'ReplyAlt': '\uEF5E',
'ReplyAllAlt': '\uEF5F',
'EditStyle': '\uEF60',
'EditMail': '\uEF61',
'Lifesaver': '\uEF62',
'LifesaverLock': '\uEF63',
'InboxCheck': '\uEF64',
'FolderSearch': '\uEF65'
}
};
(0, style_utilities_1.registerIcons)(subset, options);
}
});
//# sourceMappingURL=fabric-icons-7.js.map
File diff suppressed because one or more lines are too long
+2
View File
@@ -0,0 +1,2 @@
import { IIconOptions } from '@fluentui/style-utilities';
export declare function initializeIcons(baseUrl?: string, options?: IIconOptions): void;
+126
View File
@@ -0,0 +1,126 @@
// 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
define(["require", "exports", "@fluentui/style-utilities"], function (require, exports, style_utilities_1) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.initializeIcons = initializeIcons;
function initializeIcons(baseUrl, options) {
if (baseUrl === void 0) { baseUrl = ''; }
var subset = {
style: {
MozOsxFontSmoothing: 'grayscale',
WebkitFontSmoothing: 'antialiased',
fontStyle: 'normal',
fontWeight: 'normal',
speak: 'none'
},
fontFace: {
fontFamily: "\"FabricMDL2Icons-8\"",
src: "url('".concat(baseUrl, "fabric-icons-8-6fdf1528.woff') format('woff')")
},
icons: {
'CollapseMenu': '\uEF66',
'ExpandMenu': '\uEF67',
'Boards': '\uEF68',
'SunAdd': '\uEF69',
'SunQuestionMark': '\uEF6A',
'LandscapeOrientation': '\uEF6B',
'DocumentSearch': '\uEF6C',
'PublicCalendar': '\uEF6D',
'PublicContactCard': '\uEF6E',
'PublicEmail': '\uEF6F',
'PublicFolder': '\uEF70',
'WordDocument': '\uEF71',
'PowerPointDocument': '\uEF72',
'ExcelDocument': '\uEF73',
'GroupedList': '\uEF74',
'ClassroomLogo': '\uEF75',
'Sections': '\uEF76',
'EditPhoto': '\uEF77',
'Starburst': '\uEF78',
'ShareiOS': '\uEF79',
'AirTickets': '\uEF7A',
'PencilReply': '\uEF7B',
'Tiles2': '\uEF7C',
'SkypeCircleCheck': '\uEF7D',
'SkypeCircleClock': '\uEF7E',
'SkypeCircleMinus': '\uEF7F',
'SkypeMessage': '\uEF83',
'ClosedCaption': '\uEF84',
'ATPLogo': '\uEF85',
'OfficeFormsLogoInverse': '\uEF86',
'RecycleBin': '\uEF87',
'EmptyRecycleBin': '\uEF88',
'Hide2': '\uEF89',
'Breadcrumb': '\uEF8C',
'BirthdayCake': '\uEF8D',
'TimeEntry': '\uEF95',
'CRMProcesses': '\uEFB1',
'PageEdit': '\uEFB6',
'PageArrowRight': '\uEFB8',
'PageRemove': '\uEFBA',
'Database': '\uEFC7',
'DataManagementSettings': '\uEFC8',
'CRMServices': '\uEFD2',
'EditContact': '\uEFD3',
'ConnectContacts': '\uEFD4',
'AppIconDefaultAdd': '\uEFDA',
'AppIconDefaultList': '\uEFDE',
'ActivateOrders': '\uEFE0',
'DeactivateOrders': '\uEFE1',
'ProductCatalog': '\uEFE8',
'ScatterChart': '\uEFEB',
'AccountActivity': '\uEFF4',
'DocumentManagement': '\uEFFC',
'CRMReport': '\uEFFE',
'KnowledgeArticle': '\uF000',
'Relationship': '\uF003',
'HomeVerify': '\uF00E',
'ZipFolder': '\uF012',
'SurveyQuestions': '\uF01B',
'TextDocument': '\uF029',
'TextDocumentShared': '\uF02B',
'PageCheckedOut': '\uF02C',
'PageShared': '\uF02D',
'SaveAndClose': '\uF038',
'Script': '\uF03A',
'Archive': '\uF03F',
'ActivityFeed': '\uF056',
'Compare': '\uF057',
'EventDate': '\uF059',
'ArrowUpRight': '\uF069',
'CaretRight': '\uF06B',
'SetAction': '\uF071',
'ChatBot': '\uF08B',
'CaretSolidLeft': '\uF08D',
'CaretSolidDown': '\uF08E',
'CaretSolidRight': '\uF08F',
'CaretSolidUp': '\uF090',
'PowerAppsLogo': '\uF091',
'PowerApps2Logo': '\uF092',
'SearchIssue': '\uF09A',
'SearchIssueMirrored': '\uF09B',
'FabricAssetLibrary': '\uF09C',
'FabricDataConnectionLibrary': '\uF09D',
'FabricDocLibrary': '\uF09E',
'FabricFormLibrary': '\uF09F',
'FabricFormLibraryMirrored': '\uF0A0',
'FabricReportLibrary': '\uF0A1',
'FabricReportLibraryMirrored': '\uF0A2',
'FabricPublicFolder': '\uF0A3',
'FabricFolderSearch': '\uF0A4',
'FabricMovetoFolder': '\uF0A5',
'FabricUnsyncFolder': '\uF0A6',
'FabricSyncFolder': '\uF0A7',
'FabricOpenFolderHorizontal': '\uF0A8',
'FabricFolder': '\uF0A9',
'FabricFolderFill': '\uF0AA',
'FabricNewFolder': '\uF0AB',
'FabricPictureLibrary': '\uF0AC',
'PhotoVideoMedia': '\uF0B1',
'AddFavorite': '\uF0C8'
}
};
(0, style_utilities_1.registerIcons)(subset, options);
}
});
//# sourceMappingURL=fabric-icons-8.js.map

Some files were not shown because too many files have changed in this diff Show More