diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3853604 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +logs/* +script_out/* +.todo/* +[Tt]humbs.db +[Dd]esktop.ini +*.DS_store +.DS_store? diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..bad2435 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,4 @@ +language: node_js +node_js: + - "node" +script: npm start diff --git a/README.md b/README.md index 88ffb2a..42f1980 100644 --- a/README.md +++ b/README.md @@ -1,25 +1,128 @@ -# Micon +# Micon [![Build Status](https://travis-ci.org/xtoolkit/Micon.svg)](https://travis-ci.org/xtoolkit/Micon) + Micon, The iconic windows 10 font and CSS toolkit.
-Online Demo: http://xtoolkit.github.io/Micon/ - -# Change Logs -

version 1.0.155 (16/08/2016)

- -

version 0.9.136 (12/09/2015)

- - -# Next version -next Micon version release when RedSton2 version release - -# Contact -E-mail: arshen@outlook.com
-Telegram: @Arshen +this icon exracted as _segmdl2.ttf_ in windows 10 and converted too css toolkit based on _Font Awesome_. Micon icons that can instantly be customized -- size, color, drop shadow, and anything that can be done with the power of CSS.
+ +Online Demo and Documents: + +## Get started + +### linked in html + +Follow these steps to use Micon: + +1- Download last Micon version release from [Github](https://github.com/xtoolkit/Micon/releases) + +2- Copy the entire `micon-repo/dist/micon/` directory into your project. if you do not use **webbrand icon** in font use `micon-repo/dist/micon_nb/` + +3- In the `` of your html, reference the location to your **micon.min.css**.
+example: + +``` + +... + +... + +``` + +### use icons in html + +example: + +``` + +``` + +## Build Instructions (for make custom font) + +This repo already comes with all the files built and ready to go, but can also build the fonts from the source. Requires **nodeJs**. + +Follow these steps to build custom font: + +1- install requires Dependencies (_gulp, gulp-consolidate, gulp-iconfont, gulp-rename, loadash_) with down command.
+ +``` +$ npm install +``` + +2- customize your icons from `/icons/`.
+if add new icon, insert icon name in `name_db.json`.
+example: + +``` +[ + ..., + "svgfilename": [ + "svgfilename", + "aliasname1", + "aliasname2", + ... + ] +] +``` + +3- config `gulpfile.js` for your _fontname_, _fontversion_ and etc. + +4- customize your css template `/templates/style-template.css`,`/templates/style-min-template.css`. (default use Font-Awesome template Edited by Micon) + +5- build your font with down command + +``` +$ npm start +``` + +6- end, you can see demo your font in `/dist/your_fontname/html-demo-your_fontname.html` + +## Versioning + +Micon will be maintained under the Semantic Versioning guidelines as much as possible. Releases will be numbered with the following format: + +`..` + +And constructed with the following guidelines: + +- major -> Breaking backward compatibility bumps the major +- minor -> Bug fixes, New additions +- fpatch -> Version of _segmdl2.ttf_ + +For more information on SemVer, please visit . + +### Next version + +Next Micon font version release, when **RedSton2** font version release. + +### Change Logs + +#### Version 2.0.155 (23/12/2016) + +- add **GulpJs** for build Micon or Easy create custom font fork Micon icons +- add **webBrand** icons +- add **woff2** and **otf** standard font +- add html-demo-micon.html for simple portable view icons. +- update style template +- fix alias name problem +- fix some font view probrom (etc height of icons) + +#### Version 1.0.155 (16/08/2016) + +- update icons **version** => 155 **(RedStone)** +- rename icons **name** with [official MDL2 icons name](https://msdn.microsoft.com/en-us/windows/uwp/style/segoe-ui-symbol-font) +- remove **woff2** and **otf** font +- fixed icon **animation** problem +- fixed icon **height** problem +- create [**Change logs**](http://xtoolkit.github.io/Micon/changelogs/) page + +#### Version 0.9.136 (12/09/2015) + +- initial build +- remove duplicate svg path and use alias + +## License + +Ionicons is licensed under the [MIT license](http://opensource.org/licenses/MIT). + +## Contact + +E-mail:
+Telegram: [@Arshen](https://telegram.me/Arshen) diff --git a/css/micon.min.css b/css/micon.min.css deleted file mode 100644 index 70a64ff..0000000 --- a/css/micon.min.css +++ /dev/null @@ -1,991 +0,0 @@ -@charset "UTF-8"; -@font-face{font-family:'micon';src: url('../fonts/mdl2-v1155.eot?k8zs0v');src: url('../fonts/mdl2-v1155.eot?k8zs0v#iefix') format('embedded-opentype'),url('../fonts/mdl2-v1155.ttf?k8zs0v') format('truetype'),url('../fonts/mdl2-v1155.woff?k8zs0v') format('woff'),url('../fonts/mdl2-v1155.svg?k8zs0v#micon') format('svg');font-weight:normal;font-style:normal;} -.mi{display:inline-block;font:normal normal normal 14px/1 micon;font-size:inherit;font-variant:normal;text-rendering:auto;speak:none;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale} -.mi-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%} -.mi-2x{font-size:2em} -.mi-3x{font-size:3em} -.mi-4x{font-size:4em} -.mi-5x{font-size:5em} -.mi-fw{width:1.28571429em;text-align:center} -.mi-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none} -.mi-ul>li{position:relative} -.mi-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center} -.mi-li.mi-lg{left:-1.85714286em} -.mi-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em} -.mi-pull-left{float:left} -.mi-pull-right{float:right} -.mi.mi-pull-left{margin-right:.3em} -.mi.mi-pull-right{margin-left:.3em} -.pull-right{float:right} -.pull-left{float:left} -.mi.pull-left{margin-right:.3em} -.mi.pull-right{margin-left:.3em} -.mi-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear} -.mi-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)} -@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}} -@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}} -.mi-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)} -.mi-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)} -.mi-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)} -.mi-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)} -.mi-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)} -:root .mi-rotate-90,:root .mi-rotate-180,:root .mi-rotate-270,:root .mi-flip-horizontal,:root .mi-flip-vertical{filter:none} -.mi-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle} -.mi-stack-1x,.mi-stack-2x{position:absolute;left:0;width:100%;text-align:center} -.mi-stack-1x{line-height:inherit} -.mi-stack-2x{font-size:2em} -.mi-inverse{color:#fff} -.mi-CheckMarkLegacy:before,.mi-CheckMarkZeroWidthLegacy:before,.mi-CheckMark:before{content:"\e900"} -.mi-CheckboxFillLegacy:before,.mi-CheckboxFillZeroWidthLegacy:before,.mi-PresenceChickletLegacy:before,.mi-CheckboxFill:before,.mi-ResizeMouseLarge:before,.mi-PresenceChicklet:before{content:"\e901"} -.mi-CheckboxLegacy:before,.mi-Checkbox:before{content:"\e902"} -.mi-CheckboxIndeterminateLegacy:before,.mi-CheckboxIndeterminate:before{content:"\e903"} -.mi-CheckboxCompositeReversedLegacy:before,.mi-CheckboxCompositeReversed:before{content:"\e904"} -.mi-HeartLegacy:before,.mi-Heart:before{content:"\e905"} -.mi-HeartBrokenLegacy:before,.mi-HeartBrokenZeroWidthLegacy:before{content:"\e906"} -.mi-RatingStarFillZeroWidthLegacy:before,.mi-RatingStarFillReducedPaddingHTMLLegacy:before,.mi-RatingStarFillLegacy:before,.mi-RatingStarFillSmallLegacy:before,.mi-FavoriteLegacy:before,.mi-SolidStarLegacy:before,.mi-Favorite2Legacy:before,.mi-FavoriteStarFill:before{content:"\e907"} -.mi-HeartFillZeroWidthLegacy:before,.mi-HeartFillLegacy:before,.mi-HeartFill:before{content:"\e908"} -.mi-ScrollChevronLeftLegacy:before,.mi-ChevronLeft3Legacy:before,.mi-ScrollChevronLeftBoldLegacy:before,.mi-ChevronLeft1Legacy:before,.mi-ChevronLeft2Legacy:before,.mi-ChevronLeft4Legacy:before,.mi-ChevronFlipLeftLegacy:before,.mi-ChevronLeft:before{content:"\e909"} -.mi-ScrollChevronRightLegacy:before,.mi-ChevronRight3Legacy:before,.mi-ScrollChevronRightBoldLegacy:before,.mi-ChevronRight1Legacy:before,.mi-ChevronRight2Legacy:before,.mi-ChevronRight4Legacy:before,.mi-ChevronFlipRightLegacy:before,.mi-ChevronRight:before{content:"\e90a"} -.mi-ScrollChevronUpLegacy:before,.mi-ChevronUp3Legacy:before,.mi-ScrollChevronUpBoldLegacy:before,.mi-ChevronUp1Legacy:before,.mi-ChevronUp2Legacy:before,.mi-ChevronUp4Legacy:before,.mi-ChevronFlipUpLegacy:before,.mi-ChevronUp:before{content:"\e90b"} -.mi-ScrollChevronDownLegacy:before,.mi-ChevronDown3Legacy:before,.mi-ScrollChevronDownBoldLegacy:before,.mi-ChevronDown1Legacy:before,.mi-ChevronDown2Legacy:before,.mi-ChevronDown4Legacy:before,.mi-ChevronFlipDownLegacy:before,.mi-ChevronDown:before{content:"\e90c"} -.mi-RevealPasswordLegacy:before,.mi-ViewLegacy:before,.mi-View:before{content:"\e90d"} -.mi-EaseOfAccessLegacy:before,.mi-EaseOfAccess:before{content:"\e90e"} -.mi-CheckmarkListviewLegacy:before,.mi-CheckmarkMenuLegacy:before,.mi-AcceptLegacy:before,.mi-Accept:before{content:"\e90f"} -.mi-KeyboardStandardLegacy:before,.mi-KeyboardStandard:before{content:"\e910"} -.mi-KeyboardSplitLegacy:before,.mi-KeyboardSplit:before{content:"\e911"} -.mi-SearchboxLegacy:before,.mi-FindLegacy:before,.mi-Search:before{content:"\e912"} -.mi-CheckboxCompositeLegacy:before,.mi-CheckboxComposite:before{content:"\e913"} -.mi-BackBttnArrow42Legacy:before,.mi-BackBttnArrow20Legacy:before,.mi-ArrowHTMLLegacy:before,.mi-BackLegacy:before,.mi-Back:before{content:"\e914"} -.mi-BackBttnMirroredArrow42Legacy:before,.mi-BackBttnMirroredArrow20Legacy:before,.mi-ArrowHTMLLegacyMirrored:before,.mi-ForwardLegacy:before,.mi-Forward:before{content:"\e915"} -.mi-SemanticZoomLegacy:before{content:"\e916"} -.mi-PreviousLegacy:before,.mi-Previous:before{content:"\e917"} -.mi-NextLegacy:before,.mi-Next:before{content:"\e918"} -.mi-PlayLegacy:before,.mi-Play:before{content:"\e919"} -.mi-PauseLegacy:before,.mi-Pause:before{content:"\e91a"} -.mi-EditLegacy:before,.mi-Edit:before{content:"\e91b"} -.mi-SaveLegacy:before,.mi-Save:before{content:"\e91c"} -.mi-ClearLegacy:before,.mi-Clear:before{content:"\e91d"} -.mi-DeleteLegacy:before,.mi-Delete:before{content:"\e91e"} -.mi-RemoveLegacy:before,.mi-Remove:before{content:"\e91f"} -.mi-AddLegacy:before,.mi-Add:before{content:"\e920"} -.mi-CancelLegacy:before,.mi-Cancel:before{content:"\e921"} -.mi-MoreLegacy:before,.mi-More:before{content:"\e922"} -.mi-RedoLegacy:before,.mi-Redo:before{content:"\e923"} -.mi-UndoLegacy:before,.mi-Undo:before{content:"\e924"} -.mi-HomeLegacy:before,.mi-Home:before{content:"\e925"} -.mi-UpLegacy:before,.mi-Up:before{content:"\e926"} -.mi-CameraLegacy:before,.mi-Camera:before{content:"\e927"} -.mi-SettingsLegacy:before,.mi-Settings:before{content:"\e928"} -.mi-VideoLegacy:before,.mi-VideoInlineLegacy:before,.mi-Video:before{content:"\e929"} -.mi-SyncLegacy:before,.mi-Sync:before{content:"\e92a"} -.mi-DownloadLegacy:before,.mi-Download:before{content:"\e92b"} -.mi-MailLegacy:before,.mi-Mail:before{content:"\e92c"} -.mi-HelpLegacy:before,.mi-Help:before{content:"\e92d"} -.mi-UploadLegacy:before,.mi-UploadSkyDriveLegacy:before,.mi-Upload:before{content:"\e92e"} -.mi-EmojiLegacy:before,.mi-Emoji:before{content:"\e92f"} -.mi-TwoPageLegacy:before,.mi-TwoPage:before{content:"\e930"} -.mi-LeaveChatLegacy:before,.mi-LeaveChat:before{content:"\e931"} -.mi-MailForwardLegacy:before,.mi-MailForward:before{content:"\e932"} -.mi-ClockLegacy:before{content:"\e933"} -.mi-SendLegacy:before,.mi-Send:before{content:"\e934"} -.mi-CropLegacy:before,.mi-Crop:before{content:"\e935"} -.mi-RotateCameraLegacy:before,.mi-RotateCamera:before{content:"\e936"} -.mi-PeopleLegacy:before,.mi-People:before{content:"\e937"} -.mi-ClosePaneLegacy:before,.mi-ClosePane:before{content:"\e938"} -.mi-OpenPaneLegacy:before,.mi-OpenPane:before{content:"\e939"} -.mi-WorldLegacy:before,.mi-World:before{content:"\e93a"} -.mi-FlagLegacy:before,.mi-Flag:before,.mi-EndPoint:before{content:"\e93b"} -.mi-PreviewLinkLegacy:before,.mi-PreviewLink:before{content:"\e93c"} -.mi-GlobeLegacy:before,.mi-Globe:before{content:"\e93d"} -.mi-TrimLegacy:before,.mi-Trim:before{content:"\e93e"} -.mi-AttachCameraLegacy:before,.mi-AttachCamera:before{content:"\e93f"} -.mi-ZoomInLegacy:before,.mi-ZoomIn:before{content:"\e940"} -.mi-BookmarksLegacy:before,.mi-Bookmarks:before{content:"\e941"} -.mi-DocumentLegacy:before,.mi-Document:before{content:"\e942"} -.mi-ProtectedDocumentLegacy:before,.mi-ProtectedDocument:before{content:"\e943"} -.mi-PageFillLegacy:before,.mi-PageSolid:before{content:"\e944"} -.mi-MultiSelectLegacy:before,.mi-MultiSelect:before{content:"\e945"} -.mi-CommentLegacy:before,.mi-Comment:before{content:"\e946"} -.mi-MailFillLegacy:before,.mi-MailMessageLegacy:before,.mi-MailFill:before{content:"\e947"} -.mi-ContactInfoLegacy:before,.mi-ContactInfo:before{content:"\e948"} -.mi-HangUpLegacy:before,.mi-HangUp:before{content:"\e949"} -.mi-ViewAllLegacy:before,.mi-ShowAllFilesLegacy:before,.mi-ViewAll:before{content:"\e94a"} -.mi-MapPinLegacy:before,.mi-MapPin2:before{content:"\e94b"} -.mi-PhoneLegacy:before,.mi-Phone:before{content:"\e94c"} -.mi-VideoChatLegacy:before,.mi-VideoChat:before{content:"\e94d"} -.mi-SwitchLegacy:before,.mi-Switch:before{content:"\e94e"} -.mi-ContactLegacy:before,.mi-Contact3Legacy:before,.mi-Contact:before{content:"\e94f"} -.mi-RenameLegacy:before,.mi-Rename:before{content:"\e950"} -.mi-ExpandTileLegacy:before,.mi-ExpandTile:before{content:"\e951"} -.mi-ReduceTileLegacy:before{content:"\e952"} -.mi-PinLegacy:before,.mi-Pin:before{content:"\e953"} -.mi-MusicInfoLegacy:before,.mi-MusicInfo:before{content:"\e954"} -.mi-GoLegacy:before,.mi-Go:before{content:"\e955"} -.mi-KeyBoardLegacy:before,.mi-KeyboardClassic:before{content:"\e956"} -.mi-DockLeftLegacy:before,.mi-DockLeft:before{content:"\e957"} -.mi-DockRightLegacy:before,.mi-DockRight:before{content:"\e958"} -.mi-DockBottomLegacy:before,.mi-DockBottom:before{content:"\e959"} -.mi-RemoteLegacy:before,.mi-Remote:before{content:"\e95a"} -.mi-RefreshLegacy:before,.mi-RepeatAllLegacy:before,.mi-Refresh:before,.mi-RepeatAll:before{content:"\e95b"} -.mi-RotateLegacy:before{content:"\e95c"} -.mi-ShuffleLegacy:before,.mi-Shuffle:before{content:"\e95d"} -.mi-ListLegacy:before,.mi-BulletedListLegacy:before,.mi-BulletedList:before{content:"\e95e"} -.mi-ShopLegacy:before,.mi-Shop:before{content:"\e95f"} -.mi-SelectAllLegacy:before,.mi-SelectAll:before{content:"\e960"} -.mi-OrientationLegacy:before,.mi-Orientation:before{content:"\e961"} -.mi-ImportLegacy:before,.mi-Import:before,.mi-ExportMirrored:before{content:"\e962"} -.mi-ImportAllLegacy:before,.mi-ImportAll:before{content:"\e963"} -.mi-ShowAllFiles3Legacy:before{content:"\e964"} -.mi-ShowAllFiles1Legacy:before{content:"\e965"} -.mi-BrowsePhotosLegacy:before,.mi-BrowsePhotos:before{content:"\e966"} -.mi-WebcamLegacy:before,.mi-Webcam:before{content:"\e967"} -.mi-PictureLegacy:before,.mi-Picture:before{content:"\e968"} -.mi-SaveLocalLegacy:before,.mi-SaveLocal:before{content:"\e969"} -.mi-CaptionLegacy:before,.mi-Caption:before{content:"\e96a"} -.mi-StopLegacy:before,.mi-Stop:before{content:"\e96b"} -.mi-ShowResultsLegacy:before,.mi-ShowResults:before{content:"\e96c"} -.mi-VolumeLegacy:before,.mi-Volume:before{content:"\e96d"} -.mi-RepairLegacy:before,.mi-Repair:before{content:"\e96e"} -.mi-MessageLegacy:before,.mi-CommentInlineLegacy:before,.mi-Message:before{content:"\e96f"} -.mi-PageLegacy:before,.mi-Page:before{content:"\e970"} -.mi-CalendarDayLegacy:before,.mi-CalendarDay:before{content:"\e971"} -.mi-CalendarWeekLegacy:before,.mi-CalendarWeek:before{content:"\e972"} -.mi-CalendarLegacy:before,.mi-Calendar:before{content:"\e973"} -.mi-CharactersLegacy:before,.mi-Characters:before{content:"\e974"} -.mi-MailReplyAllLegacy:before,.mi-MailReplyAll:before{content:"\e975"} -.mi-ReadLegacy:before,.mi-Read:before{content:"\e976"} -.mi-LinkLegacy:before,.mi-Link:before{content:"\e977"} -.mi-AccountsLegacy:before,.mi-Accounts:before{content:"\e978"} -.mi-ShowBccLegacy:before,.mi-ShowBcc:before{content:"\e979"} -.mi-HideBccLegacy:before,.mi-HideBcc:before{content:"\e97a"} -.mi-CutLegacy:before,.mi-Cut:before{content:"\e97b"} -.mi-AttachLegacy:before,.mi-Attach:before{content:"\e97c"} -.mi-PasteLegacy:before,.mi-Paste:before{content:"\e97d"} -.mi-FilterLegacy:before,.mi-Filter:before{content:"\e97e"} -.mi-CopyLegacy:before,.mi-Copy:before{content:"\e97f"} -.mi-Emoji2Legacy:before,.mi-Emoji2:before{content:"\e980"} -.mi-ImportantLegacy:before,.mi-Important:before{content:"\e981"} -.mi-MailReplyLegacy:before,.mi-MailReply:before{content:"\e982"} -.mi-SlideshowLegacy:before,.mi-Slideshow:before{content:"\e983"} -.mi-SortLegacy:before,.mi-Sort:before{content:"\e984"} -.mi-ListLegacyMirrored:before,.mi-BulletedListLegacyMirrored:before,.mi-BulletedListMirrored:before{content:"\e985"} -.mi-ExpandTileLegacyMirrored:before,.mi-ExpandTileMirrored:before{content:"\e986"} -.mi-ReduceTileLegacyMirrored:before{content:"\e987"} -.mi-ManageLegacy:before,.mi-Manage:before{content:"\e988"} -.mi-AllAppsLegacy:before,.mi-AllApps:before{content:"\e989"} -.mi-DisconnectDriveLegacy:before,.mi-DisconnectDrive:before{content:"\e98a"} -.mi-MapDriveLegacy:before,.mi-MapDrive:before{content:"\e98b"} -.mi-NewWindowLegacy:before,.mi-NewWindow:before{content:"\e98c"} -.mi-OpenWithLegacy:before,.mi-OpenWith:before{content:"\e98d"} -.mi-ContactPresenceLegacy:before,.mi-ContactPresence:before{content:"\e98e"} -.mi-PriorityLegacy:before,.mi-Priority:before{content:"\e98f"} -.mi-GotoTodayLegacy:before,.mi-GotoToday:before{content:"\e990"} -.mi-FontLegacy:before,.mi-Font:before{content:"\e991"} -.mi-FontColorLegacy:before,.mi-FontColor:before{content:"\e992"} -.mi-Contact2Legacy:before,.mi-Contact2:before{content:"\e993"} -.mi-FolderLegacy:before,.mi-FolderFill:before{content:"\e994"} -.mi-AudioLegacy:before,.mi-Audio:before{content:"\e995"} -.mi-PlaceFolderLegacy:before{content:"\e996"} -.mi-SetlockScreenLegacy:before,.mi-SetlockScreen:before{content:"\e997"} -.mi-SetTileLegacy:before,.mi-SetTile:before{content:"\e998"} -.mi-CCJapanLegacy:before{content:"\e999"} -.mi-CCEuroLegacy:before{content:"\e99a"} -.mi-CCLegacy:before,.mi-CC:before{content:"\e99b"} -.mi-StopSlideshowLegacy:before{content:"\e99c"} -.mi-PermissionsLegacy:before,.mi-Permissions:before{content:"\e99d"} -.mi-HighlightLegacy:before,.mi-Highlight:before{content:"\e99e"} -.mi-DisableUpdatesLegacy:before,.mi-DisableUpdates:before{content:"\e99f"} -.mi-UnfavoriteLegacy:before,.mi-Unfavorite:before{content:"\e9a0"} -.mi-UnpinLegacy:before,.mi-Unpin:before{content:"\e9a1"} -.mi-OpenLocalLegacy:before,.mi-OpenLocal:before{content:"\e9a2"} -.mi-MuteLegacy:before,.mi-Mute:before{content:"\e9a3"} -.mi-ItalicLegacy:before,.mi-Italic:before{content:"\e9a4"} -.mi-UnderlineLegacy:before,.mi-Underline:before{content:"\e9a5"} -.mi-BoldLegacy:before,.mi-Bold:before{content:"\e9a6"} -.mi-MoveToFolderLegacy:before,.mi-MoveToFolder:before{content:"\e9a7"} -.mi-LikeDislikeLegacy:before,.mi-LikeDislike:before{content:"\e9a8"} -.mi-DislikeLegacy:before,.mi-Dislike:before{content:"\e9a9"} -.mi-LikeLegacy:before,.mi-LikeInlineLegacy:before,.mi-Like:before{content:"\e9aa"} -.mi-AlignRightLegacy:before,.mi-AlignRight:before{content:"\e9ab"} -.mi-AlignCenterLegacy:before,.mi-AlignCenter:before{content:"\e9ac"} -.mi-AlignLeftLegacy:before,.mi-AlignLeft:before{content:"\e9ad"} -.mi-ZoomLegacy:before,.mi-Zoom:before{content:"\e9ae"} -.mi-ZoomOutLegacy:before,.mi-ZoomOut:before{content:"\e9af"} -.mi-OpenFileLegacy:before,.mi-OpenFile:before{content:"\e9b0"} -.mi-OtherUserLegacy:before,.mi-OtherUser:before{content:"\e9b1"} -.mi-AdminLegacy:before,.mi-Admin:before{content:"\e9b2"} -.mi-MailForwardLegacyMirrored:before,.mi-MailForwardMirrored:before{content:"\e9b3"} -.mi-GoLegacyMirrored:before,.mi-GoMirrored:before{content:"\e9b4"} -.mi-DockLeftLegacyMirrored:before,.mi-DockLeftMirrored:before{content:"\e9b5"} -.mi-DockRightLegacyMirrored:before,.mi-DockRightMirrored:before{content:"\e9b6"} -.mi-ImportLegacyMirrored:before,.mi-ImportMirrored:before,.mi-Export:before{content:"\e9b7"} -.mi-ImportAllLegacyMirrored:before,.mi-ImportAllMirrored:before{content:"\e9b8"} -.mi-MailReplyLegacyMirrored:before,.mi-MailReplyMirrored:before{content:"\e9b9"} -.mi-ItalicCLegacy:before{content:"\e9ba"} -.mi-BoldGLegacy:before{content:"\e9bb"} -.mi-UnderlineSLegacy:before{content:"\e9bc"} -.mi-BoldFLegacy:before{content:"\e9bd"} -.mi-ItalicKLegacy:before{content:"\e9be"} -.mi-UnderlineULegacy:before{content:"\e9bf"} -.mi-ItalicILegacy:before{content:"\e9c0"} -.mi-BoldNLegacy:before{content:"\e9c1"} -.mi-UnderlineRussianLegacy:before{content:"\e9c2"} -.mi-BoldRussionLegacy:before{content:"\e9c3"} -.mi-FontStyleKoreanLegacy:before{content:"\e9c4"} -.mi-UnderlineLKoreanLegacy:before{content:"\e9c5"} -.mi-ItalicKoreanLegacy:before{content:"\e9c6"} -.mi-BoldKoreanLegacy:before{content:"\e9c7"} -.mi-FontColorKoreanLegacy:before{content:"\e9c8"} -.mi-ClosePaneLegacyMirrored:before,.mi-ClosePaneMirrored:before{content:"\e9c9"} -.mi-OpenPaneLegacyMirrored:before,.mi-OpenPaneMirrored:before{content:"\e9ca"} -.mi-EditLegacyMirrored:before,.mi-EditMirrored:before{content:"\e9cb"} -.mi-StreetLegacy:before,.mi-Street:before{content:"\e9cc"} -.mi-MapLegacy:before,.mi-MapPin:before{content:"\e9cd"} -.mi-ClearSelectionLegacy:before,.mi-ClearSelection:before{content:"\e9ce"} -.mi-FontDecreaseLegacy:before,.mi-FontDecrease:before{content:"\e9cf"} -.mi-FontIncreaseLegacy:before,.mi-FontIncrease:before{content:"\e9d0"} -.mi-FontSizeLegacy:before,.mi-FontSize:before{content:"\e9d1"} -.mi-CellPhoneLegacy:before,.mi-MobileContactLegacy:before,.mi-CellPhone:before{content:"\e9d2"} -.mi-ReshareLegacy:before,.mi-Reshare:before{content:"\e9d3"} -.mi-TagLegacy:before,.mi-Tag:before{content:"\e9d4"} -.mi-RepeatOneLegacy:before,.mi-RepeatOne:before{content:"\e9d5"} -.mi-OutlineStarLegacy:before,.mi-FavoriteInlineLegacy:before,.mi-RatingStarLegacy:before,.mi-Unfavorite2Legacy:before,.mi-FavoriteStar:before{content:"\e9d6"} -.mi-CalculatorLegacy:before,.mi-Calculator:before{content:"\e9d7"} -.mi-DirectionsLegacy:before,.mi-Directions:before{content:"\e9d8"} -.mi-LocationLegacy:before,.mi-Location:before{content:"\e9d9"} -.mi-LibraryLegacy:before,.mi-Library:before{content:"\e9da"} -.mi-PhoneBookLegacy:before,.mi-PhoneBook:before{content:"\e9db"} -.mi-MemoLegacy:before,.mi-Memo:before{content:"\e9dc"} -.mi-MicrophoneLegacy:before,.mi-Microphone:before{content:"\e9dd"} -.mi-PostUpdateLegacy:before,.mi-PostUpdate:before{content:"\e9de"} -.mi-BackToWindowLegacy:before,.mi-BackToWindow:before{content:"\e9df"} -.mi-FullScreenLegacy:before,.mi-FullScreen:before{content:"\e9e0"} -.mi-NewFolderLegacy:before,.mi-NewFolder:before{content:"\e9e1"} -.mi-CalendarReplyLegacy:before,.mi-CalendarReply:before{content:"\e9e2"} -.mi-CalendarLegacyMirrored:before,.mi-CalendarMirrored:before{content:"\e9e3"} -.mi-UnsyncFolderLegacy:before,.mi-UnsyncFolder:before{content:"\e9e4"} -.mi-ReportHackedLegacy:before,.mi-ReportHacked:before{content:"\e9e5"} -.mi-SyncFolderLegacy:before,.mi-SyncFolder:before{content:"\e9e6"} -.mi-BlockContactLegacy:before,.mi-BlockContact:before{content:"\e9e7"} -.mi-SwitchAppsLegacy:before,.mi-SwitchApps:before{content:"\e9e8"} -.mi-AddFriendLegacy:before,.mi-AddFriend:before{content:"\e9e9"} -.mi-TouchPointerLegacy:before,.mi-TouchPointer:before{content:"\e9ea"} -.mi-GoToStartLegacy:before,.mi-GoToStart:before{content:"\e9eb"} -.mi-ZeroBarsLegacy:before,.mi-ZeroBars:before{content:"\e9ec"} -.mi-OneBarLegacy:before,.mi-OneBar:before{content:"\e9ed"} -.mi-TwoBarsLegacy:before,.mi-TwoBars:before{content:"\e9ee"} -.mi-ThreeBarsLegacy:before,.mi-ThreeBars:before{content:"\e9ef"} -.mi-FourBarsLegacy:before,.mi-FourBars:before{content:"\e9f0"} -.mi-ItalicRussianLegacy:before{content:"\e9f1"} -.mi-AllAppsLegacyMirrored:before,.mi-AllAppsMirrored:before{content:"\e9f2"} -.mi-OpenWithLegacyMirrored:before,.mi-OpenWithMirrored:before{content:"\e9f3"} -.mi-BookmarksLegacyMirrored:before,.mi-BookmarksMirrored:before{content:"\e9f4"} -.mi-MultiSelectLegacyMirrored:before,.mi-MultiSelectMirrored:before{content:"\e9f5"} -.mi-ShowResultsLegacyMirrored:before,.mi-ShowResultsMirrored:before{content:"\e9f6"} -.mi-MailReplyAllLegacyMirrored:before,.mi-MailReplyAllMirrored:before{content:"\e9f7"} -.mi-HelpLegacyMirrored:before,.mi-HelpMirrored:before{content:"\e9f8"} -.mi-ClearSelectionLegacyMirrored:before,.mi-ClearSelectionMirrored:before{content:"\e9f9"} -.mi-RecordLegacy:before,.mi-Record:before{content:"\e9fa"} -.mi-LockLegacy:before,.mi-Lock:before{content:"\e9fb"} -.mi-UnlockLegacy:before,.mi-Unlock:before{content:"\e9fc"} -.mi-DownLegacy:before,.mi-Down:before{content:"\e9fd"} -.mi-PC1Legacy:before,.mi-PC1:before{content:"\e9fe"} -.mi-DevicesLegacy:before,.mi-Devices2:before{content:"\e9ff"} -.mi-ChevronDownSmLegacy:before,.mi-ChevronDownSmall:before{content:"\ea00"} -.mi-ReplyLegacy:before,.mi-Reply:before{content:"\ea01"} -.mi-BlockedLegacy:before{content:"\ea02"} -.mi-TypingIndicatorLegacy:before{content:"\ea03"} -.mi-PresenceChickletVideoLegacy:before,.mi-PresenceChickletVideo:before{content:"\ea04"} -.mi-ChevronRightSmLegacy:before,.mi-ChevronRightSmall:before{content:"\ea05"} -.mi-ChevronLeftSmLegacy:before,.mi-ChevronLeftSmall:before{content:"\ea06"} -.mi-SaveAsLegacy:before,.mi-SaveAs:before{content:"\ea07"} -.mi-DecreaseIndentLegacy:before{content:"\ea08"} -.mi-IncreaseIndentLegacy:before{content:"\ea09"} -.mi-ScanLegacy:before,.mi-Scan:before{content:"\ea0a"} -.mi-PreviewLegacy:before,.mi-Preview:before{content:"\ea0b"} -.mi-DecreaseIndentLegacyMirrored:before{content:"\ea0c"} -.mi-IncreaseIndentLegacyMirrored:before{content:"\ea0d"} -.mi-PlayOnLegacy:before{content:"\ea0e"} -.mi-ResolutionLegacy:before{content:"\ea0f"} -.mi-LengthLegacy:before,.mi-Recent:before{content:"\ea10"} -.mi-LayoutLegacy:before{content:"\ea11"} -.mi-TypeLegacy:before,.mi-Type:before{content:"\ea12"} -.mi-ColorLegacy:before,.mi-Color:before{content:"\ea13"} -.mi-SizeLegacy:before{content:"\ea14"} -.mi-ReturnToWindowLegacy:before,.mi-ReturnToWindow:before{content:"\ea15"} -.mi-OpenInNewWindowLegacy:before,.mi-OpenInNewWindow:before{content:"\ea16"} -.mi-PrintLegacy:before,.mi-Print:before{content:"\ea17"} -.mi-Printer3DLegacy:before{content:"\ea18"} -.mi-GlobalNavButton:before{content:"\ea19"} -.mi-Wifi:before{content:"\ea1a"} -.mi-Bluetooth:before{content:"\ea1b"} -.mi-Connect:before{content:"\ea1c"} -.mi-InternetSharing:before,.mi-WifiHotspot:before{content:"\ea1d"} -.mi-VPN:before{content:"\ea1e"} -.mi-Brightness:before{content:"\ea1f"} -.mi-QuietHours:before{content:"\ea20"} -.mi-Airplane:before{content:"\ea21"} -.mi-Tablet:before{content:"\ea22"} -.mi-QuickNote:before{content:"\ea23"} -.mi-RememberedDevice:before{content:"\ea24"} -.mi-SendFill:before{content:"\ea25"} -.mi-WalkSolid:before{content:"\ea26"} -.mi-InPrivate:before{content:"\ea27"} -.mi-FavoriteList:before{content:"\ea28"} -.mi-Share:before{content:"\ea29"} -.mi-ResizeTouchLarger:before{content:"\ea2a"} -.mi-ResizeTouchSmaller:before{content:"\ea2b"} -.mi-ResizeMouseSmall:before{content:"\ea2c"} -.mi-ResizeMouseMedium:before{content:"\ea2d"} -.mi-ResizeMouseWide:before{content:"\ea2e"} -.mi-ResizeMouseTall:before{content:"\ea2f"} -.mi-SwitchUser:before{content:"\ea30"} -.mi-OEM:before{content:"\ea31"} -.mi-BackSpaceQWERTY:before,.mi-CalculatorBackspace:before{content:"\ea32"} -.mi-ReturnKey:before{content:"\ea33"} -.mi-UpArrowShiftKey:before{content:"\ea34"} -.mi-Cloud:before{content:"\ea35"} -.mi-Flashlight:before{content:"\ea36"} -.mi-RotationLock:before{content:"\ea37"} -.mi-CommandPrompt:before{content:"\ea38"} -.mi-SIPMove:before{content:"\ea39"} -.mi-SIPUndock:before{content:"\ea3a"} -.mi-SIPRedock:before{content:"\ea3b"} -.mi-EraseTool:before{content:"\ea3c"} -.mi-UnderscoreSpace:before{content:"\ea3d"} -.mi-GripperTool:before{content:"\ea3e"} -.mi-Dialpad:before{content:"\ea3f"} -.mi-PageLeft:before{content:"\ea40"} -.mi-PageRight:before{content:"\ea41"} -.mi-KeyboardLeftHanded:before{content:"\ea42"} -.mi-KeyboardRightHanded:before{content:"\ea43"} -.mi-InkingTool:before{content:"\ea44"} -.mi-GripperBarHorizontal:before{content:"\ea45"} -.mi-System:before{content:"\ea46"} -.mi-Personalize:before{content:"\ea47"} -.mi-Devices:before{content:"\ea48"} -.mi-SearchAndApps:before{content:"\ea49"} -.mi-TimeLanguage:before{content:"\ea4a"} -.mi-UpdateRestore:before{content:"\ea4b"} -.mi-LEDLight:before{content:"\ea4c"} -.mi-Error:before{content:"\ea4d"} -.mi-GripperBarVertical:before{content:"\ea4e"} -.mi-GripperResize:before{content:"\ea4f"} -.mi-Megaphone:before{content:"\ea50"} -.mi-DataSense:before{content:"\ea51"} -.mi-Light:before{content:"\ea52"} -.mi-AspectRatio:before{content:"\ea53"} -.mi-DataSenseBar:before{content:"\ea54"} -.mi-Rotate:before{content:"\ea55"} -.mi-Package:before{content:"\ea56"} -.mi-Warning:before{content:"\ea57"} -.mi-ReadingList:before{content:"\ea58"} -.mi-Education:before{content:"\ea59"} -.mi-ShoppingCart:before{content:"\ea5a"} -.mi-Train:before{content:"\ea5b"} -.mi-Multitask:before{content:"\ea5c"} -.mi-HalfStarLeft:before{content:"\ea5d"} -.mi-HalfStarRight:before{content:"\ea5e"} -.mi-LangJPN:before{content:"\ea5f"} -.mi-Ferry:before{content:"\ea60"} -.mi-ActionCenterNotification:before{content:"\ea61"} -.mi-PowerButton:before{content:"\ea62"} -.mi-ResizeTouchNarrower:before{content:"\ea63"} -.mi-ResizeTouchShorter:before{content:"\ea64"} -.mi-DrivingMode:before,.mi-Car:before{content:"\ea65"} -.mi-RingerSilent:before{content:"\ea66"} -.mi-SDCard:before{content:"\ea67"} -.mi-CallForwarding:before{content:"\ea68"} -.mi-SettingsDisplaySound:before{content:"\ea69"} -.mi-TVMonitor:before{content:"\ea6a"} -.mi-Speakers:before{content:"\ea6b"} -.mi-Headphone:before{content:"\ea6c"} -.mi-DeviceLaptopPic:before{content:"\ea6d"} -.mi-DeviceLaptopNoPic:before{content:"\ea6e"} -.mi-DeviceMonitorRightPic:before{content:"\ea6f"} -.mi-DeviceMonitorLeftPic:before{content:"\ea70"} -.mi-DeviceMonitorNoPic:before{content:"\ea71"} -.mi-Game:before{content:"\ea72"} -.mi-HorizontalTabKey:before{content:"\ea73"} -.mi-StreetsideSplitMinimize:before{content:"\ea74"} -.mi-StreetsideSplitExpand:before{content:"\ea75"} -.mi-Walk:before{content:"\ea76"} -.mi-Bus:before{content:"\ea77"} -.mi-TiltUp:before{content:"\ea78"} -.mi-TiltDown:before{content:"\ea79"} -.mi-RotateMapRight:before{content:"\ea7a"} -.mi-RotateMapLeft:before{content:"\ea7b"} -.mi-ParkingLocation:before{content:"\ea7c"} -.mi-MapCompassTop:before{content:"\ea7d"} -.mi-MapCompassBottom:before{content:"\ea7e"} -.mi-IncidentTriangle:before{content:"\ea7f"} -.mi-Touch:before{content:"\ea80"} -.mi-MapDirections:before{content:"\ea81"} -.mi-StartPoint:before{content:"\ea82"} -.mi-StopPoint:before{content:"\ea83"} -.mi-History:before{content:"\ea84"} -.mi-MapLayers:before{content:"\ea85"} -.mi-Accident:before{content:"\ea86"} -.mi-Work:before{content:"\ea87"} -.mi-Construction:before{content:"\ea88"} -.mi-Bank:before{content:"\ea89"} -.mi-DownloadMap:before{content:"\ea8a"} -.mi-InkingToolFill2:before{content:"\ea8b"} -.mi-HighlightFill2:before{content:"\ea8c"} -.mi-EraseToolFill:before{content:"\ea8d"} -.mi-EraseToolFill2:before{content:"\ea8e"} -.mi-Dictionary:before{content:"\ea8f"} -.mi-DictionaryAdd:before{content:"\ea90"} -.mi-ToolTip:before,.mi-Lightbulb:before{content:"\ea91"} -.mi-ChromeBack:before{content:"\ea92"} -.mi-ProvisioningPackage:before{content:"\ea93"} -.mi-AddRemoteDevice:before{content:"\ea94"} -.mi-Ethernet:before{content:"\ea95"} -.mi-ShareBroadband:before{content:"\ea96"} -.mi-DirectAccess:before{content:"\ea97"} -.mi-DialUp:before{content:"\ea98"} -.mi-DefenderApp:before{content:"\ea99"} -.mi-BatteryCharging9:before{content:"\ea9a"} -.mi-Battery10:before{content:"\ea9b"} -.mi-Pinned:before{content:"\ea9c"} -.mi-PinFill:before{content:"\ea9d"} -.mi-PinnedFill:before{content:"\ea9e"} -.mi-PeriodKey:before{content:"\ea9f"} -.mi-PuncKey:before{content:"\eaa0"} -.mi-RevToggleKey:before{content:"\eaa1"} -.mi-RightArrowKeyTime1:before{content:"\eaa2"} -.mi-RightArrowKeyTime2:before{content:"\eaa3"} -.mi-LeftQuote:before{content:"\eaa4"} -.mi-RightQuote:before{content:"\eaa5"} -.mi-DownShiftKey:before{content:"\eaa6"} -.mi-UpShiftKey:before{content:"\eaa7"} -.mi-PuncKey0:before{content:"\eaa8"} -.mi-PuncKeyLeftBottom:before{content:"\eaa9"} -.mi-RightArrowKeyTime3:before{content:"\eaaa"} -.mi-RightArrowKeyTime4:before{content:"\eaab"} -.mi-Battery0:before{content:"\eaac"} -.mi-Battery1:before{content:"\eaad"} -.mi-Battery2:before{content:"\eaae"} -.mi-Battery3:before{content:"\eaaf"} -.mi-Battery4:before{content:"\eab0"} -.mi-Battery5:before{content:"\eab1"} -.mi-Battery6:before{content:"\eab2"} -.mi-Battery7:before{content:"\eab3"} -.mi-Battery8:before{content:"\eab4"} -.mi-Battery9:before{content:"\eab5"} -.mi-BatteryCharging0:before{content:"\eab6"} -.mi-BatteryCharging1:before{content:"\eab7"} -.mi-BatteryCharging2:before{content:"\eab8"} -.mi-BatteryCharging3:before{content:"\eab9"} -.mi-BatteryCharging4:before{content:"\eaba"} -.mi-BatteryCharging5:before{content:"\eabb"} -.mi-BatteryCharging6:before{content:"\eabc"} -.mi-BatteryCharging7:before{content:"\eabd"} -.mi-BatteryCharging8:before{content:"\eabe"} -.mi-BatterySaver0:before{content:"\eabf"} -.mi-BatterySaver1:before{content:"\eac0"} -.mi-BatterySaver2:before{content:"\eac1"} -.mi-BatterySaver3:before{content:"\eac2"} -.mi-BatterySaver4:before{content:"\eac3"} -.mi-BatterySaver5:before{content:"\eac4"} -.mi-BatterySaver6:before{content:"\eac5"} -.mi-BatterySaver7:before{content:"\eac6"} -.mi-BatterySaver8:before{content:"\eac7"} -.mi-SignalBars1:before{content:"\eac8"} -.mi-SignalBars2:before{content:"\eac9"} -.mi-SignalBars3:before{content:"\eaca"} -.mi-SignalBars4:before{content:"\eacb"} -.mi-SignalBars5:before{content:"\eacc"} -.mi-SignalNotConnected:before{content:"\eacd"} -.mi-Wifi1:before{content:"\eace"} -.mi-Wifi2:before{content:"\eacf"} -.mi-Wifi3:before{content:"\ead0"} -.mi-SIMLock:before{content:"\ead1"} -.mi-SIMMissing:before{content:"\ead2"} -.mi-Vibrate:before{content:"\ead3"} -.mi-RoamingInternational:before{content:"\ead4"} -.mi-RoamingDomestic:before{content:"\ead5"} -.mi-CallForwardInternational:before{content:"\ead6"} -.mi-CallForwardRoaming:before{content:"\ead7"} -.mi-JpnRomanji:before{content:"\ead8"} -.mi-JpnRomanjiLock:before{content:"\ead9"} -.mi-JpnRomanjiShift:before{content:"\eada"} -.mi-JpnRomanjiShiftLock:before{content:"\eadb"} -.mi-StatusDataTransfer:before{content:"\eadc"} -.mi-StatusDataTransferVPN:before{content:"\eadd"} -.mi-StatusDualSIM2:before{content:"\eade"} -.mi-StatusDualSIM2VPN:before{content:"\eadf"} -.mi-StatusDualSIM1:before{content:"\eae0"} -.mi-StatusDualSIM1VPN:before{content:"\eae1"} -.mi-StatusSGLTE:before{content:"\eae2"} -.mi-StatusSGLTECell:before{content:"\eae3"} -.mi-StatusSGLTEDataVPN:before{content:"\eae4"} -.mi-StatusVPN:before{content:"\eae5"} -.mi-LanguageKor:before{content:"\eae6"} -.mi-LanguageCht:before{content:"\eae7"} -.mi-LanguageChs:before{content:"\eae8"} -.mi-USB:before{content:"\eae9"} -.mi-InkingToolFill:before{content:"\eaea"} -.mi-HighlightFill:before{content:"\eaeb"} -.mi-SurfaceHub:before{content:"\eaec"} -.mi-Click:before{content:"\eaed"} -.mi-Movies:before{content:"\eaee"} -.mi-Folder:before{content:"\eaef"} -.mi-ChromeClose:before{content:"\eaf0"} -.mi-Leaf:before{content:"\eaf1"} -.mi-MobileTablet:before{content:"\eaf2"} -.mi-ChatBubbles:before{content:"\eaf3"} -.mi-DullSound:before{content:"\eaf4"} -.mi-Printer3D:before{content:"\eaf5"} -.mi-RadioBullet:before{content:"\eaf6"} -.mi-Stopwatch:before{content:"\eaf7"} -.mi-Photo:before{content:"\eaf8"} -.mi-ActionCenter:before{content:"\eaf9"} -.mi-FullCircleMask:before{content:"\eafa"} -.mi-ChromeMinimize:before{content:"\eafb"} -.mi-ChromeMaximize:before{content:"\eafc"} -.mi-ChromeRestore:before{content:"\eafd"} -.mi-Annotation:before{content:"\eafe"} -.mi-BackSpaceQWERTYSm:before{content:"\eaff"} -.mi-BackSpaceQWERTYMd:before{content:"\eb00"} -.mi-Swipe:before{content:"\eb01"} -.mi-Fingerprint:before{content:"\eb02"} -.mi-Handwriting:before{content:"\eb03"} -.mi-ChromeBackToWindow:before{content:"\eb04"} -.mi-ChromeFullScreen:before{content:"\eb05"} -.mi-KeyboardDismiss:before{content:"\eb06"} -.mi-Completed:before{content:"\eb07"} -.mi-ChromeAnnotate:before{content:"\eb08"} -.mi-Label:before{content:"\eb09"} -.mi-IBeam:before{content:"\eb0a"} -.mi-IBeamOutline:before{content:"\eb0b"} -.mi-FlickDown:before{content:"\eb0c"} -.mi-FlickUp:before{content:"\eb0d"} -.mi-FlickLeft:before{content:"\eb0e"} -.mi-FlickRight:before{content:"\eb0f"} -.mi-FeedbackApp:before{content:"\eb10"} -.mi-MusicAlbum:before{content:"\eb11"} -.mi-Streaming:before{content:"\eb12"} -.mi-Code:before{content:"\eb13"} -.mi-LightningBolt:before{content:"\eb14"} -.mi-Info:before{content:"\eb15"} -.mi-CalculatorMultiply:before{content:"\eb16"} -.mi-CalculatorAddition:before{content:"\eb17"} -.mi-CalculatorSubtract:before{content:"\eb18"} -.mi-CalculatorDivide:before{content:"\eb19"} -.mi-CalculatorSquareroot:before{content:"\eb1a"} -.mi-CalculatorPercentage:before{content:"\eb1b"} -.mi-CalculatorNegate:before{content:"\eb1c"} -.mi-CalculatorEqualTo:before{content:"\eb1d"} -.mi-Component:before{content:"\eb1e"} -.mi-DMC:before{content:"\eb1f"} -.mi-Dock:before{content:"\eb20"} -.mi-MultimediaDMS:before{content:"\eb21"} -.mi-MultimediaDVR:before{content:"\eb22"} -.mi-MultimediaPMP:before{content:"\eb23"} -.mi-PrintfaxPrinterFile:before{content:"\eb24"} -.mi-Sensor:before{content:"\eb25"} -.mi-StorageOptical:before{content:"\eb26"} -.mi-Communications:before{content:"\eb27"} -.mi-Headset:before{content:"\eb28"} -.mi-Projector:before{content:"\eb29"} -.mi-Health:before{content:"\eb2a"} -.mi-Webcam2:before{content:"\eb2b"} -.mi-Input:before{content:"\eb2c"} -.mi-Mouse:before{content:"\eb2d"} -.mi-Smartcard:before{content:"\eb2e"} -.mi-SmartcardVirtual:before{content:"\eb2f"} -.mi-MediaStorageTower:before{content:"\eb30"} -.mi-ReturnKeySm:before{content:"\eb31"} -.mi-GameConsole:before{content:"\eb32"} -.mi-Network:before{content:"\eb33"} -.mi-StorageNetworkWireless:before{content:"\eb34"} -.mi-StorageTape:before{content:"\eb35"} -.mi-ChevronUpSmall:before{content:"\eb36"} -.mi-ChevronUpMed:before{content:"\eb37"} -.mi-ChevronDownMed:before{content:"\eb38"} -.mi-ChevronLeftMed:before{content:"\eb39"} -.mi-ChevronRightMed:before{content:"\eb3a"} -.mi-Korean:before{content:"\eb3b"} -.mi-HalfAlpha:before{content:"\eb3c"} -.mi-FullAlpha:before{content:"\eb3d"} -.mi-Key12On:before{content:"\eb3e"} -.mi-ChineseChangjie:before{content:"\eb3f"} -.mi-QWERTYOn:before{content:"\eb40"} -.mi-QWERTYOff:before{content:"\eb41"} -.mi-ChineseQuick:before{content:"\eb42"} -.mi-Japanese:before{content:"\eb43"} -.mi-FullHiragana:before{content:"\eb44"} -.mi-FullKatakana:before{content:"\eb45"} -.mi-HalfKatakana:before{content:"\eb46"} -.mi-ChineseBoPoMoFo:before{content:"\eb47"} -.mi-ChinesePinyin:before{content:"\eb48"} -.mi-ConstructionCone:before{content:"\eb49"} -.mi-XboxOneConsole:before{content:"\eb4a"} -.mi-Volume0:before{content:"\eb4b"} -.mi-Volume1:before{content:"\eb4c"} -.mi-Volume2:before{content:"\eb4d"} -.mi-Volume3:before{content:"\eb4e"} -.mi-BatteryUnknown:before{content:"\eb4f"} -.mi-WifiAttentionOverlay:before{content:"\eb50"} -.mi-Robot:before{content:"\eb51"} -.mi-TapAndSend:before{content:"\eb52"} -.mi-PasswordKeyShow:before{content:"\eb53"} -.mi-PasswordKeyHide:before{content:"\eb54"} -.mi-BidiLtr:before{content:"\eb55"} -.mi-BidiRtl:before{content:"\eb56"} -.mi-ForwardSm:before{content:"\eb57"} -.mi-CommaKey:before{content:"\eb58"} -.mi-DashKey:before{content:"\eb59"} -.mi-DullSoundKey:before{content:"\eb5a"} -.mi-HalfDullSound:before{content:"\eb5b"} -.mi-RightDoubleQuote:before{content:"\eb5c"} -.mi-LeftDoubleQuote:before{content:"\eb5d"} -.mi-PuncKeyRightBottom:before{content:"\eb5e"} -.mi-PuncKey1:before{content:"\eb5f"} -.mi-PuncKey2:before{content:"\eb60"} -.mi-PuncKey3:before{content:"\eb61"} -.mi-PuncKey4:before{content:"\eb62"} -.mi-PuncKey5:before{content:"\eb63"} -.mi-PuncKey6:before{content:"\eb64"} -.mi-PuncKey9:before{content:"\eb65"} -.mi-PuncKey7:before{content:"\eb66"} -.mi-PuncKey8:before{content:"\eb67"} -.mi-Frigid:before{content:"\eb68"} -.mi-Diagnostic:before{content:"\eb69"} -.mi-Process:before{content:"\eb6a"} -.mi-DisconnectDisplay:before{content:"\eb6b"} -.mi-Info2:before{content:"\eb6c"} -.mi-ActionCenterAsterisk:before{content:"\eb6d"} -.mi-Beta:before{content:"\eb6e"} -.mi-SaveCopy:before{content:"\eb6f"} -.mi-List:before{content:"\eb70"} -.mi-Asterisk:before{content:"\eb71"} -.mi-ErrorBadge:before{content:"\eb72"} -.mi-CircleRing:before{content:"\eb73"} -.mi-CircleFill:before{content:"\eb74"} -.mi-CallForwardInternationalMirrored:before{content:"\eb75"} -.mi-CallForwardRoamingMirrored:before{content:"\eb76"} -.mi-ChromeBackMirrored:before{content:"\eb77"} -.mi-ContactInfoMirrored:before{content:"\eb78"} -.mi-GripperResizeMirrored:before{content:"\eb79"} -.mi-LeaveChatMirrored:before{content:"\eb7a"} -.mi-ListMirrored:before{content:"\eb7b"} -.mi-ParkingLocationMirrored:before{content:"\eb7c"} -.mi-ResizeMouseMediumMirrored:before{content:"\eb7d"} -.mi-ResizeMouseSmallMirrored:before{content:"\eb7e"} -.mi-ResizeMouseTallMirrored:before{content:"\eb7f"} -.mi-ResizeTouchNarrowerMirrored:before{content:"\eb80"} -.mi-SendMirrored:before{content:"\eb81"} -.mi-SendFillMirrored:before{content:"\eb82"} -.mi-Media:before{content:"\eb83"} -.mi-SyncError:before{content:"\eb84"} -.mi-Devices3:before{content:"\eb85"} -.mi-StatusCircle:before{content:"\eb86"} -.mi-StatusTriangle:before{content:"\eb87"} -.mi-StatusError:before{content:"\eb88"} -.mi-StatusWarning:before{content:"\eb89"} -.mi-Puzzle:before{content:"\eb8a"} -.mi-CalendarSolid:before{content:"\eb8b"} -.mi-HomeSolid:before{content:"\eb8c"} -.mi-ParkingLocationSolid:before{content:"\eb8d"} -.mi-ContactSolid:before{content:"\eb8e"} -.mi-ConstructionSolid:before{content:"\eb8f"} -.mi-AccidentSolid:before{content:"\eb90"} -.mi-Ringer:before{content:"\eb91"} -.mi-ThoughtBubble:before{content:"\eb92"} -.mi-HeartBroken:before{content:"\eb93"} -.mi-BatteryCharging10:before{content:"\eb94"} -.mi-BatterySaver9:before{content:"\eb95"} -.mi-BatterySaver10:before{content:"\eb96"} -.mi-CallForwardingMirrored:before{content:"\eb97"} -.mi-Broom:before{content:"\eb98"} -.mi-Trackers:before{content:"\eb99"} -.mi-PieSingle:before{content:"\eb9a"} -.mi-StockDown:before{content:"\eb9b"} -.mi-StockUp:before{content:"\eb9c"} -.mi-Drop:before{content:"\eb9d"} -.mi-BusSolid:before{content:"\eb9e"} -.mi-FerrySolid:before{content:"\eb9f"} -.mi-StartPointSolid:before{content:"\eba0"} -.mi-StopPointSolid:before{content:"\eba1"} -.mi-EndPointSolid:before{content:"\eba2"} -.mi-AirplaneSolid:before{content:"\eba3"} -.mi-TrainSolid:before{content:"\eba4"} -.mi-WorkSolid:before{content:"\eba5"} -.mi-ReminderFill:before{content:"\eba6"} -.mi-Reminder:before{content:"\eba7"} -.mi-EthernetError:before{content:"\eba8"} -.mi-EthernetWarning:before{content:"\eba9"} -.mi-StatusConnecting1:before{content:"\ebaa"} -.mi-StatusConnecting2:before{content:"\ebab"} -.mi-StatusUnsecure:before{content:"\ebac"} -.mi-WifiError0:before{content:"\ebad"} -.mi-WifiError1:before{content:"\ebae"} -.mi-WifiError2:before{content:"\ebaf"} -.mi-WifiError3:before{content:"\ebb0"} -.mi-WifiError4:before{content:"\ebb1"} -.mi-WifiWarning0:before{content:"\ebb2"} -.mi-WifiWarning1:before{content:"\ebb3"} -.mi-WifiWarning2:before{content:"\ebb4"} -.mi-WifiWarning3:before{content:"\ebb5"} -.mi-WifiWarning4:before{content:"\ebb6"} -.mi-Devices4:before{content:"\ebb7"} -.mi-NUIIris:before{content:"\ebb8"} -.mi-NUIFace:before{content:"\ebb9"} -.mi-NUIFPStartSlideHand:before,.mi-NUIFPPressRepeatHand:before{content:"\ebba"} -.mi-NUIFPStartSlideAction:before{content:"\ebbb"} -.mi-NUIFPContinueSlideHand:before{content:"\ebbc"} -.mi-NUIFPContinueSlideAction:before{content:"\ebbd"} -.mi-NUIFPRollRightHand:before{content:"\ebbe"} -.mi-NUIFPRollRightHandAction:before{content:"\ebbf"} -.mi-NUIFPRollLeftHand:before{content:"\ebc0"} -.mi-NUIFPRollLeftAction:before{content:"\ebc1"} -.mi-NUIFPPressHand:before{content:"\ebc2"} -.mi-NUIFPPressAction:before{content:"\ebc3"} -.mi-NUIFPPressRepeatAction:before{content:"\ebc4"} -.mi-StatusErrorFull:before{content:"\ebc5"} -.mi-MultitaskExpanded:before{content:"\ebc6"} -.mi-Certificate:before{content:"\ebc7"} -.mi-BackSpaceQWERTYLg:before{content:"\ebc8"} -.mi-ReturnKeyLg:before{content:"\ebc9"} -.mi-FastForward:before{content:"\ebca"} -.mi-Rewind:before{content:"\ebcb"} -.mi-Photo2:before{content:"\ebcc"} -.mi-MobBattery0:before{content:"\ebcd"} -.mi-MobBattery1:before{content:"\ebce"} -.mi-MobBattery2:before{content:"\ebcf"} -.mi-MobBattery3:before{content:"\ebd0"} -.mi-MobBattery4:before{content:"\ebd1"} -.mi-MobBattery5:before{content:"\ebd2"} -.mi-MobBattery6:before{content:"\ebd3"} -.mi-MobBattery7:before{content:"\ebd4"} -.mi-MobBattery8:before{content:"\ebd5"} -.mi-MobBattery9:before{content:"\ebd6"} -.mi-MobBattery10:before{content:"\ebd7"} -.mi-MobBatteryCharging0:before{content:"\ebd8"} -.mi-MobBatteryCharging1:before{content:"\ebd9"} -.mi-MobBatteryCharging2:before{content:"\ebda"} -.mi-MobBatteryCharging3:before{content:"\ebdb"} -.mi-MobBatteryCharging4:before{content:"\ebdc"} -.mi-MobBatteryCharging5:before{content:"\ebdd"} -.mi-MobBatteryCharging6:before{content:"\ebde"} -.mi-MobBatteryCharging7:before{content:"\ebdf"} -.mi-MobBatteryCharging8:before{content:"\ebe0"} -.mi-MobBatteryCharging9:before{content:"\ebe1"} -.mi-MobBatteryCharging10:before{content:"\ebe2"} -.mi-MobBatterySaver0:before{content:"\ebe3"} -.mi-MobBatterySaver1:before{content:"\ebe4"} -.mi-MobBatterySaver2:before{content:"\ebe5"} -.mi-MobBatterySaver3:before{content:"\ebe6"} -.mi-MobBatterySaver4:before{content:"\ebe7"} -.mi-MobBatterySaver5:before{content:"\ebe8"} -.mi-MobBatterySaver6:before{content:"\ebe9"} -.mi-MobBatterySaver7:before{content:"\ebea"} -.mi-MobBatterySaver8:before{content:"\ebeb"} -.mi-MobBatterySaver9:before{content:"\ebec"} -.mi-MobBatterySaver10:before{content:"\ebed"} -.mi-DictionaryCloud:before{content:"\ebee"} -.mi-ResetDrive:before{content:"\ebef"} -.mi-VolumeBars:before{content:"\ebf0"} -.mi-Project:before{content:"\ebf1"} -.mi-AdjustHologram:before{content:"\ebf2"} -.mi-WifiCallBars:before{content:"\ebf3"} -.mi-WifiCall0:before{content:"\ebf4"} -.mi-WifiCall1:before{content:"\ebf5"} -.mi-WifiCall2:before{content:"\ebf6"} -.mi-WifiCall3:before{content:"\ebf7"} -.mi-WifiCall4:before{content:"\ebf8"} -.mi-DeviceDiscovery:before{content:"\ebf9"} -.mi-WindDirection:before{content:"\ebfa"} -.mi-RightArrowKeyTime0:before{content:"\ebfb"} -.mi-TabletMode:before{content:"\ebfc"} -.mi-StatusCircleLeft:before{content:"\ebfd"} -.mi-StatusTriangleLeft:before{content:"\ebfe"} -.mi-StatusErrorLeft:before{content:"\ebff"} -.mi-StatusWarningLeft:before{content:"\ec00"} -.mi-MobBatteryUnknown:before{content:"\ec01"} -.mi-NetworkTower:before{content:"\ec02"} -.mi-CityNext:before{content:"\ec03"} -.mi-CityNext2:before{content:"\ec04"} -.mi-Courthouse:before{content:"\ec05"} -.mi-Groceries:before{content:"\ec06"} -.mi-Sustainable:before{content:"\ec07"} -.mi-BuildingEnergy:before{content:"\ec08"} -.mi-ToggleFilled:before{content:"\ec09"} -.mi-ToggleBorder:before{content:"\ec0a"} -.mi-SliderThumb:before{content:"\ec0b"} -.mi-ToggleThumb:before{content:"\ec0c"} -.mi-MiracastLogoSmall:before{content:"\ec0d"} -.mi-MiracastLogoLarge:before,.mi-ConnectApp:before{content:"\ec0e"} -.mi-PLAP:before{content:"\ec0f"} -.mi-Badge:before{content:"\ec10"} -.mi-SignalRoaming:before{content:"\ec11"} -.mi-MobileLocked:before{content:"\ec12"} -.mi-InsiderHubApp:before{content:"\ec13"} -.mi-PersonalFolder:before{content:"\ec14"} -.mi-HomeGroup:before{content:"\ec15"} -.mi-MyNetwork:before{content:"\ec16"} -.mi-KeyboardFull:before{content:"\ec17"} -.mi-MobSignal1:before{content:"\ec18"} -.mi-MobSignal2:before{content:"\ec19"} -.mi-MobSignal3:before{content:"\ec1a"} -.mi-MobSignal4:before{content:"\ec1b"} -.mi-MobSignal5:before{content:"\ec1c"} -.mi-MobWifi1:before{content:"\ec1d"} -.mi-MobWifi2:before{content:"\ec1e"} -.mi-MobWifi3:before{content:"\ec1f"} -.mi-MobWifi4:before{content:"\ec20"} -.mi-MobAirplane:before{content:"\ec21"} -.mi-MobBluetooth:before{content:"\ec22"} -.mi-MobActionCenter:before{content:"\ec23"} -.mi-MobLocation:before{content:"\ec24"} -.mi-MobWifiHotspot:before{content:"\ec25"} -.mi-LanguageJpn:before{content:"\ec26"} -.mi-MobQuietHours:before{content:"\ec27"} -.mi-MobDrivingMode:before{content:"\ec28"} -.mi-SpeedOff:before{content:"\ec29"} -.mi-SpeedMedium:before{content:"\ec2a"} -.mi-SpeedHigh:before{content:"\ec2b"} -.mi-ThisPC:before{content:"\ec2c"} -.mi-MusicNote:before{content:"\ec2d"} -.mi-FileExplorer:before{content:"\ec2e"} -.mi-FileExplorerApp:before{content:"\ec2f"} -.mi-LeftArrowKeyTime0:before{content:"\ec30"} -.mi-MicOff:before{content:"\ec31"} -.mi-MicSleep:before{content:"\ec32"} -.mi-MicError:before{content:"\ec33"} -.mi-PlaybackRate1x:before{content:"\ec34"} -.mi-PlaybackRateOther:before{content:"\ec35"} -.mi-CashDrawer:before{content:"\ec36"} -.mi-BarcodeScanner:before{content:"\ec37"} -.mi-ReceiptPrinter:before{content:"\ec38"} -.mi-MagStripeReader:before{content:"\ec39"} -.mi-CompletedSolid:before{content:"\ec3a"} -.mi-CompanionApp:before{content:"\ec3b"} -.mi-SwipeRevealArt:before{content:"\ec3c"} -.mi-MicOn:before{content:"\ec3d"} -.mi-MicClipping:before{content:"\ec3e"} -.mi-TabletSelected:before{content:"\ec3f"} -.mi-MobileSelected:before{content:"\ec40"} -.mi-LaptopSelected:before{content:"\ec41"} -.mi-TVMonitorSelected:before{content:"\ec42"} -.mi-DeveloperTools:before{content:"\ec43"} -.mi-MobCallForwarding:before{content:"\ec44"} -.mi-MobCallForwardingMirrored:before{content:"\ec45"} -.mi-BodyCam:before{content:"\ec46"} -.mi-PoliceCar:before{content:"\ec47"} -.mi-Draw:before{content:"\ec48"} -.mi-DrawSolid:before{content:"\ec49"} -.mi-LowerBrightness:before{content:"\ec4a"} -.mi-ScrollUpDown:before{content:"\ec4b"} -.mi-DateTime:before{content:"\ec4c"} -.mi-Tiles:before{content:"\ec4d"} -.mi-PartyLeader:before{content:"\ec4e"} -.mi-AppIconDefault:before{content:"\ec4f"} -.mi-AddSurfaceHub:before{content:"\ec50"} -.mi-DevUpdate:before{content:"\ec51"} -.mi-Unit:before{content:"\ec52"} -.mi-AddTo:before{content:"\ec53"} -.mi-RemoveFrom:before{content:"\ec54"} -.mi-RadioBtnOff:before{content:"\ec55"} -.mi-RadioBtnOn:before{content:"\ec56"} -.mi-RadioBullet2:before{content:"\ec57"} -.mi-ExploreContent:before{content:"\ec58"} -.mi-ScrollMode:before{content:"\ec59"} -.mi-ZoomMode:before{content:"\ec5a"} -.mi-PanMode:before{content:"\ec5b"} -.mi-WiredUSB:before{content:"\ec5c"} -.mi-WirelessUSB:before{content:"\ec5d"} -.mi-USBSafeConnect:before{content:"\ec5e"} -.mi-ActionCenterNotificationMirrored:before{content:"\ec5f"} -.mi-ActionCenterMirrored:before{content:"\ec60"} -.mi-ResetDevice:before{content:"\ec61"} -.mi-Feedback:before{content:"\ec62"} -.mi-Subtitles:before{content:"\ec63"} -.mi-SubtitlesAudio:before{content:"\ec64"} -.mi-eSIM:before{content:"\ec65"} -.mi-eSIMNoProfile:before{content:"\ec66"} -.mi-eSIMLocked:before{content:"\ec67"} -.mi-eSIMBusy:before{content:"\ec68"} -.mi-SignalError:before{content:"\ec69"} -.mi-StreamingEnterprise:before{content:"\ec6a"} -.mi-Headphone0:before{content:"\ec6b"} -.mi-Headphone1:before{content:"\ec6c"} -.mi-Headphone2:before{content:"\ec6d"} -.mi-Headphone3:before{content:"\ec6e"} -.mi-KeyboardBrightness:before{content:"\ec6f"} -.mi-KeyboardLowerBrightness:before{content:"\ec70"} -.mi-SkipBack10:before{content:"\ec71"} -.mi-SkipForward30:before{content:"\ec72"} -.mi-TreeFolderFolder:before{content:"\ec73"} -.mi-TreeFolderFolderFill:before{content:"\ec74"} -.mi-TreeFolderFolderOpen:before{content:"\ec75"} -.mi-TreeFolderFolderOpenFill:before{content:"\ec76"} -.mi-MultimediaDMP:before{content:"\ec77"} -.mi-KeyboardOneHanded:before{content:"\ec78"} -.mi-Narrator:before{content:"\ec79"} -.mi-EmojiTabPeople:before{content:"\ec7a"} -.mi-EmojiTabSmilesAnimals:before{content:"\ec7b"} -.mi-EmojiTabCelebrationObjects:before{content:"\ec7c"} -.mi-EmojiTabFoodPlants:before{content:"\ec7d"} -.mi-EmojiTabTransitPlaces:before{content:"\ec7e"} -.mi-EmojiTabSymbols:before{content:"\ec7f"} -.mi-EmojiTabTextSmiles:before{content:"\ec80"} -.mi-EmojiTabFavorites:before{content:"\ec81"} -.mi-EmojiSwatch:before{content:"\ec82"} -.mi-CompanionDeviceFramework:before{content:"\ec83"} -.mi-Ruler:before{content:"\ec84"} -.mi-FingerInking:before{content:"\ec85"} -.mi-StrokeErase:before{content:"\ec86"} -.mi-PointErase:before{content:"\ec87"} -.mi-ClearAllInk:before{content:"\ec88"} -.mi-Pencil:before{content:"\ec89"} -.mi-Marker:before{content:"\ec8a"} -.mi-InkingCaret:before{content:"\ec8b"} -.mi-InkingColorOutline:before{content:"\ec8c"} -.mi-InkingColorFill:before{content:"\ec8d"} -.mi-HardDrive:before{content:"\ec8e"} -.mi-NetworkAdapter:before{content:"\ec8f"} -.mi-Touchscreen:before{content:"\ec90"} -.mi-NetworkPrinter:before{content:"\ec91"} -.mi-CloudPrinter:before{content:"\ec92"} -.mi-KeyboardShortcut:before{content:"\ec93"} -.mi-BrushSize:before{content:"\ec94"} -.mi-NarratorForward:before{content:"\ec95"} -.mi-NarratorForwardMirrored:before{content:"\ec96"} -.mi-SyncBadge12:before{content:"\ec97"} -.mi-RingerBadge12:before{content:"\ec98"} -.mi-AsteriskBadge12:before{content:"\ec99"} -.mi-ErrorBadge12:before{content:"\ec9a"} -.mi-CircleRingBadge12:before{content:"\ec9b"} -.mi-CircleFillBadge12:before{content:"\ec9c"} -.mi-ImportantBadge12:before{content:"\ec9d"} -.mi-MailBadge12:before{content:"\ec9e"} -.mi-PauseBadge12:before{content:"\ec9f"} -.mi-PlayBadge12:before{content:"\eca0"} -.mi-PenWorkspace:before{content:"\eca1"} -.mi-CaligraphyPen:before{content:"\eca2"} -.mi-ReplyMirrored:before{content:"\eca3"} -.mi-LockscreenDesktop:before{content:"\eca4"} -.mi-Multitask16:before{content:"\eca5"} -.mi-Play36:before{content:"\eca6"} -.mi-PenPalette:before{content:"\eca7"} -.mi-GuestUser:before{content:"\eca8"} -.mi-SettingsBattery:before{content:"\eca9"} -.mi-TaskbarPhone:before{content:"\ecaa"} -.mi-LockScreenGlance:before{content:"\ecab"} -.mi-ImageExport:before{content:"\ecac"} -.mi-WifiEthernet:before{content:"\ecad"} -.mi-ActionCenterQuiet:before{content:"\ecae"} -.mi-ActionCenterQuietNotification:before{content:"\ecaf"} -.mi-TrackersMirrored:before{content:"\ecb0"} -.mi-DateTimeMirrored:before{content:"\ecb1"} -.mi-Wheel:before{content:"\ecb2"} -.mi-PenWorkspaceMirrored:before{content:"\ecb3"} -.mi-PenPaletteMirrored:before{content:"\ecb4"} -.mi-StrokeEraseMirrored:before{content:"\ecb5"} -.mi-PointEraseMirrored:before{content:"\ecb6"} -.mi-ClearAllInkMirrored:before{content:"\ecb7"} -.mi-BackgroundToggle:before{content:"\ecb8"} -.mi-Marquee:before{content:"\ecb9"} \ No newline at end of file diff --git a/dist/micon/README.md b/dist/micon/README.md new file mode 100644 index 0000000..2a4e605 --- /dev/null +++ b/dist/micon/README.md @@ -0,0 +1,6 @@ +# micon font + +this font include mdl2 icons and webbrand icons + +- 1095 orginal icons (path) +- 1415 (orginal name + alias name) => in css diff --git a/dist/micon/css/micon.css b/dist/micon/css/micon.css new file mode 100644 index 0000000..e2d2254 --- /dev/null +++ b/dist/micon/css/micon.css @@ -0,0 +1,4585 @@ +/*! Micon v2.0.155 | MIT License | http://xtoolkit.github.io/Micon/ */ + +@font-face { + font-family: 'micon'; + src: url('../fonts/micon.eot?v=2.0.155'); + src: url('../fonts/micon.eot?#iefix&v=2.0.155') format('embedded-opentype'), url('../fonts/micon.woff2?v=2.0.155') format('woff2'), url('../fonts/micon.woff?v=2.0.155') format('woff'), url('../fonts/micon.ttf?v=2.0.155') format('truetype'), url('../fonts/micon.svg?v=2.0.155#fontawesomeregular') format('svg'); + font-weight: normal; + font-style: normal; +} + +.mi { + display: inline-block; + font: normal normal normal 14px/1 micon; + font-size: inherit; + text-rendering: auto; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +.mi-lg { + font-size: 1.33333333em; + line-height: 0.75em; + vertical-align: -15%; +} + +.mi-2x { + font-size: 2em; +} + +.mi-3x { + font-size: 3em; +} + +.mi-4x { + font-size: 4em; +} + +.mi-5x { + font-size: 5em; +} + +.mi-fw { + width: 1.28571429em; + text-align: center; +} + +.mi-ul { + padding-left: 0; + margin-left: 2.14285714em; + list-style-type: none; +} + +.mi-ul>li { + position: relative; +} + +.mi-li { + position: absolute; + left: -2.14285714em; + width: 2.14285714em; + top: 0.14285714em; + text-align: center; +} + +.mi-li.mi-lg { + left: -1.85714286em; +} + +.mi-border { + padding: .2em .25em .15em; + border: solid 0.08em #eee; + border-radius: .1em; +} + +.mi-pull-left { + float: left; +} + +.mi-pull-right { + float: right; +} + +.mi.mi-pull-left { + margin-right: .3em; +} + +.mi.mi-pull-right { + margin-left: .3em; +} + +.pull-right { + float: right; +} + +.pull-left { + float: left; +} + +.mi.pull-left { + margin-right: .3em; +} + +.mi.pull-right { + margin-left: .3em; +} + +.mi-spin { + -webkit-animation: mi-spin 2s infinite linear; + animation: mi-spin 2s infinite linear; +} + +.mi-pulse { + -webkit-animation: mi-spin 1s infinite steps(8); + animation: mi-spin 1s infinite steps(8); +} + +@-webkit-keyframes mi-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} + +@keyframes mi-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} + +.mi-rotate-90 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; + -webkit-transform: rotate(90deg); + -ms-transform: rotate(90deg); + transform: rotate(90deg); +} + +.mi-rotate-180 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; + -webkit-transform: rotate(180deg); + -ms-transform: rotate(180deg); + transform: rotate(180deg); +} + +.mi-rotate-270 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; + -webkit-transform: rotate(270deg); + -ms-transform: rotate(270deg); + transform: rotate(270deg); +} + +.mi-flip-horizontal { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; + -webkit-transform: scale(-1, 1); + -ms-transform: scale(-1, 1); + transform: scale(-1, 1); +} + +.mi-flip-vertical { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; + -webkit-transform: scale(1, -1); + -ms-transform: scale(1, -1); + transform: scale(1, -1); +} + +:root .mi-rotate-90, :root .mi-rotate-180, :root .mi-rotate-270, :root .mi-flip-horizontal, :root .mi-flip-vertical { + filter: none; +} + +.mi-stack { + position: relative; + display: inline-block; + width: 2em; + height: 2em; + line-height: 2em; + vertical-align: middle; +} + +.mi-stack-1x, .mi-stack-2x { + position: absolute; + left: 0; + width: 100%; + text-align: center; +} + +.mi-stack-1x { + line-height: inherit; +} + +.mi-stack-2x { + font-size: 2em; +} + +.mi-inverse { + color: #fff; +} + +.mi-Accept:before, .mi-AcceptLegacy:before, .mi-CheckmarkListviewLegacy:before, .mi-CheckmarkMenuLegacy:before { + content: "\EA01" +} + +.mi-Accident:before { + content: "\EA02" +} + +.mi-AccidentSolid:before { + content: "\EA03" +} + +.mi-Accounts:before, .mi-AccountsLegacy:before { + content: "\EA04" +} + +.mi-ActionCenter:before { + content: "\EA05" +} + +.mi-ActionCenterAsterisk:before { + content: "\EA06" +} + +.mi-ActionCenterMirrored:before { + content: "\EA07" +} + +.mi-ActionCenterNotification:before { + content: "\EA08" +} + +.mi-ActionCenterNotificationMirrored:before { + content: "\EA09" +} + +.mi-ActionCenterQuiet:before { + content: "\EA0A" +} + +.mi-ActionCenterQuietNotification:before { + content: "\EA0B" +} + +.mi-Add:before, .mi-AddLegacy:before { + content: "\EA0C" +} + +.mi-AddFriend:before, .mi-AddFriendLegacy:before { + content: "\EA0D" +} + +.mi-AddRemoteDevice:before { + content: "\EA0E" +} + +.mi-AddSurfaceHub:before { + content: "\EA0F" +} + +.mi-AddTo:before { + content: "\EA10" +} + +.mi-AdjustHologram:before { + content: "\EA11" +} + +.mi-Admin:before, .mi-AdminLegacy:before { + content: "\EA12" +} + +.mi-Airplane:before { + content: "\EA13" +} + +.mi-AirplaneSolid:before { + content: "\EA14" +} + +.mi-AlignCenter:before, .mi-AlignCenterLegacy:before { + content: "\EA15" +} + +.mi-AlignLeft:before, .mi-AlignLeftLegacy:before { + content: "\EA16" +} + +.mi-AlignRight:before, .mi-AlignRightLegacy:before { + content: "\EA17" +} + +.mi-AllApps:before, .mi-AllAppsLegacy:before { + content: "\EA18" +} + +.mi-AllAppsLegacyMirrored:before, .mi-AllAppsMirrored:before { + content: "\EA19" +} + +.mi-Annotation:before { + content: "\EA1A" +} + +.mi-AppIconDefault:before { + content: "\EA1B" +} + +.mi-AspectRatio:before { + content: "\EA1C" +} + +.mi-Asterisk:before { + content: "\EA1D" +} + +.mi-AsteriskBadge12:before { + content: "\EA1E" +} + +.mi-Attach:before, .mi-AttachLegacy:before { + content: "\EA1F" +} + +.mi-AttachCamera:before, .mi-AttachCameraLegacy:before { + content: "\EA20" +} + +.mi-Audio:before, .mi-AudioLegacy:before { + content: "\EA21" +} + +.mi-ArrowHTMLLegacy:before, .mi-Back:before, .mi-BackBttnArrow20Legacy:before, .mi-BackBttnArrow42Legacy:before, .mi-BackLegacy:before { + content: "\EA22" +} + +.mi-BackSpaceQWERTYLg:before { + content: "\EA23" +} + +.mi-BackSpaceQWERTYMd:before { + content: "\EA24" +} + +.mi-BackSpaceQWERTYSm:before { + content: "\EA25" +} + +.mi-BackToWindow:before, .mi-BackToWindowLegacy:before { + content: "\EA26" +} + +.mi-BackgroundToggle:before { + content: "\EA27" +} + +.mi-Badge:before { + content: "\EA28" +} + +.mi-Bank:before { + content: "\EA29" +} + +.mi-BarcodeScanner:before { + content: "\EA2A" +} + +.mi-Battery0:before { + content: "\EA2B" +} + +.mi-Battery1:before { + content: "\EA2C" +} + +.mi-Battery10:before { + content: "\EA2D" +} + +.mi-Battery2:before { + content: "\EA2E" +} + +.mi-Battery3:before { + content: "\EA2F" +} + +.mi-Battery4:before { + content: "\EA30" +} + +.mi-Battery5:before { + content: "\EA31" +} + +.mi-Battery6:before { + content: "\EA32" +} + +.mi-Battery7:before { + content: "\EA33" +} + +.mi-Battery8:before { + content: "\EA34" +} + +.mi-Battery9:before { + content: "\EA35" +} + +.mi-BatteryCharging0:before { + content: "\EA36" +} + +.mi-BatteryCharging1:before { + content: "\EA37" +} + +.mi-BatteryCharging10:before { + content: "\EA38" +} + +.mi-BatteryCharging2:before { + content: "\EA39" +} + +.mi-BatteryCharging3:before { + content: "\EA3A" +} + +.mi-BatteryCharging4:before { + content: "\EA3B" +} + +.mi-BatteryCharging5:before { + content: "\EA3C" +} + +.mi-BatteryCharging6:before { + content: "\EA3D" +} + +.mi-BatteryCharging7:before { + content: "\EA3E" +} + +.mi-BatteryCharging8:before { + content: "\EA3F" +} + +.mi-BatteryCharging9:before { + content: "\EA40" +} + +.mi-BatterySaver0:before { + content: "\EA41" +} + +.mi-BatterySaver1:before { + content: "\EA42" +} + +.mi-BatterySaver10:before { + content: "\EA43" +} + +.mi-BatterySaver2:before { + content: "\EA44" +} + +.mi-BatterySaver3:before { + content: "\EA45" +} + +.mi-BatterySaver4:before { + content: "\EA46" +} + +.mi-BatterySaver5:before { + content: "\EA47" +} + +.mi-BatterySaver6:before { + content: "\EA48" +} + +.mi-BatterySaver7:before { + content: "\EA49" +} + +.mi-BatterySaver8:before { + content: "\EA4A" +} + +.mi-BatterySaver9:before { + content: "\EA4B" +} + +.mi-BatteryUnknown:before { + content: "\EA4C" +} + +.mi-Beta:before { + content: "\EA4D" +} + +.mi-BidiLtr:before { + content: "\EA4E" +} + +.mi-BidiRtl:before { + content: "\EA4F" +} + +.mi-BlockContact:before, .mi-BlockContactLegacy:before { + content: "\EA50" +} + +.mi-BlockedLegacy:before { + content: "\EA51" +} + +.mi-Bluetooth:before { + content: "\EA52" +} + +.mi-BodyCam:before { + content: "\EA53" +} + +.mi-Bold:before, .mi-BoldLegacy:before { + content: "\EA54" +} + +.mi-BoldFLegacy:before { + content: "\EA55" +} + +.mi-BoldGLegacy:before { + content: "\EA56" +} + +.mi-BoldKoreanLegacy:before { + content: "\EA57" +} + +.mi-BoldNLegacy:before { + content: "\EA58" +} + +.mi-BoldRussionLegacy:before { + content: "\EA59" +} + +.mi-Bookmarks:before, .mi-BookmarksLegacy:before { + content: "\EA5A" +} + +.mi-BookmarksLegacyMirrored:before, .mi-BookmarksMirrored:before { + content: "\EA5B" +} + +.mi-Brightness:before { + content: "\EA5C" +} + +.mi-Broom:before { + content: "\EA5D" +} + +.mi-BrowsePhotos:before, .mi-BrowsePhotosLegacy:before { + content: "\EA5E" +} + +.mi-BrushSize:before { + content: "\EA5F" +} + +.mi-BuildingEnergy:before { + content: "\EA60" +} + +.mi-BulletedList:before, .mi-BulletedListLegacy:before, .mi-ListLegacy:before { + content: "\EA61" +} + +.mi-BulletedListLegacyMirrored:before, .mi-BulletedListMirrored:before, .mi-ListLegacyMirrored:before { + content: "\EA62" +} + +.mi-Bus:before { + content: "\EA63" +} + +.mi-BusSolid:before { + content: "\EA64" +} + +.mi-CC:before, .mi-CCLegacy:before { + content: "\EA65" +} + +.mi-CCEuroLegacy:before { + content: "\EA66" +} + +.mi-CCJapanLegacy:before { + content: "\EA67" +} + +.mi-Calculator:before, .mi-CalculatorLegacy:before { + content: "\EA68" +} + +.mi-CalculatorAddition:before { + content: "\EA69" +} + +.mi-BackSpaceQWERTY:before, .mi-CalculatorBackspace:before { + content: "\EA6A" +} + +.mi-CalculatorDivide:before { + content: "\EA6B" +} + +.mi-CalculatorEqualTo:before { + content: "\EA6C" +} + +.mi-CalculatorMultiply:before { + content: "\EA6D" +} + +.mi-CalculatorNegate:before { + content: "\EA6E" +} + +.mi-CalculatorPercentage:before { + content: "\EA6F" +} + +.mi-CalculatorSquareroot:before { + content: "\EA70" +} + +.mi-CalculatorSubtract:before { + content: "\EA71" +} + +.mi-Calendar:before, .mi-CalendarLegacy:before { + content: "\EA72" +} + +.mi-CalendarDay:before, .mi-CalendarDayLegacy:before { + content: "\EA73" +} + +.mi-CalendarLegacyMirrored:before, .mi-CalendarMirrored:before { + content: "\EA74" +} + +.mi-CalendarReply:before, .mi-CalendarReplyLegacy:before { + content: "\EA75" +} + +.mi-CalendarSolid:before { + content: "\EA76" +} + +.mi-CalendarWeek:before, .mi-CalendarWeekLegacy:before { + content: "\EA77" +} + +.mi-CaligraphyPen:before { + content: "\EA78" +} + +.mi-CallForwardInternational:before { + content: "\EA79" +} + +.mi-CallForwardInternationalMirrored:before { + content: "\EA7A" +} + +.mi-CallForwardRoaming:before { + content: "\EA7B" +} + +.mi-CallForwardRoamingMirrored:before { + content: "\EA7C" +} + +.mi-CallForwarding:before { + content: "\EA7D" +} + +.mi-CallForwardingMirrored:before { + content: "\EA7E" +} + +.mi-Camera:before, .mi-CameraLegacy:before { + content: "\EA7F" +} + +.mi-Cancel:before, .mi-CancelLegacy:before { + content: "\EA80" +} + +.mi-Caption:before, .mi-CaptionLegacy:before { + content: "\EA81" +} + +.mi-Car:before, .mi-DrivingMode:before { + content: "\EA82" +} + +.mi-CashDrawer:before { + content: "\EA83" +} + +.mi-CellPhone:before, .mi-CellPhoneLegacy:before, .mi-MobileContactLegacy:before { + content: "\EA84" +} + +.mi-Certificate:before { + content: "\EA85" +} + +.mi-Characters:before, .mi-CharactersLegacy:before { + content: "\EA86" +} + +.mi-ChatBubbles:before { + content: "\EA87" +} + +.mi-CheckMark:before, .mi-CheckMarkLegacy:before, .mi-CheckMarkZeroWidthLegacy:before { + content: "\EA88" +} + +.mi-Checkbox:before, .mi-CheckboxLegacy:before { + content: "\EA89" +} + +.mi-CheckboxComposite:before, .mi-CheckboxCompositeLegacy:before { + content: "\EA8A" +} + +.mi-CheckboxCompositeReversed:before, .mi-CheckboxCompositeReversedLegacy:before { + content: "\EA8B" +} + +.mi-CheckboxFill:before, .mi-CheckboxFillLegacy:before, .mi-CheckboxFillZeroWidthLegacy:before, .mi-PresenceChicklet:before, .mi-PresenceChickletLegacy:before, .mi-ResizeMouseLarge:before { + content: "\EA8C" +} + +.mi-CheckboxIndeterminate:before, .mi-CheckboxIndeterminateLegacy:before { + content: "\EA8D" +} + +.mi-ChevronDown:before, .mi-ChevronDown1Legacy:before, .mi-ChevronDown2Legacy:before, .mi-ChevronDown3Legacy:before, .mi-ChevronDown4Legacy:before, .mi-ChevronFlipDownLegacy:before, .mi-ScrollChevronDownBoldLegacy:before, .mi-ScrollChevronDownLegacy:before { + content: "\EA8E" +} + +.mi-ChevronDownMed:before { + content: "\EA8F" +} + +.mi-ChevronDownSmLegacy:before, .mi-ChevronDownSmall:before { + content: "\EA90" +} + +.mi-ChevronFlipLeftLegacy:before, .mi-ChevronLeft:before, .mi-ChevronLeft1Legacy:before, .mi-ChevronLeft2Legacy:before, .mi-ChevronLeft3Legacy:before, .mi-ChevronLeft4Legacy:before, .mi-ScrollChevronLeftBoldLegacy:before, .mi-ScrollChevronLeftLegacy:before { + content: "\EA91" +} + +.mi-ChevronLeftMed:before { + content: "\EA92" +} + +.mi-ChevronLeftSmLegacy:before, .mi-ChevronLeftSmall:before { + content: "\EA93" +} + +.mi-ChevronFlipRightLegacy:before, .mi-ChevronRight:before, .mi-ChevronRight1Legacy:before, .mi-ChevronRight2Legacy:before, .mi-ChevronRight3Legacy:before, .mi-ChevronRight4Legacy:before, .mi-ScrollChevronRightBoldLegacy:before, .mi-ScrollChevronRightLegacy:before { + content: "\EA94" +} + +.mi-ChevronRightMed:before { + content: "\EA95" +} + +.mi-ChevronRightSmLegacy:before, .mi-ChevronRightSmall:before { + content: "\EA96" +} + +.mi-ChevronFlipUpLegacy:before, .mi-ChevronUp:before, .mi-ChevronUp1Legacy:before, .mi-ChevronUp2Legacy:before, .mi-ChevronUp3Legacy:before, .mi-ChevronUp4Legacy:before, .mi-ScrollChevronUpBoldLegacy:before, .mi-ScrollChevronUpLegacy:before { + content: "\EA97" +} + +.mi-ChevronUpMed:before { + content: "\EA98" +} + +.mi-ChevronUpSmall:before { + content: "\EA99" +} + +.mi-ChineseBoPoMoFo:before { + content: "\EA9A" +} + +.mi-ChineseChangjie:before { + content: "\EA9B" +} + +.mi-ChinesePinyin:before { + content: "\EA9C" +} + +.mi-ChineseQuick:before { + content: "\EA9D" +} + +.mi-ChromeAnnotate:before { + content: "\EA9E" +} + +.mi-ChromeBack:before { + content: "\EA9F" +} + +.mi-ChromeBackMirrored:before { + content: "\EAA0" +} + +.mi-ChromeBackToWindow:before { + content: "\EAA1" +} + +.mi-ChromeClose:before { + content: "\EAA2" +} + +.mi-ChromeFullScreen:before { + content: "\EAA3" +} + +.mi-ChromeMaximize:before { + content: "\EAA4" +} + +.mi-ChromeMinimize:before { + content: "\EAA5" +} + +.mi-ChromeRestore:before { + content: "\EAA6" +} + +.mi-CircleFill:before { + content: "\EAA7" +} + +.mi-CircleFillBadge12:before { + content: "\EAA8" +} + +.mi-CircleRing:before { + content: "\EAA9" +} + +.mi-CircleRingBadge12:before { + content: "\EAAA" +} + +.mi-CityNext:before { + content: "\EAAB" +} + +.mi-CityNext2:before { + content: "\EAAC" +} + +.mi-Clear:before, .mi-ClearLegacy:before { + content: "\EAAD" +} + +.mi-ClearAllInk:before { + content: "\EAAE" +} + +.mi-ClearAllInkMirrored:before { + content: "\EAAF" +} + +.mi-ClearSelection:before, .mi-ClearSelectionLegacy:before { + content: "\EAB0" +} + +.mi-ClearSelectionLegacyMirrored:before, .mi-ClearSelectionMirrored:before { + content: "\EAB1" +} + +.mi-Click:before { + content: "\EAB2" +} + +.mi-ClockLegacy:before { + content: "\EAB3" +} + +.mi-ClosePane:before, .mi-ClosePaneLegacy:before { + content: "\EAB4" +} + +.mi-ClosePaneLegacyMirrored:before, .mi-ClosePaneMirrored:before { + content: "\EAB5" +} + +.mi-Cloud:before { + content: "\EAB6" +} + +.mi-CloudPrinter:before { + content: "\EAB7" +} + +.mi-Code:before { + content: "\EAB8" +} + +.mi-Color:before, .mi-ColorLegacy:before { + content: "\EAB9" +} + +.mi-CommaKey:before { + content: "\EABA" +} + +.mi-CommandPrompt:before { + content: "\EABB" +} + +.mi-Comment:before, .mi-CommentLegacy:before { + content: "\EABC" +} + +.mi-Communications:before { + content: "\EABD" +} + +.mi-CompanionApp:before { + content: "\EABE" +} + +.mi-CompanionDeviceFramework:before { + content: "\EABF" +} + +.mi-Completed:before { + content: "\EAC0" +} + +.mi-CompletedSolid:before { + content: "\EAC1" +} + +.mi-Component:before { + content: "\EAC2" +} + +.mi-Connect:before { + content: "\EAC3" +} + +.mi-ConnectApp:before, .mi-MiracastLogoLarge:before { + content: "\EAC4" +} + +.mi-Construction:before { + content: "\EAC5" +} + +.mi-ConstructionCone:before { + content: "\EAC6" +} + +.mi-ConstructionSolid:before { + content: "\EAC7" +} + +.mi-Contact:before, .mi-Contact3Legacy:before, .mi-ContactLegacy:before { + content: "\EAC8" +} + +.mi-Contact2:before, .mi-Contact2Legacy:before { + content: "\EAC9" +} + +.mi-ContactInfo:before, .mi-ContactInfoLegacy:before { + content: "\EACA" +} + +.mi-ContactInfoMirrored:before { + content: "\EACB" +} + +.mi-ContactPresence:before, .mi-ContactPresenceLegacy:before { + content: "\EACC" +} + +.mi-ContactSolid:before { + content: "\EACD" +} + +.mi-Copy:before, .mi-CopyLegacy:before { + content: "\EACE" +} + +.mi-Courthouse:before { + content: "\EACF" +} + +.mi-Crop:before, .mi-CropLegacy:before { + content: "\EAD0" +} + +.mi-Cut:before, .mi-CutLegacy:before { + content: "\EAD1" +} + +.mi-DMC:before { + content: "\EAD2" +} + +.mi-DashKey:before { + content: "\EAD3" +} + +.mi-DataSense:before { + content: "\EAD4" +} + +.mi-DataSenseBar:before { + content: "\EAD5" +} + +.mi-DateTime:before { + content: "\EAD6" +} + +.mi-DateTimeMirrored:before { + content: "\EAD7" +} + +.mi-DecreaseIndentLegacy:before { + content: "\EAD8" +} + +.mi-DecreaseIndentLegacyMirrored:before { + content: "\EAD9" +} + +.mi-DefenderApp:before { + content: "\EADA" +} + +.mi-Delete:before, .mi-DeleteLegacy:before { + content: "\EADB" +} + +.mi-DevUpdate:before { + content: "\EADC" +} + +.mi-DeveloperTools:before { + content: "\EADD" +} + +.mi-DeviceDiscovery:before { + content: "\EADE" +} + +.mi-DeviceLaptopNoPic:before { + content: "\EADF" +} + +.mi-DeviceLaptopPic:before { + content: "\EAE0" +} + +.mi-DeviceMonitorLeftPic:before { + content: "\EAE1" +} + +.mi-DeviceMonitorNoPic:before { + content: "\EAE2" +} + +.mi-DeviceMonitorRightPic:before { + content: "\EAE3" +} + +.mi-Devices:before { + content: "\EAE4" +} + +.mi-Devices3:before { + content: "\EAE5" +} + +.mi-Devices4:before { + content: "\EAE6" +} + +.mi-Devices2:before, .mi-DevicesLegacy:before { + content: "\EAE7" +} + +.mi-Diagnostic:before { + content: "\EAE8" +} + +.mi-DialUp:before { + content: "\EAE9" +} + +.mi-Dialpad:before { + content: "\EAEA" +} + +.mi-Dictionary:before { + content: "\EAEB" +} + +.mi-DictionaryAdd:before { + content: "\EAEC" +} + +.mi-DictionaryCloud:before { + content: "\EAED" +} + +.mi-DirectAccess:before { + content: "\EAEE" +} + +.mi-Directions:before, .mi-DirectionsLegacy:before { + content: "\EAEF" +} + +.mi-DisableUpdates:before, .mi-DisableUpdatesLegacy:before { + content: "\EAF0" +} + +.mi-DisconnectDisplay:before { + content: "\EAF1" +} + +.mi-DisconnectDrive:before, .mi-DisconnectDriveLegacy:before { + content: "\EAF2" +} + +.mi-Dislike:before, .mi-DislikeLegacy:before { + content: "\EAF3" +} + +.mi-Dock:before { + content: "\EAF4" +} + +.mi-DockBottom:before, .mi-DockBottomLegacy:before { + content: "\EAF5" +} + +.mi-DockLeft:before, .mi-DockLeftLegacy:before { + content: "\EAF6" +} + +.mi-DockLeftLegacyMirrored:before, .mi-DockLeftMirrored:before { + content: "\EAF7" +} + +.mi-DockRight:before, .mi-DockRightLegacy:before { + content: "\EAF8" +} + +.mi-DockRightLegacyMirrored:before, .mi-DockRightMirrored:before { + content: "\EAF9" +} + +.mi-Document:before, .mi-DocumentLegacy:before { + content: "\EAFA" +} + +.mi-Down:before, .mi-DownLegacy:before { + content: "\EAFB" +} + +.mi-DownShiftKey:before { + content: "\EAFC" +} + +.mi-Download:before, .mi-DownloadLegacy:before { + content: "\EAFD" +} + +.mi-DownloadMap:before { + content: "\EAFE" +} + +.mi-Draw:before { + content: "\EAFF" +} + +.mi-DrawSolid:before { + content: "\EB00" +} + +.mi-Drop:before { + content: "\EB01" +} + +.mi-DullSound:before { + content: "\EB02" +} + +.mi-DullSoundKey:before { + content: "\EB03" +} + +.mi-EaseOfAccess:before, .mi-EaseOfAccessLegacy:before { + content: "\EB04" +} + +.mi-Edit:before, .mi-EditLegacy:before { + content: "\EB05" +} + +.mi-EditLegacyMirrored:before, .mi-EditMirrored:before { + content: "\EB06" +} + +.mi-Education:before { + content: "\EB07" +} + +.mi-Emoji:before, .mi-EmojiLegacy:before { + content: "\EB08" +} + +.mi-Emoji2:before, .mi-Emoji2Legacy:before { + content: "\EB09" +} + +.mi-EmojiSwatch:before { + content: "\EB0A" +} + +.mi-EmojiTabCelebrationObjects:before { + content: "\EB0B" +} + +.mi-EmojiTabFavorites:before { + content: "\EB0C" +} + +.mi-EmojiTabFoodPlants:before { + content: "\EB0D" +} + +.mi-EmojiTabPeople:before { + content: "\EB0E" +} + +.mi-EmojiTabSmilesAnimals:before { + content: "\EB0F" +} + +.mi-EmojiTabSymbols:before { + content: "\EB10" +} + +.mi-EmojiTabTextSmiles:before { + content: "\EB11" +} + +.mi-EmojiTabTransitPlaces:before { + content: "\EB12" +} + +.mi-EndPointSolid:before { + content: "\EB13" +} + +.mi-EraseTool:before { + content: "\EB14" +} + +.mi-EraseToolFill:before { + content: "\EB15" +} + +.mi-EraseToolFill2:before { + content: "\EB16" +} + +.mi-Error:before { + content: "\EB17" +} + +.mi-ErrorBadge:before { + content: "\EB18" +} + +.mi-ErrorBadge12:before { + content: "\EB19" +} + +.mi-Ethernet:before { + content: "\EB1A" +} + +.mi-EthernetError:before { + content: "\EB1B" +} + +.mi-EthernetWarning:before { + content: "\EB1C" +} + +.mi-ExpandTile:before, .mi-ExpandTileLegacy:before { + content: "\EB1D" +} + +.mi-ExpandTileLegacyMirrored:before, .mi-ExpandTileMirrored:before { + content: "\EB1E" +} + +.mi-ExploreContent:before { + content: "\EB1F" +} + +.mi-Export:before, .mi-ImportLegacyMirrored:before, .mi-ImportMirrored:before { + content: "\EB20" +} + +.mi-FastForward:before { + content: "\EB21" +} + +.mi-Favorite2Legacy:before, .mi-FavoriteLegacy:before, .mi-FavoriteStarFill:before, .mi-RatingStarFillLegacy:before, .mi-RatingStarFillReducedPaddingHTMLLegacy:before, .mi-RatingStarFillSmallLegacy:before, .mi-RatingStarFillZeroWidthLegacy:before, .mi-SolidStarLegacy:before { + content: "\EB22" +} + +.mi-FavoriteList:before { + content: "\EB23" +} + +.mi-FavoriteInlineLegacy:before, .mi-FavoriteStar:before, .mi-OutlineStarLegacy:before, .mi-RatingStarLegacy:before, .mi-Unfavorite2Legacy:before { + content: "\EB24" +} + +.mi-Feedback:before { + content: "\EB25" +} + +.mi-FeedbackApp:before { + content: "\EB26" +} + +.mi-Ferry:before { + content: "\EB27" +} + +.mi-FerrySolid:before { + content: "\EB28" +} + +.mi-FileExplorer:before { + content: "\EB29" +} + +.mi-FileExplorerApp:before { + content: "\EB2A" +} + +.mi-Filter:before, .mi-FilterLegacy:before { + content: "\EB2B" +} + +.mi-FingerInking:before { + content: "\EB2C" +} + +.mi-Fingerprint:before { + content: "\EB2D" +} + +.mi-EndPoint:before, .mi-Flag:before, .mi-FlagLegacy:before { + content: "\EB2E" +} + +.mi-Flashlight:before { + content: "\EB2F" +} + +.mi-FlickDown:before { + content: "\EB30" +} + +.mi-FlickLeft:before { + content: "\EB31" +} + +.mi-FlickRight:before { + content: "\EB32" +} + +.mi-FlickUp:before { + content: "\EB33" +} + +.mi-Folder:before { + content: "\EB34" +} + +.mi-FolderFill:before, .mi-FolderLegacy:before { + content: "\EB35" +} + +.mi-Font:before, .mi-FontLegacy:before { + content: "\EB36" +} + +.mi-FontColor:before, .mi-FontColorLegacy:before { + content: "\EB37" +} + +.mi-FontColorKoreanLegacy:before { + content: "\EB38" +} + +.mi-FontDecrease:before, .mi-FontDecreaseLegacy:before { + content: "\EB39" +} + +.mi-FontIncrease:before, .mi-FontIncreaseLegacy:before { + content: "\EB3A" +} + +.mi-FontSize:before, .mi-FontSizeLegacy:before { + content: "\EB3B" +} + +.mi-FontStyleKoreanLegacy:before { + content: "\EB3C" +} + +.mi-ArrowHTMLLegacyMirrored:before, .mi-BackBttnMirroredArrow20Legacy:before, .mi-BackBttnMirroredArrow42Legacy:before, .mi-Forward:before, .mi-ForwardLegacy:before { + content: "\EB3D" +} + +.mi-ForwardSm:before { + content: "\EB3E" +} + +.mi-FourBars:before, .mi-FourBarsLegacy:before { + content: "\EB3F" +} + +.mi-Frigid:before { + content: "\EB40" +} + +.mi-FullAlpha:before { + content: "\EB41" +} + +.mi-FullCircleMask:before { + content: "\EB42" +} + +.mi-FullHiragana:before { + content: "\EB43" +} + +.mi-FullKatakana:before { + content: "\EB44" +} + +.mi-FullScreen:before, .mi-FullScreenLegacy:before { + content: "\EB45" +} + +.mi-Game:before { + content: "\EB46" +} + +.mi-GameConsole:before { + content: "\EB47" +} + +.mi-GlobalNavButton:before { + content: "\EB48" +} + +.mi-Globe:before, .mi-GlobeLegacy:before { + content: "\EB49" +} + +.mi-Go:before, .mi-GoLegacy:before { + content: "\EB4A" +} + +.mi-GoLegacyMirrored:before, .mi-GoMirrored:before { + content: "\EB4B" +} + +.mi-GoToStart:before, .mi-GoToStartLegacy:before { + content: "\EB4C" +} + +.mi-GotoToday:before, .mi-GotoTodayLegacy:before { + content: "\EB4D" +} + +.mi-GripperBarHorizontal:before { + content: "\EB4E" +} + +.mi-GripperBarVertical:before { + content: "\EB4F" +} + +.mi-GripperResize:before { + content: "\EB50" +} + +.mi-GripperResizeMirrored:before { + content: "\EB51" +} + +.mi-GripperTool:before { + content: "\EB52" +} + +.mi-Groceries:before { + content: "\EB53" +} + +.mi-GuestUser:before { + content: "\EB54" +} + +.mi-HalfAlpha:before { + content: "\EB55" +} + +.mi-HalfDullSound:before { + content: "\EB56" +} + +.mi-HalfKatakana:before { + content: "\EB57" +} + +.mi-HalfStarLeft:before { + content: "\EB58" +} + +.mi-HalfStarRight:before { + content: "\EB59" +} + +.mi-Handwriting:before { + content: "\EB5A" +} + +.mi-HangUp:before, .mi-HangUpLegacy:before { + content: "\EB5B" +} + +.mi-HardDrive:before { + content: "\EB5C" +} + +.mi-Headphone:before { + content: "\EB5D" +} + +.mi-Headphone0:before { + content: "\EB5E" +} + +.mi-Headphone1:before { + content: "\EB5F" +} + +.mi-Headphone2:before { + content: "\EB60" +} + +.mi-Headphone3:before { + content: "\EB61" +} + +.mi-Headset:before { + content: "\EB62" +} + +.mi-Health:before { + content: "\EB63" +} + +.mi-Heart:before, .mi-HeartLegacy:before { + content: "\EB64" +} + +.mi-HeartBroken:before { + content: "\EB65" +} + +.mi-HeartBrokenLegacy:before, .mi-HeartBrokenZeroWidthLegacy:before { + content: "\EB66" +} + +.mi-HeartFill:before, .mi-HeartFillLegacy:before, .mi-HeartFillZeroWidthLegacy:before { + content: "\EB67" +} + +.mi-Help:before, .mi-HelpLegacy:before { + content: "\EB68" +} + +.mi-HelpLegacyMirrored:before, .mi-HelpMirrored:before { + content: "\EB69" +} + +.mi-HideBcc:before, .mi-HideBccLegacy:before { + content: "\EB6A" +} + +.mi-Highlight:before, .mi-HighlightLegacy:before { + content: "\EB6B" +} + +.mi-HighlightFill:before { + content: "\EB6C" +} + +.mi-HighlightFill2:before { + content: "\EB6D" +} + +.mi-History:before { + content: "\EB6E" +} + +.mi-Home:before, .mi-HomeLegacy:before { + content: "\EB6F" +} + +.mi-HomeGroup:before { + content: "\EB70" +} + +.mi-HomeSolid:before { + content: "\EB71" +} + +.mi-HorizontalTabKey:before { + content: "\EB72" +} + +.mi-IBeam:before { + content: "\EB73" +} + +.mi-IBeamOutline:before { + content: "\EB74" +} + +.mi-ImageExport:before { + content: "\EB75" +} + +.mi-ExportMirrored:before, .mi-Import:before, .mi-ImportLegacy:before { + content: "\EB76" +} + +.mi-ImportAll:before, .mi-ImportAllLegacy:before { + content: "\EB77" +} + +.mi-ImportAllLegacyMirrored:before, .mi-ImportAllMirrored:before { + content: "\EB78" +} + +.mi-Important:before, .mi-ImportantLegacy:before { + content: "\EB79" +} + +.mi-ImportantBadge12:before { + content: "\EB7A" +} + +.mi-InPrivate:before { + content: "\EB7B" +} + +.mi-IncidentTriangle:before { + content: "\EB7C" +} + +.mi-IncreaseIndentLegacy:before { + content: "\EB7D" +} + +.mi-IncreaseIndentLegacyMirrored:before { + content: "\EB7E" +} + +.mi-Info:before { + content: "\EB7F" +} + +.mi-Info2:before { + content: "\EB80" +} + +.mi-InkingCaret:before { + content: "\EB81" +} + +.mi-InkingColorFill:before { + content: "\EB82" +} + +.mi-InkingColorOutline:before { + content: "\EB83" +} + +.mi-InkingTool:before { + content: "\EB84" +} + +.mi-InkingToolFill:before { + content: "\EB85" +} + +.mi-InkingToolFill2:before { + content: "\EB86" +} + +.mi-Input:before { + content: "\EB87" +} + +.mi-InsiderHubApp:before { + content: "\EB88" +} + +.mi-Italic:before, .mi-ItalicLegacy:before { + content: "\EB89" +} + +.mi-ItalicCLegacy:before { + content: "\EB8A" +} + +.mi-ItalicILegacy:before { + content: "\EB8B" +} + +.mi-ItalicKLegacy:before { + content: "\EB8C" +} + +.mi-ItalicKoreanLegacy:before { + content: "\EB8D" +} + +.mi-ItalicRussianLegacy:before { + content: "\EB8E" +} + +.mi-Japanese:before { + content: "\EB8F" +} + +.mi-JpnRomanji:before { + content: "\EB90" +} + +.mi-JpnRomanjiLock:before { + content: "\EB91" +} + +.mi-JpnRomanjiShift:before { + content: "\EB92" +} + +.mi-JpnRomanjiShiftLock:before { + content: "\EB93" +} + +.mi-Key12On:before { + content: "\EB94" +} + +.mi-KeyBoardLegacy:before, .mi-KeyboardClassic:before { + content: "\EB95" +} + +.mi-KeyboardBrightness:before { + content: "\EB96" +} + +.mi-KeyboardDismiss:before { + content: "\EB97" +} + +.mi-KeyboardFull:before { + content: "\EB98" +} + +.mi-KeyboardLeftHanded:before { + content: "\EB99" +} + +.mi-KeyboardLowerBrightness:before { + content: "\EB9A" +} + +.mi-KeyboardOneHanded:before { + content: "\EB9B" +} + +.mi-KeyboardRightHanded:before { + content: "\EB9C" +} + +.mi-KeyboardShortcut:before { + content: "\EB9D" +} + +.mi-KeyboardSplit:before, .mi-KeyboardSplitLegacy:before { + content: "\EB9E" +} + +.mi-KeyboardStandard:before, .mi-KeyboardStandardLegacy:before { + content: "\EB9F" +} + +.mi-Korean:before { + content: "\EBA0" +} + +.mi-LEDLight:before { + content: "\EBA1" +} + +.mi-Label:before { + content: "\EBA2" +} + +.mi-LangJPN:before { + content: "\EBA3" +} + +.mi-LanguageChs:before { + content: "\EBA4" +} + +.mi-LanguageCht:before { + content: "\EBA5" +} + +.mi-LanguageJpn:before { + content: "\EBA6" +} + +.mi-LanguageKor:before { + content: "\EBA7" +} + +.mi-LaptopSelected:before { + content: "\EBA8" +} + +.mi-LayoutLegacy:before { + content: "\EBA9" +} + +.mi-Leaf:before { + content: "\EBAA" +} + +.mi-LeaveChat:before, .mi-LeaveChatLegacy:before { + content: "\EBAB" +} + +.mi-LeaveChatMirrored:before { + content: "\EBAC" +} + +.mi-LeftArrowKeyTime0:before { + content: "\EBAD" +} + +.mi-LeftDoubleQuote:before { + content: "\EBAE" +} + +.mi-LeftQuote:before { + content: "\EBAF" +} + +.mi-Library:before, .mi-LibraryLegacy:before { + content: "\EBB0" +} + +.mi-Light:before { + content: "\EBB1" +} + +.mi-Lightbulb:before, .mi-ToolTip:before { + content: "\EBB2" +} + +.mi-LightningBolt:before { + content: "\EBB3" +} + +.mi-Like:before, .mi-LikeInlineLegacy:before, .mi-LikeLegacy:before { + content: "\EBB4" +} + +.mi-LikeDislike:before, .mi-LikeDislikeLegacy:before { + content: "\EBB5" +} + +.mi-Link:before, .mi-LinkLegacy:before { + content: "\EBB6" +} + +.mi-List:before { + content: "\EBB7" +} + +.mi-ListMirrored:before { + content: "\EBB8" +} + +.mi-Location:before, .mi-LocationLegacy:before { + content: "\EBB9" +} + +.mi-Lock:before, .mi-LockLegacy:before { + content: "\EBBA" +} + +.mi-LockScreenGlance:before { + content: "\EBBB" +} + +.mi-LockscreenDesktop:before { + content: "\EBBC" +} + +.mi-LowerBrightness:before { + content: "\EBBD" +} + +.mi-MagStripeReader:before { + content: "\EBBE" +} + +.mi-Mail:before, .mi-MailLegacy:before { + content: "\EBBF" +} + +.mi-MailBadge12:before { + content: "\EBC0" +} + +.mi-MailFill:before, .mi-MailFillLegacy:before, .mi-MailMessageLegacy:before { + content: "\EBC1" +} + +.mi-MailForward:before, .mi-MailForwardLegacy:before { + content: "\EBC2" +} + +.mi-MailForwardLegacyMirrored:before, .mi-MailForwardMirrored:before { + content: "\EBC3" +} + +.mi-MailReply:before, .mi-MailReplyLegacy:before { + content: "\EBC4" +} + +.mi-MailReplyAll:before, .mi-MailReplyAllLegacy:before { + content: "\EBC5" +} + +.mi-MailReplyAllLegacyMirrored:before, .mi-MailReplyAllMirrored:before { + content: "\EBC6" +} + +.mi-MailReplyLegacyMirrored:before, .mi-MailReplyMirrored:before { + content: "\EBC7" +} + +.mi-Manage:before, .mi-ManageLegacy:before { + content: "\EBC8" +} + +.mi-MapCompassBottom:before { + content: "\EBC9" +} + +.mi-MapCompassTop:before { + content: "\EBCA" +} + +.mi-MapDirections:before { + content: "\EBCB" +} + +.mi-MapDrive:before, .mi-MapDriveLegacy:before { + content: "\EBCC" +} + +.mi-MapLayers:before { + content: "\EBCD" +} + +.mi-MapLegacy:before, .mi-MapPin:before { + content: "\EBCE" +} + +.mi-MapPin2:before, .mi-MapPinLegacy:before { + content: "\EBCF" +} + +.mi-Marker:before { + content: "\EBD0" +} + +.mi-Marquee:before { + content: "\EBD1" +} + +.mi-Media:before { + content: "\EBD2" +} + +.mi-MediaStorageTower:before { + content: "\EBD3" +} + +.mi-Megaphone:before { + content: "\EBD4" +} + +.mi-Memo:before, .mi-MemoLegacy:before { + content: "\EBD5" +} + +.mi-CommentInlineLegacy:before, .mi-Message:before, .mi-MessageLegacy:before { + content: "\EBD6" +} + +.mi-MicClipping:before { + content: "\EBD7" +} + +.mi-MicError:before { + content: "\EBD8" +} + +.mi-MicOff:before { + content: "\EBD9" +} + +.mi-MicOn:before { + content: "\EBDA" +} + +.mi-MicSleep:before { + content: "\EBDB" +} + +.mi-Microphone:before, .mi-MicrophoneLegacy:before { + content: "\EBDC" +} + +.mi-MiracastLogoSmall:before { + content: "\EBDD" +} + +.mi-MobActionCenter:before { + content: "\EBDE" +} + +.mi-MobAirplane:before { + content: "\EBDF" +} + +.mi-MobBattery0:before { + content: "\EBE0" +} + +.mi-MobBattery1:before { + content: "\EBE1" +} + +.mi-MobBattery10:before { + content: "\EBE2" +} + +.mi-MobBattery2:before { + content: "\EBE3" +} + +.mi-MobBattery3:before { + content: "\EBE4" +} + +.mi-MobBattery4:before { + content: "\EBE5" +} + +.mi-MobBattery5:before { + content: "\EBE6" +} + +.mi-MobBattery6:before { + content: "\EBE7" +} + +.mi-MobBattery7:before { + content: "\EBE8" +} + +.mi-MobBattery8:before { + content: "\EBE9" +} + +.mi-MobBattery9:before { + content: "\EBEA" +} + +.mi-MobBatteryCharging0:before { + content: "\EBEB" +} + +.mi-MobBatteryCharging1:before { + content: "\EBEC" +} + +.mi-MobBatteryCharging10:before { + content: "\EBED" +} + +.mi-MobBatteryCharging2:before { + content: "\EBEE" +} + +.mi-MobBatteryCharging3:before { + content: "\EBEF" +} + +.mi-MobBatteryCharging4:before { + content: "\EBF0" +} + +.mi-MobBatteryCharging5:before { + content: "\EBF1" +} + +.mi-MobBatteryCharging6:before { + content: "\EBF2" +} + +.mi-MobBatteryCharging7:before { + content: "\EBF3" +} + +.mi-MobBatteryCharging8:before { + content: "\EBF4" +} + +.mi-MobBatteryCharging9:before { + content: "\EBF5" +} + +.mi-MobBatterySaver0:before { + content: "\EBF6" +} + +.mi-MobBatterySaver1:before { + content: "\EBF7" +} + +.mi-MobBatterySaver10:before { + content: "\EBF8" +} + +.mi-MobBatterySaver2:before { + content: "\EBF9" +} + +.mi-MobBatterySaver3:before { + content: "\EBFA" +} + +.mi-MobBatterySaver4:before { + content: "\EBFB" +} + +.mi-MobBatterySaver5:before { + content: "\EBFC" +} + +.mi-MobBatterySaver6:before { + content: "\EBFD" +} + +.mi-MobBatterySaver7:before { + content: "\EBFE" +} + +.mi-MobBatterySaver8:before { + content: "\EBFF" +} + +.mi-MobBatterySaver9:before { + content: "\EC00" +} + +.mi-MobBatteryUnknown:before { + content: "\EC01" +} + +.mi-MobBluetooth:before { + content: "\EC02" +} + +.mi-MobCallForwarding:before { + content: "\EC03" +} + +.mi-MobCallForwardingMirrored:before { + content: "\EC04" +} + +.mi-MobDrivingMode:before { + content: "\EC05" +} + +.mi-MobLocation:before { + content: "\EC06" +} + +.mi-MobQuietHours:before { + content: "\EC07" +} + +.mi-MobSignal1:before { + content: "\EC08" +} + +.mi-MobSignal2:before { + content: "\EC09" +} + +.mi-MobSignal3:before { + content: "\EC0A" +} + +.mi-MobSignal4:before { + content: "\EC0B" +} + +.mi-MobSignal5:before { + content: "\EC0C" +} + +.mi-MobWifi1:before { + content: "\EC0D" +} + +.mi-MobWifi2:before { + content: "\EC0E" +} + +.mi-MobWifi3:before { + content: "\EC0F" +} + +.mi-MobWifi4:before { + content: "\EC10" +} + +.mi-MobWifiHotspot:before { + content: "\EC11" +} + +.mi-MobileLocked:before { + content: "\EC12" +} + +.mi-MobileSelected:before { + content: "\EC13" +} + +.mi-MobileTablet:before { + content: "\EC14" +} + +.mi-More:before, .mi-MoreLegacy:before { + content: "\EC15" +} + +.mi-Mouse:before { + content: "\EC16" +} + +.mi-MoveToFolder:before, .mi-MoveToFolderLegacy:before { + content: "\EC17" +} + +.mi-Movies:before { + content: "\EC18" +} + +.mi-MultiSelect:before, .mi-MultiSelectLegacy:before { + content: "\EC19" +} + +.mi-MultiSelectLegacyMirrored:before, .mi-MultiSelectMirrored:before { + content: "\EC1A" +} + +.mi-MultimediaDMP:before { + content: "\EC1B" +} + +.mi-MultimediaDMS:before { + content: "\EC1C" +} + +.mi-MultimediaDVR:before { + content: "\EC1D" +} + +.mi-MultimediaPMP:before { + content: "\EC1E" +} + +.mi-Multitask:before { + content: "\EC1F" +} + +.mi-Multitask16:before { + content: "\EC20" +} + +.mi-MultitaskExpanded:before { + content: "\EC21" +} + +.mi-MusicAlbum:before { + content: "\EC22" +} + +.mi-MusicInfo:before, .mi-MusicInfoLegacy:before { + content: "\EC23" +} + +.mi-MusicNote:before { + content: "\EC24" +} + +.mi-Mute:before, .mi-MuteLegacy:before { + content: "\EC25" +} + +.mi-MyNetwork:before { + content: "\EC26" +} + +.mi-NUIFPContinueSlideAction:before { + content: "\EC27" +} + +.mi-NUIFPContinueSlideHand:before { + content: "\EC28" +} + +.mi-NUIFPPressAction:before { + content: "\EC29" +} + +.mi-NUIFPPressHand:before { + content: "\EC2A" +} + +.mi-NUIFPPressRepeatAction:before { + content: "\EC2B" +} + +.mi-NUIFPRollLeftAction:before { + content: "\EC2C" +} + +.mi-NUIFPRollLeftHand:before { + content: "\EC2D" +} + +.mi-NUIFPRollRightHand:before { + content: "\EC2E" +} + +.mi-NUIFPRollRightHandAction:before { + content: "\EC2F" +} + +.mi-NUIFPStartSlideAction:before { + content: "\EC30" +} + +.mi-NUIFPPressRepeatHand:before, .mi-NUIFPStartSlideHand:before { + content: "\EC31" +} + +.mi-NUIFace:before { + content: "\EC32" +} + +.mi-NUIIris:before { + content: "\EC33" +} + +.mi-Narrator:before { + content: "\EC34" +} + +.mi-NarratorForward:before { + content: "\EC35" +} + +.mi-NarratorForwardMirrored:before { + content: "\EC36" +} + +.mi-Network:before { + content: "\EC37" +} + +.mi-NetworkAdapter:before { + content: "\EC38" +} + +.mi-NetworkPrinter:before { + content: "\EC39" +} + +.mi-NetworkTower:before { + content: "\EC3A" +} + +.mi-NewFolder:before, .mi-NewFolderLegacy:before { + content: "\EC3B" +} + +.mi-NewWindow:before, .mi-NewWindowLegacy:before { + content: "\EC3C" +} + +.mi-Next:before, .mi-NextLegacy:before { + content: "\EC3D" +} + +.mi-OEM:before { + content: "\EC3E" +} + +.mi-OneBar:before, .mi-OneBarLegacy:before { + content: "\EC3F" +} + +.mi-OpenFile:before, .mi-OpenFileLegacy:before { + content: "\EC40" +} + +.mi-OpenInNewWindow:before, .mi-OpenInNewWindowLegacy:before { + content: "\EC41" +} + +.mi-OpenLocal:before, .mi-OpenLocalLegacy:before { + content: "\EC42" +} + +.mi-OpenPane:before, .mi-OpenPaneLegacy:before { + content: "\EC43" +} + +.mi-OpenPaneLegacyMirrored:before, .mi-OpenPaneMirrored:before { + content: "\EC44" +} + +.mi-OpenWith:before, .mi-OpenWithLegacy:before { + content: "\EC45" +} + +.mi-OpenWithLegacyMirrored:before, .mi-OpenWithMirrored:before { + content: "\EC46" +} + +.mi-Orientation:before, .mi-OrientationLegacy:before { + content: "\EC47" +} + +.mi-OtherUser:before, .mi-OtherUserLegacy:before { + content: "\EC48" +} + +.mi-PC1:before, .mi-PC1Legacy:before { + content: "\EC49" +} + +.mi-PLAP:before { + content: "\EC4A" +} + +.mi-Package:before { + content: "\EC4B" +} + +.mi-Page:before, .mi-PageLegacy:before { + content: "\EC4C" +} + +.mi-PageLeft:before { + content: "\EC4D" +} + +.mi-PageRight:before { + content: "\EC4E" +} + +.mi-PageFillLegacy:before, .mi-PageSolid:before { + content: "\EC4F" +} + +.mi-PanMode:before { + content: "\EC50" +} + +.mi-ParkingLocation:before { + content: "\EC51" +} + +.mi-ParkingLocationMirrored:before { + content: "\EC52" +} + +.mi-ParkingLocationSolid:before { + content: "\EC53" +} + +.mi-PartyLeader:before { + content: "\EC54" +} + +.mi-PasswordKeyHide:before { + content: "\EC55" +} + +.mi-PasswordKeyShow:before { + content: "\EC56" +} + +.mi-Paste:before, .mi-PasteLegacy:before { + content: "\EC57" +} + +.mi-Pause:before, .mi-PauseLegacy:before { + content: "\EC58" +} + +.mi-PauseBadge12:before { + content: "\EC59" +} + +.mi-PenPalette:before { + content: "\EC5A" +} + +.mi-PenPaletteMirrored:before { + content: "\EC5B" +} + +.mi-PenWorkspace:before { + content: "\EC5C" +} + +.mi-PenWorkspaceMirrored:before { + content: "\EC5D" +} + +.mi-Pencil:before { + content: "\EC5E" +} + +.mi-People:before, .mi-PeopleLegacy:before { + content: "\EC5F" +} + +.mi-PeriodKey:before { + content: "\EC60" +} + +.mi-Permissions:before, .mi-PermissionsLegacy:before { + content: "\EC61" +} + +.mi-PersonalFolder:before { + content: "\EC62" +} + +.mi-Personalize:before { + content: "\EC63" +} + +.mi-Phone:before, .mi-PhoneLegacy:before { + content: "\EC64" +} + +.mi-PhoneBook:before, .mi-PhoneBookLegacy:before { + content: "\EC65" +} + +.mi-Photo:before { + content: "\EC66" +} + +.mi-Photo2:before { + content: "\EC67" +} + +.mi-Picture:before, .mi-PictureLegacy:before { + content: "\EC68" +} + +.mi-PieSingle:before { + content: "\EC69" +} + +.mi-Pin:before, .mi-PinLegacy:before { + content: "\EC6A" +} + +.mi-PinFill:before { + content: "\EC6B" +} + +.mi-Pinned:before { + content: "\EC6C" +} + +.mi-PinnedFill:before { + content: "\EC6D" +} + +.mi-PlaceFolderLegacy:before { + content: "\EC6E" +} + +.mi-Play:before, .mi-PlayLegacy:before { + content: "\EC6F" +} + +.mi-Play36:before { + content: "\EC70" +} + +.mi-PlayBadge12:before { + content: "\EC71" +} + +.mi-PlayOnLegacy:before { + content: "\EC72" +} + +.mi-PlaybackRate1x:before { + content: "\EC73" +} + +.mi-PlaybackRateOther:before { + content: "\EC74" +} + +.mi-PointErase:before { + content: "\EC75" +} + +.mi-PointEraseMirrored:before { + content: "\EC76" +} + +.mi-PoliceCar:before { + content: "\EC77" +} + +.mi-PostUpdate:before, .mi-PostUpdateLegacy:before { + content: "\EC78" +} + +.mi-PowerButton:before { + content: "\EC79" +} + +.mi-PresenceChickletVideo:before, .mi-PresenceChickletVideoLegacy:before { + content: "\EC7A" +} + +.mi-Preview:before, .mi-PreviewLegacy:before { + content: "\EC7B" +} + +.mi-PreviewLink:before, .mi-PreviewLinkLegacy:before { + content: "\EC7C" +} + +.mi-Previous:before, .mi-PreviousLegacy:before { + content: "\EC7D" +} + +.mi-Print:before, .mi-PrintLegacy:before { + content: "\EC7E" +} + +.mi-Printer3D:before { + content: "\EC7F" +} + +.mi-Printer3DLegacy:before { + content: "\EC80" +} + +.mi-PrintfaxPrinterFile:before { + content: "\EC81" +} + +.mi-Priority:before, .mi-PriorityLegacy:before { + content: "\EC82" +} + +.mi-Process:before { + content: "\EC83" +} + +.mi-Project:before { + content: "\EC84" +} + +.mi-Projector:before { + content: "\EC85" +} + +.mi-ProtectedDocument:before, .mi-ProtectedDocumentLegacy:before { + content: "\EC86" +} + +.mi-ProvisioningPackage:before { + content: "\EC87" +} + +.mi-PuncKey:before { + content: "\EC88" +} + +.mi-PuncKey0:before { + content: "\EC89" +} + +.mi-PuncKey1:before { + content: "\EC8A" +} + +.mi-PuncKey2:before { + content: "\EC8B" +} + +.mi-PuncKey3:before { + content: "\EC8C" +} + +.mi-PuncKey4:before { + content: "\EC8D" +} + +.mi-PuncKey5:before { + content: "\EC8E" +} + +.mi-PuncKey6:before { + content: "\EC8F" +} + +.mi-PuncKey7:before { + content: "\EC90" +} + +.mi-PuncKey8:before { + content: "\EC91" +} + +.mi-PuncKey9:before { + content: "\EC92" +} + +.mi-PuncKeyLeftBottom:before { + content: "\EC93" +} + +.mi-PuncKeyRightBottom:before { + content: "\EC94" +} + +.mi-Puzzle:before { + content: "\EC95" +} + +.mi-QWERTYOff:before { + content: "\EC96" +} + +.mi-QWERTYOn:before { + content: "\EC97" +} + +.mi-QuickNote:before { + content: "\EC98" +} + +.mi-QuietHours:before { + content: "\EC99" +} + +.mi-RadioBtnOff:before { + content: "\EC9A" +} + +.mi-RadioBtnOn:before { + content: "\EC9B" +} + +.mi-RadioBullet:before { + content: "\EC9C" +} + +.mi-RadioBullet2:before { + content: "\EC9D" +} + +.mi-Read:before, .mi-ReadLegacy:before { + content: "\EC9E" +} + +.mi-ReadingList:before { + content: "\EC9F" +} + +.mi-ReceiptPrinter:before { + content: "\ECA0" +} + +.mi-LengthLegacy:before, .mi-Recent:before { + content: "\ECA1" +} + +.mi-Record:before, .mi-RecordLegacy:before { + content: "\ECA2" +} + +.mi-Redo:before, .mi-RedoLegacy:before { + content: "\ECA3" +} + +.mi-ReduceTileLegacy:before { + content: "\ECA4" +} + +.mi-ReduceTileLegacyMirrored:before { + content: "\ECA5" +} + +.mi-Refresh:before, .mi-RefreshLegacy:before, .mi-RepeatAll:before, .mi-RepeatAllLegacy:before { + content: "\ECA6" +} + +.mi-RememberedDevice:before { + content: "\ECA7" +} + +.mi-Reminder:before { + content: "\ECA8" +} + +.mi-ReminderFill:before { + content: "\ECA9" +} + +.mi-Remote:before, .mi-RemoteLegacy:before { + content: "\ECAA" +} + +.mi-Remove:before, .mi-RemoveLegacy:before { + content: "\ECAB" +} + +.mi-RemoveFrom:before { + content: "\ECAC" +} + +.mi-Rename:before, .mi-RenameLegacy:before { + content: "\ECAD" +} + +.mi-Repair:before, .mi-RepairLegacy:before { + content: "\ECAE" +} + +.mi-RepeatOne:before, .mi-RepeatOneLegacy:before { + content: "\ECAF" +} + +.mi-Reply:before, .mi-ReplyLegacy:before { + content: "\ECB0" +} + +.mi-ReplyMirrored:before { + content: "\ECB1" +} + +.mi-ReportHacked:before, .mi-ReportHackedLegacy:before { + content: "\ECB2" +} + +.mi-ResetDevice:before { + content: "\ECB3" +} + +.mi-ResetDrive:before { + content: "\ECB4" +} + +.mi-Reshare:before, .mi-ReshareLegacy:before { + content: "\ECB5" +} + +.mi-ResizeMouseMedium:before { + content: "\ECB6" +} + +.mi-ResizeMouseMediumMirrored:before { + content: "\ECB7" +} + +.mi-ResizeMouseSmall:before { + content: "\ECB8" +} + +.mi-ResizeMouseSmallMirrored:before { + content: "\ECB9" +} + +.mi-ResizeMouseTall:before { + content: "\ECBA" +} + +.mi-ResizeMouseTallMirrored:before { + content: "\ECBB" +} + +.mi-ResizeMouseWide:before { + content: "\ECBC" +} + +.mi-ResizeTouchLarger:before { + content: "\ECBD" +} + +.mi-ResizeTouchNarrower:before { + content: "\ECBE" +} + +.mi-ResizeTouchNarrowerMirrored:before { + content: "\ECBF" +} + +.mi-ResizeTouchShorter:before { + content: "\ECC0" +} + +.mi-ResizeTouchSmaller:before { + content: "\ECC1" +} + +.mi-ResolutionLegacy:before { + content: "\ECC2" +} + +.mi-ReturnKey:before { + content: "\ECC3" +} + +.mi-ReturnKeyLg:before { + content: "\ECC4" +} + +.mi-ReturnKeySm:before { + content: "\ECC5" +} + +.mi-ReturnToWindow:before, .mi-ReturnToWindowLegacy:before { + content: "\ECC6" +} + +.mi-RevToggleKey:before { + content: "\ECC7" +} + +.mi-Rewind:before { + content: "\ECC8" +} + +.mi-RightArrowKeyTime0:before { + content: "\ECC9" +} + +.mi-RightArrowKeyTime1:before { + content: "\ECCA" +} + +.mi-RightArrowKeyTime2:before { + content: "\ECCB" +} + +.mi-RightArrowKeyTime3:before { + content: "\ECCC" +} + +.mi-RightArrowKeyTime4:before { + content: "\ECCD" +} + +.mi-RightDoubleQuote:before { + content: "\ECCE" +} + +.mi-RightQuote:before { + content: "\ECCF" +} + +.mi-Ringer:before { + content: "\ECD0" +} + +.mi-RingerBadge12:before { + content: "\ECD1" +} + +.mi-RingerSilent:before { + content: "\ECD2" +} + +.mi-RoamingDomestic:before { + content: "\ECD3" +} + +.mi-RoamingInternational:before { + content: "\ECD4" +} + +.mi-Robot:before { + content: "\ECD5" +} + +.mi-Rotate:before { + content: "\ECD6" +} + +.mi-RotateCamera:before, .mi-RotateCameraLegacy:before { + content: "\ECD7" +} + +.mi-RotateLegacy:before { + content: "\ECD8" +} + +.mi-RotateMapLeft:before { + content: "\ECD9" +} + +.mi-RotateMapRight:before { + content: "\ECDA" +} + +.mi-RotationLock:before { + content: "\ECDB" +} + +.mi-Ruler:before { + content: "\ECDC" +} + +.mi-SDCard:before { + content: "\ECDD" +} + +.mi-SIMLock:before { + content: "\ECDE" +} + +.mi-SIMMissing:before { + content: "\ECDF" +} + +.mi-SIPMove:before { + content: "\ECE0" +} + +.mi-SIPRedock:before { + content: "\ECE1" +} + +.mi-SIPUndock:before { + content: "\ECE2" +} + +.mi-Save:before, .mi-SaveLegacy:before { + content: "\ECE3" +} + +.mi-SaveAs:before, .mi-SaveAsLegacy:before { + content: "\ECE4" +} + +.mi-SaveCopy:before { + content: "\ECE5" +} + +.mi-SaveLocal:before, .mi-SaveLocalLegacy:before { + content: "\ECE6" +} + +.mi-Scan:before, .mi-ScanLegacy:before { + content: "\ECE7" +} + +.mi-ScrollMode:before { + content: "\ECE8" +} + +.mi-ScrollUpDown:before { + content: "\ECE9" +} + +.mi-FindLegacy:before, .mi-Search:before, .mi-SearchboxLegacy:before { + content: "\ECEA" +} + +.mi-SearchAndApps:before { + content: "\ECEB" +} + +.mi-SelectAll:before, .mi-SelectAllLegacy:before { + content: "\ECEC" +} + +.mi-SemanticZoomLegacy:before { + content: "\ECED" +} + +.mi-Send:before, .mi-SendLegacy:before { + content: "\ECEE" +} + +.mi-SendFill:before { + content: "\ECEF" +} + +.mi-SendFillMirrored:before { + content: "\ECF0" +} + +.mi-SendMirrored:before { + content: "\ECF1" +} + +.mi-Sensor:before { + content: "\ECF2" +} + +.mi-SetTile:before, .mi-SetTileLegacy:before { + content: "\ECF3" +} + +.mi-SetlockScreen:before, .mi-SetlockScreenLegacy:before { + content: "\ECF4" +} + +.mi-Settings:before, .mi-SettingsLegacy:before { + content: "\ECF5" +} + +.mi-SettingsBattery:before { + content: "\ECF6" +} + +.mi-SettingsDisplaySound:before { + content: "\ECF7" +} + +.mi-Share:before { + content: "\ECF8" +} + +.mi-ShareBroadband:before { + content: "\ECF9" +} + +.mi-Shop:before, .mi-ShopLegacy:before { + content: "\ECFA" +} + +.mi-ShoppingCart:before { + content: "\ECFB" +} + +.mi-ShowAllFiles1Legacy:before { + content: "\ECFC" +} + +.mi-ShowAllFiles3Legacy:before { + content: "\ECFD" +} + +.mi-ShowBcc:before, .mi-ShowBccLegacy:before { + content: "\ECFE" +} + +.mi-ShowResults:before, .mi-ShowResultsLegacy:before { + content: "\ECFF" +} + +.mi-ShowResultsLegacyMirrored:before, .mi-ShowResultsMirrored:before { + content: "\ED00" +} + +.mi-Shuffle:before, .mi-ShuffleLegacy:before { + content: "\ED01" +} + +.mi-SignalBars1:before { + content: "\ED02" +} + +.mi-SignalBars2:before { + content: "\ED03" +} + +.mi-SignalBars3:before { + content: "\ED04" +} + +.mi-SignalBars4:before { + content: "\ED05" +} + +.mi-SignalBars5:before { + content: "\ED06" +} + +.mi-SignalError:before { + content: "\ED07" +} + +.mi-SignalNotConnected:before { + content: "\ED08" +} + +.mi-SignalRoaming:before { + content: "\ED09" +} + +.mi-SizeLegacy:before { + content: "\ED0A" +} + +.mi-SkipBack10:before { + content: "\ED0B" +} + +.mi-SkipForward30:before { + content: "\ED0C" +} + +.mi-SliderThumb:before { + content: "\ED0D" +} + +.mi-Slideshow:before, .mi-SlideshowLegacy:before { + content: "\ED0E" +} + +.mi-Smartcard:before { + content: "\ED0F" +} + +.mi-SmartcardVirtual:before { + content: "\ED10" +} + +.mi-Sort:before, .mi-SortLegacy:before { + content: "\ED11" +} + +.mi-Speakers:before { + content: "\ED12" +} + +.mi-SpeedHigh:before { + content: "\ED13" +} + +.mi-SpeedMedium:before { + content: "\ED14" +} + +.mi-SpeedOff:before { + content: "\ED15" +} + +.mi-StartPoint:before { + content: "\ED16" +} + +.mi-StartPointSolid:before { + content: "\ED17" +} + +.mi-StatusCircle:before { + content: "\ED18" +} + +.mi-StatusCircleLeft:before { + content: "\ED19" +} + +.mi-StatusConnecting1:before { + content: "\ED1A" +} + +.mi-StatusConnecting2:before { + content: "\ED1B" +} + +.mi-StatusDataTransfer:before { + content: "\ED1C" +} + +.mi-StatusDataTransferVPN:before { + content: "\ED1D" +} + +.mi-StatusDualSIM1:before { + content: "\ED1E" +} + +.mi-StatusDualSIM1VPN:before { + content: "\ED1F" +} + +.mi-StatusDualSIM2:before { + content: "\ED20" +} + +.mi-StatusDualSIM2VPN:before { + content: "\ED21" +} + +.mi-StatusError:before { + content: "\ED22" +} + +.mi-StatusErrorFull:before { + content: "\ED23" +} + +.mi-StatusErrorLeft:before { + content: "\ED24" +} + +.mi-StatusSGLTE:before { + content: "\ED25" +} + +.mi-StatusSGLTECell:before { + content: "\ED26" +} + +.mi-StatusSGLTEDataVPN:before { + content: "\ED27" +} + +.mi-StatusTriangle:before { + content: "\ED28" +} + +.mi-StatusTriangleLeft:before { + content: "\ED29" +} + +.mi-StatusUnsecure:before { + content: "\ED2A" +} + +.mi-StatusVPN:before { + content: "\ED2B" +} + +.mi-StatusWarning:before { + content: "\ED2C" +} + +.mi-StatusWarningLeft:before { + content: "\ED2D" +} + +.mi-StockDown:before { + content: "\ED2E" +} + +.mi-StockUp:before { + content: "\ED2F" +} + +.mi-Stop:before, .mi-StopLegacy:before { + content: "\ED30" +} + +.mi-StopPoint:before { + content: "\ED31" +} + +.mi-StopPointSolid:before { + content: "\ED32" +} + +.mi-StopSlideshowLegacy:before { + content: "\ED33" +} + +.mi-Stopwatch:before { + content: "\ED34" +} + +.mi-StorageNetworkWireless:before { + content: "\ED35" +} + +.mi-StorageOptical:before { + content: "\ED36" +} + +.mi-StorageTape:before { + content: "\ED37" +} + +.mi-Streaming:before { + content: "\ED38" +} + +.mi-StreamingEnterprise:before { + content: "\ED39" +} + +.mi-Street:before, .mi-StreetLegacy:before { + content: "\ED3A" +} + +.mi-StreetsideSplitExpand:before { + content: "\ED3B" +} + +.mi-StreetsideSplitMinimize:before { + content: "\ED3C" +} + +.mi-StrokeErase:before { + content: "\ED3D" +} + +.mi-StrokeEraseMirrored:before { + content: "\ED3E" +} + +.mi-Subtitles:before { + content: "\ED3F" +} + +.mi-SubtitlesAudio:before { + content: "\ED40" +} + +.mi-SurfaceHub:before { + content: "\ED41" +} + +.mi-Sustainable:before { + content: "\ED42" +} + +.mi-Swipe:before { + content: "\ED43" +} + +.mi-SwipeRevealArt:before { + content: "\ED44" +} + +.mi-Switch:before, .mi-SwitchLegacy:before { + content: "\ED45" +} + +.mi-SwitchApps:before, .mi-SwitchAppsLegacy:before { + content: "\ED46" +} + +.mi-SwitchUser:before { + content: "\ED47" +} + +.mi-Sync:before, .mi-SyncLegacy:before { + content: "\ED48" +} + +.mi-SyncBadge12:before { + content: "\ED49" +} + +.mi-SyncError:before { + content: "\ED4A" +} + +.mi-SyncFolder:before, .mi-SyncFolderLegacy:before { + content: "\ED4B" +} + +.mi-System:before { + content: "\ED4C" +} + +.mi-TVMonitor:before { + content: "\ED4D" +} + +.mi-TVMonitorSelected:before { + content: "\ED4E" +} + +.mi-Tablet:before { + content: "\ED4F" +} + +.mi-TabletMode:before { + content: "\ED50" +} + +.mi-TabletSelected:before { + content: "\ED51" +} + +.mi-Tag:before, .mi-TagLegacy:before { + content: "\ED52" +} + +.mi-TapAndSend:before { + content: "\ED53" +} + +.mi-TaskbarPhone:before { + content: "\ED54" +} + +.mi-ThisPC:before { + content: "\ED55" +} + +.mi-ThoughtBubble:before { + content: "\ED56" +} + +.mi-ThreeBars:before, .mi-ThreeBarsLegacy:before { + content: "\ED57" +} + +.mi-Tiles:before { + content: "\ED58" +} + +.mi-TiltDown:before { + content: "\ED59" +} + +.mi-TiltUp:before { + content: "\ED5A" +} + +.mi-TimeLanguage:before { + content: "\ED5B" +} + +.mi-ToggleBorder:before { + content: "\ED5C" +} + +.mi-ToggleFilled:before { + content: "\ED5D" +} + +.mi-ToggleThumb:before { + content: "\ED5E" +} + +.mi-Touch:before { + content: "\ED5F" +} + +.mi-TouchPointer:before, .mi-TouchPointerLegacy:before { + content: "\ED60" +} + +.mi-Touchscreen:before { + content: "\ED61" +} + +.mi-Trackers:before { + content: "\ED62" +} + +.mi-TrackersMirrored:before { + content: "\ED63" +} + +.mi-Train:before { + content: "\ED64" +} + +.mi-TrainSolid:before { + content: "\ED65" +} + +.mi-TreeFolderFolder:before { + content: "\ED66" +} + +.mi-TreeFolderFolderFill:before { + content: "\ED67" +} + +.mi-TreeFolderFolderOpen:before { + content: "\ED68" +} + +.mi-TreeFolderFolderOpenFill:before { + content: "\ED69" +} + +.mi-Trim:before, .mi-TrimLegacy:before { + content: "\ED6A" +} + +.mi-TwoBars:before, .mi-TwoBarsLegacy:before { + content: "\ED6B" +} + +.mi-TwoPage:before, .mi-TwoPageLegacy:before { + content: "\ED6C" +} + +.mi-Type:before, .mi-TypeLegacy:before { + content: "\ED6D" +} + +.mi-TypingIndicatorLegacy:before { + content: "\ED6E" +} + +.mi-USB:before { + content: "\ED6F" +} + +.mi-USBSafeConnect:before { + content: "\ED70" +} + +.mi-Underline:before, .mi-UnderlineLegacy:before { + content: "\ED71" +} + +.mi-UnderlineLKoreanLegacy:before { + content: "\ED72" +} + +.mi-UnderlineRussianLegacy:before { + content: "\ED73" +} + +.mi-UnderlineSLegacy:before { + content: "\ED74" +} + +.mi-UnderlineULegacy:before { + content: "\ED75" +} + +.mi-UnderscoreSpace:before { + content: "\ED76" +} + +.mi-Undo:before, .mi-UndoLegacy:before { + content: "\ED77" +} + +.mi-Unfavorite:before, .mi-UnfavoriteLegacy:before { + content: "\ED78" +} + +.mi-Unit:before { + content: "\ED79" +} + +.mi-Unlock:before, .mi-UnlockLegacy:before { + content: "\ED7A" +} + +.mi-Unpin:before, .mi-UnpinLegacy:before { + content: "\ED7B" +} + +.mi-UnsyncFolder:before, .mi-UnsyncFolderLegacy:before { + content: "\ED7C" +} + +.mi-Up:before, .mi-UpLegacy:before { + content: "\ED7D" +} + +.mi-UpArrowShiftKey:before { + content: "\ED7E" +} + +.mi-UpShiftKey:before { + content: "\ED7F" +} + +.mi-UpdateRestore:before { + content: "\ED80" +} + +.mi-Upload:before, .mi-UploadLegacy:before, .mi-UploadSkyDriveLegacy:before { + content: "\ED81" +} + +.mi-VPN:before { + content: "\ED82" +} + +.mi-Vibrate:before { + content: "\ED83" +} + +.mi-Video:before, .mi-VideoInlineLegacy:before, .mi-VideoLegacy:before { + content: "\ED84" +} + +.mi-VideoChat:before, .mi-VideoChatLegacy:before { + content: "\ED85" +} + +.mi-RevealPasswordLegacy:before, .mi-View:before, .mi-ViewLegacy:before { + content: "\ED86" +} + +.mi-ShowAllFilesLegacy:before, .mi-ViewAll:before, .mi-ViewAllLegacy:before { + content: "\ED87" +} + +.mi-Volume:before, .mi-VolumeLegacy:before { + content: "\ED88" +} + +.mi-Volume0:before { + content: "\ED89" +} + +.mi-Volume1:before { + content: "\ED8A" +} + +.mi-Volume2:before { + content: "\ED8B" +} + +.mi-Volume3:before { + content: "\ED8C" +} + +.mi-VolumeBars:before { + content: "\ED8D" +} + +.mi-Walk:before { + content: "\ED8E" +} + +.mi-WalkSolid:before { + content: "\ED8F" +} + +.mi-Warning:before { + content: "\ED90" +} + +.mi-Webcam:before, .mi-WebcamLegacy:before { + content: "\ED91" +} + +.mi-Webcam2:before { + content: "\ED92" +} + +.mi-Wheel:before { + content: "\ED93" +} + +.mi-Wifi:before { + content: "\ED94" +} + +.mi-Wifi1:before { + content: "\ED95" +} + +.mi-Wifi2:before { + content: "\ED96" +} + +.mi-Wifi3:before { + content: "\ED97" +} + +.mi-WifiAttentionOverlay:before { + content: "\ED98" +} + +.mi-WifiCall0:before { + content: "\ED99" +} + +.mi-WifiCall1:before { + content: "\ED9A" +} + +.mi-WifiCall2:before { + content: "\ED9B" +} + +.mi-WifiCall3:before { + content: "\ED9C" +} + +.mi-WifiCall4:before { + content: "\ED9D" +} + +.mi-WifiCallBars:before { + content: "\ED9E" +} + +.mi-WifiError0:before { + content: "\ED9F" +} + +.mi-WifiError1:before { + content: "\EDA0" +} + +.mi-WifiError2:before { + content: "\EDA1" +} + +.mi-WifiError3:before { + content: "\EDA2" +} + +.mi-WifiError4:before { + content: "\EDA3" +} + +.mi-WifiEthernet:before { + content: "\EDA4" +} + +.mi-InternetSharing:before, .mi-WifiHotspot:before { + content: "\EDA5" +} + +.mi-WifiWarning0:before { + content: "\EDA6" +} + +.mi-WifiWarning1:before { + content: "\EDA7" +} + +.mi-WifiWarning2:before { + content: "\EDA8" +} + +.mi-WifiWarning3:before { + content: "\EDA9" +} + +.mi-WifiWarning4:before { + content: "\EDAA" +} + +.mi-WindDirection:before { + content: "\EDAB" +} + +.mi-WiredUSB:before { + content: "\EDAC" +} + +.mi-WirelessUSB:before { + content: "\EDAD" +} + +.mi-Work:before { + content: "\EDAE" +} + +.mi-WorkSolid:before { + content: "\EDAF" +} + +.mi-World:before, .mi-WorldLegacy:before { + content: "\EDB0" +} + +.mi-XboxOneConsole:before { + content: "\EDB1" +} + +.mi-ZeroBars:before, .mi-ZeroBarsLegacy:before { + content: "\EDB2" +} + +.mi-Zoom:before, .mi-ZoomLegacy:before { + content: "\EDB3" +} + +.mi-ZoomIn:before, .mi-ZoomInLegacy:before { + content: "\EDB4" +} + +.mi-ZoomMode:before { + content: "\EDB5" +} + +.mi-ZoomOut:before, .mi-ZoomOutLegacy:before { + content: "\EDB6" +} + +.mi-eSIM:before { + content: "\EDB7" +} + +.mi-eSIMBusy:before { + content: "\EDB8" +} + +.mi-eSIMLocked:before { + content: "\EDB9" +} + +.mi-eSIMNoProfile:before { + content: "\EDBA" +} + +.mi-500px:before { + content: "\EDBB" +} + +.mi-adn:before { + content: "\EDBC" +} + +.mi-amazon:before { + content: "\EDBD" +} + +.mi-android:before { + content: "\EDBE" +} + +.mi-angellist:before { + content: "\EDBF" +} + +.mi-apple:before { + content: "\EDC0" +} + +.mi-bandcamp:before { + content: "\EDC1" +} + +.mi-behance-square:before { + content: "\EDC2" +} + +.mi-behance:before { + content: "\EDC3" +} + +.mi-bitbucket:before { + content: "\EDC4" +} + +.mi-black-tie:before { + content: "\EDC5" +} + +.mi-bluetooth-b:before { + content: "\EDC6" +} + +.mi-bluetooth:before { + content: "\EDC7" +} + +.mi-btc:before, .mi-bitcoin:before { + content: "\EDC8" +} + +.mi-buysellads:before { + content: "\EDC9" +} + +.mi-cc-amex:before { + content: "\EDCA" +} + +.mi-cc-diners-club:before { + content: "\EDCB" +} + +.mi-cc-discover:before { + content: "\EDCC" +} + +.mi-cc-jcb:before { + content: "\EDCD" +} + +.mi-cc-mastercard:before { + content: "\EDCE" +} + +.mi-cc-paypal:before { + content: "\EDCF" +} + +.mi-cc-stripe:before { + content: "\EDD0" +} + +.mi-cc-visa:before { + content: "\EDD1" +} + +.mi-chrome:before { + content: "\EDD2" +} + +.mi-codepen:before { + content: "\EDD3" +} + +.mi-codiepie:before { + content: "\EDD4" +} + +.mi-connectdevelop:before { + content: "\EDD5" +} + +.mi-contao:before { + content: "\EDD6" +} + +.mi-css3:before { + content: "\EDD7" +} + +.mi-dashcube:before { + content: "\EDD8" +} + +.mi-delicious:before { + content: "\EDD9" +} + +.mi-deviantart:before { + content: "\EDDA" +} + +.mi-digg:before { + content: "\EDDB" +} + +.mi-dribbble:before { + content: "\EDDC" +} + +.mi-dropbox:before { + content: "\EDDD" +} + +.mi-drupal:before { + content: "\EDDE" +} + +.mi-edge:before { + content: "\EDDF" +} + +.mi-eercast:before { + content: "\EDE0" +} + +.mi-empire:before, .mi-ge:before { + content: "\EDE1" +} + +.mi-envira:before { + content: "\EDE2" +} + +.mi-expeditedssl:before { + content: "\EDE3" +} + +.mi-facebook-official:before { + content: "\EDE4" +} + +.mi-facebook:before, .mi-facebook-f:before { + content: "\EDE5" +} + +.mi-firefox:before { + content: "\EDE6" +} + +.mi-first-order:before { + content: "\EDE7" +} + +.mi-flickr:before { + content: "\EDE8" +} + +.mi-forumbee:before { + content: "\EDE9" +} + +.mi-foursquare:before { + content: "\EDEA" +} + +.mi-free-code-camp:before { + content: "\EDEB" +} + +.mi-get-pocket:before { + content: "\EDEC" +} + +.mi-gg:before { + content: "\EDED" +} + +.mi-git:before { + content: "\EDEE" +} + +.mi-github-alt:before { + content: "\EDEF" +} + +.mi-github:before { + content: "\EDF0" +} + +.mi-gitlab:before { + content: "\EDF1" +} + +.mi-glide-g:before { + content: "\EDF2" +} + +.mi-google-plus:before { + content: "\EDF3" +} + +.mi-google-wallet:before { + content: "\EDF4" +} + +.mi-google:before { + content: "\EDF5" +} + +.mi-gratipay:before, .mi-gittip:before { + content: "\EDF6" +} + +.mi-hacker-news:before { + content: "\EDF7" +} + +.mi-houzz:before { + content: "\EDF8" +} + +.mi-html5:before { + content: "\EDF9" +} + +.mi-instagram:before { + content: "\EDFA" +} + +.mi-internet-explorer:before { + content: "\EDFB" +} + +.mi-ioxhost:before { + content: "\EDFC" +} + +.mi-joomla:before { + content: "\EDFD" +} + +.mi-jsfiddle:before { + content: "\EDFE" +} + +.mi-lastfm:before { + content: "\EDFF" +} + +.mi-leanpub:before { + content: "\EE00" +} + +.mi-linkedin:before { + content: "\EE01" +} + +.mi-linode:before { + content: "\EE02" +} + +.mi-linux:before { + content: "\EE03" +} + +.mi-maxcdn:before { + content: "\EE04" +} + +.mi-meanpath:before { + content: "\EE05" +} + +.mi-medium:before { + content: "\EE06" +} + +.mi-meetup:before { + content: "\EE07" +} + +.mi-mixcloud:before { + content: "\EE08" +} + +.mi-modx:before { + content: "\EE09" +} + +.mi-odnoklassniki:before { + content: "\EE0A" +} + +.mi-opencart:before { + content: "\EE0B" +} + +.mi-openid:before { + content: "\EE0C" +} + +.mi-opera:before { + content: "\EE0D" +} + +.mi-optin-monster:before { + content: "\EE0E" +} + +.mi-pagelines:before { + content: "\EE0F" +} + +.mi-paypal:before { + content: "\EE10" +} + +.mi-pied-piper-alt:before { + content: "\EE11" +} + +.mi-pied-piper:before { + content: "\EE12" +} + +.mi-pinterest-p:before { + content: "\EE13" +} + +.mi-product-hunt:before { + content: "\EE14" +} + +.mi-qq:before { + content: "\EE15" +} + +.mi-quora:before { + content: "\EE16" +} + +.mi-ravelry:before { + content: "\EE17" +} + +.mi-rebel:before, .mi-ra:before, .mi-resistance:before { + content: "\EE18" +} + +.mi-reddit-alien:before { + content: "\EE19" +} + +.mi-renren:before { + content: "\EE1A" +} + +.mi-safari:before { + content: "\EE1B" +} + +.mi-scribd:before { + content: "\EE1C" +} + +.mi-sellsy:before { + content: "\EE1D" +} + +.mi-shirtsinbulk:before { + content: "\EE1E" +} + +.mi-simplybuilt:before { + content: "\EE1F" +} + +.mi-skyatlas:before { + content: "\EE20" +} + +.mi-skype:before { + content: "\EE21" +} + +.mi-slack:before { + content: "\EE22" +} + +.mi-slideshare:before { + content: "\EE23" +} + +.mi-snapchat-ghost:before { + content: "\EE24" +} + +.mi-soundcloud:before { + content: "\EE25" +} + +.mi-spotify:before { + content: "\EE26" +} + +.mi-stack-exchange:before { + content: "\EE27" +} + +.mi-stack-overflow:before { + content: "\EE28" +} + +.mi-steam:before { + content: "\EE29" +} + +.mi-stumbleupon:before { + content: "\EE2A" +} + +.mi-superpowers:before { + content: "\EE2B" +} + +.mi-telegram:before { + content: "\EE2C" +} + +.mi-tencent-weibo:before { + content: "\EE2D" +} + +.mi-themeisle:before { + content: "\EE2E" +} + +.mi-trello:before { + content: "\EE2F" +} + +.mi-tripadvisor:before { + content: "\EE30" +} + +.mi-tumblr:before { + content: "\EE31" +} + +.mi-twitch:before { + content: "\EE32" +} + +.mi-twitter:before { + content: "\EE33" +} + +.mi-viacoin:before { + content: "\EE34" +} + +.mi-viadeo:before { + content: "\EE35" +} + +.mi-vimeo:before { + content: "\EE36" +} + +.mi-vine:before { + content: "\EE37" +} + +.mi-vk:before { + content: "\EE38" +} + +.mi-weibo:before { + content: "\EE39" +} + +.mi-weixin:before, .mi-wechat:before { + content: "\EE3A" +} + +.mi-whatsapp:before { + content: "\EE3B" +} + +.mi-wikipedia-w:before { + content: "\EE3C" +} + +.mi-windows:before { + content: "\EE3D" +} + +.mi-wordpress:before { + content: "\EE3E" +} + +.mi-wpbeginner:before { + content: "\EE3F" +} + +.mi-wpexplorer:before { + content: "\EE40" +} + +.mi-wpform:before { + content: "\EE41" +} + +.mi-xing:before { + content: "\EE42" +} + +.mi-yahoo:before { + content: "\EE43" +} + +.mi-yelp:before { + content: "\EE44" +} + +.mi-yoast:before { + content: "\EE45" +} + +.mi-youtube-play:before { + content: "\EE46" +} + +.mi-youtube:before { + content: "\EE47" +} + diff --git a/dist/micon/css/micon.min.css b/dist/micon/css/micon.min.css new file mode 100644 index 0000000..f73b9d1 --- /dev/null +++ b/dist/micon/css/micon.min.css @@ -0,0 +1,2 @@ +/*! Micon v2.0.155 | MIT License | http://xtoolkit.github.io/Micon/ */ +@font-face{font-family:'micon';src:url('../fonts/micon.eot?v=2.0.155');src:url('../fonts/micon.eot?#iefix&v=2.0.155') format('embedded-opentype'),url('../fonts/micon.woff2?v=2.0.155') format('woff2'), url('../fonts/micon.woff?v=2.0.155') format('woff'), url('../fonts/micon.ttf?v=2.0.155') format('truetype'), url('../fonts/micon.svg?v=2.0.155#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.mi{display:inline-block;font:normal normal normal 14px/1 micon;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mi-lg{font-size:1.33333333em;line-height:0.75em;vertical-align:-15%}.mi-2x{font-size:2em}.mi-3x{font-size:3em}.mi-4x{font-size:4em}.mi-5x{font-size:5em}.mi-fw{width:1.28571429em;text-align:center}.mi-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.mi-ul>li{position:relative}.mi-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:0.14285714em;text-align:center}.mi-li.mi-lg{left:-1.85714286em}.mi-border{padding:.2em .25em .15em;border:solid 0.08em #eee;border-radius:.1em}.mi-pull-left{float:left}.mi-pull-right{float:right}.mi.mi-pull-left{margin-right:.3em}.mi.mi-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.mi.pull-left{margin-right:.3em}.mi.pull-right{margin-left:.3em}.mi-spin{-webkit-animation:mi-spin 2s infinite linear;animation:mi-spin 2s infinite linear}.mi-pulse{-webkit-animation:mi-spin 1s infinite steps(8);animation:mi-spin 1s infinite steps(8)}@-webkit-keyframes mi-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes mi-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.mi-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.mi-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.mi-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.mi-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.mi-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .mi-rotate-90, :root .mi-rotate-180, :root .mi-rotate-270, :root .mi-flip-horizontal, :root .mi-flip-vertical{filter:none}.mi-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.mi-stack-1x, .mi-stack-2x{position:absolute;left:0;width:100%;text-align:center}.mi-stack-1x{line-height:inherit}.mi-stack-2x{font-size:2em}.mi-inverse{color:#fff}.mi-Accept:before,.mi-AcceptLegacy:before,.mi-CheckmarkListviewLegacy:before,.mi-CheckmarkMenuLegacy:before{content:"\EA01"}.mi-Accident:before{content:"\EA02"}.mi-AccidentSolid:before{content:"\EA03"}.mi-Accounts:before,.mi-AccountsLegacy:before{content:"\EA04"}.mi-ActionCenter:before{content:"\EA05"}.mi-ActionCenterAsterisk:before{content:"\EA06"}.mi-ActionCenterMirrored:before{content:"\EA07"}.mi-ActionCenterNotification:before{content:"\EA08"}.mi-ActionCenterNotificationMirrored:before{content:"\EA09"}.mi-ActionCenterQuiet:before{content:"\EA0A"}.mi-ActionCenterQuietNotification:before{content:"\EA0B"}.mi-Add:before,.mi-AddLegacy:before{content:"\EA0C"}.mi-AddFriend:before,.mi-AddFriendLegacy:before{content:"\EA0D"}.mi-AddRemoteDevice:before{content:"\EA0E"}.mi-AddSurfaceHub:before{content:"\EA0F"}.mi-AddTo:before{content:"\EA10"}.mi-AdjustHologram:before{content:"\EA11"}.mi-Admin:before,.mi-AdminLegacy:before{content:"\EA12"}.mi-Airplane:before{content:"\EA13"}.mi-AirplaneSolid:before{content:"\EA14"}.mi-AlignCenter:before,.mi-AlignCenterLegacy:before{content:"\EA15"}.mi-AlignLeft:before,.mi-AlignLeftLegacy:before{content:"\EA16"}.mi-AlignRight:before,.mi-AlignRightLegacy:before{content:"\EA17"}.mi-AllApps:before,.mi-AllAppsLegacy:before{content:"\EA18"}.mi-AllAppsLegacyMirrored:before,.mi-AllAppsMirrored:before{content:"\EA19"}.mi-Annotation:before{content:"\EA1A"}.mi-AppIconDefault:before{content:"\EA1B"}.mi-AspectRatio:before{content:"\EA1C"}.mi-Asterisk:before{content:"\EA1D"}.mi-AsteriskBadge12:before{content:"\EA1E"}.mi-Attach:before,.mi-AttachLegacy:before{content:"\EA1F"}.mi-AttachCamera:before,.mi-AttachCameraLegacy:before{content:"\EA20"}.mi-Audio:before,.mi-AudioLegacy:before{content:"\EA21"}.mi-ArrowHTMLLegacy:before,.mi-Back:before,.mi-BackBttnArrow20Legacy:before,.mi-BackBttnArrow42Legacy:before,.mi-BackLegacy:before{content:"\EA22"}.mi-BackSpaceQWERTYLg:before{content:"\EA23"}.mi-BackSpaceQWERTYMd:before{content:"\EA24"}.mi-BackSpaceQWERTYSm:before{content:"\EA25"}.mi-BackToWindow:before,.mi-BackToWindowLegacy:before{content:"\EA26"}.mi-BackgroundToggle:before{content:"\EA27"}.mi-Badge:before{content:"\EA28"}.mi-Bank:before{content:"\EA29"}.mi-BarcodeScanner:before{content:"\EA2A"}.mi-Battery0:before{content:"\EA2B"}.mi-Battery1:before{content:"\EA2C"}.mi-Battery10:before{content:"\EA2D"}.mi-Battery2:before{content:"\EA2E"}.mi-Battery3:before{content:"\EA2F"}.mi-Battery4:before{content:"\EA30"}.mi-Battery5:before{content:"\EA31"}.mi-Battery6:before{content:"\EA32"}.mi-Battery7:before{content:"\EA33"}.mi-Battery8:before{content:"\EA34"}.mi-Battery9:before{content:"\EA35"}.mi-BatteryCharging0:before{content:"\EA36"}.mi-BatteryCharging1:before{content:"\EA37"}.mi-BatteryCharging10:before{content:"\EA38"}.mi-BatteryCharging2:before{content:"\EA39"}.mi-BatteryCharging3:before{content:"\EA3A"}.mi-BatteryCharging4:before{content:"\EA3B"}.mi-BatteryCharging5:before{content:"\EA3C"}.mi-BatteryCharging6:before{content:"\EA3D"}.mi-BatteryCharging7:before{content:"\EA3E"}.mi-BatteryCharging8:before{content:"\EA3F"}.mi-BatteryCharging9:before{content:"\EA40"}.mi-BatterySaver0:before{content:"\EA41"}.mi-BatterySaver1:before{content:"\EA42"}.mi-BatterySaver10:before{content:"\EA43"}.mi-BatterySaver2:before{content:"\EA44"}.mi-BatterySaver3:before{content:"\EA45"}.mi-BatterySaver4:before{content:"\EA46"}.mi-BatterySaver5:before{content:"\EA47"}.mi-BatterySaver6:before{content:"\EA48"}.mi-BatterySaver7:before{content:"\EA49"}.mi-BatterySaver8:before{content:"\EA4A"}.mi-BatterySaver9:before{content:"\EA4B"}.mi-BatteryUnknown:before{content:"\EA4C"}.mi-Beta:before{content:"\EA4D"}.mi-BidiLtr:before{content:"\EA4E"}.mi-BidiRtl:before{content:"\EA4F"}.mi-BlockContact:before,.mi-BlockContactLegacy:before{content:"\EA50"}.mi-BlockedLegacy:before{content:"\EA51"}.mi-Bluetooth:before{content:"\EA52"}.mi-BodyCam:before{content:"\EA53"}.mi-Bold:before,.mi-BoldLegacy:before{content:"\EA54"}.mi-BoldFLegacy:before{content:"\EA55"}.mi-BoldGLegacy:before{content:"\EA56"}.mi-BoldKoreanLegacy:before{content:"\EA57"}.mi-BoldNLegacy:before{content:"\EA58"}.mi-BoldRussionLegacy:before{content:"\EA59"}.mi-Bookmarks:before,.mi-BookmarksLegacy:before{content:"\EA5A"}.mi-BookmarksLegacyMirrored:before,.mi-BookmarksMirrored:before{content:"\EA5B"}.mi-Brightness:before{content:"\EA5C"}.mi-Broom:before{content:"\EA5D"}.mi-BrowsePhotos:before,.mi-BrowsePhotosLegacy:before{content:"\EA5E"}.mi-BrushSize:before{content:"\EA5F"}.mi-BuildingEnergy:before{content:"\EA60"}.mi-BulletedList:before,.mi-BulletedListLegacy:before,.mi-ListLegacy:before{content:"\EA61"}.mi-BulletedListLegacyMirrored:before,.mi-BulletedListMirrored:before,.mi-ListLegacyMirrored:before{content:"\EA62"}.mi-Bus:before{content:"\EA63"}.mi-BusSolid:before{content:"\EA64"}.mi-CC:before,.mi-CCLegacy:before{content:"\EA65"}.mi-CCEuroLegacy:before{content:"\EA66"}.mi-CCJapanLegacy:before{content:"\EA67"}.mi-Calculator:before,.mi-CalculatorLegacy:before{content:"\EA68"}.mi-CalculatorAddition:before{content:"\EA69"}.mi-BackSpaceQWERTY:before,.mi-CalculatorBackspace:before{content:"\EA6A"}.mi-CalculatorDivide:before{content:"\EA6B"}.mi-CalculatorEqualTo:before{content:"\EA6C"}.mi-CalculatorMultiply:before{content:"\EA6D"}.mi-CalculatorNegate:before{content:"\EA6E"}.mi-CalculatorPercentage:before{content:"\EA6F"}.mi-CalculatorSquareroot:before{content:"\EA70"}.mi-CalculatorSubtract:before{content:"\EA71"}.mi-Calendar:before,.mi-CalendarLegacy:before{content:"\EA72"}.mi-CalendarDay:before,.mi-CalendarDayLegacy:before{content:"\EA73"}.mi-CalendarLegacyMirrored:before,.mi-CalendarMirrored:before{content:"\EA74"}.mi-CalendarReply:before,.mi-CalendarReplyLegacy:before{content:"\EA75"}.mi-CalendarSolid:before{content:"\EA76"}.mi-CalendarWeek:before,.mi-CalendarWeekLegacy:before{content:"\EA77"}.mi-CaligraphyPen:before{content:"\EA78"}.mi-CallForwardInternational:before{content:"\EA79"}.mi-CallForwardInternationalMirrored:before{content:"\EA7A"}.mi-CallForwardRoaming:before{content:"\EA7B"}.mi-CallForwardRoamingMirrored:before{content:"\EA7C"}.mi-CallForwarding:before{content:"\EA7D"}.mi-CallForwardingMirrored:before{content:"\EA7E"}.mi-Camera:before,.mi-CameraLegacy:before{content:"\EA7F"}.mi-Cancel:before,.mi-CancelLegacy:before{content:"\EA80"}.mi-Caption:before,.mi-CaptionLegacy:before{content:"\EA81"}.mi-Car:before,.mi-DrivingMode:before{content:"\EA82"}.mi-CashDrawer:before{content:"\EA83"}.mi-CellPhone:before,.mi-CellPhoneLegacy:before,.mi-MobileContactLegacy:before{content:"\EA84"}.mi-Certificate:before{content:"\EA85"}.mi-Characters:before,.mi-CharactersLegacy:before{content:"\EA86"}.mi-ChatBubbles:before{content:"\EA87"}.mi-CheckMark:before,.mi-CheckMarkLegacy:before,.mi-CheckMarkZeroWidthLegacy:before{content:"\EA88"}.mi-Checkbox:before,.mi-CheckboxLegacy:before{content:"\EA89"}.mi-CheckboxComposite:before,.mi-CheckboxCompositeLegacy:before{content:"\EA8A"}.mi-CheckboxCompositeReversed:before,.mi-CheckboxCompositeReversedLegacy:before{content:"\EA8B"}.mi-CheckboxFill:before,.mi-CheckboxFillLegacy:before,.mi-CheckboxFillZeroWidthLegacy:before,.mi-PresenceChicklet:before,.mi-PresenceChickletLegacy:before,.mi-ResizeMouseLarge:before{content:"\EA8C"}.mi-CheckboxIndeterminate:before,.mi-CheckboxIndeterminateLegacy:before{content:"\EA8D"}.mi-ChevronDown:before,.mi-ChevronDown1Legacy:before,.mi-ChevronDown2Legacy:before,.mi-ChevronDown3Legacy:before,.mi-ChevronDown4Legacy:before,.mi-ChevronFlipDownLegacy:before,.mi-ScrollChevronDownBoldLegacy:before,.mi-ScrollChevronDownLegacy:before{content:"\EA8E"}.mi-ChevronDownMed:before{content:"\EA8F"}.mi-ChevronDownSmLegacy:before,.mi-ChevronDownSmall:before{content:"\EA90"}.mi-ChevronFlipLeftLegacy:before,.mi-ChevronLeft:before,.mi-ChevronLeft1Legacy:before,.mi-ChevronLeft2Legacy:before,.mi-ChevronLeft3Legacy:before,.mi-ChevronLeft4Legacy:before,.mi-ScrollChevronLeftBoldLegacy:before,.mi-ScrollChevronLeftLegacy:before{content:"\EA91"}.mi-ChevronLeftMed:before{content:"\EA92"}.mi-ChevronLeftSmLegacy:before,.mi-ChevronLeftSmall:before{content:"\EA93"}.mi-ChevronFlipRightLegacy:before,.mi-ChevronRight:before,.mi-ChevronRight1Legacy:before,.mi-ChevronRight2Legacy:before,.mi-ChevronRight3Legacy:before,.mi-ChevronRight4Legacy:before,.mi-ScrollChevronRightBoldLegacy:before,.mi-ScrollChevronRightLegacy:before{content:"\EA94"}.mi-ChevronRightMed:before{content:"\EA95"}.mi-ChevronRightSmLegacy:before,.mi-ChevronRightSmall:before{content:"\EA96"}.mi-ChevronFlipUpLegacy:before,.mi-ChevronUp:before,.mi-ChevronUp1Legacy:before,.mi-ChevronUp2Legacy:before,.mi-ChevronUp3Legacy:before,.mi-ChevronUp4Legacy:before,.mi-ScrollChevronUpBoldLegacy:before,.mi-ScrollChevronUpLegacy:before{content:"\EA97"}.mi-ChevronUpMed:before{content:"\EA98"}.mi-ChevronUpSmall:before{content:"\EA99"}.mi-ChineseBoPoMoFo:before{content:"\EA9A"}.mi-ChineseChangjie:before{content:"\EA9B"}.mi-ChinesePinyin:before{content:"\EA9C"}.mi-ChineseQuick:before{content:"\EA9D"}.mi-ChromeAnnotate:before{content:"\EA9E"}.mi-ChromeBack:before{content:"\EA9F"}.mi-ChromeBackMirrored:before{content:"\EAA0"}.mi-ChromeBackToWindow:before{content:"\EAA1"}.mi-ChromeClose:before{content:"\EAA2"}.mi-ChromeFullScreen:before{content:"\EAA3"}.mi-ChromeMaximize:before{content:"\EAA4"}.mi-ChromeMinimize:before{content:"\EAA5"}.mi-ChromeRestore:before{content:"\EAA6"}.mi-CircleFill:before{content:"\EAA7"}.mi-CircleFillBadge12:before{content:"\EAA8"}.mi-CircleRing:before{content:"\EAA9"}.mi-CircleRingBadge12:before{content:"\EAAA"}.mi-CityNext:before{content:"\EAAB"}.mi-CityNext2:before{content:"\EAAC"}.mi-Clear:before,.mi-ClearLegacy:before{content:"\EAAD"}.mi-ClearAllInk:before{content:"\EAAE"}.mi-ClearAllInkMirrored:before{content:"\EAAF"}.mi-ClearSelection:before,.mi-ClearSelectionLegacy:before{content:"\EAB0"}.mi-ClearSelectionLegacyMirrored:before,.mi-ClearSelectionMirrored:before{content:"\EAB1"}.mi-Click:before{content:"\EAB2"}.mi-ClockLegacy:before{content:"\EAB3"}.mi-ClosePane:before,.mi-ClosePaneLegacy:before{content:"\EAB4"}.mi-ClosePaneLegacyMirrored:before,.mi-ClosePaneMirrored:before{content:"\EAB5"}.mi-Cloud:before{content:"\EAB6"}.mi-CloudPrinter:before{content:"\EAB7"}.mi-Code:before{content:"\EAB8"}.mi-Color:before,.mi-ColorLegacy:before{content:"\EAB9"}.mi-CommaKey:before{content:"\EABA"}.mi-CommandPrompt:before{content:"\EABB"}.mi-Comment:before,.mi-CommentLegacy:before{content:"\EABC"}.mi-Communications:before{content:"\EABD"}.mi-CompanionApp:before{content:"\EABE"}.mi-CompanionDeviceFramework:before{content:"\EABF"}.mi-Completed:before{content:"\EAC0"}.mi-CompletedSolid:before{content:"\EAC1"}.mi-Component:before{content:"\EAC2"}.mi-Connect:before{content:"\EAC3"}.mi-ConnectApp:before,.mi-MiracastLogoLarge:before{content:"\EAC4"}.mi-Construction:before{content:"\EAC5"}.mi-ConstructionCone:before{content:"\EAC6"}.mi-ConstructionSolid:before{content:"\EAC7"}.mi-Contact:before,.mi-Contact3Legacy:before,.mi-ContactLegacy:before{content:"\EAC8"}.mi-Contact2:before,.mi-Contact2Legacy:before{content:"\EAC9"}.mi-ContactInfo:before,.mi-ContactInfoLegacy:before{content:"\EACA"}.mi-ContactInfoMirrored:before{content:"\EACB"}.mi-ContactPresence:before,.mi-ContactPresenceLegacy:before{content:"\EACC"}.mi-ContactSolid:before{content:"\EACD"}.mi-Copy:before,.mi-CopyLegacy:before{content:"\EACE"}.mi-Courthouse:before{content:"\EACF"}.mi-Crop:before,.mi-CropLegacy:before{content:"\EAD0"}.mi-Cut:before,.mi-CutLegacy:before{content:"\EAD1"}.mi-DMC:before{content:"\EAD2"}.mi-DashKey:before{content:"\EAD3"}.mi-DataSense:before{content:"\EAD4"}.mi-DataSenseBar:before{content:"\EAD5"}.mi-DateTime:before{content:"\EAD6"}.mi-DateTimeMirrored:before{content:"\EAD7"}.mi-DecreaseIndentLegacy:before{content:"\EAD8"}.mi-DecreaseIndentLegacyMirrored:before{content:"\EAD9"}.mi-DefenderApp:before{content:"\EADA"}.mi-Delete:before,.mi-DeleteLegacy:before{content:"\EADB"}.mi-DevUpdate:before{content:"\EADC"}.mi-DeveloperTools:before{content:"\EADD"}.mi-DeviceDiscovery:before{content:"\EADE"}.mi-DeviceLaptopNoPic:before{content:"\EADF"}.mi-DeviceLaptopPic:before{content:"\EAE0"}.mi-DeviceMonitorLeftPic:before{content:"\EAE1"}.mi-DeviceMonitorNoPic:before{content:"\EAE2"}.mi-DeviceMonitorRightPic:before{content:"\EAE3"}.mi-Devices:before{content:"\EAE4"}.mi-Devices3:before{content:"\EAE5"}.mi-Devices4:before{content:"\EAE6"}.mi-Devices2:before,.mi-DevicesLegacy:before{content:"\EAE7"}.mi-Diagnostic:before{content:"\EAE8"}.mi-DialUp:before{content:"\EAE9"}.mi-Dialpad:before{content:"\EAEA"}.mi-Dictionary:before{content:"\EAEB"}.mi-DictionaryAdd:before{content:"\EAEC"}.mi-DictionaryCloud:before{content:"\EAED"}.mi-DirectAccess:before{content:"\EAEE"}.mi-Directions:before,.mi-DirectionsLegacy:before{content:"\EAEF"}.mi-DisableUpdates:before,.mi-DisableUpdatesLegacy:before{content:"\EAF0"}.mi-DisconnectDisplay:before{content:"\EAF1"}.mi-DisconnectDrive:before,.mi-DisconnectDriveLegacy:before{content:"\EAF2"}.mi-Dislike:before,.mi-DislikeLegacy:before{content:"\EAF3"}.mi-Dock:before{content:"\EAF4"}.mi-DockBottom:before,.mi-DockBottomLegacy:before{content:"\EAF5"}.mi-DockLeft:before,.mi-DockLeftLegacy:before{content:"\EAF6"}.mi-DockLeftLegacyMirrored:before,.mi-DockLeftMirrored:before{content:"\EAF7"}.mi-DockRight:before,.mi-DockRightLegacy:before{content:"\EAF8"}.mi-DockRightLegacyMirrored:before,.mi-DockRightMirrored:before{content:"\EAF9"}.mi-Document:before,.mi-DocumentLegacy:before{content:"\EAFA"}.mi-Down:before,.mi-DownLegacy:before{content:"\EAFB"}.mi-DownShiftKey:before{content:"\EAFC"}.mi-Download:before,.mi-DownloadLegacy:before{content:"\EAFD"}.mi-DownloadMap:before{content:"\EAFE"}.mi-Draw:before{content:"\EAFF"}.mi-DrawSolid:before{content:"\EB00"}.mi-Drop:before{content:"\EB01"}.mi-DullSound:before{content:"\EB02"}.mi-DullSoundKey:before{content:"\EB03"}.mi-EaseOfAccess:before,.mi-EaseOfAccessLegacy:before{content:"\EB04"}.mi-Edit:before,.mi-EditLegacy:before{content:"\EB05"}.mi-EditLegacyMirrored:before,.mi-EditMirrored:before{content:"\EB06"}.mi-Education:before{content:"\EB07"}.mi-Emoji:before,.mi-EmojiLegacy:before{content:"\EB08"}.mi-Emoji2:before,.mi-Emoji2Legacy:before{content:"\EB09"}.mi-EmojiSwatch:before{content:"\EB0A"}.mi-EmojiTabCelebrationObjects:before{content:"\EB0B"}.mi-EmojiTabFavorites:before{content:"\EB0C"}.mi-EmojiTabFoodPlants:before{content:"\EB0D"}.mi-EmojiTabPeople:before{content:"\EB0E"}.mi-EmojiTabSmilesAnimals:before{content:"\EB0F"}.mi-EmojiTabSymbols:before{content:"\EB10"}.mi-EmojiTabTextSmiles:before{content:"\EB11"}.mi-EmojiTabTransitPlaces:before{content:"\EB12"}.mi-EndPointSolid:before{content:"\EB13"}.mi-EraseTool:before{content:"\EB14"}.mi-EraseToolFill:before{content:"\EB15"}.mi-EraseToolFill2:before{content:"\EB16"}.mi-Error:before{content:"\EB17"}.mi-ErrorBadge:before{content:"\EB18"}.mi-ErrorBadge12:before{content:"\EB19"}.mi-Ethernet:before{content:"\EB1A"}.mi-EthernetError:before{content:"\EB1B"}.mi-EthernetWarning:before{content:"\EB1C"}.mi-ExpandTile:before,.mi-ExpandTileLegacy:before{content:"\EB1D"}.mi-ExpandTileLegacyMirrored:before,.mi-ExpandTileMirrored:before{content:"\EB1E"}.mi-ExploreContent:before{content:"\EB1F"}.mi-Export:before,.mi-ImportLegacyMirrored:before,.mi-ImportMirrored:before{content:"\EB20"}.mi-FastForward:before{content:"\EB21"}.mi-Favorite2Legacy:before,.mi-FavoriteLegacy:before,.mi-FavoriteStarFill:before,.mi-RatingStarFillLegacy:before,.mi-RatingStarFillReducedPaddingHTMLLegacy:before,.mi-RatingStarFillSmallLegacy:before,.mi-RatingStarFillZeroWidthLegacy:before,.mi-SolidStarLegacy:before{content:"\EB22"}.mi-FavoriteList:before{content:"\EB23"}.mi-FavoriteInlineLegacy:before,.mi-FavoriteStar:before,.mi-OutlineStarLegacy:before,.mi-RatingStarLegacy:before,.mi-Unfavorite2Legacy:before{content:"\EB24"}.mi-Feedback:before{content:"\EB25"}.mi-FeedbackApp:before{content:"\EB26"}.mi-Ferry:before{content:"\EB27"}.mi-FerrySolid:before{content:"\EB28"}.mi-FileExplorer:before{content:"\EB29"}.mi-FileExplorerApp:before{content:"\EB2A"}.mi-Filter:before,.mi-FilterLegacy:before{content:"\EB2B"}.mi-FingerInking:before{content:"\EB2C"}.mi-Fingerprint:before{content:"\EB2D"}.mi-EndPoint:before,.mi-Flag:before,.mi-FlagLegacy:before{content:"\EB2E"}.mi-Flashlight:before{content:"\EB2F"}.mi-FlickDown:before{content:"\EB30"}.mi-FlickLeft:before{content:"\EB31"}.mi-FlickRight:before{content:"\EB32"}.mi-FlickUp:before{content:"\EB33"}.mi-Folder:before{content:"\EB34"}.mi-FolderFill:before,.mi-FolderLegacy:before{content:"\EB35"}.mi-Font:before,.mi-FontLegacy:before{content:"\EB36"}.mi-FontColor:before,.mi-FontColorLegacy:before{content:"\EB37"}.mi-FontColorKoreanLegacy:before{content:"\EB38"}.mi-FontDecrease:before,.mi-FontDecreaseLegacy:before{content:"\EB39"}.mi-FontIncrease:before,.mi-FontIncreaseLegacy:before{content:"\EB3A"}.mi-FontSize:before,.mi-FontSizeLegacy:before{content:"\EB3B"}.mi-FontStyleKoreanLegacy:before{content:"\EB3C"}.mi-ArrowHTMLLegacyMirrored:before,.mi-BackBttnMirroredArrow20Legacy:before,.mi-BackBttnMirroredArrow42Legacy:before,.mi-Forward:before,.mi-ForwardLegacy:before{content:"\EB3D"}.mi-ForwardSm:before{content:"\EB3E"}.mi-FourBars:before,.mi-FourBarsLegacy:before{content:"\EB3F"}.mi-Frigid:before{content:"\EB40"}.mi-FullAlpha:before{content:"\EB41"}.mi-FullCircleMask:before{content:"\EB42"}.mi-FullHiragana:before{content:"\EB43"}.mi-FullKatakana:before{content:"\EB44"}.mi-FullScreen:before,.mi-FullScreenLegacy:before{content:"\EB45"}.mi-Game:before{content:"\EB46"}.mi-GameConsole:before{content:"\EB47"}.mi-GlobalNavButton:before{content:"\EB48"}.mi-Globe:before,.mi-GlobeLegacy:before{content:"\EB49"}.mi-Go:before,.mi-GoLegacy:before{content:"\EB4A"}.mi-GoLegacyMirrored:before,.mi-GoMirrored:before{content:"\EB4B"}.mi-GoToStart:before,.mi-GoToStartLegacy:before{content:"\EB4C"}.mi-GotoToday:before,.mi-GotoTodayLegacy:before{content:"\EB4D"}.mi-GripperBarHorizontal:before{content:"\EB4E"}.mi-GripperBarVertical:before{content:"\EB4F"}.mi-GripperResize:before{content:"\EB50"}.mi-GripperResizeMirrored:before{content:"\EB51"}.mi-GripperTool:before{content:"\EB52"}.mi-Groceries:before{content:"\EB53"}.mi-GuestUser:before{content:"\EB54"}.mi-HalfAlpha:before{content:"\EB55"}.mi-HalfDullSound:before{content:"\EB56"}.mi-HalfKatakana:before{content:"\EB57"}.mi-HalfStarLeft:before{content:"\EB58"}.mi-HalfStarRight:before{content:"\EB59"}.mi-Handwriting:before{content:"\EB5A"}.mi-HangUp:before,.mi-HangUpLegacy:before{content:"\EB5B"}.mi-HardDrive:before{content:"\EB5C"}.mi-Headphone:before{content:"\EB5D"}.mi-Headphone0:before{content:"\EB5E"}.mi-Headphone1:before{content:"\EB5F"}.mi-Headphone2:before{content:"\EB60"}.mi-Headphone3:before{content:"\EB61"}.mi-Headset:before{content:"\EB62"}.mi-Health:before{content:"\EB63"}.mi-Heart:before,.mi-HeartLegacy:before{content:"\EB64"}.mi-HeartBroken:before{content:"\EB65"}.mi-HeartBrokenLegacy:before,.mi-HeartBrokenZeroWidthLegacy:before{content:"\EB66"}.mi-HeartFill:before,.mi-HeartFillLegacy:before,.mi-HeartFillZeroWidthLegacy:before{content:"\EB67"}.mi-Help:before,.mi-HelpLegacy:before{content:"\EB68"}.mi-HelpLegacyMirrored:before,.mi-HelpMirrored:before{content:"\EB69"}.mi-HideBcc:before,.mi-HideBccLegacy:before{content:"\EB6A"}.mi-Highlight:before,.mi-HighlightLegacy:before{content:"\EB6B"}.mi-HighlightFill:before{content:"\EB6C"}.mi-HighlightFill2:before{content:"\EB6D"}.mi-History:before{content:"\EB6E"}.mi-Home:before,.mi-HomeLegacy:before{content:"\EB6F"}.mi-HomeGroup:before{content:"\EB70"}.mi-HomeSolid:before{content:"\EB71"}.mi-HorizontalTabKey:before{content:"\EB72"}.mi-IBeam:before{content:"\EB73"}.mi-IBeamOutline:before{content:"\EB74"}.mi-ImageExport:before{content:"\EB75"}.mi-ExportMirrored:before,.mi-Import:before,.mi-ImportLegacy:before{content:"\EB76"}.mi-ImportAll:before,.mi-ImportAllLegacy:before{content:"\EB77"}.mi-ImportAllLegacyMirrored:before,.mi-ImportAllMirrored:before{content:"\EB78"}.mi-Important:before,.mi-ImportantLegacy:before{content:"\EB79"}.mi-ImportantBadge12:before{content:"\EB7A"}.mi-InPrivate:before{content:"\EB7B"}.mi-IncidentTriangle:before{content:"\EB7C"}.mi-IncreaseIndentLegacy:before{content:"\EB7D"}.mi-IncreaseIndentLegacyMirrored:before{content:"\EB7E"}.mi-Info:before{content:"\EB7F"}.mi-Info2:before{content:"\EB80"}.mi-InkingCaret:before{content:"\EB81"}.mi-InkingColorFill:before{content:"\EB82"}.mi-InkingColorOutline:before{content:"\EB83"}.mi-InkingTool:before{content:"\EB84"}.mi-InkingToolFill:before{content:"\EB85"}.mi-InkingToolFill2:before{content:"\EB86"}.mi-Input:before{content:"\EB87"}.mi-InsiderHubApp:before{content:"\EB88"}.mi-Italic:before,.mi-ItalicLegacy:before{content:"\EB89"}.mi-ItalicCLegacy:before{content:"\EB8A"}.mi-ItalicILegacy:before{content:"\EB8B"}.mi-ItalicKLegacy:before{content:"\EB8C"}.mi-ItalicKoreanLegacy:before{content:"\EB8D"}.mi-ItalicRussianLegacy:before{content:"\EB8E"}.mi-Japanese:before{content:"\EB8F"}.mi-JpnRomanji:before{content:"\EB90"}.mi-JpnRomanjiLock:before{content:"\EB91"}.mi-JpnRomanjiShift:before{content:"\EB92"}.mi-JpnRomanjiShiftLock:before{content:"\EB93"}.mi-Key12On:before{content:"\EB94"}.mi-KeyBoardLegacy:before,.mi-KeyboardClassic:before{content:"\EB95"}.mi-KeyboardBrightness:before{content:"\EB96"}.mi-KeyboardDismiss:before{content:"\EB97"}.mi-KeyboardFull:before{content:"\EB98"}.mi-KeyboardLeftHanded:before{content:"\EB99"}.mi-KeyboardLowerBrightness:before{content:"\EB9A"}.mi-KeyboardOneHanded:before{content:"\EB9B"}.mi-KeyboardRightHanded:before{content:"\EB9C"}.mi-KeyboardShortcut:before{content:"\EB9D"}.mi-KeyboardSplit:before,.mi-KeyboardSplitLegacy:before{content:"\EB9E"}.mi-KeyboardStandard:before,.mi-KeyboardStandardLegacy:before{content:"\EB9F"}.mi-Korean:before{content:"\EBA0"}.mi-LEDLight:before{content:"\EBA1"}.mi-Label:before{content:"\EBA2"}.mi-LangJPN:before{content:"\EBA3"}.mi-LanguageChs:before{content:"\EBA4"}.mi-LanguageCht:before{content:"\EBA5"}.mi-LanguageJpn:before{content:"\EBA6"}.mi-LanguageKor:before{content:"\EBA7"}.mi-LaptopSelected:before{content:"\EBA8"}.mi-LayoutLegacy:before{content:"\EBA9"}.mi-Leaf:before{content:"\EBAA"}.mi-LeaveChat:before,.mi-LeaveChatLegacy:before{content:"\EBAB"}.mi-LeaveChatMirrored:before{content:"\EBAC"}.mi-LeftArrowKeyTime0:before{content:"\EBAD"}.mi-LeftDoubleQuote:before{content:"\EBAE"}.mi-LeftQuote:before{content:"\EBAF"}.mi-Library:before,.mi-LibraryLegacy:before{content:"\EBB0"}.mi-Light:before{content:"\EBB1"}.mi-Lightbulb:before,.mi-ToolTip:before{content:"\EBB2"}.mi-LightningBolt:before{content:"\EBB3"}.mi-Like:before,.mi-LikeInlineLegacy:before,.mi-LikeLegacy:before{content:"\EBB4"}.mi-LikeDislike:before,.mi-LikeDislikeLegacy:before{content:"\EBB5"}.mi-Link:before,.mi-LinkLegacy:before{content:"\EBB6"}.mi-List:before{content:"\EBB7"}.mi-ListMirrored:before{content:"\EBB8"}.mi-Location:before,.mi-LocationLegacy:before{content:"\EBB9"}.mi-Lock:before,.mi-LockLegacy:before{content:"\EBBA"}.mi-LockScreenGlance:before{content:"\EBBB"}.mi-LockscreenDesktop:before{content:"\EBBC"}.mi-LowerBrightness:before{content:"\EBBD"}.mi-MagStripeReader:before{content:"\EBBE"}.mi-Mail:before,.mi-MailLegacy:before{content:"\EBBF"}.mi-MailBadge12:before{content:"\EBC0"}.mi-MailFill:before,.mi-MailFillLegacy:before,.mi-MailMessageLegacy:before{content:"\EBC1"}.mi-MailForward:before,.mi-MailForwardLegacy:before{content:"\EBC2"}.mi-MailForwardLegacyMirrored:before,.mi-MailForwardMirrored:before{content:"\EBC3"}.mi-MailReply:before,.mi-MailReplyLegacy:before{content:"\EBC4"}.mi-MailReplyAll:before,.mi-MailReplyAllLegacy:before{content:"\EBC5"}.mi-MailReplyAllLegacyMirrored:before,.mi-MailReplyAllMirrored:before{content:"\EBC6"}.mi-MailReplyLegacyMirrored:before,.mi-MailReplyMirrored:before{content:"\EBC7"}.mi-Manage:before,.mi-ManageLegacy:before{content:"\EBC8"}.mi-MapCompassBottom:before{content:"\EBC9"}.mi-MapCompassTop:before{content:"\EBCA"}.mi-MapDirections:before{content:"\EBCB"}.mi-MapDrive:before,.mi-MapDriveLegacy:before{content:"\EBCC"}.mi-MapLayers:before{content:"\EBCD"}.mi-MapLegacy:before,.mi-MapPin:before{content:"\EBCE"}.mi-MapPin2:before,.mi-MapPinLegacy:before{content:"\EBCF"}.mi-Marker:before{content:"\EBD0"}.mi-Marquee:before{content:"\EBD1"}.mi-Media:before{content:"\EBD2"}.mi-MediaStorageTower:before{content:"\EBD3"}.mi-Megaphone:before{content:"\EBD4"}.mi-Memo:before,.mi-MemoLegacy:before{content:"\EBD5"}.mi-CommentInlineLegacy:before,.mi-Message:before,.mi-MessageLegacy:before{content:"\EBD6"}.mi-MicClipping:before{content:"\EBD7"}.mi-MicError:before{content:"\EBD8"}.mi-MicOff:before{content:"\EBD9"}.mi-MicOn:before{content:"\EBDA"}.mi-MicSleep:before{content:"\EBDB"}.mi-Microphone:before,.mi-MicrophoneLegacy:before{content:"\EBDC"}.mi-MiracastLogoSmall:before{content:"\EBDD"}.mi-MobActionCenter:before{content:"\EBDE"}.mi-MobAirplane:before{content:"\EBDF"}.mi-MobBattery0:before{content:"\EBE0"}.mi-MobBattery1:before{content:"\EBE1"}.mi-MobBattery10:before{content:"\EBE2"}.mi-MobBattery2:before{content:"\EBE3"}.mi-MobBattery3:before{content:"\EBE4"}.mi-MobBattery4:before{content:"\EBE5"}.mi-MobBattery5:before{content:"\EBE6"}.mi-MobBattery6:before{content:"\EBE7"}.mi-MobBattery7:before{content:"\EBE8"}.mi-MobBattery8:before{content:"\EBE9"}.mi-MobBattery9:before{content:"\EBEA"}.mi-MobBatteryCharging0:before{content:"\EBEB"}.mi-MobBatteryCharging1:before{content:"\EBEC"}.mi-MobBatteryCharging10:before{content:"\EBED"}.mi-MobBatteryCharging2:before{content:"\EBEE"}.mi-MobBatteryCharging3:before{content:"\EBEF"}.mi-MobBatteryCharging4:before{content:"\EBF0"}.mi-MobBatteryCharging5:before{content:"\EBF1"}.mi-MobBatteryCharging6:before{content:"\EBF2"}.mi-MobBatteryCharging7:before{content:"\EBF3"}.mi-MobBatteryCharging8:before{content:"\EBF4"}.mi-MobBatteryCharging9:before{content:"\EBF5"}.mi-MobBatterySaver0:before{content:"\EBF6"}.mi-MobBatterySaver1:before{content:"\EBF7"}.mi-MobBatterySaver10:before{content:"\EBF8"}.mi-MobBatterySaver2:before{content:"\EBF9"}.mi-MobBatterySaver3:before{content:"\EBFA"}.mi-MobBatterySaver4:before{content:"\EBFB"}.mi-MobBatterySaver5:before{content:"\EBFC"}.mi-MobBatterySaver6:before{content:"\EBFD"}.mi-MobBatterySaver7:before{content:"\EBFE"}.mi-MobBatterySaver8:before{content:"\EBFF"}.mi-MobBatterySaver9:before{content:"\EC00"}.mi-MobBatteryUnknown:before{content:"\EC01"}.mi-MobBluetooth:before{content:"\EC02"}.mi-MobCallForwarding:before{content:"\EC03"}.mi-MobCallForwardingMirrored:before{content:"\EC04"}.mi-MobDrivingMode:before{content:"\EC05"}.mi-MobLocation:before{content:"\EC06"}.mi-MobQuietHours:before{content:"\EC07"}.mi-MobSignal1:before{content:"\EC08"}.mi-MobSignal2:before{content:"\EC09"}.mi-MobSignal3:before{content:"\EC0A"}.mi-MobSignal4:before{content:"\EC0B"}.mi-MobSignal5:before{content:"\EC0C"}.mi-MobWifi1:before{content:"\EC0D"}.mi-MobWifi2:before{content:"\EC0E"}.mi-MobWifi3:before{content:"\EC0F"}.mi-MobWifi4:before{content:"\EC10"}.mi-MobWifiHotspot:before{content:"\EC11"}.mi-MobileLocked:before{content:"\EC12"}.mi-MobileSelected:before{content:"\EC13"}.mi-MobileTablet:before{content:"\EC14"}.mi-More:before,.mi-MoreLegacy:before{content:"\EC15"}.mi-Mouse:before{content:"\EC16"}.mi-MoveToFolder:before,.mi-MoveToFolderLegacy:before{content:"\EC17"}.mi-Movies:before{content:"\EC18"}.mi-MultiSelect:before,.mi-MultiSelectLegacy:before{content:"\EC19"}.mi-MultiSelectLegacyMirrored:before,.mi-MultiSelectMirrored:before{content:"\EC1A"}.mi-MultimediaDMP:before{content:"\EC1B"}.mi-MultimediaDMS:before{content:"\EC1C"}.mi-MultimediaDVR:before{content:"\EC1D"}.mi-MultimediaPMP:before{content:"\EC1E"}.mi-Multitask:before{content:"\EC1F"}.mi-Multitask16:before{content:"\EC20"}.mi-MultitaskExpanded:before{content:"\EC21"}.mi-MusicAlbum:before{content:"\EC22"}.mi-MusicInfo:before,.mi-MusicInfoLegacy:before{content:"\EC23"}.mi-MusicNote:before{content:"\EC24"}.mi-Mute:before,.mi-MuteLegacy:before{content:"\EC25"}.mi-MyNetwork:before{content:"\EC26"}.mi-NUIFPContinueSlideAction:before{content:"\EC27"}.mi-NUIFPContinueSlideHand:before{content:"\EC28"}.mi-NUIFPPressAction:before{content:"\EC29"}.mi-NUIFPPressHand:before{content:"\EC2A"}.mi-NUIFPPressRepeatAction:before{content:"\EC2B"}.mi-NUIFPRollLeftAction:before{content:"\EC2C"}.mi-NUIFPRollLeftHand:before{content:"\EC2D"}.mi-NUIFPRollRightHand:before{content:"\EC2E"}.mi-NUIFPRollRightHandAction:before{content:"\EC2F"}.mi-NUIFPStartSlideAction:before{content:"\EC30"}.mi-NUIFPPressRepeatHand:before,.mi-NUIFPStartSlideHand:before{content:"\EC31"}.mi-NUIFace:before{content:"\EC32"}.mi-NUIIris:before{content:"\EC33"}.mi-Narrator:before{content:"\EC34"}.mi-NarratorForward:before{content:"\EC35"}.mi-NarratorForwardMirrored:before{content:"\EC36"}.mi-Network:before{content:"\EC37"}.mi-NetworkAdapter:before{content:"\EC38"}.mi-NetworkPrinter:before{content:"\EC39"}.mi-NetworkTower:before{content:"\EC3A"}.mi-NewFolder:before,.mi-NewFolderLegacy:before{content:"\EC3B"}.mi-NewWindow:before,.mi-NewWindowLegacy:before{content:"\EC3C"}.mi-Next:before,.mi-NextLegacy:before{content:"\EC3D"}.mi-OEM:before{content:"\EC3E"}.mi-OneBar:before,.mi-OneBarLegacy:before{content:"\EC3F"}.mi-OpenFile:before,.mi-OpenFileLegacy:before{content:"\EC40"}.mi-OpenInNewWindow:before,.mi-OpenInNewWindowLegacy:before{content:"\EC41"}.mi-OpenLocal:before,.mi-OpenLocalLegacy:before{content:"\EC42"}.mi-OpenPane:before,.mi-OpenPaneLegacy:before{content:"\EC43"}.mi-OpenPaneLegacyMirrored:before,.mi-OpenPaneMirrored:before{content:"\EC44"}.mi-OpenWith:before,.mi-OpenWithLegacy:before{content:"\EC45"}.mi-OpenWithLegacyMirrored:before,.mi-OpenWithMirrored:before{content:"\EC46"}.mi-Orientation:before,.mi-OrientationLegacy:before{content:"\EC47"}.mi-OtherUser:before,.mi-OtherUserLegacy:before{content:"\EC48"}.mi-PC1:before,.mi-PC1Legacy:before{content:"\EC49"}.mi-PLAP:before{content:"\EC4A"}.mi-Package:before{content:"\EC4B"}.mi-Page:before,.mi-PageLegacy:before{content:"\EC4C"}.mi-PageLeft:before{content:"\EC4D"}.mi-PageRight:before{content:"\EC4E"}.mi-PageFillLegacy:before,.mi-PageSolid:before{content:"\EC4F"}.mi-PanMode:before{content:"\EC50"}.mi-ParkingLocation:before{content:"\EC51"}.mi-ParkingLocationMirrored:before{content:"\EC52"}.mi-ParkingLocationSolid:before{content:"\EC53"}.mi-PartyLeader:before{content:"\EC54"}.mi-PasswordKeyHide:before{content:"\EC55"}.mi-PasswordKeyShow:before{content:"\EC56"}.mi-Paste:before,.mi-PasteLegacy:before{content:"\EC57"}.mi-Pause:before,.mi-PauseLegacy:before{content:"\EC58"}.mi-PauseBadge12:before{content:"\EC59"}.mi-PenPalette:before{content:"\EC5A"}.mi-PenPaletteMirrored:before{content:"\EC5B"}.mi-PenWorkspace:before{content:"\EC5C"}.mi-PenWorkspaceMirrored:before{content:"\EC5D"}.mi-Pencil:before{content:"\EC5E"}.mi-People:before,.mi-PeopleLegacy:before{content:"\EC5F"}.mi-PeriodKey:before{content:"\EC60"}.mi-Permissions:before,.mi-PermissionsLegacy:before{content:"\EC61"}.mi-PersonalFolder:before{content:"\EC62"}.mi-Personalize:before{content:"\EC63"}.mi-Phone:before,.mi-PhoneLegacy:before{content:"\EC64"}.mi-PhoneBook:before,.mi-PhoneBookLegacy:before{content:"\EC65"}.mi-Photo:before{content:"\EC66"}.mi-Photo2:before{content:"\EC67"}.mi-Picture:before,.mi-PictureLegacy:before{content:"\EC68"}.mi-PieSingle:before{content:"\EC69"}.mi-Pin:before,.mi-PinLegacy:before{content:"\EC6A"}.mi-PinFill:before{content:"\EC6B"}.mi-Pinned:before{content:"\EC6C"}.mi-PinnedFill:before{content:"\EC6D"}.mi-PlaceFolderLegacy:before{content:"\EC6E"}.mi-Play:before,.mi-PlayLegacy:before{content:"\EC6F"}.mi-Play36:before{content:"\EC70"}.mi-PlayBadge12:before{content:"\EC71"}.mi-PlayOnLegacy:before{content:"\EC72"}.mi-PlaybackRate1x:before{content:"\EC73"}.mi-PlaybackRateOther:before{content:"\EC74"}.mi-PointErase:before{content:"\EC75"}.mi-PointEraseMirrored:before{content:"\EC76"}.mi-PoliceCar:before{content:"\EC77"}.mi-PostUpdate:before,.mi-PostUpdateLegacy:before{content:"\EC78"}.mi-PowerButton:before{content:"\EC79"}.mi-PresenceChickletVideo:before,.mi-PresenceChickletVideoLegacy:before{content:"\EC7A"}.mi-Preview:before,.mi-PreviewLegacy:before{content:"\EC7B"}.mi-PreviewLink:before,.mi-PreviewLinkLegacy:before{content:"\EC7C"}.mi-Previous:before,.mi-PreviousLegacy:before{content:"\EC7D"}.mi-Print:before,.mi-PrintLegacy:before{content:"\EC7E"}.mi-Printer3D:before{content:"\EC7F"}.mi-Printer3DLegacy:before{content:"\EC80"}.mi-PrintfaxPrinterFile:before{content:"\EC81"}.mi-Priority:before,.mi-PriorityLegacy:before{content:"\EC82"}.mi-Process:before{content:"\EC83"}.mi-Project:before{content:"\EC84"}.mi-Projector:before{content:"\EC85"}.mi-ProtectedDocument:before,.mi-ProtectedDocumentLegacy:before{content:"\EC86"}.mi-ProvisioningPackage:before{content:"\EC87"}.mi-PuncKey:before{content:"\EC88"}.mi-PuncKey0:before{content:"\EC89"}.mi-PuncKey1:before{content:"\EC8A"}.mi-PuncKey2:before{content:"\EC8B"}.mi-PuncKey3:before{content:"\EC8C"}.mi-PuncKey4:before{content:"\EC8D"}.mi-PuncKey5:before{content:"\EC8E"}.mi-PuncKey6:before{content:"\EC8F"}.mi-PuncKey7:before{content:"\EC90"}.mi-PuncKey8:before{content:"\EC91"}.mi-PuncKey9:before{content:"\EC92"}.mi-PuncKeyLeftBottom:before{content:"\EC93"}.mi-PuncKeyRightBottom:before{content:"\EC94"}.mi-Puzzle:before{content:"\EC95"}.mi-QWERTYOff:before{content:"\EC96"}.mi-QWERTYOn:before{content:"\EC97"}.mi-QuickNote:before{content:"\EC98"}.mi-QuietHours:before{content:"\EC99"}.mi-RadioBtnOff:before{content:"\EC9A"}.mi-RadioBtnOn:before{content:"\EC9B"}.mi-RadioBullet:before{content:"\EC9C"}.mi-RadioBullet2:before{content:"\EC9D"}.mi-Read:before,.mi-ReadLegacy:before{content:"\EC9E"}.mi-ReadingList:before{content:"\EC9F"}.mi-ReceiptPrinter:before{content:"\ECA0"}.mi-LengthLegacy:before,.mi-Recent:before{content:"\ECA1"}.mi-Record:before,.mi-RecordLegacy:before{content:"\ECA2"}.mi-Redo:before,.mi-RedoLegacy:before{content:"\ECA3"}.mi-ReduceTileLegacy:before{content:"\ECA4"}.mi-ReduceTileLegacyMirrored:before{content:"\ECA5"}.mi-Refresh:before,.mi-RefreshLegacy:before,.mi-RepeatAll:before,.mi-RepeatAllLegacy:before{content:"\ECA6"}.mi-RememberedDevice:before{content:"\ECA7"}.mi-Reminder:before{content:"\ECA8"}.mi-ReminderFill:before{content:"\ECA9"}.mi-Remote:before,.mi-RemoteLegacy:before{content:"\ECAA"}.mi-Remove:before,.mi-RemoveLegacy:before{content:"\ECAB"}.mi-RemoveFrom:before{content:"\ECAC"}.mi-Rename:before,.mi-RenameLegacy:before{content:"\ECAD"}.mi-Repair:before,.mi-RepairLegacy:before{content:"\ECAE"}.mi-RepeatOne:before,.mi-RepeatOneLegacy:before{content:"\ECAF"}.mi-Reply:before,.mi-ReplyLegacy:before{content:"\ECB0"}.mi-ReplyMirrored:before{content:"\ECB1"}.mi-ReportHacked:before,.mi-ReportHackedLegacy:before{content:"\ECB2"}.mi-ResetDevice:before{content:"\ECB3"}.mi-ResetDrive:before{content:"\ECB4"}.mi-Reshare:before,.mi-ReshareLegacy:before{content:"\ECB5"}.mi-ResizeMouseMedium:before{content:"\ECB6"}.mi-ResizeMouseMediumMirrored:before{content:"\ECB7"}.mi-ResizeMouseSmall:before{content:"\ECB8"}.mi-ResizeMouseSmallMirrored:before{content:"\ECB9"}.mi-ResizeMouseTall:before{content:"\ECBA"}.mi-ResizeMouseTallMirrored:before{content:"\ECBB"}.mi-ResizeMouseWide:before{content:"\ECBC"}.mi-ResizeTouchLarger:before{content:"\ECBD"}.mi-ResizeTouchNarrower:before{content:"\ECBE"}.mi-ResizeTouchNarrowerMirrored:before{content:"\ECBF"}.mi-ResizeTouchShorter:before{content:"\ECC0"}.mi-ResizeTouchSmaller:before{content:"\ECC1"}.mi-ResolutionLegacy:before{content:"\ECC2"}.mi-ReturnKey:before{content:"\ECC3"}.mi-ReturnKeyLg:before{content:"\ECC4"}.mi-ReturnKeySm:before{content:"\ECC5"}.mi-ReturnToWindow:before,.mi-ReturnToWindowLegacy:before{content:"\ECC6"}.mi-RevToggleKey:before{content:"\ECC7"}.mi-Rewind:before{content:"\ECC8"}.mi-RightArrowKeyTime0:before{content:"\ECC9"}.mi-RightArrowKeyTime1:before{content:"\ECCA"}.mi-RightArrowKeyTime2:before{content:"\ECCB"}.mi-RightArrowKeyTime3:before{content:"\ECCC"}.mi-RightArrowKeyTime4:before{content:"\ECCD"}.mi-RightDoubleQuote:before{content:"\ECCE"}.mi-RightQuote:before{content:"\ECCF"}.mi-Ringer:before{content:"\ECD0"}.mi-RingerBadge12:before{content:"\ECD1"}.mi-RingerSilent:before{content:"\ECD2"}.mi-RoamingDomestic:before{content:"\ECD3"}.mi-RoamingInternational:before{content:"\ECD4"}.mi-Robot:before{content:"\ECD5"}.mi-Rotate:before{content:"\ECD6"}.mi-RotateCamera:before,.mi-RotateCameraLegacy:before{content:"\ECD7"}.mi-RotateLegacy:before{content:"\ECD8"}.mi-RotateMapLeft:before{content:"\ECD9"}.mi-RotateMapRight:before{content:"\ECDA"}.mi-RotationLock:before{content:"\ECDB"}.mi-Ruler:before{content:"\ECDC"}.mi-SDCard:before{content:"\ECDD"}.mi-SIMLock:before{content:"\ECDE"}.mi-SIMMissing:before{content:"\ECDF"}.mi-SIPMove:before{content:"\ECE0"}.mi-SIPRedock:before{content:"\ECE1"}.mi-SIPUndock:before{content:"\ECE2"}.mi-Save:before,.mi-SaveLegacy:before{content:"\ECE3"}.mi-SaveAs:before,.mi-SaveAsLegacy:before{content:"\ECE4"}.mi-SaveCopy:before{content:"\ECE5"}.mi-SaveLocal:before,.mi-SaveLocalLegacy:before{content:"\ECE6"}.mi-Scan:before,.mi-ScanLegacy:before{content:"\ECE7"}.mi-ScrollMode:before{content:"\ECE8"}.mi-ScrollUpDown:before{content:"\ECE9"}.mi-FindLegacy:before,.mi-Search:before,.mi-SearchboxLegacy:before{content:"\ECEA"}.mi-SearchAndApps:before{content:"\ECEB"}.mi-SelectAll:before,.mi-SelectAllLegacy:before{content:"\ECEC"}.mi-SemanticZoomLegacy:before{content:"\ECED"}.mi-Send:before,.mi-SendLegacy:before{content:"\ECEE"}.mi-SendFill:before{content:"\ECEF"}.mi-SendFillMirrored:before{content:"\ECF0"}.mi-SendMirrored:before{content:"\ECF1"}.mi-Sensor:before{content:"\ECF2"}.mi-SetTile:before,.mi-SetTileLegacy:before{content:"\ECF3"}.mi-SetlockScreen:before,.mi-SetlockScreenLegacy:before{content:"\ECF4"}.mi-Settings:before,.mi-SettingsLegacy:before{content:"\ECF5"}.mi-SettingsBattery:before{content:"\ECF6"}.mi-SettingsDisplaySound:before{content:"\ECF7"}.mi-Share:before{content:"\ECF8"}.mi-ShareBroadband:before{content:"\ECF9"}.mi-Shop:before,.mi-ShopLegacy:before{content:"\ECFA"}.mi-ShoppingCart:before{content:"\ECFB"}.mi-ShowAllFiles1Legacy:before{content:"\ECFC"}.mi-ShowAllFiles3Legacy:before{content:"\ECFD"}.mi-ShowBcc:before,.mi-ShowBccLegacy:before{content:"\ECFE"}.mi-ShowResults:before,.mi-ShowResultsLegacy:before{content:"\ECFF"}.mi-ShowResultsLegacyMirrored:before,.mi-ShowResultsMirrored:before{content:"\ED00"}.mi-Shuffle:before,.mi-ShuffleLegacy:before{content:"\ED01"}.mi-SignalBars1:before{content:"\ED02"}.mi-SignalBars2:before{content:"\ED03"}.mi-SignalBars3:before{content:"\ED04"}.mi-SignalBars4:before{content:"\ED05"}.mi-SignalBars5:before{content:"\ED06"}.mi-SignalError:before{content:"\ED07"}.mi-SignalNotConnected:before{content:"\ED08"}.mi-SignalRoaming:before{content:"\ED09"}.mi-SizeLegacy:before{content:"\ED0A"}.mi-SkipBack10:before{content:"\ED0B"}.mi-SkipForward30:before{content:"\ED0C"}.mi-SliderThumb:before{content:"\ED0D"}.mi-Slideshow:before,.mi-SlideshowLegacy:before{content:"\ED0E"}.mi-Smartcard:before{content:"\ED0F"}.mi-SmartcardVirtual:before{content:"\ED10"}.mi-Sort:before,.mi-SortLegacy:before{content:"\ED11"}.mi-Speakers:before{content:"\ED12"}.mi-SpeedHigh:before{content:"\ED13"}.mi-SpeedMedium:before{content:"\ED14"}.mi-SpeedOff:before{content:"\ED15"}.mi-StartPoint:before{content:"\ED16"}.mi-StartPointSolid:before{content:"\ED17"}.mi-StatusCircle:before{content:"\ED18"}.mi-StatusCircleLeft:before{content:"\ED19"}.mi-StatusConnecting1:before{content:"\ED1A"}.mi-StatusConnecting2:before{content:"\ED1B"}.mi-StatusDataTransfer:before{content:"\ED1C"}.mi-StatusDataTransferVPN:before{content:"\ED1D"}.mi-StatusDualSIM1:before{content:"\ED1E"}.mi-StatusDualSIM1VPN:before{content:"\ED1F"}.mi-StatusDualSIM2:before{content:"\ED20"}.mi-StatusDualSIM2VPN:before{content:"\ED21"}.mi-StatusError:before{content:"\ED22"}.mi-StatusErrorFull:before{content:"\ED23"}.mi-StatusErrorLeft:before{content:"\ED24"}.mi-StatusSGLTE:before{content:"\ED25"}.mi-StatusSGLTECell:before{content:"\ED26"}.mi-StatusSGLTEDataVPN:before{content:"\ED27"}.mi-StatusTriangle:before{content:"\ED28"}.mi-StatusTriangleLeft:before{content:"\ED29"}.mi-StatusUnsecure:before{content:"\ED2A"}.mi-StatusVPN:before{content:"\ED2B"}.mi-StatusWarning:before{content:"\ED2C"}.mi-StatusWarningLeft:before{content:"\ED2D"}.mi-StockDown:before{content:"\ED2E"}.mi-StockUp:before{content:"\ED2F"}.mi-Stop:before,.mi-StopLegacy:before{content:"\ED30"}.mi-StopPoint:before{content:"\ED31"}.mi-StopPointSolid:before{content:"\ED32"}.mi-StopSlideshowLegacy:before{content:"\ED33"}.mi-Stopwatch:before{content:"\ED34"}.mi-StorageNetworkWireless:before{content:"\ED35"}.mi-StorageOptical:before{content:"\ED36"}.mi-StorageTape:before{content:"\ED37"}.mi-Streaming:before{content:"\ED38"}.mi-StreamingEnterprise:before{content:"\ED39"}.mi-Street:before,.mi-StreetLegacy:before{content:"\ED3A"}.mi-StreetsideSplitExpand:before{content:"\ED3B"}.mi-StreetsideSplitMinimize:before{content:"\ED3C"}.mi-StrokeErase:before{content:"\ED3D"}.mi-StrokeEraseMirrored:before{content:"\ED3E"}.mi-Subtitles:before{content:"\ED3F"}.mi-SubtitlesAudio:before{content:"\ED40"}.mi-SurfaceHub:before{content:"\ED41"}.mi-Sustainable:before{content:"\ED42"}.mi-Swipe:before{content:"\ED43"}.mi-SwipeRevealArt:before{content:"\ED44"}.mi-Switch:before,.mi-SwitchLegacy:before{content:"\ED45"}.mi-SwitchApps:before,.mi-SwitchAppsLegacy:before{content:"\ED46"}.mi-SwitchUser:before{content:"\ED47"}.mi-Sync:before,.mi-SyncLegacy:before{content:"\ED48"}.mi-SyncBadge12:before{content:"\ED49"}.mi-SyncError:before{content:"\ED4A"}.mi-SyncFolder:before,.mi-SyncFolderLegacy:before{content:"\ED4B"}.mi-System:before{content:"\ED4C"}.mi-TVMonitor:before{content:"\ED4D"}.mi-TVMonitorSelected:before{content:"\ED4E"}.mi-Tablet:before{content:"\ED4F"}.mi-TabletMode:before{content:"\ED50"}.mi-TabletSelected:before{content:"\ED51"}.mi-Tag:before,.mi-TagLegacy:before{content:"\ED52"}.mi-TapAndSend:before{content:"\ED53"}.mi-TaskbarPhone:before{content:"\ED54"}.mi-ThisPC:before{content:"\ED55"}.mi-ThoughtBubble:before{content:"\ED56"}.mi-ThreeBars:before,.mi-ThreeBarsLegacy:before{content:"\ED57"}.mi-Tiles:before{content:"\ED58"}.mi-TiltDown:before{content:"\ED59"}.mi-TiltUp:before{content:"\ED5A"}.mi-TimeLanguage:before{content:"\ED5B"}.mi-ToggleBorder:before{content:"\ED5C"}.mi-ToggleFilled:before{content:"\ED5D"}.mi-ToggleThumb:before{content:"\ED5E"}.mi-Touch:before{content:"\ED5F"}.mi-TouchPointer:before,.mi-TouchPointerLegacy:before{content:"\ED60"}.mi-Touchscreen:before{content:"\ED61"}.mi-Trackers:before{content:"\ED62"}.mi-TrackersMirrored:before{content:"\ED63"}.mi-Train:before{content:"\ED64"}.mi-TrainSolid:before{content:"\ED65"}.mi-TreeFolderFolder:before{content:"\ED66"}.mi-TreeFolderFolderFill:before{content:"\ED67"}.mi-TreeFolderFolderOpen:before{content:"\ED68"}.mi-TreeFolderFolderOpenFill:before{content:"\ED69"}.mi-Trim:before,.mi-TrimLegacy:before{content:"\ED6A"}.mi-TwoBars:before,.mi-TwoBarsLegacy:before{content:"\ED6B"}.mi-TwoPage:before,.mi-TwoPageLegacy:before{content:"\ED6C"}.mi-Type:before,.mi-TypeLegacy:before{content:"\ED6D"}.mi-TypingIndicatorLegacy:before{content:"\ED6E"}.mi-USB:before{content:"\ED6F"}.mi-USBSafeConnect:before{content:"\ED70"}.mi-Underline:before,.mi-UnderlineLegacy:before{content:"\ED71"}.mi-UnderlineLKoreanLegacy:before{content:"\ED72"}.mi-UnderlineRussianLegacy:before{content:"\ED73"}.mi-UnderlineSLegacy:before{content:"\ED74"}.mi-UnderlineULegacy:before{content:"\ED75"}.mi-UnderscoreSpace:before{content:"\ED76"}.mi-Undo:before,.mi-UndoLegacy:before{content:"\ED77"}.mi-Unfavorite:before,.mi-UnfavoriteLegacy:before{content:"\ED78"}.mi-Unit:before{content:"\ED79"}.mi-Unlock:before,.mi-UnlockLegacy:before{content:"\ED7A"}.mi-Unpin:before,.mi-UnpinLegacy:before{content:"\ED7B"}.mi-UnsyncFolder:before,.mi-UnsyncFolderLegacy:before{content:"\ED7C"}.mi-Up:before,.mi-UpLegacy:before{content:"\ED7D"}.mi-UpArrowShiftKey:before{content:"\ED7E"}.mi-UpShiftKey:before{content:"\ED7F"}.mi-UpdateRestore:before{content:"\ED80"}.mi-Upload:before,.mi-UploadLegacy:before,.mi-UploadSkyDriveLegacy:before{content:"\ED81"}.mi-VPN:before{content:"\ED82"}.mi-Vibrate:before{content:"\ED83"}.mi-Video:before,.mi-VideoInlineLegacy:before,.mi-VideoLegacy:before{content:"\ED84"}.mi-VideoChat:before,.mi-VideoChatLegacy:before{content:"\ED85"}.mi-RevealPasswordLegacy:before,.mi-View:before,.mi-ViewLegacy:before{content:"\ED86"}.mi-ShowAllFilesLegacy:before,.mi-ViewAll:before,.mi-ViewAllLegacy:before{content:"\ED87"}.mi-Volume:before,.mi-VolumeLegacy:before{content:"\ED88"}.mi-Volume0:before{content:"\ED89"}.mi-Volume1:before{content:"\ED8A"}.mi-Volume2:before{content:"\ED8B"}.mi-Volume3:before{content:"\ED8C"}.mi-VolumeBars:before{content:"\ED8D"}.mi-Walk:before{content:"\ED8E"}.mi-WalkSolid:before{content:"\ED8F"}.mi-Warning:before{content:"\ED90"}.mi-Webcam:before,.mi-WebcamLegacy:before{content:"\ED91"}.mi-Webcam2:before{content:"\ED92"}.mi-Wheel:before{content:"\ED93"}.mi-Wifi:before{content:"\ED94"}.mi-Wifi1:before{content:"\ED95"}.mi-Wifi2:before{content:"\ED96"}.mi-Wifi3:before{content:"\ED97"}.mi-WifiAttentionOverlay:before{content:"\ED98"}.mi-WifiCall0:before{content:"\ED99"}.mi-WifiCall1:before{content:"\ED9A"}.mi-WifiCall2:before{content:"\ED9B"}.mi-WifiCall3:before{content:"\ED9C"}.mi-WifiCall4:before{content:"\ED9D"}.mi-WifiCallBars:before{content:"\ED9E"}.mi-WifiError0:before{content:"\ED9F"}.mi-WifiError1:before{content:"\EDA0"}.mi-WifiError2:before{content:"\EDA1"}.mi-WifiError3:before{content:"\EDA2"}.mi-WifiError4:before{content:"\EDA3"}.mi-WifiEthernet:before{content:"\EDA4"}.mi-InternetSharing:before,.mi-WifiHotspot:before{content:"\EDA5"}.mi-WifiWarning0:before{content:"\EDA6"}.mi-WifiWarning1:before{content:"\EDA7"}.mi-WifiWarning2:before{content:"\EDA8"}.mi-WifiWarning3:before{content:"\EDA9"}.mi-WifiWarning4:before{content:"\EDAA"}.mi-WindDirection:before{content:"\EDAB"}.mi-WiredUSB:before{content:"\EDAC"}.mi-WirelessUSB:before{content:"\EDAD"}.mi-Work:before{content:"\EDAE"}.mi-WorkSolid:before{content:"\EDAF"}.mi-World:before,.mi-WorldLegacy:before{content:"\EDB0"}.mi-XboxOneConsole:before{content:"\EDB1"}.mi-ZeroBars:before,.mi-ZeroBarsLegacy:before{content:"\EDB2"}.mi-Zoom:before,.mi-ZoomLegacy:before{content:"\EDB3"}.mi-ZoomIn:before,.mi-ZoomInLegacy:before{content:"\EDB4"}.mi-ZoomMode:before{content:"\EDB5"}.mi-ZoomOut:before,.mi-ZoomOutLegacy:before{content:"\EDB6"}.mi-eSIM:before{content:"\EDB7"}.mi-eSIMBusy:before{content:"\EDB8"}.mi-eSIMLocked:before{content:"\EDB9"}.mi-eSIMNoProfile:before{content:"\EDBA"}.mi-500px:before{content:"\EDBB"}.mi-adn:before{content:"\EDBC"}.mi-amazon:before{content:"\EDBD"}.mi-android:before{content:"\EDBE"}.mi-angellist:before{content:"\EDBF"}.mi-apple:before{content:"\EDC0"}.mi-bandcamp:before{content:"\EDC1"}.mi-behance-square:before{content:"\EDC2"}.mi-behance:before{content:"\EDC3"}.mi-bitbucket:before{content:"\EDC4"}.mi-black-tie:before{content:"\EDC5"}.mi-bluetooth-b:before{content:"\EDC6"}.mi-bluetooth:before{content:"\EDC7"}.mi-btc:before,.mi-bitcoin:before{content:"\EDC8"}.mi-buysellads:before{content:"\EDC9"}.mi-cc-amex:before{content:"\EDCA"}.mi-cc-diners-club:before{content:"\EDCB"}.mi-cc-discover:before{content:"\EDCC"}.mi-cc-jcb:before{content:"\EDCD"}.mi-cc-mastercard:before{content:"\EDCE"}.mi-cc-paypal:before{content:"\EDCF"}.mi-cc-stripe:before{content:"\EDD0"}.mi-cc-visa:before{content:"\EDD1"}.mi-chrome:before{content:"\EDD2"}.mi-codepen:before{content:"\EDD3"}.mi-codiepie:before{content:"\EDD4"}.mi-connectdevelop:before{content:"\EDD5"}.mi-contao:before{content:"\EDD6"}.mi-css3:before{content:"\EDD7"}.mi-dashcube:before{content:"\EDD8"}.mi-delicious:before{content:"\EDD9"}.mi-deviantart:before{content:"\EDDA"}.mi-digg:before{content:"\EDDB"}.mi-dribbble:before{content:"\EDDC"}.mi-dropbox:before{content:"\EDDD"}.mi-drupal:before{content:"\EDDE"}.mi-edge:before{content:"\EDDF"}.mi-eercast:before{content:"\EDE0"}.mi-empire:before,.mi-ge:before{content:"\EDE1"}.mi-envira:before{content:"\EDE2"}.mi-expeditedssl:before{content:"\EDE3"}.mi-facebook-official:before{content:"\EDE4"}.mi-facebook:before,.mi-facebook-f:before{content:"\EDE5"}.mi-firefox:before{content:"\EDE6"}.mi-first-order:before{content:"\EDE7"}.mi-flickr:before{content:"\EDE8"}.mi-forumbee:before{content:"\EDE9"}.mi-foursquare:before{content:"\EDEA"}.mi-free-code-camp:before{content:"\EDEB"}.mi-get-pocket:before{content:"\EDEC"}.mi-gg:before{content:"\EDED"}.mi-git:before{content:"\EDEE"}.mi-github-alt:before{content:"\EDEF"}.mi-github:before{content:"\EDF0"}.mi-gitlab:before{content:"\EDF1"}.mi-glide-g:before{content:"\EDF2"}.mi-google-plus:before{content:"\EDF3"}.mi-google-wallet:before{content:"\EDF4"}.mi-google:before{content:"\EDF5"}.mi-gratipay:before,.mi-gittip:before{content:"\EDF6"}.mi-hacker-news:before{content:"\EDF7"}.mi-houzz:before{content:"\EDF8"}.mi-html5:before{content:"\EDF9"}.mi-instagram:before{content:"\EDFA"}.mi-internet-explorer:before{content:"\EDFB"}.mi-ioxhost:before{content:"\EDFC"}.mi-joomla:before{content:"\EDFD"}.mi-jsfiddle:before{content:"\EDFE"}.mi-lastfm:before{content:"\EDFF"}.mi-leanpub:before{content:"\EE00"}.mi-linkedin:before{content:"\EE01"}.mi-linode:before{content:"\EE02"}.mi-linux:before{content:"\EE03"}.mi-maxcdn:before{content:"\EE04"}.mi-meanpath:before{content:"\EE05"}.mi-medium:before{content:"\EE06"}.mi-meetup:before{content:"\EE07"}.mi-mixcloud:before{content:"\EE08"}.mi-modx:before{content:"\EE09"}.mi-odnoklassniki:before{content:"\EE0A"}.mi-opencart:before{content:"\EE0B"}.mi-openid:before{content:"\EE0C"}.mi-opera:before{content:"\EE0D"}.mi-optin-monster:before{content:"\EE0E"}.mi-pagelines:before{content:"\EE0F"}.mi-paypal:before{content:"\EE10"}.mi-pied-piper-alt:before{content:"\EE11"}.mi-pied-piper:before{content:"\EE12"}.mi-pinterest-p:before{content:"\EE13"}.mi-product-hunt:before{content:"\EE14"}.mi-qq:before{content:"\EE15"}.mi-quora:before{content:"\EE16"}.mi-ravelry:before{content:"\EE17"}.mi-rebel:before,.mi-ra:before,.mi-resistance:before{content:"\EE18"}.mi-reddit-alien:before{content:"\EE19"}.mi-renren:before{content:"\EE1A"}.mi-safari:before{content:"\EE1B"}.mi-scribd:before{content:"\EE1C"}.mi-sellsy:before{content:"\EE1D"}.mi-shirtsinbulk:before{content:"\EE1E"}.mi-simplybuilt:before{content:"\EE1F"}.mi-skyatlas:before{content:"\EE20"}.mi-skype:before{content:"\EE21"}.mi-slack:before{content:"\EE22"}.mi-slideshare:before{content:"\EE23"}.mi-snapchat-ghost:before{content:"\EE24"}.mi-soundcloud:before{content:"\EE25"}.mi-spotify:before{content:"\EE26"}.mi-stack-exchange:before{content:"\EE27"}.mi-stack-overflow:before{content:"\EE28"}.mi-steam:before{content:"\EE29"}.mi-stumbleupon:before{content:"\EE2A"}.mi-superpowers:before{content:"\EE2B"}.mi-telegram:before{content:"\EE2C"}.mi-tencent-weibo:before{content:"\EE2D"}.mi-themeisle:before{content:"\EE2E"}.mi-trello:before{content:"\EE2F"}.mi-tripadvisor:before{content:"\EE30"}.mi-tumblr:before{content:"\EE31"}.mi-twitch:before{content:"\EE32"}.mi-twitter:before{content:"\EE33"}.mi-viacoin:before{content:"\EE34"}.mi-viadeo:before{content:"\EE35"}.mi-vimeo:before{content:"\EE36"}.mi-vine:before{content:"\EE37"}.mi-vk:before{content:"\EE38"}.mi-weibo:before{content:"\EE39"}.mi-weixin:before,.mi-wechat:before{content:"\EE3A"}.mi-whatsapp:before{content:"\EE3B"}.mi-wikipedia-w:before{content:"\EE3C"}.mi-windows:before{content:"\EE3D"}.mi-wordpress:before{content:"\EE3E"}.mi-wpbeginner:before{content:"\EE3F"}.mi-wpexplorer:before{content:"\EE40"}.mi-wpform:before{content:"\EE41"}.mi-xing:before{content:"\EE42"}.mi-yahoo:before{content:"\EE43"}.mi-yelp:before{content:"\EE44"}.mi-yoast:before{content:"\EE45"}.mi-youtube-play:before{content:"\EE46"}.mi-youtube:before{content:"\EE47"} \ No newline at end of file diff --git a/dist/micon/fonts/micon.eot b/dist/micon/fonts/micon.eot new file mode 100644 index 0000000..49c4b48 Binary files /dev/null and b/dist/micon/fonts/micon.eot differ diff --git a/dist/micon/fonts/micon.svg b/dist/micon/fonts/micon.svg new file mode 100644 index 0000000..116b3dc --- /dev/null +++ b/dist/micon/fonts/micon.svg @@ -0,0 +1,3297 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dist/micon/fonts/micon.ttf b/dist/micon/fonts/micon.ttf new file mode 100644 index 0000000..56b3623 Binary files /dev/null and b/dist/micon/fonts/micon.ttf differ diff --git a/dist/micon/fonts/micon.woff b/dist/micon/fonts/micon.woff new file mode 100644 index 0000000..07484d5 Binary files /dev/null and b/dist/micon/fonts/micon.woff differ diff --git a/dist/micon/fonts/micon.woff2 b/dist/micon/fonts/micon.woff2 new file mode 100644 index 0000000..ae6901c Binary files /dev/null and b/dist/micon/fonts/micon.woff2 differ diff --git a/dist/micon/html-demo-micon.html b/dist/micon/html-demo-micon.html new file mode 100644 index 0000000..848390e --- /dev/null +++ b/dist/micon/html-demo-micon.html @@ -0,0 +1,6658 @@ + + + + + + micon + + + + + + +

micon

+
    + +
  • + + EA01 + Accept +
  • + +
  • + + EA02 + Accident +
  • + +
  • + + EA03 + AccidentSolid +
  • + +
  • + + EA04 + Accounts +
  • + +
  • + + EA05 + ActionCenter +
  • + +
  • + + EA06 + ActionCenterAsterisk +
  • + +
  • + + EA07 + ActionCenterMirrored +
  • + +
  • + + EA08 + ActionCenterNotification +
  • + +
  • + + EA09 + ActionCenterNotificationMirrored +
  • + +
  • + + EA0A + ActionCenterQuiet +
  • + +
  • + + EA0B + ActionCenterQuietNotification +
  • + +
  • + + EA0C + Add +
  • + +
  • + + EA0D + AddFriend +
  • + +
  • + + EA0E + AddRemoteDevice +
  • + +
  • + + EA0F + AddSurfaceHub +
  • + +
  • + + EA10 + AddTo +
  • + +
  • + + EA11 + AdjustHologram +
  • + +
  • + + EA12 + Admin +
  • + +
  • + + EA13 + Airplane +
  • + +
  • + + EA14 + AirplaneSolid +
  • + +
  • + + EA15 + AlignCenter +
  • + +
  • + + EA16 + AlignLeft +
  • + +
  • + + EA17 + AlignRight +
  • + +
  • + + EA18 + AllApps +
  • + +
  • + + EA19 + AllAppsMirrored +
  • + +
  • + + EA1A + Annotation +
  • + +
  • + + EA1B + AppIconDefault +
  • + +
  • + + EA1C + AspectRatio +
  • + +
  • + + EA1D + Asterisk +
  • + +
  • + + EA1E + AsteriskBadge12 +
  • + +
  • + + EA1F + Attach +
  • + +
  • + + EA20 + AttachCamera +
  • + +
  • + + EA21 + Audio +
  • + +
  • + + EA22 + Back +
  • + +
  • + + EA23 + BackSpaceQWERTYLg +
  • + +
  • + + EA24 + BackSpaceQWERTYMd +
  • + +
  • + + EA25 + BackSpaceQWERTYSm +
  • + +
  • + + EA26 + BackToWindow +
  • + +
  • + + EA27 + BackgroundToggle +
  • + +
  • + + EA28 + Badge +
  • + +
  • + + EA29 + Bank +
  • + +
  • + + EA2A + BarcodeScanner +
  • + +
  • + + EA2B + Battery0 +
  • + +
  • + + EA2C + Battery1 +
  • + +
  • + + EA2D + Battery10 +
  • + +
  • + + EA2E + Battery2 +
  • + +
  • + + EA2F + Battery3 +
  • + +
  • + + EA30 + Battery4 +
  • + +
  • + + EA31 + Battery5 +
  • + +
  • + + EA32 + Battery6 +
  • + +
  • + + EA33 + Battery7 +
  • + +
  • + + EA34 + Battery8 +
  • + +
  • + + EA35 + Battery9 +
  • + +
  • + + EA36 + BatteryCharging0 +
  • + +
  • + + EA37 + BatteryCharging1 +
  • + +
  • + + EA38 + BatteryCharging10 +
  • + +
  • + + EA39 + BatteryCharging2 +
  • + +
  • + + EA3A + BatteryCharging3 +
  • + +
  • + + EA3B + BatteryCharging4 +
  • + +
  • + + EA3C + BatteryCharging5 +
  • + +
  • + + EA3D + BatteryCharging6 +
  • + +
  • + + EA3E + BatteryCharging7 +
  • + +
  • + + EA3F + BatteryCharging8 +
  • + +
  • + + EA40 + BatteryCharging9 +
  • + +
  • + + EA41 + BatterySaver0 +
  • + +
  • + + EA42 + BatterySaver1 +
  • + +
  • + + EA43 + BatterySaver10 +
  • + +
  • + + EA44 + BatterySaver2 +
  • + +
  • + + EA45 + BatterySaver3 +
  • + +
  • + + EA46 + BatterySaver4 +
  • + +
  • + + EA47 + BatterySaver5 +
  • + +
  • + + EA48 + BatterySaver6 +
  • + +
  • + + EA49 + BatterySaver7 +
  • + +
  • + + EA4A + BatterySaver8 +
  • + +
  • + + EA4B + BatterySaver9 +
  • + +
  • + + EA4C + BatteryUnknown +
  • + +
  • + + EA4D + Beta +
  • + +
  • + + EA4E + BidiLtr +
  • + +
  • + + EA4F + BidiRtl +
  • + +
  • + + EA50 + BlockContact +
  • + +
  • + + EA51 + BlockedLegacy +
  • + +
  • + + EA52 + Bluetooth +
  • + +
  • + + EA53 + BodyCam +
  • + +
  • + + EA54 + Bold +
  • + +
  • + + EA55 + BoldFLegacy +
  • + +
  • + + EA56 + BoldGLegacy +
  • + +
  • + + EA57 + BoldKoreanLegacy +
  • + +
  • + + EA58 + BoldNLegacy +
  • + +
  • + + EA59 + BoldRussionLegacy +
  • + +
  • + + EA5A + Bookmarks +
  • + +
  • + + EA5B + BookmarksMirrored +
  • + +
  • + + EA5C + Brightness +
  • + +
  • + + EA5D + Broom +
  • + +
  • + + EA5E + BrowsePhotos +
  • + +
  • + + EA5F + BrushSize +
  • + +
  • + + EA60 + BuildingEnergy +
  • + +
  • + + EA61 + BulletedList +
  • + +
  • + + EA62 + BulletedListMirrored +
  • + +
  • + + EA63 + Bus +
  • + +
  • + + EA64 + BusSolid +
  • + +
  • + + EA65 + CC +
  • + +
  • + + EA66 + CCEuroLegacy +
  • + +
  • + + EA67 + CCJapanLegacy +
  • + +
  • + + EA68 + Calculator +
  • + +
  • + + EA69 + CalculatorAddition +
  • + +
  • + + EA6A + CalculatorBackspace +
  • + +
  • + + EA6B + CalculatorDivide +
  • + +
  • + + EA6C + CalculatorEqualTo +
  • + +
  • + + EA6D + CalculatorMultiply +
  • + +
  • + + EA6E + CalculatorNegate +
  • + +
  • + + EA6F + CalculatorPercentage +
  • + +
  • + + EA70 + CalculatorSquareroot +
  • + +
  • + + EA71 + CalculatorSubtract +
  • + +
  • + + EA72 + Calendar +
  • + +
  • + + EA73 + CalendarDay +
  • + +
  • + + EA74 + CalendarMirrored +
  • + +
  • + + EA75 + CalendarReply +
  • + +
  • + + EA76 + CalendarSolid +
  • + +
  • + + EA77 + CalendarWeek +
  • + +
  • + + EA78 + CaligraphyPen +
  • + +
  • + + EA79 + CallForwardInternational +
  • + +
  • + + EA7A + CallForwardInternationalMirrored +
  • + +
  • + + EA7B + CallForwardRoaming +
  • + +
  • + + EA7C + CallForwardRoamingMirrored +
  • + +
  • + + EA7D + CallForwarding +
  • + +
  • + + EA7E + CallForwardingMirrored +
  • + +
  • + + EA7F + Camera +
  • + +
  • + + EA80 + Cancel +
  • + +
  • + + EA81 + Caption +
  • + +
  • + + EA82 + Car +
  • + +
  • + + EA83 + CashDrawer +
  • + +
  • + + EA84 + CellPhone +
  • + +
  • + + EA85 + Certificate +
  • + +
  • + + EA86 + Characters +
  • + +
  • + + EA87 + ChatBubbles +
  • + +
  • + + EA88 + CheckMark +
  • + +
  • + + EA89 + Checkbox +
  • + +
  • + + EA8A + CheckboxComposite +
  • + +
  • + + EA8B + CheckboxCompositeReversed +
  • + +
  • + + EA8C + CheckboxFill +
  • + +
  • + + EA8D + CheckboxIndeterminate +
  • + +
  • + + EA8E + ChevronDown +
  • + +
  • + + EA8F + ChevronDownMed +
  • + +
  • + + EA90 + ChevronDownSmall +
  • + +
  • + + EA91 + ChevronLeft +
  • + +
  • + + EA92 + ChevronLeftMed +
  • + +
  • + + EA93 + ChevronLeftSmall +
  • + +
  • + + EA94 + ChevronRight +
  • + +
  • + + EA95 + ChevronRightMed +
  • + +
  • + + EA96 + ChevronRightSmall +
  • + +
  • + + EA97 + ChevronUp +
  • + +
  • + + EA98 + ChevronUpMed +
  • + +
  • + + EA99 + ChevronUpSmall +
  • + +
  • + + EA9A + ChineseBoPoMoFo +
  • + +
  • + + EA9B + ChineseChangjie +
  • + +
  • + + EA9C + ChinesePinyin +
  • + +
  • + + EA9D + ChineseQuick +
  • + +
  • + + EA9E + ChromeAnnotate +
  • + +
  • + + EA9F + ChromeBack +
  • + +
  • + + EAA0 + ChromeBackMirrored +
  • + +
  • + + EAA1 + ChromeBackToWindow +
  • + +
  • + + EAA2 + ChromeClose +
  • + +
  • + + EAA3 + ChromeFullScreen +
  • + +
  • + + EAA4 + ChromeMaximize +
  • + +
  • + + EAA5 + ChromeMinimize +
  • + +
  • + + EAA6 + ChromeRestore +
  • + +
  • + + EAA7 + CircleFill +
  • + +
  • + + EAA8 + CircleFillBadge12 +
  • + +
  • + + EAA9 + CircleRing +
  • + +
  • + + EAAA + CircleRingBadge12 +
  • + +
  • + + EAAB + CityNext +
  • + +
  • + + EAAC + CityNext2 +
  • + +
  • + + EAAD + Clear +
  • + +
  • + + EAAE + ClearAllInk +
  • + +
  • + + EAAF + ClearAllInkMirrored +
  • + +
  • + + EAB0 + ClearSelection +
  • + +
  • + + EAB1 + ClearSelectionMirrored +
  • + +
  • + + EAB2 + Click +
  • + +
  • + + EAB3 + ClockLegacy +
  • + +
  • + + EAB4 + ClosePane +
  • + +
  • + + EAB5 + ClosePaneMirrored +
  • + +
  • + + EAB6 + Cloud +
  • + +
  • + + EAB7 + CloudPrinter +
  • + +
  • + + EAB8 + Code +
  • + +
  • + + EAB9 + Color +
  • + +
  • + + EABA + CommaKey +
  • + +
  • + + EABB + CommandPrompt +
  • + +
  • + + EABC + Comment +
  • + +
  • + + EABD + Communications +
  • + +
  • + + EABE + CompanionApp +
  • + +
  • + + EABF + CompanionDeviceFramework +
  • + +
  • + + EAC0 + Completed +
  • + +
  • + + EAC1 + CompletedSolid +
  • + +
  • + + EAC2 + Component +
  • + +
  • + + EAC3 + Connect +
  • + +
  • + + EAC4 + ConnectApp +
  • + +
  • + + EAC5 + Construction +
  • + +
  • + + EAC6 + ConstructionCone +
  • + +
  • + + EAC7 + ConstructionSolid +
  • + +
  • + + EAC8 + Contact +
  • + +
  • + + EAC9 + Contact2 +
  • + +
  • + + EACA + ContactInfo +
  • + +
  • + + EACB + ContactInfoMirrored +
  • + +
  • + + EACC + ContactPresence +
  • + +
  • + + EACD + ContactSolid +
  • + +
  • + + EACE + Copy +
  • + +
  • + + EACF + Courthouse +
  • + +
  • + + EAD0 + Crop +
  • + +
  • + + EAD1 + Cut +
  • + +
  • + + EAD2 + DMC +
  • + +
  • + + EAD3 + DashKey +
  • + +
  • + + EAD4 + DataSense +
  • + +
  • + + EAD5 + DataSenseBar +
  • + +
  • + + EAD6 + DateTime +
  • + +
  • + + EAD7 + DateTimeMirrored +
  • + +
  • + + EAD8 + DecreaseIndentLegacy +
  • + +
  • + + EAD9 + DecreaseIndentLegacyMirrored +
  • + +
  • + + EADA + DefenderApp +
  • + +
  • + + EADB + Delete +
  • + +
  • + + EADC + DevUpdate +
  • + +
  • + + EADD + DeveloperTools +
  • + +
  • + + EADE + DeviceDiscovery +
  • + +
  • + + EADF + DeviceLaptopNoPic +
  • + +
  • + + EAE0 + DeviceLaptopPic +
  • + +
  • + + EAE1 + DeviceMonitorLeftPic +
  • + +
  • + + EAE2 + DeviceMonitorNoPic +
  • + +
  • + + EAE3 + DeviceMonitorRightPic +
  • + +
  • + + EAE4 + Devices +
  • + +
  • + + EAE5 + Devices3 +
  • + +
  • + + EAE6 + Devices4 +
  • + +
  • + + EAE7 + DevicesLegacy +
  • + +
  • + + EAE8 + Diagnostic +
  • + +
  • + + EAE9 + DialUp +
  • + +
  • + + EAEA + Dialpad +
  • + +
  • + + EAEB + Dictionary +
  • + +
  • + + EAEC + DictionaryAdd +
  • + +
  • + + EAED + DictionaryCloud +
  • + +
  • + + EAEE + DirectAccess +
  • + +
  • + + EAEF + Directions +
  • + +
  • + + EAF0 + DisableUpdates +
  • + +
  • + + EAF1 + DisconnectDisplay +
  • + +
  • + + EAF2 + DisconnectDrive +
  • + +
  • + + EAF3 + Dislike +
  • + +
  • + + EAF4 + Dock +
  • + +
  • + + EAF5 + DockBottom +
  • + +
  • + + EAF6 + DockLeft +
  • + +
  • + + EAF7 + DockLeftMirrored +
  • + +
  • + + EAF8 + DockRight +
  • + +
  • + + EAF9 + DockRightMirrored +
  • + +
  • + + EAFA + Document +
  • + +
  • + + EAFB + Down +
  • + +
  • + + EAFC + DownShiftKey +
  • + +
  • + + EAFD + Download +
  • + +
  • + + EAFE + DownloadMap +
  • + +
  • + + EAFF + Draw +
  • + +
  • + + EB00 + DrawSolid +
  • + +
  • + + EB01 + Drop +
  • + +
  • + + EB02 + DullSound +
  • + +
  • + + EB03 + DullSoundKey +
  • + +
  • + + EB04 + EaseOfAccess +
  • + +
  • + + EB05 + Edit +
  • + +
  • + + EB06 + EditMirrored +
  • + +
  • + + EB07 + Education +
  • + +
  • + + EB08 + Emoji +
  • + +
  • + + EB09 + Emoji2 +
  • + +
  • + + EB0A + EmojiSwatch +
  • + +
  • + + EB0B + EmojiTabCelebrationObjects +
  • + +
  • + + EB0C + EmojiTabFavorites +
  • + +
  • + + EB0D + EmojiTabFoodPlants +
  • + +
  • + + EB0E + EmojiTabPeople +
  • + +
  • + + EB0F + EmojiTabSmilesAnimals +
  • + +
  • + + EB10 + EmojiTabSymbols +
  • + +
  • + + EB11 + EmojiTabTextSmiles +
  • + +
  • + + EB12 + EmojiTabTransitPlaces +
  • + +
  • + + EB13 + EndPointSolid +
  • + +
  • + + EB14 + EraseTool +
  • + +
  • + + EB15 + EraseToolFill +
  • + +
  • + + EB16 + EraseToolFill2 +
  • + +
  • + + EB17 + Error +
  • + +
  • + + EB18 + ErrorBadge +
  • + +
  • + + EB19 + ErrorBadge12 +
  • + +
  • + + EB1A + Ethernet +
  • + +
  • + + EB1B + EthernetError +
  • + +
  • + + EB1C + EthernetWarning +
  • + +
  • + + EB1D + ExpandTile +
  • + +
  • + + EB1E + ExpandTileMirrored +
  • + +
  • + + EB1F + ExploreContent +
  • + +
  • + + EB20 + Export +
  • + +
  • + + EB21 + FastForward +
  • + +
  • + + EB22 + FavoriteLegacy +
  • + +
  • + + EB23 + FavoriteList +
  • + +
  • + + EB24 + FavoriteStar +
  • + +
  • + + EB25 + Feedback +
  • + +
  • + + EB26 + FeedbackApp +
  • + +
  • + + EB27 + Ferry +
  • + +
  • + + EB28 + FerrySolid +
  • + +
  • + + EB29 + FileExplorer +
  • + +
  • + + EB2A + FileExplorerApp +
  • + +
  • + + EB2B + Filter +
  • + +
  • + + EB2C + FingerInking +
  • + +
  • + + EB2D + Fingerprint +
  • + +
  • + + EB2E + Flag +
  • + +
  • + + EB2F + Flashlight +
  • + +
  • + + EB30 + FlickDown +
  • + +
  • + + EB31 + FlickLeft +
  • + +
  • + + EB32 + FlickRight +
  • + +
  • + + EB33 + FlickUp +
  • + +
  • + + EB34 + Folder +
  • + +
  • + + EB35 + FolderFill +
  • + +
  • + + EB36 + Font +
  • + +
  • + + EB37 + FontColor +
  • + +
  • + + EB38 + FontColorKoreanLegacy +
  • + +
  • + + EB39 + FontDecrease +
  • + +
  • + + EB3A + FontIncrease +
  • + +
  • + + EB3B + FontSize +
  • + +
  • + + EB3C + FontStyleKoreanLegacy +
  • + +
  • + + EB3D + Forward +
  • + +
  • + + EB3E + ForwardSm +
  • + +
  • + + EB3F + FourBars +
  • + +
  • + + EB40 + Frigid +
  • + +
  • + + EB41 + FullAlpha +
  • + +
  • + + EB42 + FullCircleMask +
  • + +
  • + + EB43 + FullHiragana +
  • + +
  • + + EB44 + FullKatakana +
  • + +
  • + + EB45 + FullScreen +
  • + +
  • + + EB46 + Game +
  • + +
  • + + EB47 + GameConsole +
  • + +
  • + + EB48 + GlobalNavButton +
  • + +
  • + + EB49 + Globe +
  • + +
  • + + EB4A + Go +
  • + +
  • + + EB4B + GoMirrored +
  • + +
  • + + EB4C + GoToStart +
  • + +
  • + + EB4D + GotoToday +
  • + +
  • + + EB4E + GripperBarHorizontal +
  • + +
  • + + EB4F + GripperBarVertical +
  • + +
  • + + EB50 + GripperResize +
  • + +
  • + + EB51 + GripperResizeMirrored +
  • + +
  • + + EB52 + GripperTool +
  • + +
  • + + EB53 + Groceries +
  • + +
  • + + EB54 + GuestUser +
  • + +
  • + + EB55 + HalfAlpha +
  • + +
  • + + EB56 + HalfDullSound +
  • + +
  • + + EB57 + HalfKatakana +
  • + +
  • + + EB58 + HalfStarLeft +
  • + +
  • + + EB59 + HalfStarRight +
  • + +
  • + + EB5A + Handwriting +
  • + +
  • + + EB5B + HangUp +
  • + +
  • + + EB5C + HardDrive +
  • + +
  • + + EB5D + Headphone +
  • + +
  • + + EB5E + Headphone0 +
  • + +
  • + + EB5F + Headphone1 +
  • + +
  • + + EB60 + Headphone2 +
  • + +
  • + + EB61 + Headphone3 +
  • + +
  • + + EB62 + Headset +
  • + +
  • + + EB63 + Health +
  • + +
  • + + EB64 + Heart +
  • + +
  • + + EB65 + HeartBroken +
  • + +
  • + + EB66 + HeartBrokenLegacy +
  • + +
  • + + EB67 + HeartFill +
  • + +
  • + + EB68 + Help +
  • + +
  • + + EB69 + HelpMirrored +
  • + +
  • + + EB6A + HideBcc +
  • + +
  • + + EB6B + Highlight +
  • + +
  • + + EB6C + HighlightFill +
  • + +
  • + + EB6D + HighlightFill2 +
  • + +
  • + + EB6E + History +
  • + +
  • + + EB6F + Home +
  • + +
  • + + EB70 + HomeGroup +
  • + +
  • + + EB71 + HomeSolid +
  • + +
  • + + EB72 + HorizontalTabKey +
  • + +
  • + + EB73 + IBeam +
  • + +
  • + + EB74 + IBeamOutline +
  • + +
  • + + EB75 + ImageExport +
  • + +
  • + + EB76 + Import +
  • + +
  • + + EB77 + ImportAll +
  • + +
  • + + EB78 + ImportAllMirrored +
  • + +
  • + + EB79 + Important +
  • + +
  • + + EB7A + ImportantBadge12 +
  • + +
  • + + EB7B + InPrivate +
  • + +
  • + + EB7C + IncidentTriangle +
  • + +
  • + + EB7D + IncreaseIndentLegacy +
  • + +
  • + + EB7E + IncreaseIndentLegacyMirrored +
  • + +
  • + + EB7F + Info +
  • + +
  • + + EB80 + Info2 +
  • + +
  • + + EB81 + InkingCaret +
  • + +
  • + + EB82 + InkingColorFill +
  • + +
  • + + EB83 + InkingColorOutline +
  • + +
  • + + EB84 + InkingTool +
  • + +
  • + + EB85 + InkingToolFill +
  • + +
  • + + EB86 + InkingToolFill2 +
  • + +
  • + + EB87 + Input +
  • + +
  • + + EB88 + InsiderHubApp +
  • + +
  • + + EB89 + Italic +
  • + +
  • + + EB8A + ItalicCLegacy +
  • + +
  • + + EB8B + ItalicILegacy +
  • + +
  • + + EB8C + ItalicKLegacy +
  • + +
  • + + EB8D + ItalicKoreanLegacy +
  • + +
  • + + EB8E + ItalicRussianLegacy +
  • + +
  • + + EB8F + Japanese +
  • + +
  • + + EB90 + JpnRomanji +
  • + +
  • + + EB91 + JpnRomanjiLock +
  • + +
  • + + EB92 + JpnRomanjiShift +
  • + +
  • + + EB93 + JpnRomanjiShiftLock +
  • + +
  • + + EB94 + Key12On +
  • + +
  • + + EB95 + KeyBoardLegacy +
  • + +
  • + + EB96 + KeyboardBrightness +
  • + +
  • + + EB97 + KeyboardDismiss +
  • + +
  • + + EB98 + KeyboardFull +
  • + +
  • + + EB99 + KeyboardLeftHanded +
  • + +
  • + + EB9A + KeyboardLowerBrightness +
  • + +
  • + + EB9B + KeyboardOneHanded +
  • + +
  • + + EB9C + KeyboardRightHanded +
  • + +
  • + + EB9D + KeyboardShortcut +
  • + +
  • + + EB9E + KeyboardSplit +
  • + +
  • + + EB9F + KeyboardStandard +
  • + +
  • + + EBA0 + Korean +
  • + +
  • + + EBA1 + LEDLight +
  • + +
  • + + EBA2 + Label +
  • + +
  • + + EBA3 + LangJPN +
  • + +
  • + + EBA4 + LanguageChs +
  • + +
  • + + EBA5 + LanguageCht +
  • + +
  • + + EBA6 + LanguageJpn +
  • + +
  • + + EBA7 + LanguageKor +
  • + +
  • + + EBA8 + LaptopSelected +
  • + +
  • + + EBA9 + LayoutLegacy +
  • + +
  • + + EBAA + Leaf +
  • + +
  • + + EBAB + LeaveChat +
  • + +
  • + + EBAC + LeaveChatMirrored +
  • + +
  • + + EBAD + LeftArrowKeyTime0 +
  • + +
  • + + EBAE + LeftDoubleQuote +
  • + +
  • + + EBAF + LeftQuote +
  • + +
  • + + EBB0 + Library +
  • + +
  • + + EBB1 + Light +
  • + +
  • + + EBB2 + Lightbulb +
  • + +
  • + + EBB3 + LightningBolt +
  • + +
  • + + EBB4 + Like +
  • + +
  • + + EBB5 + LikeDislike +
  • + +
  • + + EBB6 + Link +
  • + +
  • + + EBB7 + List +
  • + +
  • + + EBB8 + ListMirrored +
  • + +
  • + + EBB9 + Location +
  • + +
  • + + EBBA + Lock +
  • + +
  • + + EBBB + LockScreenGlance +
  • + +
  • + + EBBC + LockscreenDesktop +
  • + +
  • + + EBBD + LowerBrightness +
  • + +
  • + + EBBE + MagStripeReader +
  • + +
  • + + EBBF + Mail +
  • + +
  • + + EBC0 + MailBadge12 +
  • + +
  • + + EBC1 + MailFill +
  • + +
  • + + EBC2 + MailForward +
  • + +
  • + + EBC3 + MailForwardMirrored +
  • + +
  • + + EBC4 + MailReply +
  • + +
  • + + EBC5 + MailReplyAll +
  • + +
  • + + EBC6 + MailReplyAllMirrored +
  • + +
  • + + EBC7 + MailReplyMirrored +
  • + +
  • + + EBC8 + Manage +
  • + +
  • + + EBC9 + MapCompassBottom +
  • + +
  • + + EBCA + MapCompassTop +
  • + +
  • + + EBCB + MapDirections +
  • + +
  • + + EBCC + MapDrive +
  • + +
  • + + EBCD + MapLayers +
  • + +
  • + + EBCE + MapPin +
  • + +
  • + + EBCF + MapPinLegacy +
  • + +
  • + + EBD0 + Marker +
  • + +
  • + + EBD1 + Marquee +
  • + +
  • + + EBD2 + Media +
  • + +
  • + + EBD3 + MediaStorageTower +
  • + +
  • + + EBD4 + Megaphone +
  • + +
  • + + EBD5 + Memo +
  • + +
  • + + EBD6 + Message +
  • + +
  • + + EBD7 + MicClipping +
  • + +
  • + + EBD8 + MicError +
  • + +
  • + + EBD9 + MicOff +
  • + +
  • + + EBDA + MicOn +
  • + +
  • + + EBDB + MicSleep +
  • + +
  • + + EBDC + Microphone +
  • + +
  • + + EBDD + MiracastLogoSmall +
  • + +
  • + + EBDE + MobActionCenter +
  • + +
  • + + EBDF + MobAirplane +
  • + +
  • + + EBE0 + MobBattery0 +
  • + +
  • + + EBE1 + MobBattery1 +
  • + +
  • + + EBE2 + MobBattery10 +
  • + +
  • + + EBE3 + MobBattery2 +
  • + +
  • + + EBE4 + MobBattery3 +
  • + +
  • + + EBE5 + MobBattery4 +
  • + +
  • + + EBE6 + MobBattery5 +
  • + +
  • + + EBE7 + MobBattery6 +
  • + +
  • + + EBE8 + MobBattery7 +
  • + +
  • + + EBE9 + MobBattery8 +
  • + +
  • + + EBEA + MobBattery9 +
  • + +
  • + + EBEB + MobBatteryCharging0 +
  • + +
  • + + EBEC + MobBatteryCharging1 +
  • + +
  • + + EBED + MobBatteryCharging10 +
  • + +
  • + + EBEE + MobBatteryCharging2 +
  • + +
  • + + EBEF + MobBatteryCharging3 +
  • + +
  • + + EBF0 + MobBatteryCharging4 +
  • + +
  • + + EBF1 + MobBatteryCharging5 +
  • + +
  • + + EBF2 + MobBatteryCharging6 +
  • + +
  • + + EBF3 + MobBatteryCharging7 +
  • + +
  • + + EBF4 + MobBatteryCharging8 +
  • + +
  • + + EBF5 + MobBatteryCharging9 +
  • + +
  • + + EBF6 + MobBatterySaver0 +
  • + +
  • + + EBF7 + MobBatterySaver1 +
  • + +
  • + + EBF8 + MobBatterySaver10 +
  • + +
  • + + EBF9 + MobBatterySaver2 +
  • + +
  • + + EBFA + MobBatterySaver3 +
  • + +
  • + + EBFB + MobBatterySaver4 +
  • + +
  • + + EBFC + MobBatterySaver5 +
  • + +
  • + + EBFD + MobBatterySaver6 +
  • + +
  • + + EBFE + MobBatterySaver7 +
  • + +
  • + + EBFF + MobBatterySaver8 +
  • + +
  • + + EC00 + MobBatterySaver9 +
  • + +
  • + + EC01 + MobBatteryUnknown +
  • + +
  • + + EC02 + MobBluetooth +
  • + +
  • + + EC03 + MobCallForwarding +
  • + +
  • + + EC04 + MobCallForwardingMirrored +
  • + +
  • + + EC05 + MobDrivingMode +
  • + +
  • + + EC06 + MobLocation +
  • + +
  • + + EC07 + MobQuietHours +
  • + +
  • + + EC08 + MobSignal1 +
  • + +
  • + + EC09 + MobSignal2 +
  • + +
  • + + EC0A + MobSignal3 +
  • + +
  • + + EC0B + MobSignal4 +
  • + +
  • + + EC0C + MobSignal5 +
  • + +
  • + + EC0D + MobWifi1 +
  • + +
  • + + EC0E + MobWifi2 +
  • + +
  • + + EC0F + MobWifi3 +
  • + +
  • + + EC10 + MobWifi4 +
  • + +
  • + + EC11 + MobWifiHotspot +
  • + +
  • + + EC12 + MobileLocked +
  • + +
  • + + EC13 + MobileSelected +
  • + +
  • + + EC14 + MobileTablet +
  • + +
  • + + EC15 + More +
  • + +
  • + + EC16 + Mouse +
  • + +
  • + + EC17 + MoveToFolder +
  • + +
  • + + EC18 + Movies +
  • + +
  • + + EC19 + MultiSelect +
  • + +
  • + + EC1A + MultiSelectMirrored +
  • + +
  • + + EC1B + MultimediaDMP +
  • + +
  • + + EC1C + MultimediaDMS +
  • + +
  • + + EC1D + MultimediaDVR +
  • + +
  • + + EC1E + MultimediaPMP +
  • + +
  • + + EC1F + Multitask +
  • + +
  • + + EC20 + Multitask16 +
  • + +
  • + + EC21 + MultitaskExpanded +
  • + +
  • + + EC22 + MusicAlbum +
  • + +
  • + + EC23 + MusicInfo +
  • + +
  • + + EC24 + MusicNote +
  • + +
  • + + EC25 + Mute +
  • + +
  • + + EC26 + MyNetwork +
  • + +
  • + + EC27 + NUIFPContinueSlideAction +
  • + +
  • + + EC28 + NUIFPContinueSlideHand +
  • + +
  • + + EC29 + NUIFPPressAction +
  • + +
  • + + EC2A + NUIFPPressHand +
  • + +
  • + + EC2B + NUIFPPressRepeatAction +
  • + +
  • + + EC2C + NUIFPRollLeftAction +
  • + +
  • + + EC2D + NUIFPRollLeftHand +
  • + +
  • + + EC2E + NUIFPRollRightHand +
  • + +
  • + + EC2F + NUIFPRollRightHandAction +
  • + +
  • + + EC30 + NUIFPStartSlideAction +
  • + +
  • + + EC31 + NUIFPStartSlideHand +
  • + +
  • + + EC32 + NUIFace +
  • + +
  • + + EC33 + NUIIris +
  • + +
  • + + EC34 + Narrator +
  • + +
  • + + EC35 + NarratorForward +
  • + +
  • + + EC36 + NarratorForwardMirrored +
  • + +
  • + + EC37 + Network +
  • + +
  • + + EC38 + NetworkAdapter +
  • + +
  • + + EC39 + NetworkPrinter +
  • + +
  • + + EC3A + NetworkTower +
  • + +
  • + + EC3B + NewFolder +
  • + +
  • + + EC3C + NewWindow +
  • + +
  • + + EC3D + Next +
  • + +
  • + + EC3E + OEM +
  • + +
  • + + EC3F + OneBar +
  • + +
  • + + EC40 + OpenFile +
  • + +
  • + + EC41 + OpenInNewWindow +
  • + +
  • + + EC42 + OpenLocal +
  • + +
  • + + EC43 + OpenPane +
  • + +
  • + + EC44 + OpenPaneMirrored +
  • + +
  • + + EC45 + OpenWith +
  • + +
  • + + EC46 + OpenWithMirrored +
  • + +
  • + + EC47 + Orientation +
  • + +
  • + + EC48 + OtherUser +
  • + +
  • + + EC49 + PC1 +
  • + +
  • + + EC4A + PLAP +
  • + +
  • + + EC4B + Package +
  • + +
  • + + EC4C + Page +
  • + +
  • + + EC4D + PageLeft +
  • + +
  • + + EC4E + PageRight +
  • + +
  • + + EC4F + PageSolid +
  • + +
  • + + EC50 + PanMode +
  • + +
  • + + EC51 + ParkingLocation +
  • + +
  • + + EC52 + ParkingLocationMirrored +
  • + +
  • + + EC53 + ParkingLocationSolid +
  • + +
  • + + EC54 + PartyLeader +
  • + +
  • + + EC55 + PasswordKeyHide +
  • + +
  • + + EC56 + PasswordKeyShow +
  • + +
  • + + EC57 + Paste +
  • + +
  • + + EC58 + Pause +
  • + +
  • + + EC59 + PauseBadge12 +
  • + +
  • + + EC5A + PenPalette +
  • + +
  • + + EC5B + PenPaletteMirrored +
  • + +
  • + + EC5C + PenWorkspace +
  • + +
  • + + EC5D + PenWorkspaceMirrored +
  • + +
  • + + EC5E + Pencil +
  • + +
  • + + EC5F + People +
  • + +
  • + + EC60 + PeriodKey +
  • + +
  • + + EC61 + Permissions +
  • + +
  • + + EC62 + PersonalFolder +
  • + +
  • + + EC63 + Personalize +
  • + +
  • + + EC64 + Phone +
  • + +
  • + + EC65 + PhoneBook +
  • + +
  • + + EC66 + Photo +
  • + +
  • + + EC67 + Photo2 +
  • + +
  • + + EC68 + Picture +
  • + +
  • + + EC69 + PieSingle +
  • + +
  • + + EC6A + Pin +
  • + +
  • + + EC6B + PinFill +
  • + +
  • + + EC6C + Pinned +
  • + +
  • + + EC6D + PinnedFill +
  • + +
  • + + EC6E + PlaceFolderLegacy +
  • + +
  • + + EC6F + Play +
  • + +
  • + + EC70 + Play36 +
  • + +
  • + + EC71 + PlayBadge12 +
  • + +
  • + + EC72 + PlayOnLegacy +
  • + +
  • + + EC73 + PlaybackRate1x +
  • + +
  • + + EC74 + PlaybackRateOther +
  • + +
  • + + EC75 + PointErase +
  • + +
  • + + EC76 + PointEraseMirrored +
  • + +
  • + + EC77 + PoliceCar +
  • + +
  • + + EC78 + PostUpdate +
  • + +
  • + + EC79 + PowerButton +
  • + +
  • + + EC7A + PresenceChickletVideo +
  • + +
  • + + EC7B + Preview +
  • + +
  • + + EC7C + PreviewLink +
  • + +
  • + + EC7D + Previous +
  • + +
  • + + EC7E + Print +
  • + +
  • + + EC7F + Printer3D +
  • + +
  • + + EC80 + Printer3DLegacy +
  • + +
  • + + EC81 + PrintfaxPrinterFile +
  • + +
  • + + EC82 + Priority +
  • + +
  • + + EC83 + Process +
  • + +
  • + + EC84 + Project +
  • + +
  • + + EC85 + Projector +
  • + +
  • + + EC86 + ProtectedDocument +
  • + +
  • + + EC87 + ProvisioningPackage +
  • + +
  • + + EC88 + PuncKey +
  • + +
  • + + EC89 + PuncKey0 +
  • + +
  • + + EC8A + PuncKey1 +
  • + +
  • + + EC8B + PuncKey2 +
  • + +
  • + + EC8C + PuncKey3 +
  • + +
  • + + EC8D + PuncKey4 +
  • + +
  • + + EC8E + PuncKey5 +
  • + +
  • + + EC8F + PuncKey6 +
  • + +
  • + + EC90 + PuncKey7 +
  • + +
  • + + EC91 + PuncKey8 +
  • + +
  • + + EC92 + PuncKey9 +
  • + +
  • + + EC93 + PuncKeyLeftBottom +
  • + +
  • + + EC94 + PuncKeyRightBottom +
  • + +
  • + + EC95 + Puzzle +
  • + +
  • + + EC96 + QWERTYOff +
  • + +
  • + + EC97 + QWERTYOn +
  • + +
  • + + EC98 + QuickNote +
  • + +
  • + + EC99 + QuietHours +
  • + +
  • + + EC9A + RadioBtnOff +
  • + +
  • + + EC9B + RadioBtnOn +
  • + +
  • + + EC9C + RadioBullet +
  • + +
  • + + EC9D + RadioBullet2 +
  • + +
  • + + EC9E + Read +
  • + +
  • + + EC9F + ReadingList +
  • + +
  • + + ECA0 + ReceiptPrinter +
  • + +
  • + + ECA1 + Recent +
  • + +
  • + + ECA2 + Record +
  • + +
  • + + ECA3 + Redo +
  • + +
  • + + ECA4 + ReduceTileLegacy +
  • + +
  • + + ECA5 + ReduceTileLegacyMirrored +
  • + +
  • + + ECA6 + Refresh +
  • + +
  • + + ECA7 + RememberedDevice +
  • + +
  • + + ECA8 + Reminder +
  • + +
  • + + ECA9 + ReminderFill +
  • + +
  • + + ECAA + Remote +
  • + +
  • + + ECAB + Remove +
  • + +
  • + + ECAC + RemoveFrom +
  • + +
  • + + ECAD + Rename +
  • + +
  • + + ECAE + Repair +
  • + +
  • + + ECAF + RepeatOne +
  • + +
  • + + ECB0 + Reply +
  • + +
  • + + ECB1 + ReplyMirrored +
  • + +
  • + + ECB2 + ReportHacked +
  • + +
  • + + ECB3 + ResetDevice +
  • + +
  • + + ECB4 + ResetDrive +
  • + +
  • + + ECB5 + Reshare +
  • + +
  • + + ECB6 + ResizeMouseMedium +
  • + +
  • + + ECB7 + ResizeMouseMediumMirrored +
  • + +
  • + + ECB8 + ResizeMouseSmall +
  • + +
  • + + ECB9 + ResizeMouseSmallMirrored +
  • + +
  • + + ECBA + ResizeMouseTall +
  • + +
  • + + ECBB + ResizeMouseTallMirrored +
  • + +
  • + + ECBC + ResizeMouseWide +
  • + +
  • + + ECBD + ResizeTouchLarger +
  • + +
  • + + ECBE + ResizeTouchNarrower +
  • + +
  • + + ECBF + ResizeTouchNarrowerMirrored +
  • + +
  • + + ECC0 + ResizeTouchShorter +
  • + +
  • + + ECC1 + ResizeTouchSmaller +
  • + +
  • + + ECC2 + ResolutionLegacy +
  • + +
  • + + ECC3 + ReturnKey +
  • + +
  • + + ECC4 + ReturnKeyLg +
  • + +
  • + + ECC5 + ReturnKeySm +
  • + +
  • + + ECC6 + ReturnToWindow +
  • + +
  • + + ECC7 + RevToggleKey +
  • + +
  • + + ECC8 + Rewind +
  • + +
  • + + ECC9 + RightArrowKeyTime0 +
  • + +
  • + + ECCA + RightArrowKeyTime1 +
  • + +
  • + + ECCB + RightArrowKeyTime2 +
  • + +
  • + + ECCC + RightArrowKeyTime3 +
  • + +
  • + + ECCD + RightArrowKeyTime4 +
  • + +
  • + + ECCE + RightDoubleQuote +
  • + +
  • + + ECCF + RightQuote +
  • + +
  • + + ECD0 + Ringer +
  • + +
  • + + ECD1 + RingerBadge12 +
  • + +
  • + + ECD2 + RingerSilent +
  • + +
  • + + ECD3 + RoamingDomestic +
  • + +
  • + + ECD4 + RoamingInternational +
  • + +
  • + + ECD5 + Robot +
  • + +
  • + + ECD6 + Rotate +
  • + +
  • + + ECD7 + RotateCamera +
  • + +
  • + + ECD8 + RotateLegacy +
  • + +
  • + + ECD9 + RotateMapLeft +
  • + +
  • + + ECDA + RotateMapRight +
  • + +
  • + + ECDB + RotationLock +
  • + +
  • + + ECDC + Ruler +
  • + +
  • + + ECDD + SDCard +
  • + +
  • + + ECDE + SIMLock +
  • + +
  • + + ECDF + SIMMissing +
  • + +
  • + + ECE0 + SIPMove +
  • + +
  • + + ECE1 + SIPRedock +
  • + +
  • + + ECE2 + SIPUndock +
  • + +
  • + + ECE3 + Save +
  • + +
  • + + ECE4 + SaveAs +
  • + +
  • + + ECE5 + SaveCopy +
  • + +
  • + + ECE6 + SaveLocal +
  • + +
  • + + ECE7 + Scan +
  • + +
  • + + ECE8 + ScrollMode +
  • + +
  • + + ECE9 + ScrollUpDown +
  • + +
  • + + ECEA + Search +
  • + +
  • + + ECEB + SearchAndApps +
  • + +
  • + + ECEC + SelectAll +
  • + +
  • + + ECED + SemanticZoomLegacy +
  • + +
  • + + ECEE + Send +
  • + +
  • + + ECEF + SendFill +
  • + +
  • + + ECF0 + SendFillMirrored +
  • + +
  • + + ECF1 + SendMirrored +
  • + +
  • + + ECF2 + Sensor +
  • + +
  • + + ECF3 + SetTile +
  • + +
  • + + ECF4 + SetlockScreen +
  • + +
  • + + ECF5 + Settings +
  • + +
  • + + ECF6 + SettingsBattery +
  • + +
  • + + ECF7 + SettingsDisplaySound +
  • + +
  • + + ECF8 + Share +
  • + +
  • + + ECF9 + ShareBroadband +
  • + +
  • + + ECFA + Shop +
  • + +
  • + + ECFB + ShoppingCart +
  • + +
  • + + ECFC + ShowAllFiles1Legacy +
  • + +
  • + + ECFD + ShowAllFiles3Legacy +
  • + +
  • + + ECFE + ShowBcc +
  • + +
  • + + ECFF + ShowResults +
  • + +
  • + + ED00 + ShowResultsMirrored +
  • + +
  • + + ED01 + Shuffle +
  • + +
  • + + ED02 + SignalBars1 +
  • + +
  • + + ED03 + SignalBars2 +
  • + +
  • + + ED04 + SignalBars3 +
  • + +
  • + + ED05 + SignalBars4 +
  • + +
  • + + ED06 + SignalBars5 +
  • + +
  • + + ED07 + SignalError +
  • + +
  • + + ED08 + SignalNotConnected +
  • + +
  • + + ED09 + SignalRoaming +
  • + +
  • + + ED0A + SizeLegacy +
  • + +
  • + + ED0B + SkipBack10 +
  • + +
  • + + ED0C + SkipForward30 +
  • + +
  • + + ED0D + SliderThumb +
  • + +
  • + + ED0E + Slideshow +
  • + +
  • + + ED0F + Smartcard +
  • + +
  • + + ED10 + SmartcardVirtual +
  • + +
  • + + ED11 + Sort +
  • + +
  • + + ED12 + Speakers +
  • + +
  • + + ED13 + SpeedHigh +
  • + +
  • + + ED14 + SpeedMedium +
  • + +
  • + + ED15 + SpeedOff +
  • + +
  • + + ED16 + StartPoint +
  • + +
  • + + ED17 + StartPointSolid +
  • + +
  • + + ED18 + StatusCircle +
  • + +
  • + + ED19 + StatusCircleLeft +
  • + +
  • + + ED1A + StatusConnecting1 +
  • + +
  • + + ED1B + StatusConnecting2 +
  • + +
  • + + ED1C + StatusDataTransfer +
  • + +
  • + + ED1D + StatusDataTransferVPN +
  • + +
  • + + ED1E + StatusDualSIM1 +
  • + +
  • + + ED1F + StatusDualSIM1VPN +
  • + +
  • + + ED20 + StatusDualSIM2 +
  • + +
  • + + ED21 + StatusDualSIM2VPN +
  • + +
  • + + ED22 + StatusError +
  • + +
  • + + ED23 + StatusErrorFull +
  • + +
  • + + ED24 + StatusErrorLeft +
  • + +
  • + + ED25 + StatusSGLTE +
  • + +
  • + + ED26 + StatusSGLTECell +
  • + +
  • + + ED27 + StatusSGLTEDataVPN +
  • + +
  • + + ED28 + StatusTriangle +
  • + +
  • + + ED29 + StatusTriangleLeft +
  • + +
  • + + ED2A + StatusUnsecure +
  • + +
  • + + ED2B + StatusVPN +
  • + +
  • + + ED2C + StatusWarning +
  • + +
  • + + ED2D + StatusWarningLeft +
  • + +
  • + + ED2E + StockDown +
  • + +
  • + + ED2F + StockUp +
  • + +
  • + + ED30 + Stop +
  • + +
  • + + ED31 + StopPoint +
  • + +
  • + + ED32 + StopPointSolid +
  • + +
  • + + ED33 + StopSlideshowLegacy +
  • + +
  • + + ED34 + Stopwatch +
  • + +
  • + + ED35 + StorageNetworkWireless +
  • + +
  • + + ED36 + StorageOptical +
  • + +
  • + + ED37 + StorageTape +
  • + +
  • + + ED38 + Streaming +
  • + +
  • + + ED39 + StreamingEnterprise +
  • + +
  • + + ED3A + Street +
  • + +
  • + + ED3B + StreetsideSplitExpand +
  • + +
  • + + ED3C + StreetsideSplitMinimize +
  • + +
  • + + ED3D + StrokeErase +
  • + +
  • + + ED3E + StrokeEraseMirrored +
  • + +
  • + + ED3F + Subtitles +
  • + +
  • + + ED40 + SubtitlesAudio +
  • + +
  • + + ED41 + SurfaceHub +
  • + +
  • + + ED42 + Sustainable +
  • + +
  • + + ED43 + Swipe +
  • + +
  • + + ED44 + SwipeRevealArt +
  • + +
  • + + ED45 + Switch +
  • + +
  • + + ED46 + SwitchApps +
  • + +
  • + + ED47 + SwitchUser +
  • + +
  • + + ED48 + Sync +
  • + +
  • + + ED49 + SyncBadge12 +
  • + +
  • + + ED4A + SyncError +
  • + +
  • + + ED4B + SyncFolder +
  • + +
  • + + ED4C + System +
  • + +
  • + + ED4D + TVMonitor +
  • + +
  • + + ED4E + TVMonitorSelected +
  • + +
  • + + ED4F + Tablet +
  • + +
  • + + ED50 + TabletMode +
  • + +
  • + + ED51 + TabletSelected +
  • + +
  • + + ED52 + Tag +
  • + +
  • + + ED53 + TapAndSend +
  • + +
  • + + ED54 + TaskbarPhone +
  • + +
  • + + ED55 + ThisPC +
  • + +
  • + + ED56 + ThoughtBubble +
  • + +
  • + + ED57 + ThreeBars +
  • + +
  • + + ED58 + Tiles +
  • + +
  • + + ED59 + TiltDown +
  • + +
  • + + ED5A + TiltUp +
  • + +
  • + + ED5B + TimeLanguage +
  • + +
  • + + ED5C + ToggleBorder +
  • + +
  • + + ED5D + ToggleFilled +
  • + +
  • + + ED5E + ToggleThumb +
  • + +
  • + + ED5F + Touch +
  • + +
  • + + ED60 + TouchPointer +
  • + +
  • + + ED61 + Touchscreen +
  • + +
  • + + ED62 + Trackers +
  • + +
  • + + ED63 + TrackersMirrored +
  • + +
  • + + ED64 + Train +
  • + +
  • + + ED65 + TrainSolid +
  • + +
  • + + ED66 + TreeFolderFolder +
  • + +
  • + + ED67 + TreeFolderFolderFill +
  • + +
  • + + ED68 + TreeFolderFolderOpen +
  • + +
  • + + ED69 + TreeFolderFolderOpenFill +
  • + +
  • + + ED6A + Trim +
  • + +
  • + + ED6B + TwoBars +
  • + +
  • + + ED6C + TwoPage +
  • + +
  • + + ED6D + Type +
  • + +
  • + + ED6E + TypingIndicatorLegacy +
  • + +
  • + + ED6F + USB +
  • + +
  • + + ED70 + USBSafeConnect +
  • + +
  • + + ED71 + Underline +
  • + +
  • + + ED72 + UnderlineLKoreanLegacy +
  • + +
  • + + ED73 + UnderlineRussianLegacy +
  • + +
  • + + ED74 + UnderlineSLegacy +
  • + +
  • + + ED75 + UnderlineULegacy +
  • + +
  • + + ED76 + UnderscoreSpace +
  • + +
  • + + ED77 + Undo +
  • + +
  • + + ED78 + Unfavorite +
  • + +
  • + + ED79 + Unit +
  • + +
  • + + ED7A + Unlock +
  • + +
  • + + ED7B + Unpin +
  • + +
  • + + ED7C + UnsyncFolder +
  • + +
  • + + ED7D + Up +
  • + +
  • + + ED7E + UpArrowShiftKey +
  • + +
  • + + ED7F + UpShiftKey +
  • + +
  • + + ED80 + UpdateRestore +
  • + +
  • + + ED81 + Upload +
  • + +
  • + + ED82 + VPN +
  • + +
  • + + ED83 + Vibrate +
  • + +
  • + + ED84 + Video +
  • + +
  • + + ED85 + VideoChat +
  • + +
  • + + ED86 + View +
  • + +
  • + + ED87 + ViewAll +
  • + +
  • + + ED88 + Volume +
  • + +
  • + + ED89 + Volume0 +
  • + +
  • + + ED8A + Volume1 +
  • + +
  • + + ED8B + Volume2 +
  • + +
  • + + ED8C + Volume3 +
  • + +
  • + + ED8D + VolumeBars +
  • + +
  • + + ED8E + Walk +
  • + +
  • + + ED8F + WalkSolid +
  • + +
  • + + ED90 + Warning +
  • + +
  • + + ED91 + Webcam +
  • + +
  • + + ED92 + Webcam2 +
  • + +
  • + + ED93 + Wheel +
  • + +
  • + + ED94 + Wifi +
  • + +
  • + + ED95 + Wifi1 +
  • + +
  • + + ED96 + Wifi2 +
  • + +
  • + + ED97 + Wifi3 +
  • + +
  • + + ED98 + WifiAttentionOverlay +
  • + +
  • + + ED99 + WifiCall0 +
  • + +
  • + + ED9A + WifiCall1 +
  • + +
  • + + ED9B + WifiCall2 +
  • + +
  • + + ED9C + WifiCall3 +
  • + +
  • + + ED9D + WifiCall4 +
  • + +
  • + + ED9E + WifiCallBars +
  • + +
  • + + ED9F + WifiError0 +
  • + +
  • + + EDA0 + WifiError1 +
  • + +
  • + + EDA1 + WifiError2 +
  • + +
  • + + EDA2 + WifiError3 +
  • + +
  • + + EDA3 + WifiError4 +
  • + +
  • + + EDA4 + WifiEthernet +
  • + +
  • + + EDA5 + WifiHotspot +
  • + +
  • + + EDA6 + WifiWarning0 +
  • + +
  • + + EDA7 + WifiWarning1 +
  • + +
  • + + EDA8 + WifiWarning2 +
  • + +
  • + + EDA9 + WifiWarning3 +
  • + +
  • + + EDAA + WifiWarning4 +
  • + +
  • + + EDAB + WindDirection +
  • + +
  • + + EDAC + WiredUSB +
  • + +
  • + + EDAD + WirelessUSB +
  • + +
  • + + EDAE + Work +
  • + +
  • + + EDAF + WorkSolid +
  • + +
  • + + EDB0 + World +
  • + +
  • + + EDB1 + XboxOneConsole +
  • + +
  • + + EDB2 + ZeroBars +
  • + +
  • + + EDB3 + Zoom +
  • + +
  • + + EDB4 + ZoomIn +
  • + +
  • + + EDB5 + ZoomMode +
  • + +
  • + + EDB6 + ZoomOut +
  • + +
  • + + EDB7 + eSIM +
  • + +
  • + + EDB8 + eSIMBusy +
  • + +
  • + + EDB9 + eSIMLocked +
  • + +
  • + + EDBA + eSIMNoProfile +
  • + +
  • + + EDBB + 500px +
  • + +
  • + + EDBC + adn +
  • + +
  • + + EDBD + amazon +
  • + +
  • + + EDBE + android +
  • + +
  • + + EDBF + angellist +
  • + +
  • + + EDC0 + apple +
  • + +
  • + + EDC1 + bandcamp +
  • + +
  • + + EDC2 + behance-square +
  • + +
  • + + EDC3 + behance +
  • + +
  • + + EDC4 + bitbucket +
  • + +
  • + + EDC5 + black-tie +
  • + +
  • + + EDC6 + bluetooth-b +
  • + +
  • + + EDC7 + bluetooth +
  • + +
  • + + EDC8 + btc +
  • + +
  • + + EDC9 + buysellads +
  • + +
  • + + EDCA + cc-amex +
  • + +
  • + + EDCB + cc-diners-club +
  • + +
  • + + EDCC + cc-discover +
  • + +
  • + + EDCD + cc-jcb +
  • + +
  • + + EDCE + cc-mastercard +
  • + +
  • + + EDCF + cc-paypal +
  • + +
  • + + EDD0 + cc-stripe +
  • + +
  • + + EDD1 + cc-visa +
  • + +
  • + + EDD2 + chrome +
  • + +
  • + + EDD3 + codepen +
  • + +
  • + + EDD4 + codiepie +
  • + +
  • + + EDD5 + connectdevelop +
  • + +
  • + + EDD6 + contao +
  • + +
  • + + EDD7 + css3 +
  • + +
  • + + EDD8 + dashcube +
  • + +
  • + + EDD9 + delicious +
  • + +
  • + + EDDA + deviantart +
  • + +
  • + + EDDB + digg +
  • + +
  • + + EDDC + dribbble +
  • + +
  • + + EDDD + dropbox +
  • + +
  • + + EDDE + drupal +
  • + +
  • + + EDDF + edge +
  • + +
  • + + EDE0 + eercast +
  • + +
  • + + EDE1 + empire +
  • + +
  • + + EDE2 + envira +
  • + +
  • + + EDE3 + expeditedssl +
  • + +
  • + + EDE4 + facebook-official +
  • + +
  • + + EDE5 + facebook +
  • + +
  • + + EDE6 + firefox +
  • + +
  • + + EDE7 + first-order +
  • + +
  • + + EDE8 + flickr +
  • + +
  • + + EDE9 + forumbee +
  • + +
  • + + EDEA + foursquare +
  • + +
  • + + EDEB + free-code-camp +
  • + +
  • + + EDEC + get-pocket +
  • + +
  • + + EDED + gg +
  • + +
  • + + EDEE + git +
  • + +
  • + + EDEF + github-alt +
  • + +
  • + + EDF0 + github +
  • + +
  • + + EDF1 + gitlab +
  • + +
  • + + EDF2 + glide-g +
  • + +
  • + + EDF3 + google-plus +
  • + +
  • + + EDF4 + google-wallet +
  • + +
  • + + EDF5 + google +
  • + +
  • + + EDF6 + gratipay +
  • + +
  • + + EDF7 + hacker-news +
  • + +
  • + + EDF8 + houzz +
  • + +
  • + + EDF9 + html5 +
  • + +
  • + + EDFA + instagram +
  • + +
  • + + EDFB + internet-explorer +
  • + +
  • + + EDFC + ioxhost +
  • + +
  • + + EDFD + joomla +
  • + +
  • + + EDFE + jsfiddle +
  • + +
  • + + EDFF + lastfm +
  • + +
  • + + EE00 + leanpub +
  • + +
  • + + EE01 + linkedin +
  • + +
  • + + EE02 + linode +
  • + +
  • + + EE03 + linux +
  • + +
  • + + EE04 + maxcdn +
  • + +
  • + + EE05 + meanpath +
  • + +
  • + + EE06 + medium +
  • + +
  • + + EE07 + meetup +
  • + +
  • + + EE08 + mixcloud +
  • + +
  • + + EE09 + modx +
  • + +
  • + + EE0A + odnoklassniki +
  • + +
  • + + EE0B + opencart +
  • + +
  • + + EE0C + openid +
  • + +
  • + + EE0D + opera +
  • + +
  • + + EE0E + optin-monster +
  • + +
  • + + EE0F + pagelines +
  • + +
  • + + EE10 + paypal +
  • + +
  • + + EE11 + pied-piper-alt +
  • + +
  • + + EE12 + pied-piper +
  • + +
  • + + EE13 + pinterest-p +
  • + +
  • + + EE14 + product-hunt +
  • + +
  • + + EE15 + qq +
  • + +
  • + + EE16 + quora +
  • + +
  • + + EE17 + ravelry +
  • + +
  • + + EE18 + rebel +
  • + +
  • + + EE19 + reddit-alien +
  • + +
  • + + EE1A + renren +
  • + +
  • + + EE1B + safari +
  • + +
  • + + EE1C + scribd +
  • + +
  • + + EE1D + sellsy +
  • + +
  • + + EE1E + shirtsinbulk +
  • + +
  • + + EE1F + simplybuilt +
  • + +
  • + + EE20 + skyatlas +
  • + +
  • + + EE21 + skype +
  • + +
  • + + EE22 + slack +
  • + +
  • + + EE23 + slideshare +
  • + +
  • + + EE24 + snapchat-ghost +
  • + +
  • + + EE25 + soundcloud +
  • + +
  • + + EE26 + spotify +
  • + +
  • + + EE27 + stack-exchange +
  • + +
  • + + EE28 + stack-overflow +
  • + +
  • + + EE29 + steam +
  • + +
  • + + EE2A + stumbleupon +
  • + +
  • + + EE2B + superpowers +
  • + +
  • + + EE2C + telegram +
  • + +
  • + + EE2D + tencent-weibo +
  • + +
  • + + EE2E + themeisle +
  • + +
  • + + EE2F + trello +
  • + +
  • + + EE30 + tripadvisor +
  • + +
  • + + EE31 + tumblr +
  • + +
  • + + EE32 + twitch +
  • + +
  • + + EE33 + twitter +
  • + +
  • + + EE34 + viacoin +
  • + +
  • + + EE35 + viadeo +
  • + +
  • + + EE36 + vimeo +
  • + +
  • + + EE37 + vine +
  • + +
  • + + EE38 + vk +
  • + +
  • + + EE39 + weibo +
  • + +
  • + + EE3A + weixin +
  • + +
  • + + EE3B + whatsapp +
  • + +
  • + + EE3C + wikipedia-w +
  • + +
  • + + EE3D + windows +
  • + +
  • + + EE3E + wordpress +
  • + +
  • + + EE3F + wpbeginner +
  • + +
  • + + EE40 + wpexplorer +
  • + +
  • + + EE41 + wpform +
  • + +
  • + + EE42 + xing +
  • + +
  • + + EE43 + yahoo +
  • + +
  • + + EE44 + yelp +
  • + +
  • + + EE45 + yoast +
  • + +
  • + + EE46 + youtube-play +
  • + +
  • + + EE47 + youtube +
  • + +
+ + + \ No newline at end of file diff --git a/dist/micon_nb/README.md b/dist/micon_nb/README.md new file mode 100644 index 0000000..c662e73 --- /dev/null +++ b/dist/micon_nb/README.md @@ -0,0 +1,6 @@ +# micon_nd font + +this font include mdl2 icons and not use webbrand icons + +- 954 orginal icons (path) +- 1267 (orginal name + alias name) => in css diff --git a/dist/micon_nb/css/micon_nb.css b/dist/micon_nb/css/micon_nb.css new file mode 100644 index 0000000..c28624d --- /dev/null +++ b/dist/micon_nb/css/micon_nb.css @@ -0,0 +1,4020 @@ +/*! Micon v2.0.155 | MIT License | http://xtoolkit.github.io/Micon/ */ + +@font-face { + font-family: 'micon_nb'; + src: url('../fonts/micon_nb.eot?v=2.0.155'); + src: url('../fonts/micon_nb.eot?#iefix&v=2.0.155') format('embedded-opentype'), url('../fonts/micon_nb.woff2?v=2.0.155') format('woff2'), url('../fonts/micon_nb.woff?v=2.0.155') format('woff'), url('../fonts/micon_nb.ttf?v=2.0.155') format('truetype'), url('../fonts/micon_nb.svg?v=2.0.155#fontawesomeregular') format('svg'); + font-weight: normal; + font-style: normal; +} + +.mi { + display: inline-block; + font: normal normal normal 14px/1 micon_nb; + font-size: inherit; + text-rendering: auto; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +.mi-lg { + font-size: 1.33333333em; + line-height: 0.75em; + vertical-align: -15%; +} + +.mi-2x { + font-size: 2em; +} + +.mi-3x { + font-size: 3em; +} + +.mi-4x { + font-size: 4em; +} + +.mi-5x { + font-size: 5em; +} + +.mi-fw { + width: 1.28571429em; + text-align: center; +} + +.mi-ul { + padding-left: 0; + margin-left: 2.14285714em; + list-style-type: none; +} + +.mi-ul>li { + position: relative; +} + +.mi-li { + position: absolute; + left: -2.14285714em; + width: 2.14285714em; + top: 0.14285714em; + text-align: center; +} + +.mi-li.mi-lg { + left: -1.85714286em; +} + +.mi-border { + padding: .2em .25em .15em; + border: solid 0.08em #eee; + border-radius: .1em; +} + +.mi-pull-left { + float: left; +} + +.mi-pull-right { + float: right; +} + +.mi.mi-pull-left { + margin-right: .3em; +} + +.mi.mi-pull-right { + margin-left: .3em; +} + +.pull-right { + float: right; +} + +.pull-left { + float: left; +} + +.mi.pull-left { + margin-right: .3em; +} + +.mi.pull-right { + margin-left: .3em; +} + +.mi-spin { + -webkit-animation: mi-spin 2s infinite linear; + animation: mi-spin 2s infinite linear; +} + +.mi-pulse { + -webkit-animation: mi-spin 1s infinite steps(8); + animation: mi-spin 1s infinite steps(8); +} + +@-webkit-keyframes mi-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} + +@keyframes mi-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} + +.mi-rotate-90 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; + -webkit-transform: rotate(90deg); + -ms-transform: rotate(90deg); + transform: rotate(90deg); +} + +.mi-rotate-180 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; + -webkit-transform: rotate(180deg); + -ms-transform: rotate(180deg); + transform: rotate(180deg); +} + +.mi-rotate-270 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; + -webkit-transform: rotate(270deg); + -ms-transform: rotate(270deg); + transform: rotate(270deg); +} + +.mi-flip-horizontal { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; + -webkit-transform: scale(-1, 1); + -ms-transform: scale(-1, 1); + transform: scale(-1, 1); +} + +.mi-flip-vertical { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; + -webkit-transform: scale(1, -1); + -ms-transform: scale(1, -1); + transform: scale(1, -1); +} + +:root .mi-rotate-90, :root .mi-rotate-180, :root .mi-rotate-270, :root .mi-flip-horizontal, :root .mi-flip-vertical { + filter: none; +} + +.mi-stack { + position: relative; + display: inline-block; + width: 2em; + height: 2em; + line-height: 2em; + vertical-align: middle; +} + +.mi-stack-1x, .mi-stack-2x { + position: absolute; + left: 0; + width: 100%; + text-align: center; +} + +.mi-stack-1x { + line-height: inherit; +} + +.mi-stack-2x { + font-size: 2em; +} + +.mi-inverse { + color: #fff; +} + +.mi-Accept:before, .mi-AcceptLegacy:before, .mi-CheckmarkListviewLegacy:before, .mi-CheckmarkMenuLegacy:before { + content: "\EA01" +} + +.mi-Accident:before { + content: "\EA02" +} + +.mi-AccidentSolid:before { + content: "\EA03" +} + +.mi-Accounts:before, .mi-AccountsLegacy:before { + content: "\EA04" +} + +.mi-ActionCenter:before { + content: "\EA05" +} + +.mi-ActionCenterAsterisk:before { + content: "\EA06" +} + +.mi-ActionCenterMirrored:before { + content: "\EA07" +} + +.mi-ActionCenterNotification:before { + content: "\EA08" +} + +.mi-ActionCenterNotificationMirrored:before { + content: "\EA09" +} + +.mi-ActionCenterQuiet:before { + content: "\EA0A" +} + +.mi-ActionCenterQuietNotification:before { + content: "\EA0B" +} + +.mi-Add:before, .mi-AddLegacy:before { + content: "\EA0C" +} + +.mi-AddFriend:before, .mi-AddFriendLegacy:before { + content: "\EA0D" +} + +.mi-AddRemoteDevice:before { + content: "\EA0E" +} + +.mi-AddSurfaceHub:before { + content: "\EA0F" +} + +.mi-AddTo:before { + content: "\EA10" +} + +.mi-AdjustHologram:before { + content: "\EA11" +} + +.mi-Admin:before, .mi-AdminLegacy:before { + content: "\EA12" +} + +.mi-Airplane:before { + content: "\EA13" +} + +.mi-AirplaneSolid:before { + content: "\EA14" +} + +.mi-AlignCenter:before, .mi-AlignCenterLegacy:before { + content: "\EA15" +} + +.mi-AlignLeft:before, .mi-AlignLeftLegacy:before { + content: "\EA16" +} + +.mi-AlignRight:before, .mi-AlignRightLegacy:before { + content: "\EA17" +} + +.mi-AllApps:before, .mi-AllAppsLegacy:before { + content: "\EA18" +} + +.mi-AllAppsLegacyMirrored:before, .mi-AllAppsMirrored:before { + content: "\EA19" +} + +.mi-Annotation:before { + content: "\EA1A" +} + +.mi-AppIconDefault:before { + content: "\EA1B" +} + +.mi-AspectRatio:before { + content: "\EA1C" +} + +.mi-Asterisk:before { + content: "\EA1D" +} + +.mi-AsteriskBadge12:before { + content: "\EA1E" +} + +.mi-Attach:before, .mi-AttachLegacy:before { + content: "\EA1F" +} + +.mi-AttachCamera:before, .mi-AttachCameraLegacy:before { + content: "\EA20" +} + +.mi-Audio:before, .mi-AudioLegacy:before { + content: "\EA21" +} + +.mi-ArrowHTMLLegacy:before, .mi-Back:before, .mi-BackBttnArrow20Legacy:before, .mi-BackBttnArrow42Legacy:before, .mi-BackLegacy:before { + content: "\EA22" +} + +.mi-BackSpaceQWERTYLg:before { + content: "\EA23" +} + +.mi-BackSpaceQWERTYMd:before { + content: "\EA24" +} + +.mi-BackSpaceQWERTYSm:before { + content: "\EA25" +} + +.mi-BackToWindow:before, .mi-BackToWindowLegacy:before { + content: "\EA26" +} + +.mi-BackgroundToggle:before { + content: "\EA27" +} + +.mi-Badge:before { + content: "\EA28" +} + +.mi-Bank:before { + content: "\EA29" +} + +.mi-BarcodeScanner:before { + content: "\EA2A" +} + +.mi-Battery0:before { + content: "\EA2B" +} + +.mi-Battery1:before { + content: "\EA2C" +} + +.mi-Battery10:before { + content: "\EA2D" +} + +.mi-Battery2:before { + content: "\EA2E" +} + +.mi-Battery3:before { + content: "\EA2F" +} + +.mi-Battery4:before { + content: "\EA30" +} + +.mi-Battery5:before { + content: "\EA31" +} + +.mi-Battery6:before { + content: "\EA32" +} + +.mi-Battery7:before { + content: "\EA33" +} + +.mi-Battery8:before { + content: "\EA34" +} + +.mi-Battery9:before { + content: "\EA35" +} + +.mi-BatteryCharging0:before { + content: "\EA36" +} + +.mi-BatteryCharging1:before { + content: "\EA37" +} + +.mi-BatteryCharging10:before { + content: "\EA38" +} + +.mi-BatteryCharging2:before { + content: "\EA39" +} + +.mi-BatteryCharging3:before { + content: "\EA3A" +} + +.mi-BatteryCharging4:before { + content: "\EA3B" +} + +.mi-BatteryCharging5:before { + content: "\EA3C" +} + +.mi-BatteryCharging6:before { + content: "\EA3D" +} + +.mi-BatteryCharging7:before { + content: "\EA3E" +} + +.mi-BatteryCharging8:before { + content: "\EA3F" +} + +.mi-BatteryCharging9:before { + content: "\EA40" +} + +.mi-BatterySaver0:before { + content: "\EA41" +} + +.mi-BatterySaver1:before { + content: "\EA42" +} + +.mi-BatterySaver10:before { + content: "\EA43" +} + +.mi-BatterySaver2:before { + content: "\EA44" +} + +.mi-BatterySaver3:before { + content: "\EA45" +} + +.mi-BatterySaver4:before { + content: "\EA46" +} + +.mi-BatterySaver5:before { + content: "\EA47" +} + +.mi-BatterySaver6:before { + content: "\EA48" +} + +.mi-BatterySaver7:before { + content: "\EA49" +} + +.mi-BatterySaver8:before { + content: "\EA4A" +} + +.mi-BatterySaver9:before { + content: "\EA4B" +} + +.mi-BatteryUnknown:before { + content: "\EA4C" +} + +.mi-Beta:before { + content: "\EA4D" +} + +.mi-BidiLtr:before { + content: "\EA4E" +} + +.mi-BidiRtl:before { + content: "\EA4F" +} + +.mi-BlockContact:before, .mi-BlockContactLegacy:before { + content: "\EA50" +} + +.mi-BlockedLegacy:before { + content: "\EA51" +} + +.mi-Bluetooth:before { + content: "\EA52" +} + +.mi-BodyCam:before { + content: "\EA53" +} + +.mi-Bold:before, .mi-BoldLegacy:before { + content: "\EA54" +} + +.mi-BoldFLegacy:before { + content: "\EA55" +} + +.mi-BoldGLegacy:before { + content: "\EA56" +} + +.mi-BoldKoreanLegacy:before { + content: "\EA57" +} + +.mi-BoldNLegacy:before { + content: "\EA58" +} + +.mi-BoldRussionLegacy:before { + content: "\EA59" +} + +.mi-Bookmarks:before, .mi-BookmarksLegacy:before { + content: "\EA5A" +} + +.mi-BookmarksLegacyMirrored:before, .mi-BookmarksMirrored:before { + content: "\EA5B" +} + +.mi-Brightness:before { + content: "\EA5C" +} + +.mi-Broom:before { + content: "\EA5D" +} + +.mi-BrowsePhotos:before, .mi-BrowsePhotosLegacy:before { + content: "\EA5E" +} + +.mi-BrushSize:before { + content: "\EA5F" +} + +.mi-BuildingEnergy:before { + content: "\EA60" +} + +.mi-BulletedList:before, .mi-BulletedListLegacy:before, .mi-ListLegacy:before { + content: "\EA61" +} + +.mi-BulletedListLegacyMirrored:before, .mi-BulletedListMirrored:before, .mi-ListLegacyMirrored:before { + content: "\EA62" +} + +.mi-Bus:before { + content: "\EA63" +} + +.mi-BusSolid:before { + content: "\EA64" +} + +.mi-CC:before, .mi-CCLegacy:before { + content: "\EA65" +} + +.mi-CCEuroLegacy:before { + content: "\EA66" +} + +.mi-CCJapanLegacy:before { + content: "\EA67" +} + +.mi-Calculator:before, .mi-CalculatorLegacy:before { + content: "\EA68" +} + +.mi-CalculatorAddition:before { + content: "\EA69" +} + +.mi-BackSpaceQWERTY:before, .mi-CalculatorBackspace:before { + content: "\EA6A" +} + +.mi-CalculatorDivide:before { + content: "\EA6B" +} + +.mi-CalculatorEqualTo:before { + content: "\EA6C" +} + +.mi-CalculatorMultiply:before { + content: "\EA6D" +} + +.mi-CalculatorNegate:before { + content: "\EA6E" +} + +.mi-CalculatorPercentage:before { + content: "\EA6F" +} + +.mi-CalculatorSquareroot:before { + content: "\EA70" +} + +.mi-CalculatorSubtract:before { + content: "\EA71" +} + +.mi-Calendar:before, .mi-CalendarLegacy:before { + content: "\EA72" +} + +.mi-CalendarDay:before, .mi-CalendarDayLegacy:before { + content: "\EA73" +} + +.mi-CalendarLegacyMirrored:before, .mi-CalendarMirrored:before { + content: "\EA74" +} + +.mi-CalendarReply:before, .mi-CalendarReplyLegacy:before { + content: "\EA75" +} + +.mi-CalendarSolid:before { + content: "\EA76" +} + +.mi-CalendarWeek:before, .mi-CalendarWeekLegacy:before { + content: "\EA77" +} + +.mi-CaligraphyPen:before { + content: "\EA78" +} + +.mi-CallForwardInternational:before { + content: "\EA79" +} + +.mi-CallForwardInternationalMirrored:before { + content: "\EA7A" +} + +.mi-CallForwardRoaming:before { + content: "\EA7B" +} + +.mi-CallForwardRoamingMirrored:before { + content: "\EA7C" +} + +.mi-CallForwarding:before { + content: "\EA7D" +} + +.mi-CallForwardingMirrored:before { + content: "\EA7E" +} + +.mi-Camera:before, .mi-CameraLegacy:before { + content: "\EA7F" +} + +.mi-Cancel:before, .mi-CancelLegacy:before { + content: "\EA80" +} + +.mi-Caption:before, .mi-CaptionLegacy:before { + content: "\EA81" +} + +.mi-Car:before, .mi-DrivingMode:before { + content: "\EA82" +} + +.mi-CashDrawer:before { + content: "\EA83" +} + +.mi-CellPhone:before, .mi-CellPhoneLegacy:before, .mi-MobileContactLegacy:before { + content: "\EA84" +} + +.mi-Certificate:before { + content: "\EA85" +} + +.mi-Characters:before, .mi-CharactersLegacy:before { + content: "\EA86" +} + +.mi-ChatBubbles:before { + content: "\EA87" +} + +.mi-CheckMark:before, .mi-CheckMarkLegacy:before, .mi-CheckMarkZeroWidthLegacy:before { + content: "\EA88" +} + +.mi-Checkbox:before, .mi-CheckboxLegacy:before { + content: "\EA89" +} + +.mi-CheckboxComposite:before, .mi-CheckboxCompositeLegacy:before { + content: "\EA8A" +} + +.mi-CheckboxCompositeReversed:before, .mi-CheckboxCompositeReversedLegacy:before { + content: "\EA8B" +} + +.mi-CheckboxFill:before, .mi-CheckboxFillLegacy:before, .mi-CheckboxFillZeroWidthLegacy:before, .mi-PresenceChicklet:before, .mi-PresenceChickletLegacy:before, .mi-ResizeMouseLarge:before { + content: "\EA8C" +} + +.mi-CheckboxIndeterminate:before, .mi-CheckboxIndeterminateLegacy:before { + content: "\EA8D" +} + +.mi-ChevronDown:before, .mi-ChevronDown1Legacy:before, .mi-ChevronDown2Legacy:before, .mi-ChevronDown3Legacy:before, .mi-ChevronDown4Legacy:before, .mi-ChevronFlipDownLegacy:before, .mi-ScrollChevronDownBoldLegacy:before, .mi-ScrollChevronDownLegacy:before { + content: "\EA8E" +} + +.mi-ChevronDownMed:before { + content: "\EA8F" +} + +.mi-ChevronDownSmLegacy:before, .mi-ChevronDownSmall:before { + content: "\EA90" +} + +.mi-ChevronFlipLeftLegacy:before, .mi-ChevronLeft:before, .mi-ChevronLeft1Legacy:before, .mi-ChevronLeft2Legacy:before, .mi-ChevronLeft3Legacy:before, .mi-ChevronLeft4Legacy:before, .mi-ScrollChevronLeftBoldLegacy:before, .mi-ScrollChevronLeftLegacy:before { + content: "\EA91" +} + +.mi-ChevronLeftMed:before { + content: "\EA92" +} + +.mi-ChevronLeftSmLegacy:before, .mi-ChevronLeftSmall:before { + content: "\EA93" +} + +.mi-ChevronFlipRightLegacy:before, .mi-ChevronRight:before, .mi-ChevronRight1Legacy:before, .mi-ChevronRight2Legacy:before, .mi-ChevronRight3Legacy:before, .mi-ChevronRight4Legacy:before, .mi-ScrollChevronRightBoldLegacy:before, .mi-ScrollChevronRightLegacy:before { + content: "\EA94" +} + +.mi-ChevronRightMed:before { + content: "\EA95" +} + +.mi-ChevronRightSmLegacy:before, .mi-ChevronRightSmall:before { + content: "\EA96" +} + +.mi-ChevronFlipUpLegacy:before, .mi-ChevronUp:before, .mi-ChevronUp1Legacy:before, .mi-ChevronUp2Legacy:before, .mi-ChevronUp3Legacy:before, .mi-ChevronUp4Legacy:before, .mi-ScrollChevronUpBoldLegacy:before, .mi-ScrollChevronUpLegacy:before { + content: "\EA97" +} + +.mi-ChevronUpMed:before { + content: "\EA98" +} + +.mi-ChevronUpSmall:before { + content: "\EA99" +} + +.mi-ChineseBoPoMoFo:before { + content: "\EA9A" +} + +.mi-ChineseChangjie:before { + content: "\EA9B" +} + +.mi-ChinesePinyin:before { + content: "\EA9C" +} + +.mi-ChineseQuick:before { + content: "\EA9D" +} + +.mi-ChromeAnnotate:before { + content: "\EA9E" +} + +.mi-ChromeBack:before { + content: "\EA9F" +} + +.mi-ChromeBackMirrored:before { + content: "\EAA0" +} + +.mi-ChromeBackToWindow:before { + content: "\EAA1" +} + +.mi-ChromeClose:before { + content: "\EAA2" +} + +.mi-ChromeFullScreen:before { + content: "\EAA3" +} + +.mi-ChromeMaximize:before { + content: "\EAA4" +} + +.mi-ChromeMinimize:before { + content: "\EAA5" +} + +.mi-ChromeRestore:before { + content: "\EAA6" +} + +.mi-CircleFill:before { + content: "\EAA7" +} + +.mi-CircleFillBadge12:before { + content: "\EAA8" +} + +.mi-CircleRing:before { + content: "\EAA9" +} + +.mi-CircleRingBadge12:before { + content: "\EAAA" +} + +.mi-CityNext:before { + content: "\EAAB" +} + +.mi-CityNext2:before { + content: "\EAAC" +} + +.mi-Clear:before, .mi-ClearLegacy:before { + content: "\EAAD" +} + +.mi-ClearAllInk:before { + content: "\EAAE" +} + +.mi-ClearAllInkMirrored:before { + content: "\EAAF" +} + +.mi-ClearSelection:before, .mi-ClearSelectionLegacy:before { + content: "\EAB0" +} + +.mi-ClearSelectionLegacyMirrored:before, .mi-ClearSelectionMirrored:before { + content: "\EAB1" +} + +.mi-Click:before { + content: "\EAB2" +} + +.mi-ClockLegacy:before { + content: "\EAB3" +} + +.mi-ClosePane:before, .mi-ClosePaneLegacy:before { + content: "\EAB4" +} + +.mi-ClosePaneLegacyMirrored:before, .mi-ClosePaneMirrored:before { + content: "\EAB5" +} + +.mi-Cloud:before { + content: "\EAB6" +} + +.mi-CloudPrinter:before { + content: "\EAB7" +} + +.mi-Code:before { + content: "\EAB8" +} + +.mi-Color:before, .mi-ColorLegacy:before { + content: "\EAB9" +} + +.mi-CommaKey:before { + content: "\EABA" +} + +.mi-CommandPrompt:before { + content: "\EABB" +} + +.mi-Comment:before, .mi-CommentLegacy:before { + content: "\EABC" +} + +.mi-Communications:before { + content: "\EABD" +} + +.mi-CompanionApp:before { + content: "\EABE" +} + +.mi-CompanionDeviceFramework:before { + content: "\EABF" +} + +.mi-Completed:before { + content: "\EAC0" +} + +.mi-CompletedSolid:before { + content: "\EAC1" +} + +.mi-Component:before { + content: "\EAC2" +} + +.mi-Connect:before { + content: "\EAC3" +} + +.mi-ConnectApp:before, .mi-MiracastLogoLarge:before { + content: "\EAC4" +} + +.mi-Construction:before { + content: "\EAC5" +} + +.mi-ConstructionCone:before { + content: "\EAC6" +} + +.mi-ConstructionSolid:before { + content: "\EAC7" +} + +.mi-Contact:before, .mi-Contact3Legacy:before, .mi-ContactLegacy:before { + content: "\EAC8" +} + +.mi-Contact2:before, .mi-Contact2Legacy:before { + content: "\EAC9" +} + +.mi-ContactInfo:before, .mi-ContactInfoLegacy:before { + content: "\EACA" +} + +.mi-ContactInfoMirrored:before { + content: "\EACB" +} + +.mi-ContactPresence:before, .mi-ContactPresenceLegacy:before { + content: "\EACC" +} + +.mi-ContactSolid:before { + content: "\EACD" +} + +.mi-Copy:before, .mi-CopyLegacy:before { + content: "\EACE" +} + +.mi-Courthouse:before { + content: "\EACF" +} + +.mi-Crop:before, .mi-CropLegacy:before { + content: "\EAD0" +} + +.mi-Cut:before, .mi-CutLegacy:before { + content: "\EAD1" +} + +.mi-DMC:before { + content: "\EAD2" +} + +.mi-DashKey:before { + content: "\EAD3" +} + +.mi-DataSense:before { + content: "\EAD4" +} + +.mi-DataSenseBar:before { + content: "\EAD5" +} + +.mi-DateTime:before { + content: "\EAD6" +} + +.mi-DateTimeMirrored:before { + content: "\EAD7" +} + +.mi-DecreaseIndentLegacy:before { + content: "\EAD8" +} + +.mi-DecreaseIndentLegacyMirrored:before { + content: "\EAD9" +} + +.mi-DefenderApp:before { + content: "\EADA" +} + +.mi-Delete:before, .mi-DeleteLegacy:before { + content: "\EADB" +} + +.mi-DevUpdate:before { + content: "\EADC" +} + +.mi-DeveloperTools:before { + content: "\EADD" +} + +.mi-DeviceDiscovery:before { + content: "\EADE" +} + +.mi-DeviceLaptopNoPic:before { + content: "\EADF" +} + +.mi-DeviceLaptopPic:before { + content: "\EAE0" +} + +.mi-DeviceMonitorLeftPic:before { + content: "\EAE1" +} + +.mi-DeviceMonitorNoPic:before { + content: "\EAE2" +} + +.mi-DeviceMonitorRightPic:before { + content: "\EAE3" +} + +.mi-Devices:before { + content: "\EAE4" +} + +.mi-Devices3:before { + content: "\EAE5" +} + +.mi-Devices4:before { + content: "\EAE6" +} + +.mi-Devices2:before, .mi-DevicesLegacy:before { + content: "\EAE7" +} + +.mi-Diagnostic:before { + content: "\EAE8" +} + +.mi-DialUp:before { + content: "\EAE9" +} + +.mi-Dialpad:before { + content: "\EAEA" +} + +.mi-Dictionary:before { + content: "\EAEB" +} + +.mi-DictionaryAdd:before { + content: "\EAEC" +} + +.mi-DictionaryCloud:before { + content: "\EAED" +} + +.mi-DirectAccess:before { + content: "\EAEE" +} + +.mi-Directions:before, .mi-DirectionsLegacy:before { + content: "\EAEF" +} + +.mi-DisableUpdates:before, .mi-DisableUpdatesLegacy:before { + content: "\EAF0" +} + +.mi-DisconnectDisplay:before { + content: "\EAF1" +} + +.mi-DisconnectDrive:before, .mi-DisconnectDriveLegacy:before { + content: "\EAF2" +} + +.mi-Dislike:before, .mi-DislikeLegacy:before { + content: "\EAF3" +} + +.mi-Dock:before { + content: "\EAF4" +} + +.mi-DockBottom:before, .mi-DockBottomLegacy:before { + content: "\EAF5" +} + +.mi-DockLeft:before, .mi-DockLeftLegacy:before { + content: "\EAF6" +} + +.mi-DockLeftLegacyMirrored:before, .mi-DockLeftMirrored:before { + content: "\EAF7" +} + +.mi-DockRight:before, .mi-DockRightLegacy:before { + content: "\EAF8" +} + +.mi-DockRightLegacyMirrored:before, .mi-DockRightMirrored:before { + content: "\EAF9" +} + +.mi-Document:before, .mi-DocumentLegacy:before { + content: "\EAFA" +} + +.mi-Down:before, .mi-DownLegacy:before { + content: "\EAFB" +} + +.mi-DownShiftKey:before { + content: "\EAFC" +} + +.mi-Download:before, .mi-DownloadLegacy:before { + content: "\EAFD" +} + +.mi-DownloadMap:before { + content: "\EAFE" +} + +.mi-Draw:before { + content: "\EAFF" +} + +.mi-DrawSolid:before { + content: "\EB00" +} + +.mi-Drop:before { + content: "\EB01" +} + +.mi-DullSound:before { + content: "\EB02" +} + +.mi-DullSoundKey:before { + content: "\EB03" +} + +.mi-EaseOfAccess:before, .mi-EaseOfAccessLegacy:before { + content: "\EB04" +} + +.mi-Edit:before, .mi-EditLegacy:before { + content: "\EB05" +} + +.mi-EditLegacyMirrored:before, .mi-EditMirrored:before { + content: "\EB06" +} + +.mi-Education:before { + content: "\EB07" +} + +.mi-Emoji:before, .mi-EmojiLegacy:before { + content: "\EB08" +} + +.mi-Emoji2:before, .mi-Emoji2Legacy:before { + content: "\EB09" +} + +.mi-EmojiSwatch:before { + content: "\EB0A" +} + +.mi-EmojiTabCelebrationObjects:before { + content: "\EB0B" +} + +.mi-EmojiTabFavorites:before { + content: "\EB0C" +} + +.mi-EmojiTabFoodPlants:before { + content: "\EB0D" +} + +.mi-EmojiTabPeople:before { + content: "\EB0E" +} + +.mi-EmojiTabSmilesAnimals:before { + content: "\EB0F" +} + +.mi-EmojiTabSymbols:before { + content: "\EB10" +} + +.mi-EmojiTabTextSmiles:before { + content: "\EB11" +} + +.mi-EmojiTabTransitPlaces:before { + content: "\EB12" +} + +.mi-EndPointSolid:before { + content: "\EB13" +} + +.mi-EraseTool:before { + content: "\EB14" +} + +.mi-EraseToolFill:before { + content: "\EB15" +} + +.mi-EraseToolFill2:before { + content: "\EB16" +} + +.mi-Error:before { + content: "\EB17" +} + +.mi-ErrorBadge:before { + content: "\EB18" +} + +.mi-ErrorBadge12:before { + content: "\EB19" +} + +.mi-Ethernet:before { + content: "\EB1A" +} + +.mi-EthernetError:before { + content: "\EB1B" +} + +.mi-EthernetWarning:before { + content: "\EB1C" +} + +.mi-ExpandTile:before, .mi-ExpandTileLegacy:before { + content: "\EB1D" +} + +.mi-ExpandTileLegacyMirrored:before, .mi-ExpandTileMirrored:before { + content: "\EB1E" +} + +.mi-ExploreContent:before { + content: "\EB1F" +} + +.mi-Export:before, .mi-ImportLegacyMirrored:before, .mi-ImportMirrored:before { + content: "\EB20" +} + +.mi-FastForward:before { + content: "\EB21" +} + +.mi-Favorite2Legacy:before, .mi-FavoriteLegacy:before, .mi-FavoriteStarFill:before, .mi-RatingStarFillLegacy:before, .mi-RatingStarFillReducedPaddingHTMLLegacy:before, .mi-RatingStarFillSmallLegacy:before, .mi-RatingStarFillZeroWidthLegacy:before, .mi-SolidStarLegacy:before { + content: "\EB22" +} + +.mi-FavoriteList:before { + content: "\EB23" +} + +.mi-FavoriteInlineLegacy:before, .mi-FavoriteStar:before, .mi-OutlineStarLegacy:before, .mi-RatingStarLegacy:before, .mi-Unfavorite2Legacy:before { + content: "\EB24" +} + +.mi-Feedback:before { + content: "\EB25" +} + +.mi-FeedbackApp:before { + content: "\EB26" +} + +.mi-Ferry:before { + content: "\EB27" +} + +.mi-FerrySolid:before { + content: "\EB28" +} + +.mi-FileExplorer:before { + content: "\EB29" +} + +.mi-FileExplorerApp:before { + content: "\EB2A" +} + +.mi-Filter:before, .mi-FilterLegacy:before { + content: "\EB2B" +} + +.mi-FingerInking:before { + content: "\EB2C" +} + +.mi-Fingerprint:before { + content: "\EB2D" +} + +.mi-EndPoint:before, .mi-Flag:before, .mi-FlagLegacy:before { + content: "\EB2E" +} + +.mi-Flashlight:before { + content: "\EB2F" +} + +.mi-FlickDown:before { + content: "\EB30" +} + +.mi-FlickLeft:before { + content: "\EB31" +} + +.mi-FlickRight:before { + content: "\EB32" +} + +.mi-FlickUp:before { + content: "\EB33" +} + +.mi-Folder:before { + content: "\EB34" +} + +.mi-FolderFill:before, .mi-FolderLegacy:before { + content: "\EB35" +} + +.mi-Font:before, .mi-FontLegacy:before { + content: "\EB36" +} + +.mi-FontColor:before, .mi-FontColorLegacy:before { + content: "\EB37" +} + +.mi-FontColorKoreanLegacy:before { + content: "\EB38" +} + +.mi-FontDecrease:before, .mi-FontDecreaseLegacy:before { + content: "\EB39" +} + +.mi-FontIncrease:before, .mi-FontIncreaseLegacy:before { + content: "\EB3A" +} + +.mi-FontSize:before, .mi-FontSizeLegacy:before { + content: "\EB3B" +} + +.mi-FontStyleKoreanLegacy:before { + content: "\EB3C" +} + +.mi-ArrowHTMLLegacyMirrored:before, .mi-BackBttnMirroredArrow20Legacy:before, .mi-BackBttnMirroredArrow42Legacy:before, .mi-Forward:before, .mi-ForwardLegacy:before { + content: "\EB3D" +} + +.mi-ForwardSm:before { + content: "\EB3E" +} + +.mi-FourBars:before, .mi-FourBarsLegacy:before { + content: "\EB3F" +} + +.mi-Frigid:before { + content: "\EB40" +} + +.mi-FullAlpha:before { + content: "\EB41" +} + +.mi-FullCircleMask:before { + content: "\EB42" +} + +.mi-FullHiragana:before { + content: "\EB43" +} + +.mi-FullKatakana:before { + content: "\EB44" +} + +.mi-FullScreen:before, .mi-FullScreenLegacy:before { + content: "\EB45" +} + +.mi-Game:before { + content: "\EB46" +} + +.mi-GameConsole:before { + content: "\EB47" +} + +.mi-GlobalNavButton:before { + content: "\EB48" +} + +.mi-Globe:before, .mi-GlobeLegacy:before { + content: "\EB49" +} + +.mi-Go:before, .mi-GoLegacy:before { + content: "\EB4A" +} + +.mi-GoLegacyMirrored:before, .mi-GoMirrored:before { + content: "\EB4B" +} + +.mi-GoToStart:before, .mi-GoToStartLegacy:before { + content: "\EB4C" +} + +.mi-GotoToday:before, .mi-GotoTodayLegacy:before { + content: "\EB4D" +} + +.mi-GripperBarHorizontal:before { + content: "\EB4E" +} + +.mi-GripperBarVertical:before { + content: "\EB4F" +} + +.mi-GripperResize:before { + content: "\EB50" +} + +.mi-GripperResizeMirrored:before { + content: "\EB51" +} + +.mi-GripperTool:before { + content: "\EB52" +} + +.mi-Groceries:before { + content: "\EB53" +} + +.mi-GuestUser:before { + content: "\EB54" +} + +.mi-HalfAlpha:before { + content: "\EB55" +} + +.mi-HalfDullSound:before { + content: "\EB56" +} + +.mi-HalfKatakana:before { + content: "\EB57" +} + +.mi-HalfStarLeft:before { + content: "\EB58" +} + +.mi-HalfStarRight:before { + content: "\EB59" +} + +.mi-Handwriting:before { + content: "\EB5A" +} + +.mi-HangUp:before, .mi-HangUpLegacy:before { + content: "\EB5B" +} + +.mi-HardDrive:before { + content: "\EB5C" +} + +.mi-Headphone:before { + content: "\EB5D" +} + +.mi-Headphone0:before { + content: "\EB5E" +} + +.mi-Headphone1:before { + content: "\EB5F" +} + +.mi-Headphone2:before { + content: "\EB60" +} + +.mi-Headphone3:before { + content: "\EB61" +} + +.mi-Headset:before { + content: "\EB62" +} + +.mi-Health:before { + content: "\EB63" +} + +.mi-Heart:before, .mi-HeartLegacy:before { + content: "\EB64" +} + +.mi-HeartBroken:before { + content: "\EB65" +} + +.mi-HeartBrokenLegacy:before, .mi-HeartBrokenZeroWidthLegacy:before { + content: "\EB66" +} + +.mi-HeartFill:before, .mi-HeartFillLegacy:before, .mi-HeartFillZeroWidthLegacy:before { + content: "\EB67" +} + +.mi-Help:before, .mi-HelpLegacy:before { + content: "\EB68" +} + +.mi-HelpLegacyMirrored:before, .mi-HelpMirrored:before { + content: "\EB69" +} + +.mi-HideBcc:before, .mi-HideBccLegacy:before { + content: "\EB6A" +} + +.mi-Highlight:before, .mi-HighlightLegacy:before { + content: "\EB6B" +} + +.mi-HighlightFill:before { + content: "\EB6C" +} + +.mi-HighlightFill2:before { + content: "\EB6D" +} + +.mi-History:before { + content: "\EB6E" +} + +.mi-Home:before, .mi-HomeLegacy:before { + content: "\EB6F" +} + +.mi-HomeGroup:before { + content: "\EB70" +} + +.mi-HomeSolid:before { + content: "\EB71" +} + +.mi-HorizontalTabKey:before { + content: "\EB72" +} + +.mi-IBeam:before { + content: "\EB73" +} + +.mi-IBeamOutline:before { + content: "\EB74" +} + +.mi-ImageExport:before { + content: "\EB75" +} + +.mi-ExportMirrored:before, .mi-Import:before, .mi-ImportLegacy:before { + content: "\EB76" +} + +.mi-ImportAll:before, .mi-ImportAllLegacy:before { + content: "\EB77" +} + +.mi-ImportAllLegacyMirrored:before, .mi-ImportAllMirrored:before { + content: "\EB78" +} + +.mi-Important:before, .mi-ImportantLegacy:before { + content: "\EB79" +} + +.mi-ImportantBadge12:before { + content: "\EB7A" +} + +.mi-InPrivate:before { + content: "\EB7B" +} + +.mi-IncidentTriangle:before { + content: "\EB7C" +} + +.mi-IncreaseIndentLegacy:before { + content: "\EB7D" +} + +.mi-IncreaseIndentLegacyMirrored:before { + content: "\EB7E" +} + +.mi-Info:before { + content: "\EB7F" +} + +.mi-Info2:before { + content: "\EB80" +} + +.mi-InkingCaret:before { + content: "\EB81" +} + +.mi-InkingColorFill:before { + content: "\EB82" +} + +.mi-InkingColorOutline:before { + content: "\EB83" +} + +.mi-InkingTool:before { + content: "\EB84" +} + +.mi-InkingToolFill:before { + content: "\EB85" +} + +.mi-InkingToolFill2:before { + content: "\EB86" +} + +.mi-Input:before { + content: "\EB87" +} + +.mi-InsiderHubApp:before { + content: "\EB88" +} + +.mi-Italic:before, .mi-ItalicLegacy:before { + content: "\EB89" +} + +.mi-ItalicCLegacy:before { + content: "\EB8A" +} + +.mi-ItalicILegacy:before { + content: "\EB8B" +} + +.mi-ItalicKLegacy:before { + content: "\EB8C" +} + +.mi-ItalicKoreanLegacy:before { + content: "\EB8D" +} + +.mi-ItalicRussianLegacy:before { + content: "\EB8E" +} + +.mi-Japanese:before { + content: "\EB8F" +} + +.mi-JpnRomanji:before { + content: "\EB90" +} + +.mi-JpnRomanjiLock:before { + content: "\EB91" +} + +.mi-JpnRomanjiShift:before { + content: "\EB92" +} + +.mi-JpnRomanjiShiftLock:before { + content: "\EB93" +} + +.mi-Key12On:before { + content: "\EB94" +} + +.mi-KeyBoardLegacy:before, .mi-KeyboardClassic:before { + content: "\EB95" +} + +.mi-KeyboardBrightness:before { + content: "\EB96" +} + +.mi-KeyboardDismiss:before { + content: "\EB97" +} + +.mi-KeyboardFull:before { + content: "\EB98" +} + +.mi-KeyboardLeftHanded:before { + content: "\EB99" +} + +.mi-KeyboardLowerBrightness:before { + content: "\EB9A" +} + +.mi-KeyboardOneHanded:before { + content: "\EB9B" +} + +.mi-KeyboardRightHanded:before { + content: "\EB9C" +} + +.mi-KeyboardShortcut:before { + content: "\EB9D" +} + +.mi-KeyboardSplit:before, .mi-KeyboardSplitLegacy:before { + content: "\EB9E" +} + +.mi-KeyboardStandard:before, .mi-KeyboardStandardLegacy:before { + content: "\EB9F" +} + +.mi-Korean:before { + content: "\EBA0" +} + +.mi-LEDLight:before { + content: "\EBA1" +} + +.mi-Label:before { + content: "\EBA2" +} + +.mi-LangJPN:before { + content: "\EBA3" +} + +.mi-LanguageChs:before { + content: "\EBA4" +} + +.mi-LanguageCht:before { + content: "\EBA5" +} + +.mi-LanguageJpn:before { + content: "\EBA6" +} + +.mi-LanguageKor:before { + content: "\EBA7" +} + +.mi-LaptopSelected:before { + content: "\EBA8" +} + +.mi-LayoutLegacy:before { + content: "\EBA9" +} + +.mi-Leaf:before { + content: "\EBAA" +} + +.mi-LeaveChat:before, .mi-LeaveChatLegacy:before { + content: "\EBAB" +} + +.mi-LeaveChatMirrored:before { + content: "\EBAC" +} + +.mi-LeftArrowKeyTime0:before { + content: "\EBAD" +} + +.mi-LeftDoubleQuote:before { + content: "\EBAE" +} + +.mi-LeftQuote:before { + content: "\EBAF" +} + +.mi-Library:before, .mi-LibraryLegacy:before { + content: "\EBB0" +} + +.mi-Light:before { + content: "\EBB1" +} + +.mi-Lightbulb:before, .mi-ToolTip:before { + content: "\EBB2" +} + +.mi-LightningBolt:before { + content: "\EBB3" +} + +.mi-Like:before, .mi-LikeInlineLegacy:before, .mi-LikeLegacy:before { + content: "\EBB4" +} + +.mi-LikeDislike:before, .mi-LikeDislikeLegacy:before { + content: "\EBB5" +} + +.mi-Link:before, .mi-LinkLegacy:before { + content: "\EBB6" +} + +.mi-List:before { + content: "\EBB7" +} + +.mi-ListMirrored:before { + content: "\EBB8" +} + +.mi-Location:before, .mi-LocationLegacy:before { + content: "\EBB9" +} + +.mi-Lock:before, .mi-LockLegacy:before { + content: "\EBBA" +} + +.mi-LockScreenGlance:before { + content: "\EBBB" +} + +.mi-LockscreenDesktop:before { + content: "\EBBC" +} + +.mi-LowerBrightness:before { + content: "\EBBD" +} + +.mi-MagStripeReader:before { + content: "\EBBE" +} + +.mi-Mail:before, .mi-MailLegacy:before { + content: "\EBBF" +} + +.mi-MailBadge12:before { + content: "\EBC0" +} + +.mi-MailFill:before, .mi-MailFillLegacy:before, .mi-MailMessageLegacy:before { + content: "\EBC1" +} + +.mi-MailForward:before, .mi-MailForwardLegacy:before { + content: "\EBC2" +} + +.mi-MailForwardLegacyMirrored:before, .mi-MailForwardMirrored:before { + content: "\EBC3" +} + +.mi-MailReply:before, .mi-MailReplyLegacy:before { + content: "\EBC4" +} + +.mi-MailReplyAll:before, .mi-MailReplyAllLegacy:before { + content: "\EBC5" +} + +.mi-MailReplyAllLegacyMirrored:before, .mi-MailReplyAllMirrored:before { + content: "\EBC6" +} + +.mi-MailReplyLegacyMirrored:before, .mi-MailReplyMirrored:before { + content: "\EBC7" +} + +.mi-Manage:before, .mi-ManageLegacy:before { + content: "\EBC8" +} + +.mi-MapCompassBottom:before { + content: "\EBC9" +} + +.mi-MapCompassTop:before { + content: "\EBCA" +} + +.mi-MapDirections:before { + content: "\EBCB" +} + +.mi-MapDrive:before, .mi-MapDriveLegacy:before { + content: "\EBCC" +} + +.mi-MapLayers:before { + content: "\EBCD" +} + +.mi-MapLegacy:before, .mi-MapPin:before { + content: "\EBCE" +} + +.mi-MapPin2:before, .mi-MapPinLegacy:before { + content: "\EBCF" +} + +.mi-Marker:before { + content: "\EBD0" +} + +.mi-Marquee:before { + content: "\EBD1" +} + +.mi-Media:before { + content: "\EBD2" +} + +.mi-MediaStorageTower:before { + content: "\EBD3" +} + +.mi-Megaphone:before { + content: "\EBD4" +} + +.mi-Memo:before, .mi-MemoLegacy:before { + content: "\EBD5" +} + +.mi-CommentInlineLegacy:before, .mi-Message:before, .mi-MessageLegacy:before { + content: "\EBD6" +} + +.mi-MicClipping:before { + content: "\EBD7" +} + +.mi-MicError:before { + content: "\EBD8" +} + +.mi-MicOff:before { + content: "\EBD9" +} + +.mi-MicOn:before { + content: "\EBDA" +} + +.mi-MicSleep:before { + content: "\EBDB" +} + +.mi-Microphone:before, .mi-MicrophoneLegacy:before { + content: "\EBDC" +} + +.mi-MiracastLogoSmall:before { + content: "\EBDD" +} + +.mi-MobActionCenter:before { + content: "\EBDE" +} + +.mi-MobAirplane:before { + content: "\EBDF" +} + +.mi-MobBattery0:before { + content: "\EBE0" +} + +.mi-MobBattery1:before { + content: "\EBE1" +} + +.mi-MobBattery10:before { + content: "\EBE2" +} + +.mi-MobBattery2:before { + content: "\EBE3" +} + +.mi-MobBattery3:before { + content: "\EBE4" +} + +.mi-MobBattery4:before { + content: "\EBE5" +} + +.mi-MobBattery5:before { + content: "\EBE6" +} + +.mi-MobBattery6:before { + content: "\EBE7" +} + +.mi-MobBattery7:before { + content: "\EBE8" +} + +.mi-MobBattery8:before { + content: "\EBE9" +} + +.mi-MobBattery9:before { + content: "\EBEA" +} + +.mi-MobBatteryCharging0:before { + content: "\EBEB" +} + +.mi-MobBatteryCharging1:before { + content: "\EBEC" +} + +.mi-MobBatteryCharging10:before { + content: "\EBED" +} + +.mi-MobBatteryCharging2:before { + content: "\EBEE" +} + +.mi-MobBatteryCharging3:before { + content: "\EBEF" +} + +.mi-MobBatteryCharging4:before { + content: "\EBF0" +} + +.mi-MobBatteryCharging5:before { + content: "\EBF1" +} + +.mi-MobBatteryCharging6:before { + content: "\EBF2" +} + +.mi-MobBatteryCharging7:before { + content: "\EBF3" +} + +.mi-MobBatteryCharging8:before { + content: "\EBF4" +} + +.mi-MobBatteryCharging9:before { + content: "\EBF5" +} + +.mi-MobBatterySaver0:before { + content: "\EBF6" +} + +.mi-MobBatterySaver1:before { + content: "\EBF7" +} + +.mi-MobBatterySaver10:before { + content: "\EBF8" +} + +.mi-MobBatterySaver2:before { + content: "\EBF9" +} + +.mi-MobBatterySaver3:before { + content: "\EBFA" +} + +.mi-MobBatterySaver4:before { + content: "\EBFB" +} + +.mi-MobBatterySaver5:before { + content: "\EBFC" +} + +.mi-MobBatterySaver6:before { + content: "\EBFD" +} + +.mi-MobBatterySaver7:before { + content: "\EBFE" +} + +.mi-MobBatterySaver8:before { + content: "\EBFF" +} + +.mi-MobBatterySaver9:before { + content: "\EC00" +} + +.mi-MobBatteryUnknown:before { + content: "\EC01" +} + +.mi-MobBluetooth:before { + content: "\EC02" +} + +.mi-MobCallForwarding:before { + content: "\EC03" +} + +.mi-MobCallForwardingMirrored:before { + content: "\EC04" +} + +.mi-MobDrivingMode:before { + content: "\EC05" +} + +.mi-MobLocation:before { + content: "\EC06" +} + +.mi-MobQuietHours:before { + content: "\EC07" +} + +.mi-MobSignal1:before { + content: "\EC08" +} + +.mi-MobSignal2:before { + content: "\EC09" +} + +.mi-MobSignal3:before { + content: "\EC0A" +} + +.mi-MobSignal4:before { + content: "\EC0B" +} + +.mi-MobSignal5:before { + content: "\EC0C" +} + +.mi-MobWifi1:before { + content: "\EC0D" +} + +.mi-MobWifi2:before { + content: "\EC0E" +} + +.mi-MobWifi3:before { + content: "\EC0F" +} + +.mi-MobWifi4:before { + content: "\EC10" +} + +.mi-MobWifiHotspot:before { + content: "\EC11" +} + +.mi-MobileLocked:before { + content: "\EC12" +} + +.mi-MobileSelected:before { + content: "\EC13" +} + +.mi-MobileTablet:before { + content: "\EC14" +} + +.mi-More:before, .mi-MoreLegacy:before { + content: "\EC15" +} + +.mi-Mouse:before { + content: "\EC16" +} + +.mi-MoveToFolder:before, .mi-MoveToFolderLegacy:before { + content: "\EC17" +} + +.mi-Movies:before { + content: "\EC18" +} + +.mi-MultiSelect:before, .mi-MultiSelectLegacy:before { + content: "\EC19" +} + +.mi-MultiSelectLegacyMirrored:before, .mi-MultiSelectMirrored:before { + content: "\EC1A" +} + +.mi-MultimediaDMP:before { + content: "\EC1B" +} + +.mi-MultimediaDMS:before { + content: "\EC1C" +} + +.mi-MultimediaDVR:before { + content: "\EC1D" +} + +.mi-MultimediaPMP:before { + content: "\EC1E" +} + +.mi-Multitask:before { + content: "\EC1F" +} + +.mi-Multitask16:before { + content: "\EC20" +} + +.mi-MultitaskExpanded:before { + content: "\EC21" +} + +.mi-MusicAlbum:before { + content: "\EC22" +} + +.mi-MusicInfo:before, .mi-MusicInfoLegacy:before { + content: "\EC23" +} + +.mi-MusicNote:before { + content: "\EC24" +} + +.mi-Mute:before, .mi-MuteLegacy:before { + content: "\EC25" +} + +.mi-MyNetwork:before { + content: "\EC26" +} + +.mi-NUIFPContinueSlideAction:before { + content: "\EC27" +} + +.mi-NUIFPContinueSlideHand:before { + content: "\EC28" +} + +.mi-NUIFPPressAction:before { + content: "\EC29" +} + +.mi-NUIFPPressHand:before { + content: "\EC2A" +} + +.mi-NUIFPPressRepeatAction:before { + content: "\EC2B" +} + +.mi-NUIFPRollLeftAction:before { + content: "\EC2C" +} + +.mi-NUIFPRollLeftHand:before { + content: "\EC2D" +} + +.mi-NUIFPRollRightHand:before { + content: "\EC2E" +} + +.mi-NUIFPRollRightHandAction:before { + content: "\EC2F" +} + +.mi-NUIFPStartSlideAction:before { + content: "\EC30" +} + +.mi-NUIFPPressRepeatHand:before, .mi-NUIFPStartSlideHand:before { + content: "\EC31" +} + +.mi-NUIFace:before { + content: "\EC32" +} + +.mi-NUIIris:before { + content: "\EC33" +} + +.mi-Narrator:before { + content: "\EC34" +} + +.mi-NarratorForward:before { + content: "\EC35" +} + +.mi-NarratorForwardMirrored:before { + content: "\EC36" +} + +.mi-Network:before { + content: "\EC37" +} + +.mi-NetworkAdapter:before { + content: "\EC38" +} + +.mi-NetworkPrinter:before { + content: "\EC39" +} + +.mi-NetworkTower:before { + content: "\EC3A" +} + +.mi-NewFolder:before, .mi-NewFolderLegacy:before { + content: "\EC3B" +} + +.mi-NewWindow:before, .mi-NewWindowLegacy:before { + content: "\EC3C" +} + +.mi-Next:before, .mi-NextLegacy:before { + content: "\EC3D" +} + +.mi-OEM:before { + content: "\EC3E" +} + +.mi-OneBar:before, .mi-OneBarLegacy:before { + content: "\EC3F" +} + +.mi-OpenFile:before, .mi-OpenFileLegacy:before { + content: "\EC40" +} + +.mi-OpenInNewWindow:before, .mi-OpenInNewWindowLegacy:before { + content: "\EC41" +} + +.mi-OpenLocal:before, .mi-OpenLocalLegacy:before { + content: "\EC42" +} + +.mi-OpenPane:before, .mi-OpenPaneLegacy:before { + content: "\EC43" +} + +.mi-OpenPaneLegacyMirrored:before, .mi-OpenPaneMirrored:before { + content: "\EC44" +} + +.mi-OpenWith:before, .mi-OpenWithLegacy:before { + content: "\EC45" +} + +.mi-OpenWithLegacyMirrored:before, .mi-OpenWithMirrored:before { + content: "\EC46" +} + +.mi-Orientation:before, .mi-OrientationLegacy:before { + content: "\EC47" +} + +.mi-OtherUser:before, .mi-OtherUserLegacy:before { + content: "\EC48" +} + +.mi-PC1:before, .mi-PC1Legacy:before { + content: "\EC49" +} + +.mi-PLAP:before { + content: "\EC4A" +} + +.mi-Package:before { + content: "\EC4B" +} + +.mi-Page:before, .mi-PageLegacy:before { + content: "\EC4C" +} + +.mi-PageLeft:before { + content: "\EC4D" +} + +.mi-PageRight:before { + content: "\EC4E" +} + +.mi-PageFillLegacy:before, .mi-PageSolid:before { + content: "\EC4F" +} + +.mi-PanMode:before { + content: "\EC50" +} + +.mi-ParkingLocation:before { + content: "\EC51" +} + +.mi-ParkingLocationMirrored:before { + content: "\EC52" +} + +.mi-ParkingLocationSolid:before { + content: "\EC53" +} + +.mi-PartyLeader:before { + content: "\EC54" +} + +.mi-PasswordKeyHide:before { + content: "\EC55" +} + +.mi-PasswordKeyShow:before { + content: "\EC56" +} + +.mi-Paste:before, .mi-PasteLegacy:before { + content: "\EC57" +} + +.mi-Pause:before, .mi-PauseLegacy:before { + content: "\EC58" +} + +.mi-PauseBadge12:before { + content: "\EC59" +} + +.mi-PenPalette:before { + content: "\EC5A" +} + +.mi-PenPaletteMirrored:before { + content: "\EC5B" +} + +.mi-PenWorkspace:before { + content: "\EC5C" +} + +.mi-PenWorkspaceMirrored:before { + content: "\EC5D" +} + +.mi-Pencil:before { + content: "\EC5E" +} + +.mi-People:before, .mi-PeopleLegacy:before { + content: "\EC5F" +} + +.mi-PeriodKey:before { + content: "\EC60" +} + +.mi-Permissions:before, .mi-PermissionsLegacy:before { + content: "\EC61" +} + +.mi-PersonalFolder:before { + content: "\EC62" +} + +.mi-Personalize:before { + content: "\EC63" +} + +.mi-Phone:before, .mi-PhoneLegacy:before { + content: "\EC64" +} + +.mi-PhoneBook:before, .mi-PhoneBookLegacy:before { + content: "\EC65" +} + +.mi-Photo:before { + content: "\EC66" +} + +.mi-Photo2:before { + content: "\EC67" +} + +.mi-Picture:before, .mi-PictureLegacy:before { + content: "\EC68" +} + +.mi-PieSingle:before { + content: "\EC69" +} + +.mi-Pin:before, .mi-PinLegacy:before { + content: "\EC6A" +} + +.mi-PinFill:before { + content: "\EC6B" +} + +.mi-Pinned:before { + content: "\EC6C" +} + +.mi-PinnedFill:before { + content: "\EC6D" +} + +.mi-PlaceFolderLegacy:before { + content: "\EC6E" +} + +.mi-Play:before, .mi-PlayLegacy:before { + content: "\EC6F" +} + +.mi-Play36:before { + content: "\EC70" +} + +.mi-PlayBadge12:before { + content: "\EC71" +} + +.mi-PlayOnLegacy:before { + content: "\EC72" +} + +.mi-PlaybackRate1x:before { + content: "\EC73" +} + +.mi-PlaybackRateOther:before { + content: "\EC74" +} + +.mi-PointErase:before { + content: "\EC75" +} + +.mi-PointEraseMirrored:before { + content: "\EC76" +} + +.mi-PoliceCar:before { + content: "\EC77" +} + +.mi-PostUpdate:before, .mi-PostUpdateLegacy:before { + content: "\EC78" +} + +.mi-PowerButton:before { + content: "\EC79" +} + +.mi-PresenceChickletVideo:before, .mi-PresenceChickletVideoLegacy:before { + content: "\EC7A" +} + +.mi-Preview:before, .mi-PreviewLegacy:before { + content: "\EC7B" +} + +.mi-PreviewLink:before, .mi-PreviewLinkLegacy:before { + content: "\EC7C" +} + +.mi-Previous:before, .mi-PreviousLegacy:before { + content: "\EC7D" +} + +.mi-Print:before, .mi-PrintLegacy:before { + content: "\EC7E" +} + +.mi-Printer3D:before { + content: "\EC7F" +} + +.mi-Printer3DLegacy:before { + content: "\EC80" +} + +.mi-PrintfaxPrinterFile:before { + content: "\EC81" +} + +.mi-Priority:before, .mi-PriorityLegacy:before { + content: "\EC82" +} + +.mi-Process:before { + content: "\EC83" +} + +.mi-Project:before { + content: "\EC84" +} + +.mi-Projector:before { + content: "\EC85" +} + +.mi-ProtectedDocument:before, .mi-ProtectedDocumentLegacy:before { + content: "\EC86" +} + +.mi-ProvisioningPackage:before { + content: "\EC87" +} + +.mi-PuncKey:before { + content: "\EC88" +} + +.mi-PuncKey0:before { + content: "\EC89" +} + +.mi-PuncKey1:before { + content: "\EC8A" +} + +.mi-PuncKey2:before { + content: "\EC8B" +} + +.mi-PuncKey3:before { + content: "\EC8C" +} + +.mi-PuncKey4:before { + content: "\EC8D" +} + +.mi-PuncKey5:before { + content: "\EC8E" +} + +.mi-PuncKey6:before { + content: "\EC8F" +} + +.mi-PuncKey7:before { + content: "\EC90" +} + +.mi-PuncKey8:before { + content: "\EC91" +} + +.mi-PuncKey9:before { + content: "\EC92" +} + +.mi-PuncKeyLeftBottom:before { + content: "\EC93" +} + +.mi-PuncKeyRightBottom:before { + content: "\EC94" +} + +.mi-Puzzle:before { + content: "\EC95" +} + +.mi-QWERTYOff:before { + content: "\EC96" +} + +.mi-QWERTYOn:before { + content: "\EC97" +} + +.mi-QuickNote:before { + content: "\EC98" +} + +.mi-QuietHours:before { + content: "\EC99" +} + +.mi-RadioBtnOff:before { + content: "\EC9A" +} + +.mi-RadioBtnOn:before { + content: "\EC9B" +} + +.mi-RadioBullet:before { + content: "\EC9C" +} + +.mi-RadioBullet2:before { + content: "\EC9D" +} + +.mi-Read:before, .mi-ReadLegacy:before { + content: "\EC9E" +} + +.mi-ReadingList:before { + content: "\EC9F" +} + +.mi-ReceiptPrinter:before { + content: "\ECA0" +} + +.mi-LengthLegacy:before, .mi-Recent:before { + content: "\ECA1" +} + +.mi-Record:before, .mi-RecordLegacy:before { + content: "\ECA2" +} + +.mi-Redo:before, .mi-RedoLegacy:before { + content: "\ECA3" +} + +.mi-ReduceTileLegacy:before { + content: "\ECA4" +} + +.mi-ReduceTileLegacyMirrored:before { + content: "\ECA5" +} + +.mi-Refresh:before, .mi-RefreshLegacy:before, .mi-RepeatAll:before, .mi-RepeatAllLegacy:before { + content: "\ECA6" +} + +.mi-RememberedDevice:before { + content: "\ECA7" +} + +.mi-Reminder:before { + content: "\ECA8" +} + +.mi-ReminderFill:before { + content: "\ECA9" +} + +.mi-Remote:before, .mi-RemoteLegacy:before { + content: "\ECAA" +} + +.mi-Remove:before, .mi-RemoveLegacy:before { + content: "\ECAB" +} + +.mi-RemoveFrom:before { + content: "\ECAC" +} + +.mi-Rename:before, .mi-RenameLegacy:before { + content: "\ECAD" +} + +.mi-Repair:before, .mi-RepairLegacy:before { + content: "\ECAE" +} + +.mi-RepeatOne:before, .mi-RepeatOneLegacy:before { + content: "\ECAF" +} + +.mi-Reply:before, .mi-ReplyLegacy:before { + content: "\ECB0" +} + +.mi-ReplyMirrored:before { + content: "\ECB1" +} + +.mi-ReportHacked:before, .mi-ReportHackedLegacy:before { + content: "\ECB2" +} + +.mi-ResetDevice:before { + content: "\ECB3" +} + +.mi-ResetDrive:before { + content: "\ECB4" +} + +.mi-Reshare:before, .mi-ReshareLegacy:before { + content: "\ECB5" +} + +.mi-ResizeMouseMedium:before { + content: "\ECB6" +} + +.mi-ResizeMouseMediumMirrored:before { + content: "\ECB7" +} + +.mi-ResizeMouseSmall:before { + content: "\ECB8" +} + +.mi-ResizeMouseSmallMirrored:before { + content: "\ECB9" +} + +.mi-ResizeMouseTall:before { + content: "\ECBA" +} + +.mi-ResizeMouseTallMirrored:before { + content: "\ECBB" +} + +.mi-ResizeMouseWide:before { + content: "\ECBC" +} + +.mi-ResizeTouchLarger:before { + content: "\ECBD" +} + +.mi-ResizeTouchNarrower:before { + content: "\ECBE" +} + +.mi-ResizeTouchNarrowerMirrored:before { + content: "\ECBF" +} + +.mi-ResizeTouchShorter:before { + content: "\ECC0" +} + +.mi-ResizeTouchSmaller:before { + content: "\ECC1" +} + +.mi-ResolutionLegacy:before { + content: "\ECC2" +} + +.mi-ReturnKey:before { + content: "\ECC3" +} + +.mi-ReturnKeyLg:before { + content: "\ECC4" +} + +.mi-ReturnKeySm:before { + content: "\ECC5" +} + +.mi-ReturnToWindow:before, .mi-ReturnToWindowLegacy:before { + content: "\ECC6" +} + +.mi-RevToggleKey:before { + content: "\ECC7" +} + +.mi-Rewind:before { + content: "\ECC8" +} + +.mi-RightArrowKeyTime0:before { + content: "\ECC9" +} + +.mi-RightArrowKeyTime1:before { + content: "\ECCA" +} + +.mi-RightArrowKeyTime2:before { + content: "\ECCB" +} + +.mi-RightArrowKeyTime3:before { + content: "\ECCC" +} + +.mi-RightArrowKeyTime4:before { + content: "\ECCD" +} + +.mi-RightDoubleQuote:before { + content: "\ECCE" +} + +.mi-RightQuote:before { + content: "\ECCF" +} + +.mi-Ringer:before { + content: "\ECD0" +} + +.mi-RingerBadge12:before { + content: "\ECD1" +} + +.mi-RingerSilent:before { + content: "\ECD2" +} + +.mi-RoamingDomestic:before { + content: "\ECD3" +} + +.mi-RoamingInternational:before { + content: "\ECD4" +} + +.mi-Robot:before { + content: "\ECD5" +} + +.mi-Rotate:before { + content: "\ECD6" +} + +.mi-RotateCamera:before, .mi-RotateCameraLegacy:before { + content: "\ECD7" +} + +.mi-RotateLegacy:before { + content: "\ECD8" +} + +.mi-RotateMapLeft:before { + content: "\ECD9" +} + +.mi-RotateMapRight:before { + content: "\ECDA" +} + +.mi-RotationLock:before { + content: "\ECDB" +} + +.mi-Ruler:before { + content: "\ECDC" +} + +.mi-SDCard:before { + content: "\ECDD" +} + +.mi-SIMLock:before { + content: "\ECDE" +} + +.mi-SIMMissing:before { + content: "\ECDF" +} + +.mi-SIPMove:before { + content: "\ECE0" +} + +.mi-SIPRedock:before { + content: "\ECE1" +} + +.mi-SIPUndock:before { + content: "\ECE2" +} + +.mi-Save:before, .mi-SaveLegacy:before { + content: "\ECE3" +} + +.mi-SaveAs:before, .mi-SaveAsLegacy:before { + content: "\ECE4" +} + +.mi-SaveCopy:before { + content: "\ECE5" +} + +.mi-SaveLocal:before, .mi-SaveLocalLegacy:before { + content: "\ECE6" +} + +.mi-Scan:before, .mi-ScanLegacy:before { + content: "\ECE7" +} + +.mi-ScrollMode:before { + content: "\ECE8" +} + +.mi-ScrollUpDown:before { + content: "\ECE9" +} + +.mi-FindLegacy:before, .mi-Search:before, .mi-SearchboxLegacy:before { + content: "\ECEA" +} + +.mi-SearchAndApps:before { + content: "\ECEB" +} + +.mi-SelectAll:before, .mi-SelectAllLegacy:before { + content: "\ECEC" +} + +.mi-SemanticZoomLegacy:before { + content: "\ECED" +} + +.mi-Send:before, .mi-SendLegacy:before { + content: "\ECEE" +} + +.mi-SendFill:before { + content: "\ECEF" +} + +.mi-SendFillMirrored:before { + content: "\ECF0" +} + +.mi-SendMirrored:before { + content: "\ECF1" +} + +.mi-Sensor:before { + content: "\ECF2" +} + +.mi-SetTile:before, .mi-SetTileLegacy:before { + content: "\ECF3" +} + +.mi-SetlockScreen:before, .mi-SetlockScreenLegacy:before { + content: "\ECF4" +} + +.mi-Settings:before, .mi-SettingsLegacy:before { + content: "\ECF5" +} + +.mi-SettingsBattery:before { + content: "\ECF6" +} + +.mi-SettingsDisplaySound:before { + content: "\ECF7" +} + +.mi-Share:before { + content: "\ECF8" +} + +.mi-ShareBroadband:before { + content: "\ECF9" +} + +.mi-Shop:before, .mi-ShopLegacy:before { + content: "\ECFA" +} + +.mi-ShoppingCart:before { + content: "\ECFB" +} + +.mi-ShowAllFiles1Legacy:before { + content: "\ECFC" +} + +.mi-ShowAllFiles3Legacy:before { + content: "\ECFD" +} + +.mi-ShowBcc:before, .mi-ShowBccLegacy:before { + content: "\ECFE" +} + +.mi-ShowResults:before, .mi-ShowResultsLegacy:before { + content: "\ECFF" +} + +.mi-ShowResultsLegacyMirrored:before, .mi-ShowResultsMirrored:before { + content: "\ED00" +} + +.mi-Shuffle:before, .mi-ShuffleLegacy:before { + content: "\ED01" +} + +.mi-SignalBars1:before { + content: "\ED02" +} + +.mi-SignalBars2:before { + content: "\ED03" +} + +.mi-SignalBars3:before { + content: "\ED04" +} + +.mi-SignalBars4:before { + content: "\ED05" +} + +.mi-SignalBars5:before { + content: "\ED06" +} + +.mi-SignalError:before { + content: "\ED07" +} + +.mi-SignalNotConnected:before { + content: "\ED08" +} + +.mi-SignalRoaming:before { + content: "\ED09" +} + +.mi-SizeLegacy:before { + content: "\ED0A" +} + +.mi-SkipBack10:before { + content: "\ED0B" +} + +.mi-SkipForward30:before { + content: "\ED0C" +} + +.mi-SliderThumb:before { + content: "\ED0D" +} + +.mi-Slideshow:before, .mi-SlideshowLegacy:before { + content: "\ED0E" +} + +.mi-Smartcard:before { + content: "\ED0F" +} + +.mi-SmartcardVirtual:before { + content: "\ED10" +} + +.mi-Sort:before, .mi-SortLegacy:before { + content: "\ED11" +} + +.mi-Speakers:before { + content: "\ED12" +} + +.mi-SpeedHigh:before { + content: "\ED13" +} + +.mi-SpeedMedium:before { + content: "\ED14" +} + +.mi-SpeedOff:before { + content: "\ED15" +} + +.mi-StartPoint:before { + content: "\ED16" +} + +.mi-StartPointSolid:before { + content: "\ED17" +} + +.mi-StatusCircle:before { + content: "\ED18" +} + +.mi-StatusCircleLeft:before { + content: "\ED19" +} + +.mi-StatusConnecting1:before { + content: "\ED1A" +} + +.mi-StatusConnecting2:before { + content: "\ED1B" +} + +.mi-StatusDataTransfer:before { + content: "\ED1C" +} + +.mi-StatusDataTransferVPN:before { + content: "\ED1D" +} + +.mi-StatusDualSIM1:before { + content: "\ED1E" +} + +.mi-StatusDualSIM1VPN:before { + content: "\ED1F" +} + +.mi-StatusDualSIM2:before { + content: "\ED20" +} + +.mi-StatusDualSIM2VPN:before { + content: "\ED21" +} + +.mi-StatusError:before { + content: "\ED22" +} + +.mi-StatusErrorFull:before { + content: "\ED23" +} + +.mi-StatusErrorLeft:before { + content: "\ED24" +} + +.mi-StatusSGLTE:before { + content: "\ED25" +} + +.mi-StatusSGLTECell:before { + content: "\ED26" +} + +.mi-StatusSGLTEDataVPN:before { + content: "\ED27" +} + +.mi-StatusTriangle:before { + content: "\ED28" +} + +.mi-StatusTriangleLeft:before { + content: "\ED29" +} + +.mi-StatusUnsecure:before { + content: "\ED2A" +} + +.mi-StatusVPN:before { + content: "\ED2B" +} + +.mi-StatusWarning:before { + content: "\ED2C" +} + +.mi-StatusWarningLeft:before { + content: "\ED2D" +} + +.mi-StockDown:before { + content: "\ED2E" +} + +.mi-StockUp:before { + content: "\ED2F" +} + +.mi-Stop:before, .mi-StopLegacy:before { + content: "\ED30" +} + +.mi-StopPoint:before { + content: "\ED31" +} + +.mi-StopPointSolid:before { + content: "\ED32" +} + +.mi-StopSlideshowLegacy:before { + content: "\ED33" +} + +.mi-Stopwatch:before { + content: "\ED34" +} + +.mi-StorageNetworkWireless:before { + content: "\ED35" +} + +.mi-StorageOptical:before { + content: "\ED36" +} + +.mi-StorageTape:before { + content: "\ED37" +} + +.mi-Streaming:before { + content: "\ED38" +} + +.mi-StreamingEnterprise:before { + content: "\ED39" +} + +.mi-Street:before, .mi-StreetLegacy:before { + content: "\ED3A" +} + +.mi-StreetsideSplitExpand:before { + content: "\ED3B" +} + +.mi-StreetsideSplitMinimize:before { + content: "\ED3C" +} + +.mi-StrokeErase:before { + content: "\ED3D" +} + +.mi-StrokeEraseMirrored:before { + content: "\ED3E" +} + +.mi-Subtitles:before { + content: "\ED3F" +} + +.mi-SubtitlesAudio:before { + content: "\ED40" +} + +.mi-SurfaceHub:before { + content: "\ED41" +} + +.mi-Sustainable:before { + content: "\ED42" +} + +.mi-Swipe:before { + content: "\ED43" +} + +.mi-SwipeRevealArt:before { + content: "\ED44" +} + +.mi-Switch:before, .mi-SwitchLegacy:before { + content: "\ED45" +} + +.mi-SwitchApps:before, .mi-SwitchAppsLegacy:before { + content: "\ED46" +} + +.mi-SwitchUser:before { + content: "\ED47" +} + +.mi-Sync:before, .mi-SyncLegacy:before { + content: "\ED48" +} + +.mi-SyncBadge12:before { + content: "\ED49" +} + +.mi-SyncError:before { + content: "\ED4A" +} + +.mi-SyncFolder:before, .mi-SyncFolderLegacy:before { + content: "\ED4B" +} + +.mi-System:before { + content: "\ED4C" +} + +.mi-TVMonitor:before { + content: "\ED4D" +} + +.mi-TVMonitorSelected:before { + content: "\ED4E" +} + +.mi-Tablet:before { + content: "\ED4F" +} + +.mi-TabletMode:before { + content: "\ED50" +} + +.mi-TabletSelected:before { + content: "\ED51" +} + +.mi-Tag:before, .mi-TagLegacy:before { + content: "\ED52" +} + +.mi-TapAndSend:before { + content: "\ED53" +} + +.mi-TaskbarPhone:before { + content: "\ED54" +} + +.mi-ThisPC:before { + content: "\ED55" +} + +.mi-ThoughtBubble:before { + content: "\ED56" +} + +.mi-ThreeBars:before, .mi-ThreeBarsLegacy:before { + content: "\ED57" +} + +.mi-Tiles:before { + content: "\ED58" +} + +.mi-TiltDown:before { + content: "\ED59" +} + +.mi-TiltUp:before { + content: "\ED5A" +} + +.mi-TimeLanguage:before { + content: "\ED5B" +} + +.mi-ToggleBorder:before { + content: "\ED5C" +} + +.mi-ToggleFilled:before { + content: "\ED5D" +} + +.mi-ToggleThumb:before { + content: "\ED5E" +} + +.mi-Touch:before { + content: "\ED5F" +} + +.mi-TouchPointer:before, .mi-TouchPointerLegacy:before { + content: "\ED60" +} + +.mi-Touchscreen:before { + content: "\ED61" +} + +.mi-Trackers:before { + content: "\ED62" +} + +.mi-TrackersMirrored:before { + content: "\ED63" +} + +.mi-Train:before { + content: "\ED64" +} + +.mi-TrainSolid:before { + content: "\ED65" +} + +.mi-TreeFolderFolder:before { + content: "\ED66" +} + +.mi-TreeFolderFolderFill:before { + content: "\ED67" +} + +.mi-TreeFolderFolderOpen:before { + content: "\ED68" +} + +.mi-TreeFolderFolderOpenFill:before { + content: "\ED69" +} + +.mi-Trim:before, .mi-TrimLegacy:before { + content: "\ED6A" +} + +.mi-TwoBars:before, .mi-TwoBarsLegacy:before { + content: "\ED6B" +} + +.mi-TwoPage:before, .mi-TwoPageLegacy:before { + content: "\ED6C" +} + +.mi-Type:before, .mi-TypeLegacy:before { + content: "\ED6D" +} + +.mi-TypingIndicatorLegacy:before { + content: "\ED6E" +} + +.mi-USB:before { + content: "\ED6F" +} + +.mi-USBSafeConnect:before { + content: "\ED70" +} + +.mi-Underline:before, .mi-UnderlineLegacy:before { + content: "\ED71" +} + +.mi-UnderlineLKoreanLegacy:before { + content: "\ED72" +} + +.mi-UnderlineRussianLegacy:before { + content: "\ED73" +} + +.mi-UnderlineSLegacy:before { + content: "\ED74" +} + +.mi-UnderlineULegacy:before { + content: "\ED75" +} + +.mi-UnderscoreSpace:before { + content: "\ED76" +} + +.mi-Undo:before, .mi-UndoLegacy:before { + content: "\ED77" +} + +.mi-Unfavorite:before, .mi-UnfavoriteLegacy:before { + content: "\ED78" +} + +.mi-Unit:before { + content: "\ED79" +} + +.mi-Unlock:before, .mi-UnlockLegacy:before { + content: "\ED7A" +} + +.mi-Unpin:before, .mi-UnpinLegacy:before { + content: "\ED7B" +} + +.mi-UnsyncFolder:before, .mi-UnsyncFolderLegacy:before { + content: "\ED7C" +} + +.mi-Up:before, .mi-UpLegacy:before { + content: "\ED7D" +} + +.mi-UpArrowShiftKey:before { + content: "\ED7E" +} + +.mi-UpShiftKey:before { + content: "\ED7F" +} + +.mi-UpdateRestore:before { + content: "\ED80" +} + +.mi-Upload:before, .mi-UploadLegacy:before, .mi-UploadSkyDriveLegacy:before { + content: "\ED81" +} + +.mi-VPN:before { + content: "\ED82" +} + +.mi-Vibrate:before { + content: "\ED83" +} + +.mi-Video:before, .mi-VideoInlineLegacy:before, .mi-VideoLegacy:before { + content: "\ED84" +} + +.mi-VideoChat:before, .mi-VideoChatLegacy:before { + content: "\ED85" +} + +.mi-RevealPasswordLegacy:before, .mi-View:before, .mi-ViewLegacy:before { + content: "\ED86" +} + +.mi-ShowAllFilesLegacy:before, .mi-ViewAll:before, .mi-ViewAllLegacy:before { + content: "\ED87" +} + +.mi-Volume:before, .mi-VolumeLegacy:before { + content: "\ED88" +} + +.mi-Volume0:before { + content: "\ED89" +} + +.mi-Volume1:before { + content: "\ED8A" +} + +.mi-Volume2:before { + content: "\ED8B" +} + +.mi-Volume3:before { + content: "\ED8C" +} + +.mi-VolumeBars:before { + content: "\ED8D" +} + +.mi-Walk:before { + content: "\ED8E" +} + +.mi-WalkSolid:before { + content: "\ED8F" +} + +.mi-Warning:before { + content: "\ED90" +} + +.mi-Webcam:before, .mi-WebcamLegacy:before { + content: "\ED91" +} + +.mi-Webcam2:before { + content: "\ED92" +} + +.mi-Wheel:before { + content: "\ED93" +} + +.mi-Wifi:before { + content: "\ED94" +} + +.mi-Wifi1:before { + content: "\ED95" +} + +.mi-Wifi2:before { + content: "\ED96" +} + +.mi-Wifi3:before { + content: "\ED97" +} + +.mi-WifiAttentionOverlay:before { + content: "\ED98" +} + +.mi-WifiCall0:before { + content: "\ED99" +} + +.mi-WifiCall1:before { + content: "\ED9A" +} + +.mi-WifiCall2:before { + content: "\ED9B" +} + +.mi-WifiCall3:before { + content: "\ED9C" +} + +.mi-WifiCall4:before { + content: "\ED9D" +} + +.mi-WifiCallBars:before { + content: "\ED9E" +} + +.mi-WifiError0:before { + content: "\ED9F" +} + +.mi-WifiError1:before { + content: "\EDA0" +} + +.mi-WifiError2:before { + content: "\EDA1" +} + +.mi-WifiError3:before { + content: "\EDA2" +} + +.mi-WifiError4:before { + content: "\EDA3" +} + +.mi-WifiEthernet:before { + content: "\EDA4" +} + +.mi-InternetSharing:before, .mi-WifiHotspot:before { + content: "\EDA5" +} + +.mi-WifiWarning0:before { + content: "\EDA6" +} + +.mi-WifiWarning1:before { + content: "\EDA7" +} + +.mi-WifiWarning2:before { + content: "\EDA8" +} + +.mi-WifiWarning3:before { + content: "\EDA9" +} + +.mi-WifiWarning4:before { + content: "\EDAA" +} + +.mi-WindDirection:before { + content: "\EDAB" +} + +.mi-WiredUSB:before { + content: "\EDAC" +} + +.mi-WirelessUSB:before { + content: "\EDAD" +} + +.mi-Work:before { + content: "\EDAE" +} + +.mi-WorkSolid:before { + content: "\EDAF" +} + +.mi-World:before, .mi-WorldLegacy:before { + content: "\EDB0" +} + +.mi-XboxOneConsole:before { + content: "\EDB1" +} + +.mi-ZeroBars:before, .mi-ZeroBarsLegacy:before { + content: "\EDB2" +} + +.mi-Zoom:before, .mi-ZoomLegacy:before { + content: "\EDB3" +} + +.mi-ZoomIn:before, .mi-ZoomInLegacy:before { + content: "\EDB4" +} + +.mi-ZoomMode:before { + content: "\EDB5" +} + +.mi-ZoomOut:before, .mi-ZoomOutLegacy:before { + content: "\EDB6" +} + +.mi-eSIM:before { + content: "\EDB7" +} + +.mi-eSIMBusy:before { + content: "\EDB8" +} + +.mi-eSIMLocked:before { + content: "\EDB9" +} + +.mi-eSIMNoProfile:before { + content: "\EDBA" +} diff --git a/dist/micon_nb/css/micon_nb.min.css b/dist/micon_nb/css/micon_nb.min.css new file mode 100644 index 0000000..dd2923e --- /dev/null +++ b/dist/micon_nb/css/micon_nb.min.css @@ -0,0 +1,2 @@ +/*! Micon v2.0.155 | MIT License | http://xtoolkit.github.io/Micon/ */ +@font-face{font-family:'micon_nb';src:url('../fonts/micon_nb.eot?v=2.0.155');src:url('../fonts/micon_nb.eot?#iefix&v=2.0.155') format('embedded-opentype'),url('../fonts/micon_nb.woff2?v=2.0.155') format('woff2'), url('../fonts/micon_nb.woff?v=2.0.155') format('woff'), url('../fonts/micon_nb.ttf?v=2.0.155') format('truetype'), url('../fonts/micon_nb.svg?v=2.0.155#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.mi{display:inline-block;font:normal normal normal 14px/1 micon_nb;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mi-lg{font-size:1.33333333em;line-height:0.75em;vertical-align:-15%}.mi-2x{font-size:2em}.mi-3x{font-size:3em}.mi-4x{font-size:4em}.mi-5x{font-size:5em}.mi-fw{width:1.28571429em;text-align:center}.mi-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.mi-ul>li{position:relative}.mi-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:0.14285714em;text-align:center}.mi-li.mi-lg{left:-1.85714286em}.mi-border{padding:.2em .25em .15em;border:solid 0.08em #eee;border-radius:.1em}.mi-pull-left{float:left}.mi-pull-right{float:right}.mi.mi-pull-left{margin-right:.3em}.mi.mi-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.mi.pull-left{margin-right:.3em}.mi.pull-right{margin-left:.3em}.mi-spin{-webkit-animation:mi-spin 2s infinite linear;animation:mi-spin 2s infinite linear}.mi-pulse{-webkit-animation:mi-spin 1s infinite steps(8);animation:mi-spin 1s infinite steps(8)}@-webkit-keyframes mi-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes mi-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.mi-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.mi-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.mi-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.mi-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.mi-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .mi-rotate-90, :root .mi-rotate-180, :root .mi-rotate-270, :root .mi-flip-horizontal, :root .mi-flip-vertical{filter:none}.mi-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.mi-stack-1x, .mi-stack-2x{position:absolute;left:0;width:100%;text-align:center}.mi-stack-1x{line-height:inherit}.mi-stack-2x{font-size:2em}.mi-inverse{color:#fff}.mi-Accept:before,.mi-AcceptLegacy:before,.mi-CheckmarkListviewLegacy:before,.mi-CheckmarkMenuLegacy:before{content:"\EA01"}.mi-Accident:before{content:"\EA02"}.mi-AccidentSolid:before{content:"\EA03"}.mi-Accounts:before,.mi-AccountsLegacy:before{content:"\EA04"}.mi-ActionCenter:before{content:"\EA05"}.mi-ActionCenterAsterisk:before{content:"\EA06"}.mi-ActionCenterMirrored:before{content:"\EA07"}.mi-ActionCenterNotification:before{content:"\EA08"}.mi-ActionCenterNotificationMirrored:before{content:"\EA09"}.mi-ActionCenterQuiet:before{content:"\EA0A"}.mi-ActionCenterQuietNotification:before{content:"\EA0B"}.mi-Add:before,.mi-AddLegacy:before{content:"\EA0C"}.mi-AddFriend:before,.mi-AddFriendLegacy:before{content:"\EA0D"}.mi-AddRemoteDevice:before{content:"\EA0E"}.mi-AddSurfaceHub:before{content:"\EA0F"}.mi-AddTo:before{content:"\EA10"}.mi-AdjustHologram:before{content:"\EA11"}.mi-Admin:before,.mi-AdminLegacy:before{content:"\EA12"}.mi-Airplane:before{content:"\EA13"}.mi-AirplaneSolid:before{content:"\EA14"}.mi-AlignCenter:before,.mi-AlignCenterLegacy:before{content:"\EA15"}.mi-AlignLeft:before,.mi-AlignLeftLegacy:before{content:"\EA16"}.mi-AlignRight:before,.mi-AlignRightLegacy:before{content:"\EA17"}.mi-AllApps:before,.mi-AllAppsLegacy:before{content:"\EA18"}.mi-AllAppsLegacyMirrored:before,.mi-AllAppsMirrored:before{content:"\EA19"}.mi-Annotation:before{content:"\EA1A"}.mi-AppIconDefault:before{content:"\EA1B"}.mi-AspectRatio:before{content:"\EA1C"}.mi-Asterisk:before{content:"\EA1D"}.mi-AsteriskBadge12:before{content:"\EA1E"}.mi-Attach:before,.mi-AttachLegacy:before{content:"\EA1F"}.mi-AttachCamera:before,.mi-AttachCameraLegacy:before{content:"\EA20"}.mi-Audio:before,.mi-AudioLegacy:before{content:"\EA21"}.mi-ArrowHTMLLegacy:before,.mi-Back:before,.mi-BackBttnArrow20Legacy:before,.mi-BackBttnArrow42Legacy:before,.mi-BackLegacy:before{content:"\EA22"}.mi-BackSpaceQWERTYLg:before{content:"\EA23"}.mi-BackSpaceQWERTYMd:before{content:"\EA24"}.mi-BackSpaceQWERTYSm:before{content:"\EA25"}.mi-BackToWindow:before,.mi-BackToWindowLegacy:before{content:"\EA26"}.mi-BackgroundToggle:before{content:"\EA27"}.mi-Badge:before{content:"\EA28"}.mi-Bank:before{content:"\EA29"}.mi-BarcodeScanner:before{content:"\EA2A"}.mi-Battery0:before{content:"\EA2B"}.mi-Battery1:before{content:"\EA2C"}.mi-Battery10:before{content:"\EA2D"}.mi-Battery2:before{content:"\EA2E"}.mi-Battery3:before{content:"\EA2F"}.mi-Battery4:before{content:"\EA30"}.mi-Battery5:before{content:"\EA31"}.mi-Battery6:before{content:"\EA32"}.mi-Battery7:before{content:"\EA33"}.mi-Battery8:before{content:"\EA34"}.mi-Battery9:before{content:"\EA35"}.mi-BatteryCharging0:before{content:"\EA36"}.mi-BatteryCharging1:before{content:"\EA37"}.mi-BatteryCharging10:before{content:"\EA38"}.mi-BatteryCharging2:before{content:"\EA39"}.mi-BatteryCharging3:before{content:"\EA3A"}.mi-BatteryCharging4:before{content:"\EA3B"}.mi-BatteryCharging5:before{content:"\EA3C"}.mi-BatteryCharging6:before{content:"\EA3D"}.mi-BatteryCharging7:before{content:"\EA3E"}.mi-BatteryCharging8:before{content:"\EA3F"}.mi-BatteryCharging9:before{content:"\EA40"}.mi-BatterySaver0:before{content:"\EA41"}.mi-BatterySaver1:before{content:"\EA42"}.mi-BatterySaver10:before{content:"\EA43"}.mi-BatterySaver2:before{content:"\EA44"}.mi-BatterySaver3:before{content:"\EA45"}.mi-BatterySaver4:before{content:"\EA46"}.mi-BatterySaver5:before{content:"\EA47"}.mi-BatterySaver6:before{content:"\EA48"}.mi-BatterySaver7:before{content:"\EA49"}.mi-BatterySaver8:before{content:"\EA4A"}.mi-BatterySaver9:before{content:"\EA4B"}.mi-BatteryUnknown:before{content:"\EA4C"}.mi-Beta:before{content:"\EA4D"}.mi-BidiLtr:before{content:"\EA4E"}.mi-BidiRtl:before{content:"\EA4F"}.mi-BlockContact:before,.mi-BlockContactLegacy:before{content:"\EA50"}.mi-BlockedLegacy:before{content:"\EA51"}.mi-Bluetooth:before{content:"\EA52"}.mi-BodyCam:before{content:"\EA53"}.mi-Bold:before,.mi-BoldLegacy:before{content:"\EA54"}.mi-BoldFLegacy:before{content:"\EA55"}.mi-BoldGLegacy:before{content:"\EA56"}.mi-BoldKoreanLegacy:before{content:"\EA57"}.mi-BoldNLegacy:before{content:"\EA58"}.mi-BoldRussionLegacy:before{content:"\EA59"}.mi-Bookmarks:before,.mi-BookmarksLegacy:before{content:"\EA5A"}.mi-BookmarksLegacyMirrored:before,.mi-BookmarksMirrored:before{content:"\EA5B"}.mi-Brightness:before{content:"\EA5C"}.mi-Broom:before{content:"\EA5D"}.mi-BrowsePhotos:before,.mi-BrowsePhotosLegacy:before{content:"\EA5E"}.mi-BrushSize:before{content:"\EA5F"}.mi-BuildingEnergy:before{content:"\EA60"}.mi-BulletedList:before,.mi-BulletedListLegacy:before,.mi-ListLegacy:before{content:"\EA61"}.mi-BulletedListLegacyMirrored:before,.mi-BulletedListMirrored:before,.mi-ListLegacyMirrored:before{content:"\EA62"}.mi-Bus:before{content:"\EA63"}.mi-BusSolid:before{content:"\EA64"}.mi-CC:before,.mi-CCLegacy:before{content:"\EA65"}.mi-CCEuroLegacy:before{content:"\EA66"}.mi-CCJapanLegacy:before{content:"\EA67"}.mi-Calculator:before,.mi-CalculatorLegacy:before{content:"\EA68"}.mi-CalculatorAddition:before{content:"\EA69"}.mi-BackSpaceQWERTY:before,.mi-CalculatorBackspace:before{content:"\EA6A"}.mi-CalculatorDivide:before{content:"\EA6B"}.mi-CalculatorEqualTo:before{content:"\EA6C"}.mi-CalculatorMultiply:before{content:"\EA6D"}.mi-CalculatorNegate:before{content:"\EA6E"}.mi-CalculatorPercentage:before{content:"\EA6F"}.mi-CalculatorSquareroot:before{content:"\EA70"}.mi-CalculatorSubtract:before{content:"\EA71"}.mi-Calendar:before,.mi-CalendarLegacy:before{content:"\EA72"}.mi-CalendarDay:before,.mi-CalendarDayLegacy:before{content:"\EA73"}.mi-CalendarLegacyMirrored:before,.mi-CalendarMirrored:before{content:"\EA74"}.mi-CalendarReply:before,.mi-CalendarReplyLegacy:before{content:"\EA75"}.mi-CalendarSolid:before{content:"\EA76"}.mi-CalendarWeek:before,.mi-CalendarWeekLegacy:before{content:"\EA77"}.mi-CaligraphyPen:before{content:"\EA78"}.mi-CallForwardInternational:before{content:"\EA79"}.mi-CallForwardInternationalMirrored:before{content:"\EA7A"}.mi-CallForwardRoaming:before{content:"\EA7B"}.mi-CallForwardRoamingMirrored:before{content:"\EA7C"}.mi-CallForwarding:before{content:"\EA7D"}.mi-CallForwardingMirrored:before{content:"\EA7E"}.mi-Camera:before,.mi-CameraLegacy:before{content:"\EA7F"}.mi-Cancel:before,.mi-CancelLegacy:before{content:"\EA80"}.mi-Caption:before,.mi-CaptionLegacy:before{content:"\EA81"}.mi-Car:before,.mi-DrivingMode:before{content:"\EA82"}.mi-CashDrawer:before{content:"\EA83"}.mi-CellPhone:before,.mi-CellPhoneLegacy:before,.mi-MobileContactLegacy:before{content:"\EA84"}.mi-Certificate:before{content:"\EA85"}.mi-Characters:before,.mi-CharactersLegacy:before{content:"\EA86"}.mi-ChatBubbles:before{content:"\EA87"}.mi-CheckMark:before,.mi-CheckMarkLegacy:before,.mi-CheckMarkZeroWidthLegacy:before{content:"\EA88"}.mi-Checkbox:before,.mi-CheckboxLegacy:before{content:"\EA89"}.mi-CheckboxComposite:before,.mi-CheckboxCompositeLegacy:before{content:"\EA8A"}.mi-CheckboxCompositeReversed:before,.mi-CheckboxCompositeReversedLegacy:before{content:"\EA8B"}.mi-CheckboxFill:before,.mi-CheckboxFillLegacy:before,.mi-CheckboxFillZeroWidthLegacy:before,.mi-PresenceChicklet:before,.mi-PresenceChickletLegacy:before,.mi-ResizeMouseLarge:before{content:"\EA8C"}.mi-CheckboxIndeterminate:before,.mi-CheckboxIndeterminateLegacy:before{content:"\EA8D"}.mi-ChevronDown:before,.mi-ChevronDown1Legacy:before,.mi-ChevronDown2Legacy:before,.mi-ChevronDown3Legacy:before,.mi-ChevronDown4Legacy:before,.mi-ChevronFlipDownLegacy:before,.mi-ScrollChevronDownBoldLegacy:before,.mi-ScrollChevronDownLegacy:before{content:"\EA8E"}.mi-ChevronDownMed:before{content:"\EA8F"}.mi-ChevronDownSmLegacy:before,.mi-ChevronDownSmall:before{content:"\EA90"}.mi-ChevronFlipLeftLegacy:before,.mi-ChevronLeft:before,.mi-ChevronLeft1Legacy:before,.mi-ChevronLeft2Legacy:before,.mi-ChevronLeft3Legacy:before,.mi-ChevronLeft4Legacy:before,.mi-ScrollChevronLeftBoldLegacy:before,.mi-ScrollChevronLeftLegacy:before{content:"\EA91"}.mi-ChevronLeftMed:before{content:"\EA92"}.mi-ChevronLeftSmLegacy:before,.mi-ChevronLeftSmall:before{content:"\EA93"}.mi-ChevronFlipRightLegacy:before,.mi-ChevronRight:before,.mi-ChevronRight1Legacy:before,.mi-ChevronRight2Legacy:before,.mi-ChevronRight3Legacy:before,.mi-ChevronRight4Legacy:before,.mi-ScrollChevronRightBoldLegacy:before,.mi-ScrollChevronRightLegacy:before{content:"\EA94"}.mi-ChevronRightMed:before{content:"\EA95"}.mi-ChevronRightSmLegacy:before,.mi-ChevronRightSmall:before{content:"\EA96"}.mi-ChevronFlipUpLegacy:before,.mi-ChevronUp:before,.mi-ChevronUp1Legacy:before,.mi-ChevronUp2Legacy:before,.mi-ChevronUp3Legacy:before,.mi-ChevronUp4Legacy:before,.mi-ScrollChevronUpBoldLegacy:before,.mi-ScrollChevronUpLegacy:before{content:"\EA97"}.mi-ChevronUpMed:before{content:"\EA98"}.mi-ChevronUpSmall:before{content:"\EA99"}.mi-ChineseBoPoMoFo:before{content:"\EA9A"}.mi-ChineseChangjie:before{content:"\EA9B"}.mi-ChinesePinyin:before{content:"\EA9C"}.mi-ChineseQuick:before{content:"\EA9D"}.mi-ChromeAnnotate:before{content:"\EA9E"}.mi-ChromeBack:before{content:"\EA9F"}.mi-ChromeBackMirrored:before{content:"\EAA0"}.mi-ChromeBackToWindow:before{content:"\EAA1"}.mi-ChromeClose:before{content:"\EAA2"}.mi-ChromeFullScreen:before{content:"\EAA3"}.mi-ChromeMaximize:before{content:"\EAA4"}.mi-ChromeMinimize:before{content:"\EAA5"}.mi-ChromeRestore:before{content:"\EAA6"}.mi-CircleFill:before{content:"\EAA7"}.mi-CircleFillBadge12:before{content:"\EAA8"}.mi-CircleRing:before{content:"\EAA9"}.mi-CircleRingBadge12:before{content:"\EAAA"}.mi-CityNext:before{content:"\EAAB"}.mi-CityNext2:before{content:"\EAAC"}.mi-Clear:before,.mi-ClearLegacy:before{content:"\EAAD"}.mi-ClearAllInk:before{content:"\EAAE"}.mi-ClearAllInkMirrored:before{content:"\EAAF"}.mi-ClearSelection:before,.mi-ClearSelectionLegacy:before{content:"\EAB0"}.mi-ClearSelectionLegacyMirrored:before,.mi-ClearSelectionMirrored:before{content:"\EAB1"}.mi-Click:before{content:"\EAB2"}.mi-ClockLegacy:before{content:"\EAB3"}.mi-ClosePane:before,.mi-ClosePaneLegacy:before{content:"\EAB4"}.mi-ClosePaneLegacyMirrored:before,.mi-ClosePaneMirrored:before{content:"\EAB5"}.mi-Cloud:before{content:"\EAB6"}.mi-CloudPrinter:before{content:"\EAB7"}.mi-Code:before{content:"\EAB8"}.mi-Color:before,.mi-ColorLegacy:before{content:"\EAB9"}.mi-CommaKey:before{content:"\EABA"}.mi-CommandPrompt:before{content:"\EABB"}.mi-Comment:before,.mi-CommentLegacy:before{content:"\EABC"}.mi-Communications:before{content:"\EABD"}.mi-CompanionApp:before{content:"\EABE"}.mi-CompanionDeviceFramework:before{content:"\EABF"}.mi-Completed:before{content:"\EAC0"}.mi-CompletedSolid:before{content:"\EAC1"}.mi-Component:before{content:"\EAC2"}.mi-Connect:before{content:"\EAC3"}.mi-ConnectApp:before,.mi-MiracastLogoLarge:before{content:"\EAC4"}.mi-Construction:before{content:"\EAC5"}.mi-ConstructionCone:before{content:"\EAC6"}.mi-ConstructionSolid:before{content:"\EAC7"}.mi-Contact:before,.mi-Contact3Legacy:before,.mi-ContactLegacy:before{content:"\EAC8"}.mi-Contact2:before,.mi-Contact2Legacy:before{content:"\EAC9"}.mi-ContactInfo:before,.mi-ContactInfoLegacy:before{content:"\EACA"}.mi-ContactInfoMirrored:before{content:"\EACB"}.mi-ContactPresence:before,.mi-ContactPresenceLegacy:before{content:"\EACC"}.mi-ContactSolid:before{content:"\EACD"}.mi-Copy:before,.mi-CopyLegacy:before{content:"\EACE"}.mi-Courthouse:before{content:"\EACF"}.mi-Crop:before,.mi-CropLegacy:before{content:"\EAD0"}.mi-Cut:before,.mi-CutLegacy:before{content:"\EAD1"}.mi-DMC:before{content:"\EAD2"}.mi-DashKey:before{content:"\EAD3"}.mi-DataSense:before{content:"\EAD4"}.mi-DataSenseBar:before{content:"\EAD5"}.mi-DateTime:before{content:"\EAD6"}.mi-DateTimeMirrored:before{content:"\EAD7"}.mi-DecreaseIndentLegacy:before{content:"\EAD8"}.mi-DecreaseIndentLegacyMirrored:before{content:"\EAD9"}.mi-DefenderApp:before{content:"\EADA"}.mi-Delete:before,.mi-DeleteLegacy:before{content:"\EADB"}.mi-DevUpdate:before{content:"\EADC"}.mi-DeveloperTools:before{content:"\EADD"}.mi-DeviceDiscovery:before{content:"\EADE"}.mi-DeviceLaptopNoPic:before{content:"\EADF"}.mi-DeviceLaptopPic:before{content:"\EAE0"}.mi-DeviceMonitorLeftPic:before{content:"\EAE1"}.mi-DeviceMonitorNoPic:before{content:"\EAE2"}.mi-DeviceMonitorRightPic:before{content:"\EAE3"}.mi-Devices:before{content:"\EAE4"}.mi-Devices3:before{content:"\EAE5"}.mi-Devices4:before{content:"\EAE6"}.mi-Devices2:before,.mi-DevicesLegacy:before{content:"\EAE7"}.mi-Diagnostic:before{content:"\EAE8"}.mi-DialUp:before{content:"\EAE9"}.mi-Dialpad:before{content:"\EAEA"}.mi-Dictionary:before{content:"\EAEB"}.mi-DictionaryAdd:before{content:"\EAEC"}.mi-DictionaryCloud:before{content:"\EAED"}.mi-DirectAccess:before{content:"\EAEE"}.mi-Directions:before,.mi-DirectionsLegacy:before{content:"\EAEF"}.mi-DisableUpdates:before,.mi-DisableUpdatesLegacy:before{content:"\EAF0"}.mi-DisconnectDisplay:before{content:"\EAF1"}.mi-DisconnectDrive:before,.mi-DisconnectDriveLegacy:before{content:"\EAF2"}.mi-Dislike:before,.mi-DislikeLegacy:before{content:"\EAF3"}.mi-Dock:before{content:"\EAF4"}.mi-DockBottom:before,.mi-DockBottomLegacy:before{content:"\EAF5"}.mi-DockLeft:before,.mi-DockLeftLegacy:before{content:"\EAF6"}.mi-DockLeftLegacyMirrored:before,.mi-DockLeftMirrored:before{content:"\EAF7"}.mi-DockRight:before,.mi-DockRightLegacy:before{content:"\EAF8"}.mi-DockRightLegacyMirrored:before,.mi-DockRightMirrored:before{content:"\EAF9"}.mi-Document:before,.mi-DocumentLegacy:before{content:"\EAFA"}.mi-Down:before,.mi-DownLegacy:before{content:"\EAFB"}.mi-DownShiftKey:before{content:"\EAFC"}.mi-Download:before,.mi-DownloadLegacy:before{content:"\EAFD"}.mi-DownloadMap:before{content:"\EAFE"}.mi-Draw:before{content:"\EAFF"}.mi-DrawSolid:before{content:"\EB00"}.mi-Drop:before{content:"\EB01"}.mi-DullSound:before{content:"\EB02"}.mi-DullSoundKey:before{content:"\EB03"}.mi-EaseOfAccess:before,.mi-EaseOfAccessLegacy:before{content:"\EB04"}.mi-Edit:before,.mi-EditLegacy:before{content:"\EB05"}.mi-EditLegacyMirrored:before,.mi-EditMirrored:before{content:"\EB06"}.mi-Education:before{content:"\EB07"}.mi-Emoji:before,.mi-EmojiLegacy:before{content:"\EB08"}.mi-Emoji2:before,.mi-Emoji2Legacy:before{content:"\EB09"}.mi-EmojiSwatch:before{content:"\EB0A"}.mi-EmojiTabCelebrationObjects:before{content:"\EB0B"}.mi-EmojiTabFavorites:before{content:"\EB0C"}.mi-EmojiTabFoodPlants:before{content:"\EB0D"}.mi-EmojiTabPeople:before{content:"\EB0E"}.mi-EmojiTabSmilesAnimals:before{content:"\EB0F"}.mi-EmojiTabSymbols:before{content:"\EB10"}.mi-EmojiTabTextSmiles:before{content:"\EB11"}.mi-EmojiTabTransitPlaces:before{content:"\EB12"}.mi-EndPointSolid:before{content:"\EB13"}.mi-EraseTool:before{content:"\EB14"}.mi-EraseToolFill:before{content:"\EB15"}.mi-EraseToolFill2:before{content:"\EB16"}.mi-Error:before{content:"\EB17"}.mi-ErrorBadge:before{content:"\EB18"}.mi-ErrorBadge12:before{content:"\EB19"}.mi-Ethernet:before{content:"\EB1A"}.mi-EthernetError:before{content:"\EB1B"}.mi-EthernetWarning:before{content:"\EB1C"}.mi-ExpandTile:before,.mi-ExpandTileLegacy:before{content:"\EB1D"}.mi-ExpandTileLegacyMirrored:before,.mi-ExpandTileMirrored:before{content:"\EB1E"}.mi-ExploreContent:before{content:"\EB1F"}.mi-Export:before,.mi-ImportLegacyMirrored:before,.mi-ImportMirrored:before{content:"\EB20"}.mi-FastForward:before{content:"\EB21"}.mi-Favorite2Legacy:before,.mi-FavoriteLegacy:before,.mi-FavoriteStarFill:before,.mi-RatingStarFillLegacy:before,.mi-RatingStarFillReducedPaddingHTMLLegacy:before,.mi-RatingStarFillSmallLegacy:before,.mi-RatingStarFillZeroWidthLegacy:before,.mi-SolidStarLegacy:before{content:"\EB22"}.mi-FavoriteList:before{content:"\EB23"}.mi-FavoriteInlineLegacy:before,.mi-FavoriteStar:before,.mi-OutlineStarLegacy:before,.mi-RatingStarLegacy:before,.mi-Unfavorite2Legacy:before{content:"\EB24"}.mi-Feedback:before{content:"\EB25"}.mi-FeedbackApp:before{content:"\EB26"}.mi-Ferry:before{content:"\EB27"}.mi-FerrySolid:before{content:"\EB28"}.mi-FileExplorer:before{content:"\EB29"}.mi-FileExplorerApp:before{content:"\EB2A"}.mi-Filter:before,.mi-FilterLegacy:before{content:"\EB2B"}.mi-FingerInking:before{content:"\EB2C"}.mi-Fingerprint:before{content:"\EB2D"}.mi-EndPoint:before,.mi-Flag:before,.mi-FlagLegacy:before{content:"\EB2E"}.mi-Flashlight:before{content:"\EB2F"}.mi-FlickDown:before{content:"\EB30"}.mi-FlickLeft:before{content:"\EB31"}.mi-FlickRight:before{content:"\EB32"}.mi-FlickUp:before{content:"\EB33"}.mi-Folder:before{content:"\EB34"}.mi-FolderFill:before,.mi-FolderLegacy:before{content:"\EB35"}.mi-Font:before,.mi-FontLegacy:before{content:"\EB36"}.mi-FontColor:before,.mi-FontColorLegacy:before{content:"\EB37"}.mi-FontColorKoreanLegacy:before{content:"\EB38"}.mi-FontDecrease:before,.mi-FontDecreaseLegacy:before{content:"\EB39"}.mi-FontIncrease:before,.mi-FontIncreaseLegacy:before{content:"\EB3A"}.mi-FontSize:before,.mi-FontSizeLegacy:before{content:"\EB3B"}.mi-FontStyleKoreanLegacy:before{content:"\EB3C"}.mi-ArrowHTMLLegacyMirrored:before,.mi-BackBttnMirroredArrow20Legacy:before,.mi-BackBttnMirroredArrow42Legacy:before,.mi-Forward:before,.mi-ForwardLegacy:before{content:"\EB3D"}.mi-ForwardSm:before{content:"\EB3E"}.mi-FourBars:before,.mi-FourBarsLegacy:before{content:"\EB3F"}.mi-Frigid:before{content:"\EB40"}.mi-FullAlpha:before{content:"\EB41"}.mi-FullCircleMask:before{content:"\EB42"}.mi-FullHiragana:before{content:"\EB43"}.mi-FullKatakana:before{content:"\EB44"}.mi-FullScreen:before,.mi-FullScreenLegacy:before{content:"\EB45"}.mi-Game:before{content:"\EB46"}.mi-GameConsole:before{content:"\EB47"}.mi-GlobalNavButton:before{content:"\EB48"}.mi-Globe:before,.mi-GlobeLegacy:before{content:"\EB49"}.mi-Go:before,.mi-GoLegacy:before{content:"\EB4A"}.mi-GoLegacyMirrored:before,.mi-GoMirrored:before{content:"\EB4B"}.mi-GoToStart:before,.mi-GoToStartLegacy:before{content:"\EB4C"}.mi-GotoToday:before,.mi-GotoTodayLegacy:before{content:"\EB4D"}.mi-GripperBarHorizontal:before{content:"\EB4E"}.mi-GripperBarVertical:before{content:"\EB4F"}.mi-GripperResize:before{content:"\EB50"}.mi-GripperResizeMirrored:before{content:"\EB51"}.mi-GripperTool:before{content:"\EB52"}.mi-Groceries:before{content:"\EB53"}.mi-GuestUser:before{content:"\EB54"}.mi-HalfAlpha:before{content:"\EB55"}.mi-HalfDullSound:before{content:"\EB56"}.mi-HalfKatakana:before{content:"\EB57"}.mi-HalfStarLeft:before{content:"\EB58"}.mi-HalfStarRight:before{content:"\EB59"}.mi-Handwriting:before{content:"\EB5A"}.mi-HangUp:before,.mi-HangUpLegacy:before{content:"\EB5B"}.mi-HardDrive:before{content:"\EB5C"}.mi-Headphone:before{content:"\EB5D"}.mi-Headphone0:before{content:"\EB5E"}.mi-Headphone1:before{content:"\EB5F"}.mi-Headphone2:before{content:"\EB60"}.mi-Headphone3:before{content:"\EB61"}.mi-Headset:before{content:"\EB62"}.mi-Health:before{content:"\EB63"}.mi-Heart:before,.mi-HeartLegacy:before{content:"\EB64"}.mi-HeartBroken:before{content:"\EB65"}.mi-HeartBrokenLegacy:before,.mi-HeartBrokenZeroWidthLegacy:before{content:"\EB66"}.mi-HeartFill:before,.mi-HeartFillLegacy:before,.mi-HeartFillZeroWidthLegacy:before{content:"\EB67"}.mi-Help:before,.mi-HelpLegacy:before{content:"\EB68"}.mi-HelpLegacyMirrored:before,.mi-HelpMirrored:before{content:"\EB69"}.mi-HideBcc:before,.mi-HideBccLegacy:before{content:"\EB6A"}.mi-Highlight:before,.mi-HighlightLegacy:before{content:"\EB6B"}.mi-HighlightFill:before{content:"\EB6C"}.mi-HighlightFill2:before{content:"\EB6D"}.mi-History:before{content:"\EB6E"}.mi-Home:before,.mi-HomeLegacy:before{content:"\EB6F"}.mi-HomeGroup:before{content:"\EB70"}.mi-HomeSolid:before{content:"\EB71"}.mi-HorizontalTabKey:before{content:"\EB72"}.mi-IBeam:before{content:"\EB73"}.mi-IBeamOutline:before{content:"\EB74"}.mi-ImageExport:before{content:"\EB75"}.mi-ExportMirrored:before,.mi-Import:before,.mi-ImportLegacy:before{content:"\EB76"}.mi-ImportAll:before,.mi-ImportAllLegacy:before{content:"\EB77"}.mi-ImportAllLegacyMirrored:before,.mi-ImportAllMirrored:before{content:"\EB78"}.mi-Important:before,.mi-ImportantLegacy:before{content:"\EB79"}.mi-ImportantBadge12:before{content:"\EB7A"}.mi-InPrivate:before{content:"\EB7B"}.mi-IncidentTriangle:before{content:"\EB7C"}.mi-IncreaseIndentLegacy:before{content:"\EB7D"}.mi-IncreaseIndentLegacyMirrored:before{content:"\EB7E"}.mi-Info:before{content:"\EB7F"}.mi-Info2:before{content:"\EB80"}.mi-InkingCaret:before{content:"\EB81"}.mi-InkingColorFill:before{content:"\EB82"}.mi-InkingColorOutline:before{content:"\EB83"}.mi-InkingTool:before{content:"\EB84"}.mi-InkingToolFill:before{content:"\EB85"}.mi-InkingToolFill2:before{content:"\EB86"}.mi-Input:before{content:"\EB87"}.mi-InsiderHubApp:before{content:"\EB88"}.mi-Italic:before,.mi-ItalicLegacy:before{content:"\EB89"}.mi-ItalicCLegacy:before{content:"\EB8A"}.mi-ItalicILegacy:before{content:"\EB8B"}.mi-ItalicKLegacy:before{content:"\EB8C"}.mi-ItalicKoreanLegacy:before{content:"\EB8D"}.mi-ItalicRussianLegacy:before{content:"\EB8E"}.mi-Japanese:before{content:"\EB8F"}.mi-JpnRomanji:before{content:"\EB90"}.mi-JpnRomanjiLock:before{content:"\EB91"}.mi-JpnRomanjiShift:before{content:"\EB92"}.mi-JpnRomanjiShiftLock:before{content:"\EB93"}.mi-Key12On:before{content:"\EB94"}.mi-KeyBoardLegacy:before,.mi-KeyboardClassic:before{content:"\EB95"}.mi-KeyboardBrightness:before{content:"\EB96"}.mi-KeyboardDismiss:before{content:"\EB97"}.mi-KeyboardFull:before{content:"\EB98"}.mi-KeyboardLeftHanded:before{content:"\EB99"}.mi-KeyboardLowerBrightness:before{content:"\EB9A"}.mi-KeyboardOneHanded:before{content:"\EB9B"}.mi-KeyboardRightHanded:before{content:"\EB9C"}.mi-KeyboardShortcut:before{content:"\EB9D"}.mi-KeyboardSplit:before,.mi-KeyboardSplitLegacy:before{content:"\EB9E"}.mi-KeyboardStandard:before,.mi-KeyboardStandardLegacy:before{content:"\EB9F"}.mi-Korean:before{content:"\EBA0"}.mi-LEDLight:before{content:"\EBA1"}.mi-Label:before{content:"\EBA2"}.mi-LangJPN:before{content:"\EBA3"}.mi-LanguageChs:before{content:"\EBA4"}.mi-LanguageCht:before{content:"\EBA5"}.mi-LanguageJpn:before{content:"\EBA6"}.mi-LanguageKor:before{content:"\EBA7"}.mi-LaptopSelected:before{content:"\EBA8"}.mi-LayoutLegacy:before{content:"\EBA9"}.mi-Leaf:before{content:"\EBAA"}.mi-LeaveChat:before,.mi-LeaveChatLegacy:before{content:"\EBAB"}.mi-LeaveChatMirrored:before{content:"\EBAC"}.mi-LeftArrowKeyTime0:before{content:"\EBAD"}.mi-LeftDoubleQuote:before{content:"\EBAE"}.mi-LeftQuote:before{content:"\EBAF"}.mi-Library:before,.mi-LibraryLegacy:before{content:"\EBB0"}.mi-Light:before{content:"\EBB1"}.mi-Lightbulb:before,.mi-ToolTip:before{content:"\EBB2"}.mi-LightningBolt:before{content:"\EBB3"}.mi-Like:before,.mi-LikeInlineLegacy:before,.mi-LikeLegacy:before{content:"\EBB4"}.mi-LikeDislike:before,.mi-LikeDislikeLegacy:before{content:"\EBB5"}.mi-Link:before,.mi-LinkLegacy:before{content:"\EBB6"}.mi-List:before{content:"\EBB7"}.mi-ListMirrored:before{content:"\EBB8"}.mi-Location:before,.mi-LocationLegacy:before{content:"\EBB9"}.mi-Lock:before,.mi-LockLegacy:before{content:"\EBBA"}.mi-LockScreenGlance:before{content:"\EBBB"}.mi-LockscreenDesktop:before{content:"\EBBC"}.mi-LowerBrightness:before{content:"\EBBD"}.mi-MagStripeReader:before{content:"\EBBE"}.mi-Mail:before,.mi-MailLegacy:before{content:"\EBBF"}.mi-MailBadge12:before{content:"\EBC0"}.mi-MailFill:before,.mi-MailFillLegacy:before,.mi-MailMessageLegacy:before{content:"\EBC1"}.mi-MailForward:before,.mi-MailForwardLegacy:before{content:"\EBC2"}.mi-MailForwardLegacyMirrored:before,.mi-MailForwardMirrored:before{content:"\EBC3"}.mi-MailReply:before,.mi-MailReplyLegacy:before{content:"\EBC4"}.mi-MailReplyAll:before,.mi-MailReplyAllLegacy:before{content:"\EBC5"}.mi-MailReplyAllLegacyMirrored:before,.mi-MailReplyAllMirrored:before{content:"\EBC6"}.mi-MailReplyLegacyMirrored:before,.mi-MailReplyMirrored:before{content:"\EBC7"}.mi-Manage:before,.mi-ManageLegacy:before{content:"\EBC8"}.mi-MapCompassBottom:before{content:"\EBC9"}.mi-MapCompassTop:before{content:"\EBCA"}.mi-MapDirections:before{content:"\EBCB"}.mi-MapDrive:before,.mi-MapDriveLegacy:before{content:"\EBCC"}.mi-MapLayers:before{content:"\EBCD"}.mi-MapLegacy:before,.mi-MapPin:before{content:"\EBCE"}.mi-MapPin2:before,.mi-MapPinLegacy:before{content:"\EBCF"}.mi-Marker:before{content:"\EBD0"}.mi-Marquee:before{content:"\EBD1"}.mi-Media:before{content:"\EBD2"}.mi-MediaStorageTower:before{content:"\EBD3"}.mi-Megaphone:before{content:"\EBD4"}.mi-Memo:before,.mi-MemoLegacy:before{content:"\EBD5"}.mi-CommentInlineLegacy:before,.mi-Message:before,.mi-MessageLegacy:before{content:"\EBD6"}.mi-MicClipping:before{content:"\EBD7"}.mi-MicError:before{content:"\EBD8"}.mi-MicOff:before{content:"\EBD9"}.mi-MicOn:before{content:"\EBDA"}.mi-MicSleep:before{content:"\EBDB"}.mi-Microphone:before,.mi-MicrophoneLegacy:before{content:"\EBDC"}.mi-MiracastLogoSmall:before{content:"\EBDD"}.mi-MobActionCenter:before{content:"\EBDE"}.mi-MobAirplane:before{content:"\EBDF"}.mi-MobBattery0:before{content:"\EBE0"}.mi-MobBattery1:before{content:"\EBE1"}.mi-MobBattery10:before{content:"\EBE2"}.mi-MobBattery2:before{content:"\EBE3"}.mi-MobBattery3:before{content:"\EBE4"}.mi-MobBattery4:before{content:"\EBE5"}.mi-MobBattery5:before{content:"\EBE6"}.mi-MobBattery6:before{content:"\EBE7"}.mi-MobBattery7:before{content:"\EBE8"}.mi-MobBattery8:before{content:"\EBE9"}.mi-MobBattery9:before{content:"\EBEA"}.mi-MobBatteryCharging0:before{content:"\EBEB"}.mi-MobBatteryCharging1:before{content:"\EBEC"}.mi-MobBatteryCharging10:before{content:"\EBED"}.mi-MobBatteryCharging2:before{content:"\EBEE"}.mi-MobBatteryCharging3:before{content:"\EBEF"}.mi-MobBatteryCharging4:before{content:"\EBF0"}.mi-MobBatteryCharging5:before{content:"\EBF1"}.mi-MobBatteryCharging6:before{content:"\EBF2"}.mi-MobBatteryCharging7:before{content:"\EBF3"}.mi-MobBatteryCharging8:before{content:"\EBF4"}.mi-MobBatteryCharging9:before{content:"\EBF5"}.mi-MobBatterySaver0:before{content:"\EBF6"}.mi-MobBatterySaver1:before{content:"\EBF7"}.mi-MobBatterySaver10:before{content:"\EBF8"}.mi-MobBatterySaver2:before{content:"\EBF9"}.mi-MobBatterySaver3:before{content:"\EBFA"}.mi-MobBatterySaver4:before{content:"\EBFB"}.mi-MobBatterySaver5:before{content:"\EBFC"}.mi-MobBatterySaver6:before{content:"\EBFD"}.mi-MobBatterySaver7:before{content:"\EBFE"}.mi-MobBatterySaver8:before{content:"\EBFF"}.mi-MobBatterySaver9:before{content:"\EC00"}.mi-MobBatteryUnknown:before{content:"\EC01"}.mi-MobBluetooth:before{content:"\EC02"}.mi-MobCallForwarding:before{content:"\EC03"}.mi-MobCallForwardingMirrored:before{content:"\EC04"}.mi-MobDrivingMode:before{content:"\EC05"}.mi-MobLocation:before{content:"\EC06"}.mi-MobQuietHours:before{content:"\EC07"}.mi-MobSignal1:before{content:"\EC08"}.mi-MobSignal2:before{content:"\EC09"}.mi-MobSignal3:before{content:"\EC0A"}.mi-MobSignal4:before{content:"\EC0B"}.mi-MobSignal5:before{content:"\EC0C"}.mi-MobWifi1:before{content:"\EC0D"}.mi-MobWifi2:before{content:"\EC0E"}.mi-MobWifi3:before{content:"\EC0F"}.mi-MobWifi4:before{content:"\EC10"}.mi-MobWifiHotspot:before{content:"\EC11"}.mi-MobileLocked:before{content:"\EC12"}.mi-MobileSelected:before{content:"\EC13"}.mi-MobileTablet:before{content:"\EC14"}.mi-More:before,.mi-MoreLegacy:before{content:"\EC15"}.mi-Mouse:before{content:"\EC16"}.mi-MoveToFolder:before,.mi-MoveToFolderLegacy:before{content:"\EC17"}.mi-Movies:before{content:"\EC18"}.mi-MultiSelect:before,.mi-MultiSelectLegacy:before{content:"\EC19"}.mi-MultiSelectLegacyMirrored:before,.mi-MultiSelectMirrored:before{content:"\EC1A"}.mi-MultimediaDMP:before{content:"\EC1B"}.mi-MultimediaDMS:before{content:"\EC1C"}.mi-MultimediaDVR:before{content:"\EC1D"}.mi-MultimediaPMP:before{content:"\EC1E"}.mi-Multitask:before{content:"\EC1F"}.mi-Multitask16:before{content:"\EC20"}.mi-MultitaskExpanded:before{content:"\EC21"}.mi-MusicAlbum:before{content:"\EC22"}.mi-MusicInfo:before,.mi-MusicInfoLegacy:before{content:"\EC23"}.mi-MusicNote:before{content:"\EC24"}.mi-Mute:before,.mi-MuteLegacy:before{content:"\EC25"}.mi-MyNetwork:before{content:"\EC26"}.mi-NUIFPContinueSlideAction:before{content:"\EC27"}.mi-NUIFPContinueSlideHand:before{content:"\EC28"}.mi-NUIFPPressAction:before{content:"\EC29"}.mi-NUIFPPressHand:before{content:"\EC2A"}.mi-NUIFPPressRepeatAction:before{content:"\EC2B"}.mi-NUIFPRollLeftAction:before{content:"\EC2C"}.mi-NUIFPRollLeftHand:before{content:"\EC2D"}.mi-NUIFPRollRightHand:before{content:"\EC2E"}.mi-NUIFPRollRightHandAction:before{content:"\EC2F"}.mi-NUIFPStartSlideAction:before{content:"\EC30"}.mi-NUIFPPressRepeatHand:before,.mi-NUIFPStartSlideHand:before{content:"\EC31"}.mi-NUIFace:before{content:"\EC32"}.mi-NUIIris:before{content:"\EC33"}.mi-Narrator:before{content:"\EC34"}.mi-NarratorForward:before{content:"\EC35"}.mi-NarratorForwardMirrored:before{content:"\EC36"}.mi-Network:before{content:"\EC37"}.mi-NetworkAdapter:before{content:"\EC38"}.mi-NetworkPrinter:before{content:"\EC39"}.mi-NetworkTower:before{content:"\EC3A"}.mi-NewFolder:before,.mi-NewFolderLegacy:before{content:"\EC3B"}.mi-NewWindow:before,.mi-NewWindowLegacy:before{content:"\EC3C"}.mi-Next:before,.mi-NextLegacy:before{content:"\EC3D"}.mi-OEM:before{content:"\EC3E"}.mi-OneBar:before,.mi-OneBarLegacy:before{content:"\EC3F"}.mi-OpenFile:before,.mi-OpenFileLegacy:before{content:"\EC40"}.mi-OpenInNewWindow:before,.mi-OpenInNewWindowLegacy:before{content:"\EC41"}.mi-OpenLocal:before,.mi-OpenLocalLegacy:before{content:"\EC42"}.mi-OpenPane:before,.mi-OpenPaneLegacy:before{content:"\EC43"}.mi-OpenPaneLegacyMirrored:before,.mi-OpenPaneMirrored:before{content:"\EC44"}.mi-OpenWith:before,.mi-OpenWithLegacy:before{content:"\EC45"}.mi-OpenWithLegacyMirrored:before,.mi-OpenWithMirrored:before{content:"\EC46"}.mi-Orientation:before,.mi-OrientationLegacy:before{content:"\EC47"}.mi-OtherUser:before,.mi-OtherUserLegacy:before{content:"\EC48"}.mi-PC1:before,.mi-PC1Legacy:before{content:"\EC49"}.mi-PLAP:before{content:"\EC4A"}.mi-Package:before{content:"\EC4B"}.mi-Page:before,.mi-PageLegacy:before{content:"\EC4C"}.mi-PageLeft:before{content:"\EC4D"}.mi-PageRight:before{content:"\EC4E"}.mi-PageFillLegacy:before,.mi-PageSolid:before{content:"\EC4F"}.mi-PanMode:before{content:"\EC50"}.mi-ParkingLocation:before{content:"\EC51"}.mi-ParkingLocationMirrored:before{content:"\EC52"}.mi-ParkingLocationSolid:before{content:"\EC53"}.mi-PartyLeader:before{content:"\EC54"}.mi-PasswordKeyHide:before{content:"\EC55"}.mi-PasswordKeyShow:before{content:"\EC56"}.mi-Paste:before,.mi-PasteLegacy:before{content:"\EC57"}.mi-Pause:before,.mi-PauseLegacy:before{content:"\EC58"}.mi-PauseBadge12:before{content:"\EC59"}.mi-PenPalette:before{content:"\EC5A"}.mi-PenPaletteMirrored:before{content:"\EC5B"}.mi-PenWorkspace:before{content:"\EC5C"}.mi-PenWorkspaceMirrored:before{content:"\EC5D"}.mi-Pencil:before{content:"\EC5E"}.mi-People:before,.mi-PeopleLegacy:before{content:"\EC5F"}.mi-PeriodKey:before{content:"\EC60"}.mi-Permissions:before,.mi-PermissionsLegacy:before{content:"\EC61"}.mi-PersonalFolder:before{content:"\EC62"}.mi-Personalize:before{content:"\EC63"}.mi-Phone:before,.mi-PhoneLegacy:before{content:"\EC64"}.mi-PhoneBook:before,.mi-PhoneBookLegacy:before{content:"\EC65"}.mi-Photo:before{content:"\EC66"}.mi-Photo2:before{content:"\EC67"}.mi-Picture:before,.mi-PictureLegacy:before{content:"\EC68"}.mi-PieSingle:before{content:"\EC69"}.mi-Pin:before,.mi-PinLegacy:before{content:"\EC6A"}.mi-PinFill:before{content:"\EC6B"}.mi-Pinned:before{content:"\EC6C"}.mi-PinnedFill:before{content:"\EC6D"}.mi-PlaceFolderLegacy:before{content:"\EC6E"}.mi-Play:before,.mi-PlayLegacy:before{content:"\EC6F"}.mi-Play36:before{content:"\EC70"}.mi-PlayBadge12:before{content:"\EC71"}.mi-PlayOnLegacy:before{content:"\EC72"}.mi-PlaybackRate1x:before{content:"\EC73"}.mi-PlaybackRateOther:before{content:"\EC74"}.mi-PointErase:before{content:"\EC75"}.mi-PointEraseMirrored:before{content:"\EC76"}.mi-PoliceCar:before{content:"\EC77"}.mi-PostUpdate:before,.mi-PostUpdateLegacy:before{content:"\EC78"}.mi-PowerButton:before{content:"\EC79"}.mi-PresenceChickletVideo:before,.mi-PresenceChickletVideoLegacy:before{content:"\EC7A"}.mi-Preview:before,.mi-PreviewLegacy:before{content:"\EC7B"}.mi-PreviewLink:before,.mi-PreviewLinkLegacy:before{content:"\EC7C"}.mi-Previous:before,.mi-PreviousLegacy:before{content:"\EC7D"}.mi-Print:before,.mi-PrintLegacy:before{content:"\EC7E"}.mi-Printer3D:before{content:"\EC7F"}.mi-Printer3DLegacy:before{content:"\EC80"}.mi-PrintfaxPrinterFile:before{content:"\EC81"}.mi-Priority:before,.mi-PriorityLegacy:before{content:"\EC82"}.mi-Process:before{content:"\EC83"}.mi-Project:before{content:"\EC84"}.mi-Projector:before{content:"\EC85"}.mi-ProtectedDocument:before,.mi-ProtectedDocumentLegacy:before{content:"\EC86"}.mi-ProvisioningPackage:before{content:"\EC87"}.mi-PuncKey:before{content:"\EC88"}.mi-PuncKey0:before{content:"\EC89"}.mi-PuncKey1:before{content:"\EC8A"}.mi-PuncKey2:before{content:"\EC8B"}.mi-PuncKey3:before{content:"\EC8C"}.mi-PuncKey4:before{content:"\EC8D"}.mi-PuncKey5:before{content:"\EC8E"}.mi-PuncKey6:before{content:"\EC8F"}.mi-PuncKey7:before{content:"\EC90"}.mi-PuncKey8:before{content:"\EC91"}.mi-PuncKey9:before{content:"\EC92"}.mi-PuncKeyLeftBottom:before{content:"\EC93"}.mi-PuncKeyRightBottom:before{content:"\EC94"}.mi-Puzzle:before{content:"\EC95"}.mi-QWERTYOff:before{content:"\EC96"}.mi-QWERTYOn:before{content:"\EC97"}.mi-QuickNote:before{content:"\EC98"}.mi-QuietHours:before{content:"\EC99"}.mi-RadioBtnOff:before{content:"\EC9A"}.mi-RadioBtnOn:before{content:"\EC9B"}.mi-RadioBullet:before{content:"\EC9C"}.mi-RadioBullet2:before{content:"\EC9D"}.mi-Read:before,.mi-ReadLegacy:before{content:"\EC9E"}.mi-ReadingList:before{content:"\EC9F"}.mi-ReceiptPrinter:before{content:"\ECA0"}.mi-LengthLegacy:before,.mi-Recent:before{content:"\ECA1"}.mi-Record:before,.mi-RecordLegacy:before{content:"\ECA2"}.mi-Redo:before,.mi-RedoLegacy:before{content:"\ECA3"}.mi-ReduceTileLegacy:before{content:"\ECA4"}.mi-ReduceTileLegacyMirrored:before{content:"\ECA5"}.mi-Refresh:before,.mi-RefreshLegacy:before,.mi-RepeatAll:before,.mi-RepeatAllLegacy:before{content:"\ECA6"}.mi-RememberedDevice:before{content:"\ECA7"}.mi-Reminder:before{content:"\ECA8"}.mi-ReminderFill:before{content:"\ECA9"}.mi-Remote:before,.mi-RemoteLegacy:before{content:"\ECAA"}.mi-Remove:before,.mi-RemoveLegacy:before{content:"\ECAB"}.mi-RemoveFrom:before{content:"\ECAC"}.mi-Rename:before,.mi-RenameLegacy:before{content:"\ECAD"}.mi-Repair:before,.mi-RepairLegacy:before{content:"\ECAE"}.mi-RepeatOne:before,.mi-RepeatOneLegacy:before{content:"\ECAF"}.mi-Reply:before,.mi-ReplyLegacy:before{content:"\ECB0"}.mi-ReplyMirrored:before{content:"\ECB1"}.mi-ReportHacked:before,.mi-ReportHackedLegacy:before{content:"\ECB2"}.mi-ResetDevice:before{content:"\ECB3"}.mi-ResetDrive:before{content:"\ECB4"}.mi-Reshare:before,.mi-ReshareLegacy:before{content:"\ECB5"}.mi-ResizeMouseMedium:before{content:"\ECB6"}.mi-ResizeMouseMediumMirrored:before{content:"\ECB7"}.mi-ResizeMouseSmall:before{content:"\ECB8"}.mi-ResizeMouseSmallMirrored:before{content:"\ECB9"}.mi-ResizeMouseTall:before{content:"\ECBA"}.mi-ResizeMouseTallMirrored:before{content:"\ECBB"}.mi-ResizeMouseWide:before{content:"\ECBC"}.mi-ResizeTouchLarger:before{content:"\ECBD"}.mi-ResizeTouchNarrower:before{content:"\ECBE"}.mi-ResizeTouchNarrowerMirrored:before{content:"\ECBF"}.mi-ResizeTouchShorter:before{content:"\ECC0"}.mi-ResizeTouchSmaller:before{content:"\ECC1"}.mi-ResolutionLegacy:before{content:"\ECC2"}.mi-ReturnKey:before{content:"\ECC3"}.mi-ReturnKeyLg:before{content:"\ECC4"}.mi-ReturnKeySm:before{content:"\ECC5"}.mi-ReturnToWindow:before,.mi-ReturnToWindowLegacy:before{content:"\ECC6"}.mi-RevToggleKey:before{content:"\ECC7"}.mi-Rewind:before{content:"\ECC8"}.mi-RightArrowKeyTime0:before{content:"\ECC9"}.mi-RightArrowKeyTime1:before{content:"\ECCA"}.mi-RightArrowKeyTime2:before{content:"\ECCB"}.mi-RightArrowKeyTime3:before{content:"\ECCC"}.mi-RightArrowKeyTime4:before{content:"\ECCD"}.mi-RightDoubleQuote:before{content:"\ECCE"}.mi-RightQuote:before{content:"\ECCF"}.mi-Ringer:before{content:"\ECD0"}.mi-RingerBadge12:before{content:"\ECD1"}.mi-RingerSilent:before{content:"\ECD2"}.mi-RoamingDomestic:before{content:"\ECD3"}.mi-RoamingInternational:before{content:"\ECD4"}.mi-Robot:before{content:"\ECD5"}.mi-Rotate:before{content:"\ECD6"}.mi-RotateCamera:before,.mi-RotateCameraLegacy:before{content:"\ECD7"}.mi-RotateLegacy:before{content:"\ECD8"}.mi-RotateMapLeft:before{content:"\ECD9"}.mi-RotateMapRight:before{content:"\ECDA"}.mi-RotationLock:before{content:"\ECDB"}.mi-Ruler:before{content:"\ECDC"}.mi-SDCard:before{content:"\ECDD"}.mi-SIMLock:before{content:"\ECDE"}.mi-SIMMissing:before{content:"\ECDF"}.mi-SIPMove:before{content:"\ECE0"}.mi-SIPRedock:before{content:"\ECE1"}.mi-SIPUndock:before{content:"\ECE2"}.mi-Save:before,.mi-SaveLegacy:before{content:"\ECE3"}.mi-SaveAs:before,.mi-SaveAsLegacy:before{content:"\ECE4"}.mi-SaveCopy:before{content:"\ECE5"}.mi-SaveLocal:before,.mi-SaveLocalLegacy:before{content:"\ECE6"}.mi-Scan:before,.mi-ScanLegacy:before{content:"\ECE7"}.mi-ScrollMode:before{content:"\ECE8"}.mi-ScrollUpDown:before{content:"\ECE9"}.mi-FindLegacy:before,.mi-Search:before,.mi-SearchboxLegacy:before{content:"\ECEA"}.mi-SearchAndApps:before{content:"\ECEB"}.mi-SelectAll:before,.mi-SelectAllLegacy:before{content:"\ECEC"}.mi-SemanticZoomLegacy:before{content:"\ECED"}.mi-Send:before,.mi-SendLegacy:before{content:"\ECEE"}.mi-SendFill:before{content:"\ECEF"}.mi-SendFillMirrored:before{content:"\ECF0"}.mi-SendMirrored:before{content:"\ECF1"}.mi-Sensor:before{content:"\ECF2"}.mi-SetTile:before,.mi-SetTileLegacy:before{content:"\ECF3"}.mi-SetlockScreen:before,.mi-SetlockScreenLegacy:before{content:"\ECF4"}.mi-Settings:before,.mi-SettingsLegacy:before{content:"\ECF5"}.mi-SettingsBattery:before{content:"\ECF6"}.mi-SettingsDisplaySound:before{content:"\ECF7"}.mi-Share:before{content:"\ECF8"}.mi-ShareBroadband:before{content:"\ECF9"}.mi-Shop:before,.mi-ShopLegacy:before{content:"\ECFA"}.mi-ShoppingCart:before{content:"\ECFB"}.mi-ShowAllFiles1Legacy:before{content:"\ECFC"}.mi-ShowAllFiles3Legacy:before{content:"\ECFD"}.mi-ShowBcc:before,.mi-ShowBccLegacy:before{content:"\ECFE"}.mi-ShowResults:before,.mi-ShowResultsLegacy:before{content:"\ECFF"}.mi-ShowResultsLegacyMirrored:before,.mi-ShowResultsMirrored:before{content:"\ED00"}.mi-Shuffle:before,.mi-ShuffleLegacy:before{content:"\ED01"}.mi-SignalBars1:before{content:"\ED02"}.mi-SignalBars2:before{content:"\ED03"}.mi-SignalBars3:before{content:"\ED04"}.mi-SignalBars4:before{content:"\ED05"}.mi-SignalBars5:before{content:"\ED06"}.mi-SignalError:before{content:"\ED07"}.mi-SignalNotConnected:before{content:"\ED08"}.mi-SignalRoaming:before{content:"\ED09"}.mi-SizeLegacy:before{content:"\ED0A"}.mi-SkipBack10:before{content:"\ED0B"}.mi-SkipForward30:before{content:"\ED0C"}.mi-SliderThumb:before{content:"\ED0D"}.mi-Slideshow:before,.mi-SlideshowLegacy:before{content:"\ED0E"}.mi-Smartcard:before{content:"\ED0F"}.mi-SmartcardVirtual:before{content:"\ED10"}.mi-Sort:before,.mi-SortLegacy:before{content:"\ED11"}.mi-Speakers:before{content:"\ED12"}.mi-SpeedHigh:before{content:"\ED13"}.mi-SpeedMedium:before{content:"\ED14"}.mi-SpeedOff:before{content:"\ED15"}.mi-StartPoint:before{content:"\ED16"}.mi-StartPointSolid:before{content:"\ED17"}.mi-StatusCircle:before{content:"\ED18"}.mi-StatusCircleLeft:before{content:"\ED19"}.mi-StatusConnecting1:before{content:"\ED1A"}.mi-StatusConnecting2:before{content:"\ED1B"}.mi-StatusDataTransfer:before{content:"\ED1C"}.mi-StatusDataTransferVPN:before{content:"\ED1D"}.mi-StatusDualSIM1:before{content:"\ED1E"}.mi-StatusDualSIM1VPN:before{content:"\ED1F"}.mi-StatusDualSIM2:before{content:"\ED20"}.mi-StatusDualSIM2VPN:before{content:"\ED21"}.mi-StatusError:before{content:"\ED22"}.mi-StatusErrorFull:before{content:"\ED23"}.mi-StatusErrorLeft:before{content:"\ED24"}.mi-StatusSGLTE:before{content:"\ED25"}.mi-StatusSGLTECell:before{content:"\ED26"}.mi-StatusSGLTEDataVPN:before{content:"\ED27"}.mi-StatusTriangle:before{content:"\ED28"}.mi-StatusTriangleLeft:before{content:"\ED29"}.mi-StatusUnsecure:before{content:"\ED2A"}.mi-StatusVPN:before{content:"\ED2B"}.mi-StatusWarning:before{content:"\ED2C"}.mi-StatusWarningLeft:before{content:"\ED2D"}.mi-StockDown:before{content:"\ED2E"}.mi-StockUp:before{content:"\ED2F"}.mi-Stop:before,.mi-StopLegacy:before{content:"\ED30"}.mi-StopPoint:before{content:"\ED31"}.mi-StopPointSolid:before{content:"\ED32"}.mi-StopSlideshowLegacy:before{content:"\ED33"}.mi-Stopwatch:before{content:"\ED34"}.mi-StorageNetworkWireless:before{content:"\ED35"}.mi-StorageOptical:before{content:"\ED36"}.mi-StorageTape:before{content:"\ED37"}.mi-Streaming:before{content:"\ED38"}.mi-StreamingEnterprise:before{content:"\ED39"}.mi-Street:before,.mi-StreetLegacy:before{content:"\ED3A"}.mi-StreetsideSplitExpand:before{content:"\ED3B"}.mi-StreetsideSplitMinimize:before{content:"\ED3C"}.mi-StrokeErase:before{content:"\ED3D"}.mi-StrokeEraseMirrored:before{content:"\ED3E"}.mi-Subtitles:before{content:"\ED3F"}.mi-SubtitlesAudio:before{content:"\ED40"}.mi-SurfaceHub:before{content:"\ED41"}.mi-Sustainable:before{content:"\ED42"}.mi-Swipe:before{content:"\ED43"}.mi-SwipeRevealArt:before{content:"\ED44"}.mi-Switch:before,.mi-SwitchLegacy:before{content:"\ED45"}.mi-SwitchApps:before,.mi-SwitchAppsLegacy:before{content:"\ED46"}.mi-SwitchUser:before{content:"\ED47"}.mi-Sync:before,.mi-SyncLegacy:before{content:"\ED48"}.mi-SyncBadge12:before{content:"\ED49"}.mi-SyncError:before{content:"\ED4A"}.mi-SyncFolder:before,.mi-SyncFolderLegacy:before{content:"\ED4B"}.mi-System:before{content:"\ED4C"}.mi-TVMonitor:before{content:"\ED4D"}.mi-TVMonitorSelected:before{content:"\ED4E"}.mi-Tablet:before{content:"\ED4F"}.mi-TabletMode:before{content:"\ED50"}.mi-TabletSelected:before{content:"\ED51"}.mi-Tag:before,.mi-TagLegacy:before{content:"\ED52"}.mi-TapAndSend:before{content:"\ED53"}.mi-TaskbarPhone:before{content:"\ED54"}.mi-ThisPC:before{content:"\ED55"}.mi-ThoughtBubble:before{content:"\ED56"}.mi-ThreeBars:before,.mi-ThreeBarsLegacy:before{content:"\ED57"}.mi-Tiles:before{content:"\ED58"}.mi-TiltDown:before{content:"\ED59"}.mi-TiltUp:before{content:"\ED5A"}.mi-TimeLanguage:before{content:"\ED5B"}.mi-ToggleBorder:before{content:"\ED5C"}.mi-ToggleFilled:before{content:"\ED5D"}.mi-ToggleThumb:before{content:"\ED5E"}.mi-Touch:before{content:"\ED5F"}.mi-TouchPointer:before,.mi-TouchPointerLegacy:before{content:"\ED60"}.mi-Touchscreen:before{content:"\ED61"}.mi-Trackers:before{content:"\ED62"}.mi-TrackersMirrored:before{content:"\ED63"}.mi-Train:before{content:"\ED64"}.mi-TrainSolid:before{content:"\ED65"}.mi-TreeFolderFolder:before{content:"\ED66"}.mi-TreeFolderFolderFill:before{content:"\ED67"}.mi-TreeFolderFolderOpen:before{content:"\ED68"}.mi-TreeFolderFolderOpenFill:before{content:"\ED69"}.mi-Trim:before,.mi-TrimLegacy:before{content:"\ED6A"}.mi-TwoBars:before,.mi-TwoBarsLegacy:before{content:"\ED6B"}.mi-TwoPage:before,.mi-TwoPageLegacy:before{content:"\ED6C"}.mi-Type:before,.mi-TypeLegacy:before{content:"\ED6D"}.mi-TypingIndicatorLegacy:before{content:"\ED6E"}.mi-USB:before{content:"\ED6F"}.mi-USBSafeConnect:before{content:"\ED70"}.mi-Underline:before,.mi-UnderlineLegacy:before{content:"\ED71"}.mi-UnderlineLKoreanLegacy:before{content:"\ED72"}.mi-UnderlineRussianLegacy:before{content:"\ED73"}.mi-UnderlineSLegacy:before{content:"\ED74"}.mi-UnderlineULegacy:before{content:"\ED75"}.mi-UnderscoreSpace:before{content:"\ED76"}.mi-Undo:before,.mi-UndoLegacy:before{content:"\ED77"}.mi-Unfavorite:before,.mi-UnfavoriteLegacy:before{content:"\ED78"}.mi-Unit:before{content:"\ED79"}.mi-Unlock:before,.mi-UnlockLegacy:before{content:"\ED7A"}.mi-Unpin:before,.mi-UnpinLegacy:before{content:"\ED7B"}.mi-UnsyncFolder:before,.mi-UnsyncFolderLegacy:before{content:"\ED7C"}.mi-Up:before,.mi-UpLegacy:before{content:"\ED7D"}.mi-UpArrowShiftKey:before{content:"\ED7E"}.mi-UpShiftKey:before{content:"\ED7F"}.mi-UpdateRestore:before{content:"\ED80"}.mi-Upload:before,.mi-UploadLegacy:before,.mi-UploadSkyDriveLegacy:before{content:"\ED81"}.mi-VPN:before{content:"\ED82"}.mi-Vibrate:before{content:"\ED83"}.mi-Video:before,.mi-VideoInlineLegacy:before,.mi-VideoLegacy:before{content:"\ED84"}.mi-VideoChat:before,.mi-VideoChatLegacy:before{content:"\ED85"}.mi-RevealPasswordLegacy:before,.mi-View:before,.mi-ViewLegacy:before{content:"\ED86"}.mi-ShowAllFilesLegacy:before,.mi-ViewAll:before,.mi-ViewAllLegacy:before{content:"\ED87"}.mi-Volume:before,.mi-VolumeLegacy:before{content:"\ED88"}.mi-Volume0:before{content:"\ED89"}.mi-Volume1:before{content:"\ED8A"}.mi-Volume2:before{content:"\ED8B"}.mi-Volume3:before{content:"\ED8C"}.mi-VolumeBars:before{content:"\ED8D"}.mi-Walk:before{content:"\ED8E"}.mi-WalkSolid:before{content:"\ED8F"}.mi-Warning:before{content:"\ED90"}.mi-Webcam:before,.mi-WebcamLegacy:before{content:"\ED91"}.mi-Webcam2:before{content:"\ED92"}.mi-Wheel:before{content:"\ED93"}.mi-Wifi:before{content:"\ED94"}.mi-Wifi1:before{content:"\ED95"}.mi-Wifi2:before{content:"\ED96"}.mi-Wifi3:before{content:"\ED97"}.mi-WifiAttentionOverlay:before{content:"\ED98"}.mi-WifiCall0:before{content:"\ED99"}.mi-WifiCall1:before{content:"\ED9A"}.mi-WifiCall2:before{content:"\ED9B"}.mi-WifiCall3:before{content:"\ED9C"}.mi-WifiCall4:before{content:"\ED9D"}.mi-WifiCallBars:before{content:"\ED9E"}.mi-WifiError0:before{content:"\ED9F"}.mi-WifiError1:before{content:"\EDA0"}.mi-WifiError2:before{content:"\EDA1"}.mi-WifiError3:before{content:"\EDA2"}.mi-WifiError4:before{content:"\EDA3"}.mi-WifiEthernet:before{content:"\EDA4"}.mi-InternetSharing:before,.mi-WifiHotspot:before{content:"\EDA5"}.mi-WifiWarning0:before{content:"\EDA6"}.mi-WifiWarning1:before{content:"\EDA7"}.mi-WifiWarning2:before{content:"\EDA8"}.mi-WifiWarning3:before{content:"\EDA9"}.mi-WifiWarning4:before{content:"\EDAA"}.mi-WindDirection:before{content:"\EDAB"}.mi-WiredUSB:before{content:"\EDAC"}.mi-WirelessUSB:before{content:"\EDAD"}.mi-Work:before{content:"\EDAE"}.mi-WorkSolid:before{content:"\EDAF"}.mi-World:before,.mi-WorldLegacy:before{content:"\EDB0"}.mi-XboxOneConsole:before{content:"\EDB1"}.mi-ZeroBars:before,.mi-ZeroBarsLegacy:before{content:"\EDB2"}.mi-Zoom:before,.mi-ZoomLegacy:before{content:"\EDB3"}.mi-ZoomIn:before,.mi-ZoomInLegacy:before{content:"\EDB4"}.mi-ZoomMode:before{content:"\EDB5"}.mi-ZoomOut:before,.mi-ZoomOutLegacy:before{content:"\EDB6"}.mi-eSIM:before{content:"\EDB7"}.mi-eSIMBusy:before{content:"\EDB8"}.mi-eSIMLocked:before{content:"\EDB9"}.mi-eSIMNoProfile:before{content:"\EDBA"} \ No newline at end of file diff --git a/dist/micon_nb/fonts/micon_nb.eot b/dist/micon_nb/fonts/micon_nb.eot new file mode 100644 index 0000000..6135ca8 Binary files /dev/null and b/dist/micon_nb/fonts/micon_nb.eot differ diff --git a/dist/micon_nb/fonts/micon_nb.svg b/dist/micon_nb/fonts/micon_nb.svg new file mode 100644 index 0000000..42d596d --- /dev/null +++ b/dist/micon_nb/fonts/micon_nb.svg @@ -0,0 +1,2874 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dist/micon_nb/fonts/micon_nb.ttf b/dist/micon_nb/fonts/micon_nb.ttf new file mode 100644 index 0000000..2871e82 Binary files /dev/null and b/dist/micon_nb/fonts/micon_nb.ttf differ diff --git a/dist/micon_nb/fonts/micon_nb.woff b/dist/micon_nb/fonts/micon_nb.woff new file mode 100644 index 0000000..4f960d7 Binary files /dev/null and b/dist/micon_nb/fonts/micon_nb.woff differ diff --git a/dist/micon_nb/fonts/micon_nb.woff2 b/dist/micon_nb/fonts/micon_nb.woff2 new file mode 100644 index 0000000..a3e892e Binary files /dev/null and b/dist/micon_nb/fonts/micon_nb.woff2 differ diff --git a/dist/micon_nb/html-demo-micon_nb.html b/dist/micon_nb/html-demo-micon_nb.html new file mode 100644 index 0000000..c402a57 --- /dev/null +++ b/dist/micon_nb/html-demo-micon_nb.html @@ -0,0 +1,5812 @@ + + + + + + micon_nb + + + + + + +

micon_nb

+
    + +
  • + + EA01 + Accept +
  • + +
  • + + EA02 + Accident +
  • + +
  • + + EA03 + AccidentSolid +
  • + +
  • + + EA04 + Accounts +
  • + +
  • + + EA05 + ActionCenter +
  • + +
  • + + EA06 + ActionCenterAsterisk +
  • + +
  • + + EA07 + ActionCenterMirrored +
  • + +
  • + + EA08 + ActionCenterNotification +
  • + +
  • + + EA09 + ActionCenterNotificationMirrored +
  • + +
  • + + EA0A + ActionCenterQuiet +
  • + +
  • + + EA0B + ActionCenterQuietNotification +
  • + +
  • + + EA0C + Add +
  • + +
  • + + EA0D + AddFriend +
  • + +
  • + + EA0E + AddRemoteDevice +
  • + +
  • + + EA0F + AddSurfaceHub +
  • + +
  • + + EA10 + AddTo +
  • + +
  • + + EA11 + AdjustHologram +
  • + +
  • + + EA12 + Admin +
  • + +
  • + + EA13 + Airplane +
  • + +
  • + + EA14 + AirplaneSolid +
  • + +
  • + + EA15 + AlignCenter +
  • + +
  • + + EA16 + AlignLeft +
  • + +
  • + + EA17 + AlignRight +
  • + +
  • + + EA18 + AllApps +
  • + +
  • + + EA19 + AllAppsMirrored +
  • + +
  • + + EA1A + Annotation +
  • + +
  • + + EA1B + AppIconDefault +
  • + +
  • + + EA1C + AspectRatio +
  • + +
  • + + EA1D + Asterisk +
  • + +
  • + + EA1E + AsteriskBadge12 +
  • + +
  • + + EA1F + Attach +
  • + +
  • + + EA20 + AttachCamera +
  • + +
  • + + EA21 + Audio +
  • + +
  • + + EA22 + Back +
  • + +
  • + + EA23 + BackSpaceQWERTYLg +
  • + +
  • + + EA24 + BackSpaceQWERTYMd +
  • + +
  • + + EA25 + BackSpaceQWERTYSm +
  • + +
  • + + EA26 + BackToWindow +
  • + +
  • + + EA27 + BackgroundToggle +
  • + +
  • + + EA28 + Badge +
  • + +
  • + + EA29 + Bank +
  • + +
  • + + EA2A + BarcodeScanner +
  • + +
  • + + EA2B + Battery0 +
  • + +
  • + + EA2C + Battery1 +
  • + +
  • + + EA2D + Battery10 +
  • + +
  • + + EA2E + Battery2 +
  • + +
  • + + EA2F + Battery3 +
  • + +
  • + + EA30 + Battery4 +
  • + +
  • + + EA31 + Battery5 +
  • + +
  • + + EA32 + Battery6 +
  • + +
  • + + EA33 + Battery7 +
  • + +
  • + + EA34 + Battery8 +
  • + +
  • + + EA35 + Battery9 +
  • + +
  • + + EA36 + BatteryCharging0 +
  • + +
  • + + EA37 + BatteryCharging1 +
  • + +
  • + + EA38 + BatteryCharging10 +
  • + +
  • + + EA39 + BatteryCharging2 +
  • + +
  • + + EA3A + BatteryCharging3 +
  • + +
  • + + EA3B + BatteryCharging4 +
  • + +
  • + + EA3C + BatteryCharging5 +
  • + +
  • + + EA3D + BatteryCharging6 +
  • + +
  • + + EA3E + BatteryCharging7 +
  • + +
  • + + EA3F + BatteryCharging8 +
  • + +
  • + + EA40 + BatteryCharging9 +
  • + +
  • + + EA41 + BatterySaver0 +
  • + +
  • + + EA42 + BatterySaver1 +
  • + +
  • + + EA43 + BatterySaver10 +
  • + +
  • + + EA44 + BatterySaver2 +
  • + +
  • + + EA45 + BatterySaver3 +
  • + +
  • + + EA46 + BatterySaver4 +
  • + +
  • + + EA47 + BatterySaver5 +
  • + +
  • + + EA48 + BatterySaver6 +
  • + +
  • + + EA49 + BatterySaver7 +
  • + +
  • + + EA4A + BatterySaver8 +
  • + +
  • + + EA4B + BatterySaver9 +
  • + +
  • + + EA4C + BatteryUnknown +
  • + +
  • + + EA4D + Beta +
  • + +
  • + + EA4E + BidiLtr +
  • + +
  • + + EA4F + BidiRtl +
  • + +
  • + + EA50 + BlockContact +
  • + +
  • + + EA51 + BlockedLegacy +
  • + +
  • + + EA52 + Bluetooth +
  • + +
  • + + EA53 + BodyCam +
  • + +
  • + + EA54 + Bold +
  • + +
  • + + EA55 + BoldFLegacy +
  • + +
  • + + EA56 + BoldGLegacy +
  • + +
  • + + EA57 + BoldKoreanLegacy +
  • + +
  • + + EA58 + BoldNLegacy +
  • + +
  • + + EA59 + BoldRussionLegacy +
  • + +
  • + + EA5A + Bookmarks +
  • + +
  • + + EA5B + BookmarksMirrored +
  • + +
  • + + EA5C + Brightness +
  • + +
  • + + EA5D + Broom +
  • + +
  • + + EA5E + BrowsePhotos +
  • + +
  • + + EA5F + BrushSize +
  • + +
  • + + EA60 + BuildingEnergy +
  • + +
  • + + EA61 + BulletedList +
  • + +
  • + + EA62 + BulletedListMirrored +
  • + +
  • + + EA63 + Bus +
  • + +
  • + + EA64 + BusSolid +
  • + +
  • + + EA65 + CC +
  • + +
  • + + EA66 + CCEuroLegacy +
  • + +
  • + + EA67 + CCJapanLegacy +
  • + +
  • + + EA68 + Calculator +
  • + +
  • + + EA69 + CalculatorAddition +
  • + +
  • + + EA6A + CalculatorBackspace +
  • + +
  • + + EA6B + CalculatorDivide +
  • + +
  • + + EA6C + CalculatorEqualTo +
  • + +
  • + + EA6D + CalculatorMultiply +
  • + +
  • + + EA6E + CalculatorNegate +
  • + +
  • + + EA6F + CalculatorPercentage +
  • + +
  • + + EA70 + CalculatorSquareroot +
  • + +
  • + + EA71 + CalculatorSubtract +
  • + +
  • + + EA72 + Calendar +
  • + +
  • + + EA73 + CalendarDay +
  • + +
  • + + EA74 + CalendarMirrored +
  • + +
  • + + EA75 + CalendarReply +
  • + +
  • + + EA76 + CalendarSolid +
  • + +
  • + + EA77 + CalendarWeek +
  • + +
  • + + EA78 + CaligraphyPen +
  • + +
  • + + EA79 + CallForwardInternational +
  • + +
  • + + EA7A + CallForwardInternationalMirrored +
  • + +
  • + + EA7B + CallForwardRoaming +
  • + +
  • + + EA7C + CallForwardRoamingMirrored +
  • + +
  • + + EA7D + CallForwarding +
  • + +
  • + + EA7E + CallForwardingMirrored +
  • + +
  • + + EA7F + Camera +
  • + +
  • + + EA80 + Cancel +
  • + +
  • + + EA81 + Caption +
  • + +
  • + + EA82 + Car +
  • + +
  • + + EA83 + CashDrawer +
  • + +
  • + + EA84 + CellPhone +
  • + +
  • + + EA85 + Certificate +
  • + +
  • + + EA86 + Characters +
  • + +
  • + + EA87 + ChatBubbles +
  • + +
  • + + EA88 + CheckMark +
  • + +
  • + + EA89 + Checkbox +
  • + +
  • + + EA8A + CheckboxComposite +
  • + +
  • + + EA8B + CheckboxCompositeReversed +
  • + +
  • + + EA8C + CheckboxFill +
  • + +
  • + + EA8D + CheckboxIndeterminate +
  • + +
  • + + EA8E + ChevronDown +
  • + +
  • + + EA8F + ChevronDownMed +
  • + +
  • + + EA90 + ChevronDownSmall +
  • + +
  • + + EA91 + ChevronLeft +
  • + +
  • + + EA92 + ChevronLeftMed +
  • + +
  • + + EA93 + ChevronLeftSmall +
  • + +
  • + + EA94 + ChevronRight +
  • + +
  • + + EA95 + ChevronRightMed +
  • + +
  • + + EA96 + ChevronRightSmall +
  • + +
  • + + EA97 + ChevronUp +
  • + +
  • + + EA98 + ChevronUpMed +
  • + +
  • + + EA99 + ChevronUpSmall +
  • + +
  • + + EA9A + ChineseBoPoMoFo +
  • + +
  • + + EA9B + ChineseChangjie +
  • + +
  • + + EA9C + ChinesePinyin +
  • + +
  • + + EA9D + ChineseQuick +
  • + +
  • + + EA9E + ChromeAnnotate +
  • + +
  • + + EA9F + ChromeBack +
  • + +
  • + + EAA0 + ChromeBackMirrored +
  • + +
  • + + EAA1 + ChromeBackToWindow +
  • + +
  • + + EAA2 + ChromeClose +
  • + +
  • + + EAA3 + ChromeFullScreen +
  • + +
  • + + EAA4 + ChromeMaximize +
  • + +
  • + + EAA5 + ChromeMinimize +
  • + +
  • + + EAA6 + ChromeRestore +
  • + +
  • + + EAA7 + CircleFill +
  • + +
  • + + EAA8 + CircleFillBadge12 +
  • + +
  • + + EAA9 + CircleRing +
  • + +
  • + + EAAA + CircleRingBadge12 +
  • + +
  • + + EAAB + CityNext +
  • + +
  • + + EAAC + CityNext2 +
  • + +
  • + + EAAD + Clear +
  • + +
  • + + EAAE + ClearAllInk +
  • + +
  • + + EAAF + ClearAllInkMirrored +
  • + +
  • + + EAB0 + ClearSelection +
  • + +
  • + + EAB1 + ClearSelectionMirrored +
  • + +
  • + + EAB2 + Click +
  • + +
  • + + EAB3 + ClockLegacy +
  • + +
  • + + EAB4 + ClosePane +
  • + +
  • + + EAB5 + ClosePaneMirrored +
  • + +
  • + + EAB6 + Cloud +
  • + +
  • + + EAB7 + CloudPrinter +
  • + +
  • + + EAB8 + Code +
  • + +
  • + + EAB9 + Color +
  • + +
  • + + EABA + CommaKey +
  • + +
  • + + EABB + CommandPrompt +
  • + +
  • + + EABC + Comment +
  • + +
  • + + EABD + Communications +
  • + +
  • + + EABE + CompanionApp +
  • + +
  • + + EABF + CompanionDeviceFramework +
  • + +
  • + + EAC0 + Completed +
  • + +
  • + + EAC1 + CompletedSolid +
  • + +
  • + + EAC2 + Component +
  • + +
  • + + EAC3 + Connect +
  • + +
  • + + EAC4 + ConnectApp +
  • + +
  • + + EAC5 + Construction +
  • + +
  • + + EAC6 + ConstructionCone +
  • + +
  • + + EAC7 + ConstructionSolid +
  • + +
  • + + EAC8 + Contact +
  • + +
  • + + EAC9 + Contact2 +
  • + +
  • + + EACA + ContactInfo +
  • + +
  • + + EACB + ContactInfoMirrored +
  • + +
  • + + EACC + ContactPresence +
  • + +
  • + + EACD + ContactSolid +
  • + +
  • + + EACE + Copy +
  • + +
  • + + EACF + Courthouse +
  • + +
  • + + EAD0 + Crop +
  • + +
  • + + EAD1 + Cut +
  • + +
  • + + EAD2 + DMC +
  • + +
  • + + EAD3 + DashKey +
  • + +
  • + + EAD4 + DataSense +
  • + +
  • + + EAD5 + DataSenseBar +
  • + +
  • + + EAD6 + DateTime +
  • + +
  • + + EAD7 + DateTimeMirrored +
  • + +
  • + + EAD8 + DecreaseIndentLegacy +
  • + +
  • + + EAD9 + DecreaseIndentLegacyMirrored +
  • + +
  • + + EADA + DefenderApp +
  • + +
  • + + EADB + Delete +
  • + +
  • + + EADC + DevUpdate +
  • + +
  • + + EADD + DeveloperTools +
  • + +
  • + + EADE + DeviceDiscovery +
  • + +
  • + + EADF + DeviceLaptopNoPic +
  • + +
  • + + EAE0 + DeviceLaptopPic +
  • + +
  • + + EAE1 + DeviceMonitorLeftPic +
  • + +
  • + + EAE2 + DeviceMonitorNoPic +
  • + +
  • + + EAE3 + DeviceMonitorRightPic +
  • + +
  • + + EAE4 + Devices +
  • + +
  • + + EAE5 + Devices3 +
  • + +
  • + + EAE6 + Devices4 +
  • + +
  • + + EAE7 + DevicesLegacy +
  • + +
  • + + EAE8 + Diagnostic +
  • + +
  • + + EAE9 + DialUp +
  • + +
  • + + EAEA + Dialpad +
  • + +
  • + + EAEB + Dictionary +
  • + +
  • + + EAEC + DictionaryAdd +
  • + +
  • + + EAED + DictionaryCloud +
  • + +
  • + + EAEE + DirectAccess +
  • + +
  • + + EAEF + Directions +
  • + +
  • + + EAF0 + DisableUpdates +
  • + +
  • + + EAF1 + DisconnectDisplay +
  • + +
  • + + EAF2 + DisconnectDrive +
  • + +
  • + + EAF3 + Dislike +
  • + +
  • + + EAF4 + Dock +
  • + +
  • + + EAF5 + DockBottom +
  • + +
  • + + EAF6 + DockLeft +
  • + +
  • + + EAF7 + DockLeftMirrored +
  • + +
  • + + EAF8 + DockRight +
  • + +
  • + + EAF9 + DockRightMirrored +
  • + +
  • + + EAFA + Document +
  • + +
  • + + EAFB + Down +
  • + +
  • + + EAFC + DownShiftKey +
  • + +
  • + + EAFD + Download +
  • + +
  • + + EAFE + DownloadMap +
  • + +
  • + + EAFF + Draw +
  • + +
  • + + EB00 + DrawSolid +
  • + +
  • + + EB01 + Drop +
  • + +
  • + + EB02 + DullSound +
  • + +
  • + + EB03 + DullSoundKey +
  • + +
  • + + EB04 + EaseOfAccess +
  • + +
  • + + EB05 + Edit +
  • + +
  • + + EB06 + EditMirrored +
  • + +
  • + + EB07 + Education +
  • + +
  • + + EB08 + Emoji +
  • + +
  • + + EB09 + Emoji2 +
  • + +
  • + + EB0A + EmojiSwatch +
  • + +
  • + + EB0B + EmojiTabCelebrationObjects +
  • + +
  • + + EB0C + EmojiTabFavorites +
  • + +
  • + + EB0D + EmojiTabFoodPlants +
  • + +
  • + + EB0E + EmojiTabPeople +
  • + +
  • + + EB0F + EmojiTabSmilesAnimals +
  • + +
  • + + EB10 + EmojiTabSymbols +
  • + +
  • + + EB11 + EmojiTabTextSmiles +
  • + +
  • + + EB12 + EmojiTabTransitPlaces +
  • + +
  • + + EB13 + EndPointSolid +
  • + +
  • + + EB14 + EraseTool +
  • + +
  • + + EB15 + EraseToolFill +
  • + +
  • + + EB16 + EraseToolFill2 +
  • + +
  • + + EB17 + Error +
  • + +
  • + + EB18 + ErrorBadge +
  • + +
  • + + EB19 + ErrorBadge12 +
  • + +
  • + + EB1A + Ethernet +
  • + +
  • + + EB1B + EthernetError +
  • + +
  • + + EB1C + EthernetWarning +
  • + +
  • + + EB1D + ExpandTile +
  • + +
  • + + EB1E + ExpandTileMirrored +
  • + +
  • + + EB1F + ExploreContent +
  • + +
  • + + EB20 + Export +
  • + +
  • + + EB21 + FastForward +
  • + +
  • + + EB22 + FavoriteLegacy +
  • + +
  • + + EB23 + FavoriteList +
  • + +
  • + + EB24 + FavoriteStar +
  • + +
  • + + EB25 + Feedback +
  • + +
  • + + EB26 + FeedbackApp +
  • + +
  • + + EB27 + Ferry +
  • + +
  • + + EB28 + FerrySolid +
  • + +
  • + + EB29 + FileExplorer +
  • + +
  • + + EB2A + FileExplorerApp +
  • + +
  • + + EB2B + Filter +
  • + +
  • + + EB2C + FingerInking +
  • + +
  • + + EB2D + Fingerprint +
  • + +
  • + + EB2E + Flag +
  • + +
  • + + EB2F + Flashlight +
  • + +
  • + + EB30 + FlickDown +
  • + +
  • + + EB31 + FlickLeft +
  • + +
  • + + EB32 + FlickRight +
  • + +
  • + + EB33 + FlickUp +
  • + +
  • + + EB34 + Folder +
  • + +
  • + + EB35 + FolderFill +
  • + +
  • + + EB36 + Font +
  • + +
  • + + EB37 + FontColor +
  • + +
  • + + EB38 + FontColorKoreanLegacy +
  • + +
  • + + EB39 + FontDecrease +
  • + +
  • + + EB3A + FontIncrease +
  • + +
  • + + EB3B + FontSize +
  • + +
  • + + EB3C + FontStyleKoreanLegacy +
  • + +
  • + + EB3D + Forward +
  • + +
  • + + EB3E + ForwardSm +
  • + +
  • + + EB3F + FourBars +
  • + +
  • + + EB40 + Frigid +
  • + +
  • + + EB41 + FullAlpha +
  • + +
  • + + EB42 + FullCircleMask +
  • + +
  • + + EB43 + FullHiragana +
  • + +
  • + + EB44 + FullKatakana +
  • + +
  • + + EB45 + FullScreen +
  • + +
  • + + EB46 + Game +
  • + +
  • + + EB47 + GameConsole +
  • + +
  • + + EB48 + GlobalNavButton +
  • + +
  • + + EB49 + Globe +
  • + +
  • + + EB4A + Go +
  • + +
  • + + EB4B + GoMirrored +
  • + +
  • + + EB4C + GoToStart +
  • + +
  • + + EB4D + GotoToday +
  • + +
  • + + EB4E + GripperBarHorizontal +
  • + +
  • + + EB4F + GripperBarVertical +
  • + +
  • + + EB50 + GripperResize +
  • + +
  • + + EB51 + GripperResizeMirrored +
  • + +
  • + + EB52 + GripperTool +
  • + +
  • + + EB53 + Groceries +
  • + +
  • + + EB54 + GuestUser +
  • + +
  • + + EB55 + HalfAlpha +
  • + +
  • + + EB56 + HalfDullSound +
  • + +
  • + + EB57 + HalfKatakana +
  • + +
  • + + EB58 + HalfStarLeft +
  • + +
  • + + EB59 + HalfStarRight +
  • + +
  • + + EB5A + Handwriting +
  • + +
  • + + EB5B + HangUp +
  • + +
  • + + EB5C + HardDrive +
  • + +
  • + + EB5D + Headphone +
  • + +
  • + + EB5E + Headphone0 +
  • + +
  • + + EB5F + Headphone1 +
  • + +
  • + + EB60 + Headphone2 +
  • + +
  • + + EB61 + Headphone3 +
  • + +
  • + + EB62 + Headset +
  • + +
  • + + EB63 + Health +
  • + +
  • + + EB64 + Heart +
  • + +
  • + + EB65 + HeartBroken +
  • + +
  • + + EB66 + HeartBrokenLegacy +
  • + +
  • + + EB67 + HeartFill +
  • + +
  • + + EB68 + Help +
  • + +
  • + + EB69 + HelpMirrored +
  • + +
  • + + EB6A + HideBcc +
  • + +
  • + + EB6B + Highlight +
  • + +
  • + + EB6C + HighlightFill +
  • + +
  • + + EB6D + HighlightFill2 +
  • + +
  • + + EB6E + History +
  • + +
  • + + EB6F + Home +
  • + +
  • + + EB70 + HomeGroup +
  • + +
  • + + EB71 + HomeSolid +
  • + +
  • + + EB72 + HorizontalTabKey +
  • + +
  • + + EB73 + IBeam +
  • + +
  • + + EB74 + IBeamOutline +
  • + +
  • + + EB75 + ImageExport +
  • + +
  • + + EB76 + Import +
  • + +
  • + + EB77 + ImportAll +
  • + +
  • + + EB78 + ImportAllMirrored +
  • + +
  • + + EB79 + Important +
  • + +
  • + + EB7A + ImportantBadge12 +
  • + +
  • + + EB7B + InPrivate +
  • + +
  • + + EB7C + IncidentTriangle +
  • + +
  • + + EB7D + IncreaseIndentLegacy +
  • + +
  • + + EB7E + IncreaseIndentLegacyMirrored +
  • + +
  • + + EB7F + Info +
  • + +
  • + + EB80 + Info2 +
  • + +
  • + + EB81 + InkingCaret +
  • + +
  • + + EB82 + InkingColorFill +
  • + +
  • + + EB83 + InkingColorOutline +
  • + +
  • + + EB84 + InkingTool +
  • + +
  • + + EB85 + InkingToolFill +
  • + +
  • + + EB86 + InkingToolFill2 +
  • + +
  • + + EB87 + Input +
  • + +
  • + + EB88 + InsiderHubApp +
  • + +
  • + + EB89 + Italic +
  • + +
  • + + EB8A + ItalicCLegacy +
  • + +
  • + + EB8B + ItalicILegacy +
  • + +
  • + + EB8C + ItalicKLegacy +
  • + +
  • + + EB8D + ItalicKoreanLegacy +
  • + +
  • + + EB8E + ItalicRussianLegacy +
  • + +
  • + + EB8F + Japanese +
  • + +
  • + + EB90 + JpnRomanji +
  • + +
  • + + EB91 + JpnRomanjiLock +
  • + +
  • + + EB92 + JpnRomanjiShift +
  • + +
  • + + EB93 + JpnRomanjiShiftLock +
  • + +
  • + + EB94 + Key12On +
  • + +
  • + + EB95 + KeyBoardLegacy +
  • + +
  • + + EB96 + KeyboardBrightness +
  • + +
  • + + EB97 + KeyboardDismiss +
  • + +
  • + + EB98 + KeyboardFull +
  • + +
  • + + EB99 + KeyboardLeftHanded +
  • + +
  • + + EB9A + KeyboardLowerBrightness +
  • + +
  • + + EB9B + KeyboardOneHanded +
  • + +
  • + + EB9C + KeyboardRightHanded +
  • + +
  • + + EB9D + KeyboardShortcut +
  • + +
  • + + EB9E + KeyboardSplit +
  • + +
  • + + EB9F + KeyboardStandard +
  • + +
  • + + EBA0 + Korean +
  • + +
  • + + EBA1 + LEDLight +
  • + +
  • + + EBA2 + Label +
  • + +
  • + + EBA3 + LangJPN +
  • + +
  • + + EBA4 + LanguageChs +
  • + +
  • + + EBA5 + LanguageCht +
  • + +
  • + + EBA6 + LanguageJpn +
  • + +
  • + + EBA7 + LanguageKor +
  • + +
  • + + EBA8 + LaptopSelected +
  • + +
  • + + EBA9 + LayoutLegacy +
  • + +
  • + + EBAA + Leaf +
  • + +
  • + + EBAB + LeaveChat +
  • + +
  • + + EBAC + LeaveChatMirrored +
  • + +
  • + + EBAD + LeftArrowKeyTime0 +
  • + +
  • + + EBAE + LeftDoubleQuote +
  • + +
  • + + EBAF + LeftQuote +
  • + +
  • + + EBB0 + Library +
  • + +
  • + + EBB1 + Light +
  • + +
  • + + EBB2 + Lightbulb +
  • + +
  • + + EBB3 + LightningBolt +
  • + +
  • + + EBB4 + Like +
  • + +
  • + + EBB5 + LikeDislike +
  • + +
  • + + EBB6 + Link +
  • + +
  • + + EBB7 + List +
  • + +
  • + + EBB8 + ListMirrored +
  • + +
  • + + EBB9 + Location +
  • + +
  • + + EBBA + Lock +
  • + +
  • + + EBBB + LockScreenGlance +
  • + +
  • + + EBBC + LockscreenDesktop +
  • + +
  • + + EBBD + LowerBrightness +
  • + +
  • + + EBBE + MagStripeReader +
  • + +
  • + + EBBF + Mail +
  • + +
  • + + EBC0 + MailBadge12 +
  • + +
  • + + EBC1 + MailFill +
  • + +
  • + + EBC2 + MailForward +
  • + +
  • + + EBC3 + MailForwardMirrored +
  • + +
  • + + EBC4 + MailReply +
  • + +
  • + + EBC5 + MailReplyAll +
  • + +
  • + + EBC6 + MailReplyAllMirrored +
  • + +
  • + + EBC7 + MailReplyMirrored +
  • + +
  • + + EBC8 + Manage +
  • + +
  • + + EBC9 + MapCompassBottom +
  • + +
  • + + EBCA + MapCompassTop +
  • + +
  • + + EBCB + MapDirections +
  • + +
  • + + EBCC + MapDrive +
  • + +
  • + + EBCD + MapLayers +
  • + +
  • + + EBCE + MapPin +
  • + +
  • + + EBCF + MapPinLegacy +
  • + +
  • + + EBD0 + Marker +
  • + +
  • + + EBD1 + Marquee +
  • + +
  • + + EBD2 + Media +
  • + +
  • + + EBD3 + MediaStorageTower +
  • + +
  • + + EBD4 + Megaphone +
  • + +
  • + + EBD5 + Memo +
  • + +
  • + + EBD6 + Message +
  • + +
  • + + EBD7 + MicClipping +
  • + +
  • + + EBD8 + MicError +
  • + +
  • + + EBD9 + MicOff +
  • + +
  • + + EBDA + MicOn +
  • + +
  • + + EBDB + MicSleep +
  • + +
  • + + EBDC + Microphone +
  • + +
  • + + EBDD + MiracastLogoSmall +
  • + +
  • + + EBDE + MobActionCenter +
  • + +
  • + + EBDF + MobAirplane +
  • + +
  • + + EBE0 + MobBattery0 +
  • + +
  • + + EBE1 + MobBattery1 +
  • + +
  • + + EBE2 + MobBattery10 +
  • + +
  • + + EBE3 + MobBattery2 +
  • + +
  • + + EBE4 + MobBattery3 +
  • + +
  • + + EBE5 + MobBattery4 +
  • + +
  • + + EBE6 + MobBattery5 +
  • + +
  • + + EBE7 + MobBattery6 +
  • + +
  • + + EBE8 + MobBattery7 +
  • + +
  • + + EBE9 + MobBattery8 +
  • + +
  • + + EBEA + MobBattery9 +
  • + +
  • + + EBEB + MobBatteryCharging0 +
  • + +
  • + + EBEC + MobBatteryCharging1 +
  • + +
  • + + EBED + MobBatteryCharging10 +
  • + +
  • + + EBEE + MobBatteryCharging2 +
  • + +
  • + + EBEF + MobBatteryCharging3 +
  • + +
  • + + EBF0 + MobBatteryCharging4 +
  • + +
  • + + EBF1 + MobBatteryCharging5 +
  • + +
  • + + EBF2 + MobBatteryCharging6 +
  • + +
  • + + EBF3 + MobBatteryCharging7 +
  • + +
  • + + EBF4 + MobBatteryCharging8 +
  • + +
  • + + EBF5 + MobBatteryCharging9 +
  • + +
  • + + EBF6 + MobBatterySaver0 +
  • + +
  • + + EBF7 + MobBatterySaver1 +
  • + +
  • + + EBF8 + MobBatterySaver10 +
  • + +
  • + + EBF9 + MobBatterySaver2 +
  • + +
  • + + EBFA + MobBatterySaver3 +
  • + +
  • + + EBFB + MobBatterySaver4 +
  • + +
  • + + EBFC + MobBatterySaver5 +
  • + +
  • + + EBFD + MobBatterySaver6 +
  • + +
  • + + EBFE + MobBatterySaver7 +
  • + +
  • + + EBFF + MobBatterySaver8 +
  • + +
  • + + EC00 + MobBatterySaver9 +
  • + +
  • + + EC01 + MobBatteryUnknown +
  • + +
  • + + EC02 + MobBluetooth +
  • + +
  • + + EC03 + MobCallForwarding +
  • + +
  • + + EC04 + MobCallForwardingMirrored +
  • + +
  • + + EC05 + MobDrivingMode +
  • + +
  • + + EC06 + MobLocation +
  • + +
  • + + EC07 + MobQuietHours +
  • + +
  • + + EC08 + MobSignal1 +
  • + +
  • + + EC09 + MobSignal2 +
  • + +
  • + + EC0A + MobSignal3 +
  • + +
  • + + EC0B + MobSignal4 +
  • + +
  • + + EC0C + MobSignal5 +
  • + +
  • + + EC0D + MobWifi1 +
  • + +
  • + + EC0E + MobWifi2 +
  • + +
  • + + EC0F + MobWifi3 +
  • + +
  • + + EC10 + MobWifi4 +
  • + +
  • + + EC11 + MobWifiHotspot +
  • + +
  • + + EC12 + MobileLocked +
  • + +
  • + + EC13 + MobileSelected +
  • + +
  • + + EC14 + MobileTablet +
  • + +
  • + + EC15 + More +
  • + +
  • + + EC16 + Mouse +
  • + +
  • + + EC17 + MoveToFolder +
  • + +
  • + + EC18 + Movies +
  • + +
  • + + EC19 + MultiSelect +
  • + +
  • + + EC1A + MultiSelectMirrored +
  • + +
  • + + EC1B + MultimediaDMP +
  • + +
  • + + EC1C + MultimediaDMS +
  • + +
  • + + EC1D + MultimediaDVR +
  • + +
  • + + EC1E + MultimediaPMP +
  • + +
  • + + EC1F + Multitask +
  • + +
  • + + EC20 + Multitask16 +
  • + +
  • + + EC21 + MultitaskExpanded +
  • + +
  • + + EC22 + MusicAlbum +
  • + +
  • + + EC23 + MusicInfo +
  • + +
  • + + EC24 + MusicNote +
  • + +
  • + + EC25 + Mute +
  • + +
  • + + EC26 + MyNetwork +
  • + +
  • + + EC27 + NUIFPContinueSlideAction +
  • + +
  • + + EC28 + NUIFPContinueSlideHand +
  • + +
  • + + EC29 + NUIFPPressAction +
  • + +
  • + + EC2A + NUIFPPressHand +
  • + +
  • + + EC2B + NUIFPPressRepeatAction +
  • + +
  • + + EC2C + NUIFPRollLeftAction +
  • + +
  • + + EC2D + NUIFPRollLeftHand +
  • + +
  • + + EC2E + NUIFPRollRightHand +
  • + +
  • + + EC2F + NUIFPRollRightHandAction +
  • + +
  • + + EC30 + NUIFPStartSlideAction +
  • + +
  • + + EC31 + NUIFPStartSlideHand +
  • + +
  • + + EC32 + NUIFace +
  • + +
  • + + EC33 + NUIIris +
  • + +
  • + + EC34 + Narrator +
  • + +
  • + + EC35 + NarratorForward +
  • + +
  • + + EC36 + NarratorForwardMirrored +
  • + +
  • + + EC37 + Network +
  • + +
  • + + EC38 + NetworkAdapter +
  • + +
  • + + EC39 + NetworkPrinter +
  • + +
  • + + EC3A + NetworkTower +
  • + +
  • + + EC3B + NewFolder +
  • + +
  • + + EC3C + NewWindow +
  • + +
  • + + EC3D + Next +
  • + +
  • + + EC3E + OEM +
  • + +
  • + + EC3F + OneBar +
  • + +
  • + + EC40 + OpenFile +
  • + +
  • + + EC41 + OpenInNewWindow +
  • + +
  • + + EC42 + OpenLocal +
  • + +
  • + + EC43 + OpenPane +
  • + +
  • + + EC44 + OpenPaneMirrored +
  • + +
  • + + EC45 + OpenWith +
  • + +
  • + + EC46 + OpenWithMirrored +
  • + +
  • + + EC47 + Orientation +
  • + +
  • + + EC48 + OtherUser +
  • + +
  • + + EC49 + PC1 +
  • + +
  • + + EC4A + PLAP +
  • + +
  • + + EC4B + Package +
  • + +
  • + + EC4C + Page +
  • + +
  • + + EC4D + PageLeft +
  • + +
  • + + EC4E + PageRight +
  • + +
  • + + EC4F + PageSolid +
  • + +
  • + + EC50 + PanMode +
  • + +
  • + + EC51 + ParkingLocation +
  • + +
  • + + EC52 + ParkingLocationMirrored +
  • + +
  • + + EC53 + ParkingLocationSolid +
  • + +
  • + + EC54 + PartyLeader +
  • + +
  • + + EC55 + PasswordKeyHide +
  • + +
  • + + EC56 + PasswordKeyShow +
  • + +
  • + + EC57 + Paste +
  • + +
  • + + EC58 + Pause +
  • + +
  • + + EC59 + PauseBadge12 +
  • + +
  • + + EC5A + PenPalette +
  • + +
  • + + EC5B + PenPaletteMirrored +
  • + +
  • + + EC5C + PenWorkspace +
  • + +
  • + + EC5D + PenWorkspaceMirrored +
  • + +
  • + + EC5E + Pencil +
  • + +
  • + + EC5F + People +
  • + +
  • + + EC60 + PeriodKey +
  • + +
  • + + EC61 + Permissions +
  • + +
  • + + EC62 + PersonalFolder +
  • + +
  • + + EC63 + Personalize +
  • + +
  • + + EC64 + Phone +
  • + +
  • + + EC65 + PhoneBook +
  • + +
  • + + EC66 + Photo +
  • + +
  • + + EC67 + Photo2 +
  • + +
  • + + EC68 + Picture +
  • + +
  • + + EC69 + PieSingle +
  • + +
  • + + EC6A + Pin +
  • + +
  • + + EC6B + PinFill +
  • + +
  • + + EC6C + Pinned +
  • + +
  • + + EC6D + PinnedFill +
  • + +
  • + + EC6E + PlaceFolderLegacy +
  • + +
  • + + EC6F + Play +
  • + +
  • + + EC70 + Play36 +
  • + +
  • + + EC71 + PlayBadge12 +
  • + +
  • + + EC72 + PlayOnLegacy +
  • + +
  • + + EC73 + PlaybackRate1x +
  • + +
  • + + EC74 + PlaybackRateOther +
  • + +
  • + + EC75 + PointErase +
  • + +
  • + + EC76 + PointEraseMirrored +
  • + +
  • + + EC77 + PoliceCar +
  • + +
  • + + EC78 + PostUpdate +
  • + +
  • + + EC79 + PowerButton +
  • + +
  • + + EC7A + PresenceChickletVideo +
  • + +
  • + + EC7B + Preview +
  • + +
  • + + EC7C + PreviewLink +
  • + +
  • + + EC7D + Previous +
  • + +
  • + + EC7E + Print +
  • + +
  • + + EC7F + Printer3D +
  • + +
  • + + EC80 + Printer3DLegacy +
  • + +
  • + + EC81 + PrintfaxPrinterFile +
  • + +
  • + + EC82 + Priority +
  • + +
  • + + EC83 + Process +
  • + +
  • + + EC84 + Project +
  • + +
  • + + EC85 + Projector +
  • + +
  • + + EC86 + ProtectedDocument +
  • + +
  • + + EC87 + ProvisioningPackage +
  • + +
  • + + EC88 + PuncKey +
  • + +
  • + + EC89 + PuncKey0 +
  • + +
  • + + EC8A + PuncKey1 +
  • + +
  • + + EC8B + PuncKey2 +
  • + +
  • + + EC8C + PuncKey3 +
  • + +
  • + + EC8D + PuncKey4 +
  • + +
  • + + EC8E + PuncKey5 +
  • + +
  • + + EC8F + PuncKey6 +
  • + +
  • + + EC90 + PuncKey7 +
  • + +
  • + + EC91 + PuncKey8 +
  • + +
  • + + EC92 + PuncKey9 +
  • + +
  • + + EC93 + PuncKeyLeftBottom +
  • + +
  • + + EC94 + PuncKeyRightBottom +
  • + +
  • + + EC95 + Puzzle +
  • + +
  • + + EC96 + QWERTYOff +
  • + +
  • + + EC97 + QWERTYOn +
  • + +
  • + + EC98 + QuickNote +
  • + +
  • + + EC99 + QuietHours +
  • + +
  • + + EC9A + RadioBtnOff +
  • + +
  • + + EC9B + RadioBtnOn +
  • + +
  • + + EC9C + RadioBullet +
  • + +
  • + + EC9D + RadioBullet2 +
  • + +
  • + + EC9E + Read +
  • + +
  • + + EC9F + ReadingList +
  • + +
  • + + ECA0 + ReceiptPrinter +
  • + +
  • + + ECA1 + Recent +
  • + +
  • + + ECA2 + Record +
  • + +
  • + + ECA3 + Redo +
  • + +
  • + + ECA4 + ReduceTileLegacy +
  • + +
  • + + ECA5 + ReduceTileLegacyMirrored +
  • + +
  • + + ECA6 + Refresh +
  • + +
  • + + ECA7 + RememberedDevice +
  • + +
  • + + ECA8 + Reminder +
  • + +
  • + + ECA9 + ReminderFill +
  • + +
  • + + ECAA + Remote +
  • + +
  • + + ECAB + Remove +
  • + +
  • + + ECAC + RemoveFrom +
  • + +
  • + + ECAD + Rename +
  • + +
  • + + ECAE + Repair +
  • + +
  • + + ECAF + RepeatOne +
  • + +
  • + + ECB0 + Reply +
  • + +
  • + + ECB1 + ReplyMirrored +
  • + +
  • + + ECB2 + ReportHacked +
  • + +
  • + + ECB3 + ResetDevice +
  • + +
  • + + ECB4 + ResetDrive +
  • + +
  • + + ECB5 + Reshare +
  • + +
  • + + ECB6 + ResizeMouseMedium +
  • + +
  • + + ECB7 + ResizeMouseMediumMirrored +
  • + +
  • + + ECB8 + ResizeMouseSmall +
  • + +
  • + + ECB9 + ResizeMouseSmallMirrored +
  • + +
  • + + ECBA + ResizeMouseTall +
  • + +
  • + + ECBB + ResizeMouseTallMirrored +
  • + +
  • + + ECBC + ResizeMouseWide +
  • + +
  • + + ECBD + ResizeTouchLarger +
  • + +
  • + + ECBE + ResizeTouchNarrower +
  • + +
  • + + ECBF + ResizeTouchNarrowerMirrored +
  • + +
  • + + ECC0 + ResizeTouchShorter +
  • + +
  • + + ECC1 + ResizeTouchSmaller +
  • + +
  • + + ECC2 + ResolutionLegacy +
  • + +
  • + + ECC3 + ReturnKey +
  • + +
  • + + ECC4 + ReturnKeyLg +
  • + +
  • + + ECC5 + ReturnKeySm +
  • + +
  • + + ECC6 + ReturnToWindow +
  • + +
  • + + ECC7 + RevToggleKey +
  • + +
  • + + ECC8 + Rewind +
  • + +
  • + + ECC9 + RightArrowKeyTime0 +
  • + +
  • + + ECCA + RightArrowKeyTime1 +
  • + +
  • + + ECCB + RightArrowKeyTime2 +
  • + +
  • + + ECCC + RightArrowKeyTime3 +
  • + +
  • + + ECCD + RightArrowKeyTime4 +
  • + +
  • + + ECCE + RightDoubleQuote +
  • + +
  • + + ECCF + RightQuote +
  • + +
  • + + ECD0 + Ringer +
  • + +
  • + + ECD1 + RingerBadge12 +
  • + +
  • + + ECD2 + RingerSilent +
  • + +
  • + + ECD3 + RoamingDomestic +
  • + +
  • + + ECD4 + RoamingInternational +
  • + +
  • + + ECD5 + Robot +
  • + +
  • + + ECD6 + Rotate +
  • + +
  • + + ECD7 + RotateCamera +
  • + +
  • + + ECD8 + RotateLegacy +
  • + +
  • + + ECD9 + RotateMapLeft +
  • + +
  • + + ECDA + RotateMapRight +
  • + +
  • + + ECDB + RotationLock +
  • + +
  • + + ECDC + Ruler +
  • + +
  • + + ECDD + SDCard +
  • + +
  • + + ECDE + SIMLock +
  • + +
  • + + ECDF + SIMMissing +
  • + +
  • + + ECE0 + SIPMove +
  • + +
  • + + ECE1 + SIPRedock +
  • + +
  • + + ECE2 + SIPUndock +
  • + +
  • + + ECE3 + Save +
  • + +
  • + + ECE4 + SaveAs +
  • + +
  • + + ECE5 + SaveCopy +
  • + +
  • + + ECE6 + SaveLocal +
  • + +
  • + + ECE7 + Scan +
  • + +
  • + + ECE8 + ScrollMode +
  • + +
  • + + ECE9 + ScrollUpDown +
  • + +
  • + + ECEA + Search +
  • + +
  • + + ECEB + SearchAndApps +
  • + +
  • + + ECEC + SelectAll +
  • + +
  • + + ECED + SemanticZoomLegacy +
  • + +
  • + + ECEE + Send +
  • + +
  • + + ECEF + SendFill +
  • + +
  • + + ECF0 + SendFillMirrored +
  • + +
  • + + ECF1 + SendMirrored +
  • + +
  • + + ECF2 + Sensor +
  • + +
  • + + ECF3 + SetTile +
  • + +
  • + + ECF4 + SetlockScreen +
  • + +
  • + + ECF5 + Settings +
  • + +
  • + + ECF6 + SettingsBattery +
  • + +
  • + + ECF7 + SettingsDisplaySound +
  • + +
  • + + ECF8 + Share +
  • + +
  • + + ECF9 + ShareBroadband +
  • + +
  • + + ECFA + Shop +
  • + +
  • + + ECFB + ShoppingCart +
  • + +
  • + + ECFC + ShowAllFiles1Legacy +
  • + +
  • + + ECFD + ShowAllFiles3Legacy +
  • + +
  • + + ECFE + ShowBcc +
  • + +
  • + + ECFF + ShowResults +
  • + +
  • + + ED00 + ShowResultsMirrored +
  • + +
  • + + ED01 + Shuffle +
  • + +
  • + + ED02 + SignalBars1 +
  • + +
  • + + ED03 + SignalBars2 +
  • + +
  • + + ED04 + SignalBars3 +
  • + +
  • + + ED05 + SignalBars4 +
  • + +
  • + + ED06 + SignalBars5 +
  • + +
  • + + ED07 + SignalError +
  • + +
  • + + ED08 + SignalNotConnected +
  • + +
  • + + ED09 + SignalRoaming +
  • + +
  • + + ED0A + SizeLegacy +
  • + +
  • + + ED0B + SkipBack10 +
  • + +
  • + + ED0C + SkipForward30 +
  • + +
  • + + ED0D + SliderThumb +
  • + +
  • + + ED0E + Slideshow +
  • + +
  • + + ED0F + Smartcard +
  • + +
  • + + ED10 + SmartcardVirtual +
  • + +
  • + + ED11 + Sort +
  • + +
  • + + ED12 + Speakers +
  • + +
  • + + ED13 + SpeedHigh +
  • + +
  • + + ED14 + SpeedMedium +
  • + +
  • + + ED15 + SpeedOff +
  • + +
  • + + ED16 + StartPoint +
  • + +
  • + + ED17 + StartPointSolid +
  • + +
  • + + ED18 + StatusCircle +
  • + +
  • + + ED19 + StatusCircleLeft +
  • + +
  • + + ED1A + StatusConnecting1 +
  • + +
  • + + ED1B + StatusConnecting2 +
  • + +
  • + + ED1C + StatusDataTransfer +
  • + +
  • + + ED1D + StatusDataTransferVPN +
  • + +
  • + + ED1E + StatusDualSIM1 +
  • + +
  • + + ED1F + StatusDualSIM1VPN +
  • + +
  • + + ED20 + StatusDualSIM2 +
  • + +
  • + + ED21 + StatusDualSIM2VPN +
  • + +
  • + + ED22 + StatusError +
  • + +
  • + + ED23 + StatusErrorFull +
  • + +
  • + + ED24 + StatusErrorLeft +
  • + +
  • + + ED25 + StatusSGLTE +
  • + +
  • + + ED26 + StatusSGLTECell +
  • + +
  • + + ED27 + StatusSGLTEDataVPN +
  • + +
  • + + ED28 + StatusTriangle +
  • + +
  • + + ED29 + StatusTriangleLeft +
  • + +
  • + + ED2A + StatusUnsecure +
  • + +
  • + + ED2B + StatusVPN +
  • + +
  • + + ED2C + StatusWarning +
  • + +
  • + + ED2D + StatusWarningLeft +
  • + +
  • + + ED2E + StockDown +
  • + +
  • + + ED2F + StockUp +
  • + +
  • + + ED30 + Stop +
  • + +
  • + + ED31 + StopPoint +
  • + +
  • + + ED32 + StopPointSolid +
  • + +
  • + + ED33 + StopSlideshowLegacy +
  • + +
  • + + ED34 + Stopwatch +
  • + +
  • + + ED35 + StorageNetworkWireless +
  • + +
  • + + ED36 + StorageOptical +
  • + +
  • + + ED37 + StorageTape +
  • + +
  • + + ED38 + Streaming +
  • + +
  • + + ED39 + StreamingEnterprise +
  • + +
  • + + ED3A + Street +
  • + +
  • + + ED3B + StreetsideSplitExpand +
  • + +
  • + + ED3C + StreetsideSplitMinimize +
  • + +
  • + + ED3D + StrokeErase +
  • + +
  • + + ED3E + StrokeEraseMirrored +
  • + +
  • + + ED3F + Subtitles +
  • + +
  • + + ED40 + SubtitlesAudio +
  • + +
  • + + ED41 + SurfaceHub +
  • + +
  • + + ED42 + Sustainable +
  • + +
  • + + ED43 + Swipe +
  • + +
  • + + ED44 + SwipeRevealArt +
  • + +
  • + + ED45 + Switch +
  • + +
  • + + ED46 + SwitchApps +
  • + +
  • + + ED47 + SwitchUser +
  • + +
  • + + ED48 + Sync +
  • + +
  • + + ED49 + SyncBadge12 +
  • + +
  • + + ED4A + SyncError +
  • + +
  • + + ED4B + SyncFolder +
  • + +
  • + + ED4C + System +
  • + +
  • + + ED4D + TVMonitor +
  • + +
  • + + ED4E + TVMonitorSelected +
  • + +
  • + + ED4F + Tablet +
  • + +
  • + + ED50 + TabletMode +
  • + +
  • + + ED51 + TabletSelected +
  • + +
  • + + ED52 + Tag +
  • + +
  • + + ED53 + TapAndSend +
  • + +
  • + + ED54 + TaskbarPhone +
  • + +
  • + + ED55 + ThisPC +
  • + +
  • + + ED56 + ThoughtBubble +
  • + +
  • + + ED57 + ThreeBars +
  • + +
  • + + ED58 + Tiles +
  • + +
  • + + ED59 + TiltDown +
  • + +
  • + + ED5A + TiltUp +
  • + +
  • + + ED5B + TimeLanguage +
  • + +
  • + + ED5C + ToggleBorder +
  • + +
  • + + ED5D + ToggleFilled +
  • + +
  • + + ED5E + ToggleThumb +
  • + +
  • + + ED5F + Touch +
  • + +
  • + + ED60 + TouchPointer +
  • + +
  • + + ED61 + Touchscreen +
  • + +
  • + + ED62 + Trackers +
  • + +
  • + + ED63 + TrackersMirrored +
  • + +
  • + + ED64 + Train +
  • + +
  • + + ED65 + TrainSolid +
  • + +
  • + + ED66 + TreeFolderFolder +
  • + +
  • + + ED67 + TreeFolderFolderFill +
  • + +
  • + + ED68 + TreeFolderFolderOpen +
  • + +
  • + + ED69 + TreeFolderFolderOpenFill +
  • + +
  • + + ED6A + Trim +
  • + +
  • + + ED6B + TwoBars +
  • + +
  • + + ED6C + TwoPage +
  • + +
  • + + ED6D + Type +
  • + +
  • + + ED6E + TypingIndicatorLegacy +
  • + +
  • + + ED6F + USB +
  • + +
  • + + ED70 + USBSafeConnect +
  • + +
  • + + ED71 + Underline +
  • + +
  • + + ED72 + UnderlineLKoreanLegacy +
  • + +
  • + + ED73 + UnderlineRussianLegacy +
  • + +
  • + + ED74 + UnderlineSLegacy +
  • + +
  • + + ED75 + UnderlineULegacy +
  • + +
  • + + ED76 + UnderscoreSpace +
  • + +
  • + + ED77 + Undo +
  • + +
  • + + ED78 + Unfavorite +
  • + +
  • + + ED79 + Unit +
  • + +
  • + + ED7A + Unlock +
  • + +
  • + + ED7B + Unpin +
  • + +
  • + + ED7C + UnsyncFolder +
  • + +
  • + + ED7D + Up +
  • + +
  • + + ED7E + UpArrowShiftKey +
  • + +
  • + + ED7F + UpShiftKey +
  • + +
  • + + ED80 + UpdateRestore +
  • + +
  • + + ED81 + Upload +
  • + +
  • + + ED82 + VPN +
  • + +
  • + + ED83 + Vibrate +
  • + +
  • + + ED84 + Video +
  • + +
  • + + ED85 + VideoChat +
  • + +
  • + + ED86 + View +
  • + +
  • + + ED87 + ViewAll +
  • + +
  • + + ED88 + Volume +
  • + +
  • + + ED89 + Volume0 +
  • + +
  • + + ED8A + Volume1 +
  • + +
  • + + ED8B + Volume2 +
  • + +
  • + + ED8C + Volume3 +
  • + +
  • + + ED8D + VolumeBars +
  • + +
  • + + ED8E + Walk +
  • + +
  • + + ED8F + WalkSolid +
  • + +
  • + + ED90 + Warning +
  • + +
  • + + ED91 + Webcam +
  • + +
  • + + ED92 + Webcam2 +
  • + +
  • + + ED93 + Wheel +
  • + +
  • + + ED94 + Wifi +
  • + +
  • + + ED95 + Wifi1 +
  • + +
  • + + ED96 + Wifi2 +
  • + +
  • + + ED97 + Wifi3 +
  • + +
  • + + ED98 + WifiAttentionOverlay +
  • + +
  • + + ED99 + WifiCall0 +
  • + +
  • + + ED9A + WifiCall1 +
  • + +
  • + + ED9B + WifiCall2 +
  • + +
  • + + ED9C + WifiCall3 +
  • + +
  • + + ED9D + WifiCall4 +
  • + +
  • + + ED9E + WifiCallBars +
  • + +
  • + + ED9F + WifiError0 +
  • + +
  • + + EDA0 + WifiError1 +
  • + +
  • + + EDA1 + WifiError2 +
  • + +
  • + + EDA2 + WifiError3 +
  • + +
  • + + EDA3 + WifiError4 +
  • + +
  • + + EDA4 + WifiEthernet +
  • + +
  • + + EDA5 + WifiHotspot +
  • + +
  • + + EDA6 + WifiWarning0 +
  • + +
  • + + EDA7 + WifiWarning1 +
  • + +
  • + + EDA8 + WifiWarning2 +
  • + +
  • + + EDA9 + WifiWarning3 +
  • + +
  • + + EDAA + WifiWarning4 +
  • + +
  • + + EDAB + WindDirection +
  • + +
  • + + EDAC + WiredUSB +
  • + +
  • + + EDAD + WirelessUSB +
  • + +
  • + + EDAE + Work +
  • + +
  • + + EDAF + WorkSolid +
  • + +
  • + + EDB0 + World +
  • + +
  • + + EDB1 + XboxOneConsole +
  • + +
  • + + EDB2 + ZeroBars +
  • + +
  • + + EDB3 + Zoom +
  • + +
  • + + EDB4 + ZoomIn +
  • + +
  • + + EDB5 + ZoomMode +
  • + +
  • + + EDB6 + ZoomOut +
  • + +
  • + + EDB7 + eSIM +
  • + +
  • + + EDB8 + eSIMBusy +
  • + +
  • + + EDB9 + eSIMLocked +
  • + +
  • + + EDBA + eSIMNoProfile +
  • + +
+ + + \ No newline at end of file diff --git a/fonts/mdl2-v1155.eot b/fonts/mdl2-v1155.eot deleted file mode 100644 index c9345b8..0000000 Binary files a/fonts/mdl2-v1155.eot and /dev/null differ diff --git a/fonts/mdl2-v1155.svg b/fonts/mdl2-v1155.svg deleted file mode 100644 index 1c473e1..0000000 --- a/fonts/mdl2-v1155.svg +++ /dev/null @@ -1,984 +0,0 @@ - - - - - - -{ - "fontFamily": "micon", - "majorVersion": 1, - "minorVersion": 155, - "fontURL": "http://xtoolkit.github.io/Micon/", - "description": "Micon, The iconic windows 10 font and CSS toolkit.\nFont generated by IcoMoon.", - "copyright": "© 2016 vDev", - "designer": "Microsoft", - "designerURL": "http://vdev.ir/", - "version": "Version 1.155", - "fontId": "micon", - "psName": "micon", - "subFamily": "Regular", - "fullName": "micon" -} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/fonts/mdl2-v1155.ttf b/fonts/mdl2-v1155.ttf deleted file mode 100644 index 435f151..0000000 Binary files a/fonts/mdl2-v1155.ttf and /dev/null differ diff --git a/fonts/mdl2-v1155.woff b/fonts/mdl2-v1155.woff deleted file mode 100644 index 15ee276..0000000 Binary files a/fonts/mdl2-v1155.woff and /dev/null differ diff --git a/gulpfile.js b/gulpfile.js new file mode 100644 index 0000000..b077b96 --- /dev/null +++ b/gulpfile.js @@ -0,0 +1,59 @@ +/*! Micon v2.0.0 | MIT License | http://xtoolkit.github.io/Micon/ */ + +const gulp = require('gulp') +const rename = require('gulp-rename') +const iconfont = require('gulp-iconfont') +const consolidate = require('gulp-consolidate') + +const patch = 'dist' +const fontName = 'micon' +const fontVer = '2.0.155' +const className = 'mi' +const timestamp = Math.round(Date.now() / 1000) +var namedb = require('./name_db.json') + +gulp.task('mimake', function() { + return gulp.src(['icons/mdl2/*.svg', 'icons/webbrand/*.svg']) + .pipe(iconfont({ + fontName, + formats: ['ttf', 'eot', 'woff', 'woff2', 'svg'], + timestamp, + log: () => {} + })) + .on('glyphs', (glyphs) => { + const options = { + className, + fontName, + fontVer, + namedb, + fontPath: '../fonts/', + glyphs: glyphs.map(mapGlyphs) + } + gulp.src(`templates/style-template.css`) + .pipe(consolidate('lodash', options)) + .pipe(rename({ + basename: fontName + })) + .pipe(gulp.dest(`${patch}/${fontName}/css/`)) + gulp.src(`templates/style-min-template.css`) + .pipe(consolidate('lodash', options)) + .pipe(rename({ + basename: fontName + '.min' + })) + .pipe(gulp.dest(`${patch}/${fontName}/css/`)) + gulp.src(`templates/html-template.html`) + .pipe(consolidate('lodash', options)) + .pipe(rename({ + basename: `html-demo-${fontName}` + })) + .pipe(gulp.dest(`${patch}/${fontName}/`)) + }) + .pipe(gulp.dest(`${patch}/${fontName}/fonts/`)) +}); + +function mapGlyphs(glyph) { + return { + name: glyph.name, + codepoint: glyph.unicode[0].charCodeAt(0) + } +} diff --git a/icons/mdl2/Accept.svg b/icons/mdl2/Accept.svg new file mode 100644 index 0000000..a741dea --- /dev/null +++ b/icons/mdl2/Accept.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Accident.svg b/icons/mdl2/Accident.svg new file mode 100644 index 0000000..9ac73e6 --- /dev/null +++ b/icons/mdl2/Accident.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/AccidentSolid.svg b/icons/mdl2/AccidentSolid.svg new file mode 100644 index 0000000..35c5967 --- /dev/null +++ b/icons/mdl2/AccidentSolid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Accounts.svg b/icons/mdl2/Accounts.svg new file mode 100644 index 0000000..6447aa9 --- /dev/null +++ b/icons/mdl2/Accounts.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ActionCenter.svg b/icons/mdl2/ActionCenter.svg new file mode 100644 index 0000000..55c30ca --- /dev/null +++ b/icons/mdl2/ActionCenter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ActionCenterAsterisk.svg b/icons/mdl2/ActionCenterAsterisk.svg new file mode 100644 index 0000000..762ba28 --- /dev/null +++ b/icons/mdl2/ActionCenterAsterisk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ActionCenterMirrored.svg b/icons/mdl2/ActionCenterMirrored.svg new file mode 100644 index 0000000..75cfc5e --- /dev/null +++ b/icons/mdl2/ActionCenterMirrored.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ActionCenterNotification.svg b/icons/mdl2/ActionCenterNotification.svg new file mode 100644 index 0000000..aa29b90 --- /dev/null +++ b/icons/mdl2/ActionCenterNotification.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ActionCenterNotificationMirrored.svg b/icons/mdl2/ActionCenterNotificationMirrored.svg new file mode 100644 index 0000000..eb8e45b --- /dev/null +++ b/icons/mdl2/ActionCenterNotificationMirrored.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ActionCenterQuiet.svg b/icons/mdl2/ActionCenterQuiet.svg new file mode 100644 index 0000000..611c716 --- /dev/null +++ b/icons/mdl2/ActionCenterQuiet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ActionCenterQuietNotification.svg b/icons/mdl2/ActionCenterQuietNotification.svg new file mode 100644 index 0000000..9a6d5ae --- /dev/null +++ b/icons/mdl2/ActionCenterQuietNotification.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Add.svg b/icons/mdl2/Add.svg new file mode 100644 index 0000000..9ab2462 --- /dev/null +++ b/icons/mdl2/Add.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/AddFriend.svg b/icons/mdl2/AddFriend.svg new file mode 100644 index 0000000..9750436 --- /dev/null +++ b/icons/mdl2/AddFriend.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/AddRemoteDevice.svg b/icons/mdl2/AddRemoteDevice.svg new file mode 100644 index 0000000..f264ff1 --- /dev/null +++ b/icons/mdl2/AddRemoteDevice.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/AddSurfaceHub.svg b/icons/mdl2/AddSurfaceHub.svg new file mode 100644 index 0000000..5976cb1 --- /dev/null +++ b/icons/mdl2/AddSurfaceHub.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/AddTo.svg b/icons/mdl2/AddTo.svg new file mode 100644 index 0000000..a3064af --- /dev/null +++ b/icons/mdl2/AddTo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/AdjustHologram.svg b/icons/mdl2/AdjustHologram.svg new file mode 100644 index 0000000..7ed70ec --- /dev/null +++ b/icons/mdl2/AdjustHologram.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Admin.svg b/icons/mdl2/Admin.svg new file mode 100644 index 0000000..87d3ac2 --- /dev/null +++ b/icons/mdl2/Admin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Airplane.svg b/icons/mdl2/Airplane.svg new file mode 100644 index 0000000..d384326 --- /dev/null +++ b/icons/mdl2/Airplane.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/AirplaneSolid.svg b/icons/mdl2/AirplaneSolid.svg new file mode 100644 index 0000000..7223827 --- /dev/null +++ b/icons/mdl2/AirplaneSolid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/AlignCenter.svg b/icons/mdl2/AlignCenter.svg new file mode 100644 index 0000000..c3cfca6 --- /dev/null +++ b/icons/mdl2/AlignCenter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/AlignLeft.svg b/icons/mdl2/AlignLeft.svg new file mode 100644 index 0000000..07dab2b --- /dev/null +++ b/icons/mdl2/AlignLeft.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/AlignRight.svg b/icons/mdl2/AlignRight.svg new file mode 100644 index 0000000..8365f9d --- /dev/null +++ b/icons/mdl2/AlignRight.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/AllApps.svg b/icons/mdl2/AllApps.svg new file mode 100644 index 0000000..2e5e136 --- /dev/null +++ b/icons/mdl2/AllApps.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/AllAppsMirrored.svg b/icons/mdl2/AllAppsMirrored.svg new file mode 100644 index 0000000..c2f941f --- /dev/null +++ b/icons/mdl2/AllAppsMirrored.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Annotation.svg b/icons/mdl2/Annotation.svg new file mode 100644 index 0000000..8d5cee7 --- /dev/null +++ b/icons/mdl2/Annotation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/AppIconDefault.svg b/icons/mdl2/AppIconDefault.svg new file mode 100644 index 0000000..ce9e474 --- /dev/null +++ b/icons/mdl2/AppIconDefault.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/AspectRatio.svg b/icons/mdl2/AspectRatio.svg new file mode 100644 index 0000000..c62af92 --- /dev/null +++ b/icons/mdl2/AspectRatio.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Asterisk.svg b/icons/mdl2/Asterisk.svg new file mode 100644 index 0000000..5f9d440 --- /dev/null +++ b/icons/mdl2/Asterisk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/AsteriskBadge12.svg b/icons/mdl2/AsteriskBadge12.svg new file mode 100644 index 0000000..685c6a8 --- /dev/null +++ b/icons/mdl2/AsteriskBadge12.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Attach.svg b/icons/mdl2/Attach.svg new file mode 100644 index 0000000..ad26111 --- /dev/null +++ b/icons/mdl2/Attach.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/AttachCamera.svg b/icons/mdl2/AttachCamera.svg new file mode 100644 index 0000000..6c45852 --- /dev/null +++ b/icons/mdl2/AttachCamera.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Audio.svg b/icons/mdl2/Audio.svg new file mode 100644 index 0000000..118b7a3 --- /dev/null +++ b/icons/mdl2/Audio.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Back.svg b/icons/mdl2/Back.svg new file mode 100644 index 0000000..7bd79cf --- /dev/null +++ b/icons/mdl2/Back.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/BackSpaceQWERTYLg.svg b/icons/mdl2/BackSpaceQWERTYLg.svg new file mode 100644 index 0000000..d946aae --- /dev/null +++ b/icons/mdl2/BackSpaceQWERTYLg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/BackSpaceQWERTYMd.svg b/icons/mdl2/BackSpaceQWERTYMd.svg new file mode 100644 index 0000000..a320875 --- /dev/null +++ b/icons/mdl2/BackSpaceQWERTYMd.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/BackSpaceQWERTYSm.svg b/icons/mdl2/BackSpaceQWERTYSm.svg new file mode 100644 index 0000000..0e73e6a --- /dev/null +++ b/icons/mdl2/BackSpaceQWERTYSm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/BackToWindow.svg b/icons/mdl2/BackToWindow.svg new file mode 100644 index 0000000..d36adf8 --- /dev/null +++ b/icons/mdl2/BackToWindow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/BackgroundToggle.svg b/icons/mdl2/BackgroundToggle.svg new file mode 100644 index 0000000..4e6ca94 --- /dev/null +++ b/icons/mdl2/BackgroundToggle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Badge.svg b/icons/mdl2/Badge.svg new file mode 100644 index 0000000..a1b0941 --- /dev/null +++ b/icons/mdl2/Badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Bank.svg b/icons/mdl2/Bank.svg new file mode 100644 index 0000000..b2eeb37 --- /dev/null +++ b/icons/mdl2/Bank.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/BarcodeScanner.svg b/icons/mdl2/BarcodeScanner.svg new file mode 100644 index 0000000..3a84d86 --- /dev/null +++ b/icons/mdl2/BarcodeScanner.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Battery0.svg b/icons/mdl2/Battery0.svg new file mode 100644 index 0000000..8ebc0ef --- /dev/null +++ b/icons/mdl2/Battery0.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Battery1.svg b/icons/mdl2/Battery1.svg new file mode 100644 index 0000000..d673e5d --- /dev/null +++ b/icons/mdl2/Battery1.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Battery10.svg b/icons/mdl2/Battery10.svg new file mode 100644 index 0000000..69fd57c --- /dev/null +++ b/icons/mdl2/Battery10.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Battery2.svg b/icons/mdl2/Battery2.svg new file mode 100644 index 0000000..63813ed --- /dev/null +++ b/icons/mdl2/Battery2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Battery3.svg b/icons/mdl2/Battery3.svg new file mode 100644 index 0000000..e52f9da --- /dev/null +++ b/icons/mdl2/Battery3.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Battery4.svg b/icons/mdl2/Battery4.svg new file mode 100644 index 0000000..be897dd --- /dev/null +++ b/icons/mdl2/Battery4.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Battery5.svg b/icons/mdl2/Battery5.svg new file mode 100644 index 0000000..01aac49 --- /dev/null +++ b/icons/mdl2/Battery5.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Battery6.svg b/icons/mdl2/Battery6.svg new file mode 100644 index 0000000..d901a07 --- /dev/null +++ b/icons/mdl2/Battery6.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Battery7.svg b/icons/mdl2/Battery7.svg new file mode 100644 index 0000000..ff3f46f --- /dev/null +++ b/icons/mdl2/Battery7.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Battery8.svg b/icons/mdl2/Battery8.svg new file mode 100644 index 0000000..6658707 --- /dev/null +++ b/icons/mdl2/Battery8.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Battery9.svg b/icons/mdl2/Battery9.svg new file mode 100644 index 0000000..277b1bc --- /dev/null +++ b/icons/mdl2/Battery9.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/BatteryCharging0.svg b/icons/mdl2/BatteryCharging0.svg new file mode 100644 index 0000000..afde880 --- /dev/null +++ b/icons/mdl2/BatteryCharging0.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/BatteryCharging1.svg b/icons/mdl2/BatteryCharging1.svg new file mode 100644 index 0000000..d23472a --- /dev/null +++ b/icons/mdl2/BatteryCharging1.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/BatteryCharging10.svg b/icons/mdl2/BatteryCharging10.svg new file mode 100644 index 0000000..3ef769b --- /dev/null +++ b/icons/mdl2/BatteryCharging10.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/BatteryCharging2.svg b/icons/mdl2/BatteryCharging2.svg new file mode 100644 index 0000000..fb91b01 --- /dev/null +++ b/icons/mdl2/BatteryCharging2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/BatteryCharging3.svg b/icons/mdl2/BatteryCharging3.svg new file mode 100644 index 0000000..8bac762 --- /dev/null +++ b/icons/mdl2/BatteryCharging3.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/BatteryCharging4.svg b/icons/mdl2/BatteryCharging4.svg new file mode 100644 index 0000000..4c93b32 --- /dev/null +++ b/icons/mdl2/BatteryCharging4.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/BatteryCharging5.svg b/icons/mdl2/BatteryCharging5.svg new file mode 100644 index 0000000..8de5300 --- /dev/null +++ b/icons/mdl2/BatteryCharging5.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/BatteryCharging6.svg b/icons/mdl2/BatteryCharging6.svg new file mode 100644 index 0000000..017f58f --- /dev/null +++ b/icons/mdl2/BatteryCharging6.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/BatteryCharging7.svg b/icons/mdl2/BatteryCharging7.svg new file mode 100644 index 0000000..d7369a4 --- /dev/null +++ b/icons/mdl2/BatteryCharging7.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/BatteryCharging8.svg b/icons/mdl2/BatteryCharging8.svg new file mode 100644 index 0000000..a62e5f3 --- /dev/null +++ b/icons/mdl2/BatteryCharging8.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/BatteryCharging9.svg b/icons/mdl2/BatteryCharging9.svg new file mode 100644 index 0000000..76ee942 --- /dev/null +++ b/icons/mdl2/BatteryCharging9.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/BatterySaver0.svg b/icons/mdl2/BatterySaver0.svg new file mode 100644 index 0000000..3d0a314 --- /dev/null +++ b/icons/mdl2/BatterySaver0.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/BatterySaver1.svg b/icons/mdl2/BatterySaver1.svg new file mode 100644 index 0000000..f1944dd --- /dev/null +++ b/icons/mdl2/BatterySaver1.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/BatterySaver10.svg b/icons/mdl2/BatterySaver10.svg new file mode 100644 index 0000000..7de2518 --- /dev/null +++ b/icons/mdl2/BatterySaver10.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/BatterySaver2.svg b/icons/mdl2/BatterySaver2.svg new file mode 100644 index 0000000..90f2a07 --- /dev/null +++ b/icons/mdl2/BatterySaver2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/BatterySaver3.svg b/icons/mdl2/BatterySaver3.svg new file mode 100644 index 0000000..48ceeb0 --- /dev/null +++ b/icons/mdl2/BatterySaver3.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/BatterySaver4.svg b/icons/mdl2/BatterySaver4.svg new file mode 100644 index 0000000..2b52d3b --- /dev/null +++ b/icons/mdl2/BatterySaver4.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/BatterySaver5.svg b/icons/mdl2/BatterySaver5.svg new file mode 100644 index 0000000..b81f78a --- /dev/null +++ b/icons/mdl2/BatterySaver5.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/BatterySaver6.svg b/icons/mdl2/BatterySaver6.svg new file mode 100644 index 0000000..2fe8e44 --- /dev/null +++ b/icons/mdl2/BatterySaver6.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/BatterySaver7.svg b/icons/mdl2/BatterySaver7.svg new file mode 100644 index 0000000..17f5afa --- /dev/null +++ b/icons/mdl2/BatterySaver7.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/BatterySaver8.svg b/icons/mdl2/BatterySaver8.svg new file mode 100644 index 0000000..2b03262 --- /dev/null +++ b/icons/mdl2/BatterySaver8.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/BatterySaver9.svg b/icons/mdl2/BatterySaver9.svg new file mode 100644 index 0000000..e7137f0 --- /dev/null +++ b/icons/mdl2/BatterySaver9.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/BatteryUnknown.svg b/icons/mdl2/BatteryUnknown.svg new file mode 100644 index 0000000..9338792 --- /dev/null +++ b/icons/mdl2/BatteryUnknown.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Beta.svg b/icons/mdl2/Beta.svg new file mode 100644 index 0000000..d6dfdce --- /dev/null +++ b/icons/mdl2/Beta.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/BidiLtr.svg b/icons/mdl2/BidiLtr.svg new file mode 100644 index 0000000..764914f --- /dev/null +++ b/icons/mdl2/BidiLtr.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/BidiRtl.svg b/icons/mdl2/BidiRtl.svg new file mode 100644 index 0000000..7a615c9 --- /dev/null +++ b/icons/mdl2/BidiRtl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/BlockContact.svg b/icons/mdl2/BlockContact.svg new file mode 100644 index 0000000..d0c22d1 --- /dev/null +++ b/icons/mdl2/BlockContact.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/BlockedLegacy.svg b/icons/mdl2/BlockedLegacy.svg new file mode 100644 index 0000000..7329cca --- /dev/null +++ b/icons/mdl2/BlockedLegacy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Bluetooth.svg b/icons/mdl2/Bluetooth.svg new file mode 100644 index 0000000..39b0850 --- /dev/null +++ b/icons/mdl2/Bluetooth.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/BodyCam.svg b/icons/mdl2/BodyCam.svg new file mode 100644 index 0000000..6344724 --- /dev/null +++ b/icons/mdl2/BodyCam.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Bold.svg b/icons/mdl2/Bold.svg new file mode 100644 index 0000000..10e442a --- /dev/null +++ b/icons/mdl2/Bold.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/BoldFLegacy.svg b/icons/mdl2/BoldFLegacy.svg new file mode 100644 index 0000000..6e79ae7 --- /dev/null +++ b/icons/mdl2/BoldFLegacy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/BoldGLegacy.svg b/icons/mdl2/BoldGLegacy.svg new file mode 100644 index 0000000..3d2e71a --- /dev/null +++ b/icons/mdl2/BoldGLegacy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/BoldKoreanLegacy.svg b/icons/mdl2/BoldKoreanLegacy.svg new file mode 100644 index 0000000..71ac4e7 --- /dev/null +++ b/icons/mdl2/BoldKoreanLegacy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/BoldNLegacy.svg b/icons/mdl2/BoldNLegacy.svg new file mode 100644 index 0000000..6d64b2b --- /dev/null +++ b/icons/mdl2/BoldNLegacy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/BoldRussionLegacy.svg b/icons/mdl2/BoldRussionLegacy.svg new file mode 100644 index 0000000..f5e67b2 --- /dev/null +++ b/icons/mdl2/BoldRussionLegacy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Bookmarks.svg b/icons/mdl2/Bookmarks.svg new file mode 100644 index 0000000..029dbb5 --- /dev/null +++ b/icons/mdl2/Bookmarks.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/BookmarksMirrored.svg b/icons/mdl2/BookmarksMirrored.svg new file mode 100644 index 0000000..2bded10 --- /dev/null +++ b/icons/mdl2/BookmarksMirrored.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Brightness.svg b/icons/mdl2/Brightness.svg new file mode 100644 index 0000000..b0f88f7 --- /dev/null +++ b/icons/mdl2/Brightness.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Broom.svg b/icons/mdl2/Broom.svg new file mode 100644 index 0000000..4cba7e5 --- /dev/null +++ b/icons/mdl2/Broom.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/BrowsePhotos.svg b/icons/mdl2/BrowsePhotos.svg new file mode 100644 index 0000000..94b20ae --- /dev/null +++ b/icons/mdl2/BrowsePhotos.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/BrushSize.svg b/icons/mdl2/BrushSize.svg new file mode 100644 index 0000000..16f9efb --- /dev/null +++ b/icons/mdl2/BrushSize.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/BuildingEnergy.svg b/icons/mdl2/BuildingEnergy.svg new file mode 100644 index 0000000..ccaaa01 --- /dev/null +++ b/icons/mdl2/BuildingEnergy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/BulletedList.svg b/icons/mdl2/BulletedList.svg new file mode 100644 index 0000000..ec6ef95 --- /dev/null +++ b/icons/mdl2/BulletedList.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/BulletedListMirrored.svg b/icons/mdl2/BulletedListMirrored.svg new file mode 100644 index 0000000..5520f52 --- /dev/null +++ b/icons/mdl2/BulletedListMirrored.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Bus.svg b/icons/mdl2/Bus.svg new file mode 100644 index 0000000..bdfa623 --- /dev/null +++ b/icons/mdl2/Bus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/BusSolid.svg b/icons/mdl2/BusSolid.svg new file mode 100644 index 0000000..6cf18c5 --- /dev/null +++ b/icons/mdl2/BusSolid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/CC.svg b/icons/mdl2/CC.svg new file mode 100644 index 0000000..3cf5cf5 --- /dev/null +++ b/icons/mdl2/CC.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/CCEuroLegacy.svg b/icons/mdl2/CCEuroLegacy.svg new file mode 100644 index 0000000..9c88d7c --- /dev/null +++ b/icons/mdl2/CCEuroLegacy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/CCJapanLegacy.svg b/icons/mdl2/CCJapanLegacy.svg new file mode 100644 index 0000000..a78ec97 --- /dev/null +++ b/icons/mdl2/CCJapanLegacy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Calculator.svg b/icons/mdl2/Calculator.svg new file mode 100644 index 0000000..da0d8a3 --- /dev/null +++ b/icons/mdl2/Calculator.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/CalculatorAddition.svg b/icons/mdl2/CalculatorAddition.svg new file mode 100644 index 0000000..83d5880 --- /dev/null +++ b/icons/mdl2/CalculatorAddition.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/CalculatorBackspace.svg b/icons/mdl2/CalculatorBackspace.svg new file mode 100644 index 0000000..b42843b --- /dev/null +++ b/icons/mdl2/CalculatorBackspace.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/CalculatorDivide.svg b/icons/mdl2/CalculatorDivide.svg new file mode 100644 index 0000000..8356991 --- /dev/null +++ b/icons/mdl2/CalculatorDivide.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/CalculatorEqualTo.svg b/icons/mdl2/CalculatorEqualTo.svg new file mode 100644 index 0000000..3b5ddca --- /dev/null +++ b/icons/mdl2/CalculatorEqualTo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/CalculatorMultiply.svg b/icons/mdl2/CalculatorMultiply.svg new file mode 100644 index 0000000..7f427f6 --- /dev/null +++ b/icons/mdl2/CalculatorMultiply.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/CalculatorNegate.svg b/icons/mdl2/CalculatorNegate.svg new file mode 100644 index 0000000..97e7de2 --- /dev/null +++ b/icons/mdl2/CalculatorNegate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/CalculatorPercentage.svg b/icons/mdl2/CalculatorPercentage.svg new file mode 100644 index 0000000..17f2f01 --- /dev/null +++ b/icons/mdl2/CalculatorPercentage.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/CalculatorSquareroot.svg b/icons/mdl2/CalculatorSquareroot.svg new file mode 100644 index 0000000..fe77009 --- /dev/null +++ b/icons/mdl2/CalculatorSquareroot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/CalculatorSubtract.svg b/icons/mdl2/CalculatorSubtract.svg new file mode 100644 index 0000000..ec35d65 --- /dev/null +++ b/icons/mdl2/CalculatorSubtract.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Calendar.svg b/icons/mdl2/Calendar.svg new file mode 100644 index 0000000..cc0d5dd --- /dev/null +++ b/icons/mdl2/Calendar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/CalendarDay.svg b/icons/mdl2/CalendarDay.svg new file mode 100644 index 0000000..4209d69 --- /dev/null +++ b/icons/mdl2/CalendarDay.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/CalendarMirrored.svg b/icons/mdl2/CalendarMirrored.svg new file mode 100644 index 0000000..eab6574 --- /dev/null +++ b/icons/mdl2/CalendarMirrored.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/CalendarReply.svg b/icons/mdl2/CalendarReply.svg new file mode 100644 index 0000000..e1ac71a --- /dev/null +++ b/icons/mdl2/CalendarReply.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/CalendarSolid.svg b/icons/mdl2/CalendarSolid.svg new file mode 100644 index 0000000..17151b3 --- /dev/null +++ b/icons/mdl2/CalendarSolid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/CalendarWeek.svg b/icons/mdl2/CalendarWeek.svg new file mode 100644 index 0000000..cf0ab93 --- /dev/null +++ b/icons/mdl2/CalendarWeek.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/CaligraphyPen.svg b/icons/mdl2/CaligraphyPen.svg new file mode 100644 index 0000000..b4655df --- /dev/null +++ b/icons/mdl2/CaligraphyPen.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/CallForwardInternational.svg b/icons/mdl2/CallForwardInternational.svg new file mode 100644 index 0000000..8d6719e --- /dev/null +++ b/icons/mdl2/CallForwardInternational.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/CallForwardInternationalMirrored.svg b/icons/mdl2/CallForwardInternationalMirrored.svg new file mode 100644 index 0000000..fd5b79d --- /dev/null +++ b/icons/mdl2/CallForwardInternationalMirrored.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/CallForwardRoaming.svg b/icons/mdl2/CallForwardRoaming.svg new file mode 100644 index 0000000..2116ac8 --- /dev/null +++ b/icons/mdl2/CallForwardRoaming.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/CallForwardRoamingMirrored.svg b/icons/mdl2/CallForwardRoamingMirrored.svg new file mode 100644 index 0000000..6723a4c --- /dev/null +++ b/icons/mdl2/CallForwardRoamingMirrored.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/CallForwarding.svg b/icons/mdl2/CallForwarding.svg new file mode 100644 index 0000000..e4dd8f3 --- /dev/null +++ b/icons/mdl2/CallForwarding.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/CallForwardingMirrored.svg b/icons/mdl2/CallForwardingMirrored.svg new file mode 100644 index 0000000..1aa5176 --- /dev/null +++ b/icons/mdl2/CallForwardingMirrored.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Camera.svg b/icons/mdl2/Camera.svg new file mode 100644 index 0000000..09bd42d --- /dev/null +++ b/icons/mdl2/Camera.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Cancel.svg b/icons/mdl2/Cancel.svg new file mode 100644 index 0000000..f287113 --- /dev/null +++ b/icons/mdl2/Cancel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Caption.svg b/icons/mdl2/Caption.svg new file mode 100644 index 0000000..a03c4e0 --- /dev/null +++ b/icons/mdl2/Caption.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Car.svg b/icons/mdl2/Car.svg new file mode 100644 index 0000000..8cda6fa --- /dev/null +++ b/icons/mdl2/Car.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/CashDrawer.svg b/icons/mdl2/CashDrawer.svg new file mode 100644 index 0000000..fcccd3d --- /dev/null +++ b/icons/mdl2/CashDrawer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/CellPhone.svg b/icons/mdl2/CellPhone.svg new file mode 100644 index 0000000..3dd40dc --- /dev/null +++ b/icons/mdl2/CellPhone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Certificate.svg b/icons/mdl2/Certificate.svg new file mode 100644 index 0000000..ce56988 --- /dev/null +++ b/icons/mdl2/Certificate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Characters.svg b/icons/mdl2/Characters.svg new file mode 100644 index 0000000..1097561 --- /dev/null +++ b/icons/mdl2/Characters.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ChatBubbles.svg b/icons/mdl2/ChatBubbles.svg new file mode 100644 index 0000000..358c2a3 --- /dev/null +++ b/icons/mdl2/ChatBubbles.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/CheckMark.svg b/icons/mdl2/CheckMark.svg new file mode 100644 index 0000000..0765a28 --- /dev/null +++ b/icons/mdl2/CheckMark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Checkbox.svg b/icons/mdl2/Checkbox.svg new file mode 100644 index 0000000..8ca457e --- /dev/null +++ b/icons/mdl2/Checkbox.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/CheckboxComposite.svg b/icons/mdl2/CheckboxComposite.svg new file mode 100644 index 0000000..b78338a --- /dev/null +++ b/icons/mdl2/CheckboxComposite.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/CheckboxCompositeReversed.svg b/icons/mdl2/CheckboxCompositeReversed.svg new file mode 100644 index 0000000..1573ea9 --- /dev/null +++ b/icons/mdl2/CheckboxCompositeReversed.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/CheckboxFill.svg b/icons/mdl2/CheckboxFill.svg new file mode 100644 index 0000000..42af529 --- /dev/null +++ b/icons/mdl2/CheckboxFill.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/CheckboxIndeterminate.svg b/icons/mdl2/CheckboxIndeterminate.svg new file mode 100644 index 0000000..7ecb32a --- /dev/null +++ b/icons/mdl2/CheckboxIndeterminate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ChevronDown.svg b/icons/mdl2/ChevronDown.svg new file mode 100644 index 0000000..81d6818 --- /dev/null +++ b/icons/mdl2/ChevronDown.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ChevronDownMed.svg b/icons/mdl2/ChevronDownMed.svg new file mode 100644 index 0000000..9046122 --- /dev/null +++ b/icons/mdl2/ChevronDownMed.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ChevronDownSmall.svg b/icons/mdl2/ChevronDownSmall.svg new file mode 100644 index 0000000..959c34a --- /dev/null +++ b/icons/mdl2/ChevronDownSmall.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ChevronLeft.svg b/icons/mdl2/ChevronLeft.svg new file mode 100644 index 0000000..53fb0a4 --- /dev/null +++ b/icons/mdl2/ChevronLeft.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ChevronLeftMed.svg b/icons/mdl2/ChevronLeftMed.svg new file mode 100644 index 0000000..548f963 --- /dev/null +++ b/icons/mdl2/ChevronLeftMed.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ChevronLeftSmall.svg b/icons/mdl2/ChevronLeftSmall.svg new file mode 100644 index 0000000..c309261 --- /dev/null +++ b/icons/mdl2/ChevronLeftSmall.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ChevronRight.svg b/icons/mdl2/ChevronRight.svg new file mode 100644 index 0000000..19238e8 --- /dev/null +++ b/icons/mdl2/ChevronRight.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ChevronRightMed.svg b/icons/mdl2/ChevronRightMed.svg new file mode 100644 index 0000000..2e1f94a --- /dev/null +++ b/icons/mdl2/ChevronRightMed.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ChevronRightSmall.svg b/icons/mdl2/ChevronRightSmall.svg new file mode 100644 index 0000000..11026b6 --- /dev/null +++ b/icons/mdl2/ChevronRightSmall.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ChevronUp.svg b/icons/mdl2/ChevronUp.svg new file mode 100644 index 0000000..e940e06 --- /dev/null +++ b/icons/mdl2/ChevronUp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ChevronUpMed.svg b/icons/mdl2/ChevronUpMed.svg new file mode 100644 index 0000000..cffcd44 --- /dev/null +++ b/icons/mdl2/ChevronUpMed.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ChevronUpSmall.svg b/icons/mdl2/ChevronUpSmall.svg new file mode 100644 index 0000000..9a8285d --- /dev/null +++ b/icons/mdl2/ChevronUpSmall.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ChineseBoPoMoFo.svg b/icons/mdl2/ChineseBoPoMoFo.svg new file mode 100644 index 0000000..2ebdecf --- /dev/null +++ b/icons/mdl2/ChineseBoPoMoFo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ChineseChangjie.svg b/icons/mdl2/ChineseChangjie.svg new file mode 100644 index 0000000..f27be7c --- /dev/null +++ b/icons/mdl2/ChineseChangjie.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ChinesePinyin.svg b/icons/mdl2/ChinesePinyin.svg new file mode 100644 index 0000000..e5baa8e --- /dev/null +++ b/icons/mdl2/ChinesePinyin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ChineseQuick.svg b/icons/mdl2/ChineseQuick.svg new file mode 100644 index 0000000..1c6e391 --- /dev/null +++ b/icons/mdl2/ChineseQuick.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ChromeAnnotate.svg b/icons/mdl2/ChromeAnnotate.svg new file mode 100644 index 0000000..c574998 --- /dev/null +++ b/icons/mdl2/ChromeAnnotate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ChromeBack.svg b/icons/mdl2/ChromeBack.svg new file mode 100644 index 0000000..ee22490 --- /dev/null +++ b/icons/mdl2/ChromeBack.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ChromeBackMirrored.svg b/icons/mdl2/ChromeBackMirrored.svg new file mode 100644 index 0000000..09600aa --- /dev/null +++ b/icons/mdl2/ChromeBackMirrored.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ChromeBackToWindow.svg b/icons/mdl2/ChromeBackToWindow.svg new file mode 100644 index 0000000..4636549 --- /dev/null +++ b/icons/mdl2/ChromeBackToWindow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ChromeClose.svg b/icons/mdl2/ChromeClose.svg new file mode 100644 index 0000000..be4ed53 --- /dev/null +++ b/icons/mdl2/ChromeClose.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ChromeFullScreen.svg b/icons/mdl2/ChromeFullScreen.svg new file mode 100644 index 0000000..9e353d7 --- /dev/null +++ b/icons/mdl2/ChromeFullScreen.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ChromeMaximize.svg b/icons/mdl2/ChromeMaximize.svg new file mode 100644 index 0000000..0bb5230 --- /dev/null +++ b/icons/mdl2/ChromeMaximize.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ChromeMinimize.svg b/icons/mdl2/ChromeMinimize.svg new file mode 100644 index 0000000..f4c3fbc --- /dev/null +++ b/icons/mdl2/ChromeMinimize.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ChromeRestore.svg b/icons/mdl2/ChromeRestore.svg new file mode 100644 index 0000000..af02c58 --- /dev/null +++ b/icons/mdl2/ChromeRestore.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/CircleFill.svg b/icons/mdl2/CircleFill.svg new file mode 100644 index 0000000..0776288 --- /dev/null +++ b/icons/mdl2/CircleFill.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/CircleFillBadge12.svg b/icons/mdl2/CircleFillBadge12.svg new file mode 100644 index 0000000..3c7b36d --- /dev/null +++ b/icons/mdl2/CircleFillBadge12.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/CircleRing.svg b/icons/mdl2/CircleRing.svg new file mode 100644 index 0000000..4440f92 --- /dev/null +++ b/icons/mdl2/CircleRing.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/CircleRingBadge12.svg b/icons/mdl2/CircleRingBadge12.svg new file mode 100644 index 0000000..d1f1f37 --- /dev/null +++ b/icons/mdl2/CircleRingBadge12.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/CityNext.svg b/icons/mdl2/CityNext.svg new file mode 100644 index 0000000..14075ca --- /dev/null +++ b/icons/mdl2/CityNext.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/CityNext2.svg b/icons/mdl2/CityNext2.svg new file mode 100644 index 0000000..b1c2a02 --- /dev/null +++ b/icons/mdl2/CityNext2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Clear.svg b/icons/mdl2/Clear.svg new file mode 100644 index 0000000..f3abcbb --- /dev/null +++ b/icons/mdl2/Clear.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ClearAllInk.svg b/icons/mdl2/ClearAllInk.svg new file mode 100644 index 0000000..80d9b70 --- /dev/null +++ b/icons/mdl2/ClearAllInk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ClearAllInkMirrored.svg b/icons/mdl2/ClearAllInkMirrored.svg new file mode 100644 index 0000000..bbbbddd --- /dev/null +++ b/icons/mdl2/ClearAllInkMirrored.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ClearSelection.svg b/icons/mdl2/ClearSelection.svg new file mode 100644 index 0000000..ef7ff91 --- /dev/null +++ b/icons/mdl2/ClearSelection.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ClearSelectionMirrored.svg b/icons/mdl2/ClearSelectionMirrored.svg new file mode 100644 index 0000000..da2245c --- /dev/null +++ b/icons/mdl2/ClearSelectionMirrored.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Click.svg b/icons/mdl2/Click.svg new file mode 100644 index 0000000..e4dd76d --- /dev/null +++ b/icons/mdl2/Click.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ClockLegacy.svg b/icons/mdl2/ClockLegacy.svg new file mode 100644 index 0000000..d6e498b --- /dev/null +++ b/icons/mdl2/ClockLegacy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ClosePane.svg b/icons/mdl2/ClosePane.svg new file mode 100644 index 0000000..a1abce4 --- /dev/null +++ b/icons/mdl2/ClosePane.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ClosePaneMirrored.svg b/icons/mdl2/ClosePaneMirrored.svg new file mode 100644 index 0000000..5af6670 --- /dev/null +++ b/icons/mdl2/ClosePaneMirrored.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Cloud.svg b/icons/mdl2/Cloud.svg new file mode 100644 index 0000000..eb993df --- /dev/null +++ b/icons/mdl2/Cloud.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/CloudPrinter.svg b/icons/mdl2/CloudPrinter.svg new file mode 100644 index 0000000..74afdb6 --- /dev/null +++ b/icons/mdl2/CloudPrinter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Code.svg b/icons/mdl2/Code.svg new file mode 100644 index 0000000..a79a2f8 --- /dev/null +++ b/icons/mdl2/Code.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Color.svg b/icons/mdl2/Color.svg new file mode 100644 index 0000000..c01b145 --- /dev/null +++ b/icons/mdl2/Color.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/CommaKey.svg b/icons/mdl2/CommaKey.svg new file mode 100644 index 0000000..73ce20b --- /dev/null +++ b/icons/mdl2/CommaKey.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/CommandPrompt.svg b/icons/mdl2/CommandPrompt.svg new file mode 100644 index 0000000..a9f3bb6 --- /dev/null +++ b/icons/mdl2/CommandPrompt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Comment.svg b/icons/mdl2/Comment.svg new file mode 100644 index 0000000..ca1b243 --- /dev/null +++ b/icons/mdl2/Comment.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Communications.svg b/icons/mdl2/Communications.svg new file mode 100644 index 0000000..b5d255f --- /dev/null +++ b/icons/mdl2/Communications.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/CompanionApp.svg b/icons/mdl2/CompanionApp.svg new file mode 100644 index 0000000..7f9f418 --- /dev/null +++ b/icons/mdl2/CompanionApp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/CompanionDeviceFramework.svg b/icons/mdl2/CompanionDeviceFramework.svg new file mode 100644 index 0000000..efd92b5 --- /dev/null +++ b/icons/mdl2/CompanionDeviceFramework.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Completed.svg b/icons/mdl2/Completed.svg new file mode 100644 index 0000000..d1153dd --- /dev/null +++ b/icons/mdl2/Completed.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/CompletedSolid.svg b/icons/mdl2/CompletedSolid.svg new file mode 100644 index 0000000..a9ebb5a --- /dev/null +++ b/icons/mdl2/CompletedSolid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Component.svg b/icons/mdl2/Component.svg new file mode 100644 index 0000000..1c61249 --- /dev/null +++ b/icons/mdl2/Component.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Connect.svg b/icons/mdl2/Connect.svg new file mode 100644 index 0000000..8a7d888 --- /dev/null +++ b/icons/mdl2/Connect.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ConnectApp.svg b/icons/mdl2/ConnectApp.svg new file mode 100644 index 0000000..50159e4 --- /dev/null +++ b/icons/mdl2/ConnectApp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Construction.svg b/icons/mdl2/Construction.svg new file mode 100644 index 0000000..20b6236 --- /dev/null +++ b/icons/mdl2/Construction.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ConstructionCone.svg b/icons/mdl2/ConstructionCone.svg new file mode 100644 index 0000000..0bb858d --- /dev/null +++ b/icons/mdl2/ConstructionCone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ConstructionSolid.svg b/icons/mdl2/ConstructionSolid.svg new file mode 100644 index 0000000..3e7df82 --- /dev/null +++ b/icons/mdl2/ConstructionSolid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Contact.svg b/icons/mdl2/Contact.svg new file mode 100644 index 0000000..ed9d9ef --- /dev/null +++ b/icons/mdl2/Contact.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Contact2.svg b/icons/mdl2/Contact2.svg new file mode 100644 index 0000000..0fe3c41 --- /dev/null +++ b/icons/mdl2/Contact2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ContactInfo.svg b/icons/mdl2/ContactInfo.svg new file mode 100644 index 0000000..35097a6 --- /dev/null +++ b/icons/mdl2/ContactInfo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ContactInfoMirrored.svg b/icons/mdl2/ContactInfoMirrored.svg new file mode 100644 index 0000000..61c8bb1 --- /dev/null +++ b/icons/mdl2/ContactInfoMirrored.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ContactPresence.svg b/icons/mdl2/ContactPresence.svg new file mode 100644 index 0000000..5236185 --- /dev/null +++ b/icons/mdl2/ContactPresence.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ContactSolid.svg b/icons/mdl2/ContactSolid.svg new file mode 100644 index 0000000..77eeb07 --- /dev/null +++ b/icons/mdl2/ContactSolid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Copy.svg b/icons/mdl2/Copy.svg new file mode 100644 index 0000000..634bb9c --- /dev/null +++ b/icons/mdl2/Copy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Courthouse.svg b/icons/mdl2/Courthouse.svg new file mode 100644 index 0000000..8dd3977 --- /dev/null +++ b/icons/mdl2/Courthouse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Crop.svg b/icons/mdl2/Crop.svg new file mode 100644 index 0000000..8e7f07e --- /dev/null +++ b/icons/mdl2/Crop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Cut.svg b/icons/mdl2/Cut.svg new file mode 100644 index 0000000..3873a17 --- /dev/null +++ b/icons/mdl2/Cut.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/DMC.svg b/icons/mdl2/DMC.svg new file mode 100644 index 0000000..e96f49b --- /dev/null +++ b/icons/mdl2/DMC.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/DashKey.svg b/icons/mdl2/DashKey.svg new file mode 100644 index 0000000..bb2682c --- /dev/null +++ b/icons/mdl2/DashKey.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/DataSense.svg b/icons/mdl2/DataSense.svg new file mode 100644 index 0000000..01215b0 --- /dev/null +++ b/icons/mdl2/DataSense.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/DataSenseBar.svg b/icons/mdl2/DataSenseBar.svg new file mode 100644 index 0000000..b7001e9 --- /dev/null +++ b/icons/mdl2/DataSenseBar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/DateTime.svg b/icons/mdl2/DateTime.svg new file mode 100644 index 0000000..b2c3402 --- /dev/null +++ b/icons/mdl2/DateTime.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/DateTimeMirrored.svg b/icons/mdl2/DateTimeMirrored.svg new file mode 100644 index 0000000..5fd926b --- /dev/null +++ b/icons/mdl2/DateTimeMirrored.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/DecreaseIndentLegacy.svg b/icons/mdl2/DecreaseIndentLegacy.svg new file mode 100644 index 0000000..02fe390 --- /dev/null +++ b/icons/mdl2/DecreaseIndentLegacy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/DecreaseIndentLegacyMirrored.svg b/icons/mdl2/DecreaseIndentLegacyMirrored.svg new file mode 100644 index 0000000..e98a75c --- /dev/null +++ b/icons/mdl2/DecreaseIndentLegacyMirrored.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/DefenderApp.svg b/icons/mdl2/DefenderApp.svg new file mode 100644 index 0000000..f244e70 --- /dev/null +++ b/icons/mdl2/DefenderApp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Delete.svg b/icons/mdl2/Delete.svg new file mode 100644 index 0000000..da6d266 --- /dev/null +++ b/icons/mdl2/Delete.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/DevUpdate.svg b/icons/mdl2/DevUpdate.svg new file mode 100644 index 0000000..317bcbe --- /dev/null +++ b/icons/mdl2/DevUpdate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/DeveloperTools.svg b/icons/mdl2/DeveloperTools.svg new file mode 100644 index 0000000..2bedf2f --- /dev/null +++ b/icons/mdl2/DeveloperTools.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/DeviceDiscovery.svg b/icons/mdl2/DeviceDiscovery.svg new file mode 100644 index 0000000..d336344 --- /dev/null +++ b/icons/mdl2/DeviceDiscovery.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/DeviceLaptopNoPic.svg b/icons/mdl2/DeviceLaptopNoPic.svg new file mode 100644 index 0000000..c5d974b --- /dev/null +++ b/icons/mdl2/DeviceLaptopNoPic.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/DeviceLaptopPic.svg b/icons/mdl2/DeviceLaptopPic.svg new file mode 100644 index 0000000..21d8f67 --- /dev/null +++ b/icons/mdl2/DeviceLaptopPic.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/DeviceMonitorLeftPic.svg b/icons/mdl2/DeviceMonitorLeftPic.svg new file mode 100644 index 0000000..9f3c704 --- /dev/null +++ b/icons/mdl2/DeviceMonitorLeftPic.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/DeviceMonitorNoPic.svg b/icons/mdl2/DeviceMonitorNoPic.svg new file mode 100644 index 0000000..89bb65a --- /dev/null +++ b/icons/mdl2/DeviceMonitorNoPic.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/DeviceMonitorRightPic.svg b/icons/mdl2/DeviceMonitorRightPic.svg new file mode 100644 index 0000000..a160695 --- /dev/null +++ b/icons/mdl2/DeviceMonitorRightPic.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Devices.svg b/icons/mdl2/Devices.svg new file mode 100644 index 0000000..a06adbd --- /dev/null +++ b/icons/mdl2/Devices.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Devices3.svg b/icons/mdl2/Devices3.svg new file mode 100644 index 0000000..b4b2837 --- /dev/null +++ b/icons/mdl2/Devices3.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Devices4.svg b/icons/mdl2/Devices4.svg new file mode 100644 index 0000000..6fa250f --- /dev/null +++ b/icons/mdl2/Devices4.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/DevicesLegacy.svg b/icons/mdl2/DevicesLegacy.svg new file mode 100644 index 0000000..e3f3e5d --- /dev/null +++ b/icons/mdl2/DevicesLegacy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Diagnostic.svg b/icons/mdl2/Diagnostic.svg new file mode 100644 index 0000000..686096c --- /dev/null +++ b/icons/mdl2/Diagnostic.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/DialUp.svg b/icons/mdl2/DialUp.svg new file mode 100644 index 0000000..64c19af --- /dev/null +++ b/icons/mdl2/DialUp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Dialpad.svg b/icons/mdl2/Dialpad.svg new file mode 100644 index 0000000..79e2ccb --- /dev/null +++ b/icons/mdl2/Dialpad.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Dictionary.svg b/icons/mdl2/Dictionary.svg new file mode 100644 index 0000000..f16cc8e --- /dev/null +++ b/icons/mdl2/Dictionary.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/DictionaryAdd.svg b/icons/mdl2/DictionaryAdd.svg new file mode 100644 index 0000000..2369beb --- /dev/null +++ b/icons/mdl2/DictionaryAdd.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/DictionaryCloud.svg b/icons/mdl2/DictionaryCloud.svg new file mode 100644 index 0000000..3b2d122 --- /dev/null +++ b/icons/mdl2/DictionaryCloud.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/DirectAccess.svg b/icons/mdl2/DirectAccess.svg new file mode 100644 index 0000000..1160755 --- /dev/null +++ b/icons/mdl2/DirectAccess.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Directions.svg b/icons/mdl2/Directions.svg new file mode 100644 index 0000000..a96a23d --- /dev/null +++ b/icons/mdl2/Directions.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/DisableUpdates.svg b/icons/mdl2/DisableUpdates.svg new file mode 100644 index 0000000..fe2f9ef --- /dev/null +++ b/icons/mdl2/DisableUpdates.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/DisconnectDisplay.svg b/icons/mdl2/DisconnectDisplay.svg new file mode 100644 index 0000000..826bfb0 --- /dev/null +++ b/icons/mdl2/DisconnectDisplay.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/DisconnectDrive.svg b/icons/mdl2/DisconnectDrive.svg new file mode 100644 index 0000000..dcea1f0 --- /dev/null +++ b/icons/mdl2/DisconnectDrive.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Dislike.svg b/icons/mdl2/Dislike.svg new file mode 100644 index 0000000..3ef6587 --- /dev/null +++ b/icons/mdl2/Dislike.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Dock.svg b/icons/mdl2/Dock.svg new file mode 100644 index 0000000..b6a4daa --- /dev/null +++ b/icons/mdl2/Dock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/DockBottom.svg b/icons/mdl2/DockBottom.svg new file mode 100644 index 0000000..1154076 --- /dev/null +++ b/icons/mdl2/DockBottom.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/DockLeft.svg b/icons/mdl2/DockLeft.svg new file mode 100644 index 0000000..ee69730 --- /dev/null +++ b/icons/mdl2/DockLeft.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/DockLeftMirrored.svg b/icons/mdl2/DockLeftMirrored.svg new file mode 100644 index 0000000..2d168ef --- /dev/null +++ b/icons/mdl2/DockLeftMirrored.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/DockRight.svg b/icons/mdl2/DockRight.svg new file mode 100644 index 0000000..f9b94df --- /dev/null +++ b/icons/mdl2/DockRight.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/DockRightMirrored.svg b/icons/mdl2/DockRightMirrored.svg new file mode 100644 index 0000000..c04020c --- /dev/null +++ b/icons/mdl2/DockRightMirrored.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Document.svg b/icons/mdl2/Document.svg new file mode 100644 index 0000000..ea04d6b --- /dev/null +++ b/icons/mdl2/Document.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Down.svg b/icons/mdl2/Down.svg new file mode 100644 index 0000000..97ce5ba --- /dev/null +++ b/icons/mdl2/Down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/DownShiftKey.svg b/icons/mdl2/DownShiftKey.svg new file mode 100644 index 0000000..4e3c12f --- /dev/null +++ b/icons/mdl2/DownShiftKey.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Download.svg b/icons/mdl2/Download.svg new file mode 100644 index 0000000..031a0f0 --- /dev/null +++ b/icons/mdl2/Download.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/DownloadMap.svg b/icons/mdl2/DownloadMap.svg new file mode 100644 index 0000000..5279c2d --- /dev/null +++ b/icons/mdl2/DownloadMap.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Draw.svg b/icons/mdl2/Draw.svg new file mode 100644 index 0000000..3ba7244 --- /dev/null +++ b/icons/mdl2/Draw.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/DrawSolid.svg b/icons/mdl2/DrawSolid.svg new file mode 100644 index 0000000..32640c3 --- /dev/null +++ b/icons/mdl2/DrawSolid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Drop.svg b/icons/mdl2/Drop.svg new file mode 100644 index 0000000..420eef8 --- /dev/null +++ b/icons/mdl2/Drop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/DullSound.svg b/icons/mdl2/DullSound.svg new file mode 100644 index 0000000..8d95024 --- /dev/null +++ b/icons/mdl2/DullSound.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/DullSoundKey.svg b/icons/mdl2/DullSoundKey.svg new file mode 100644 index 0000000..e46de04 --- /dev/null +++ b/icons/mdl2/DullSoundKey.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/EaseOfAccess.svg b/icons/mdl2/EaseOfAccess.svg new file mode 100644 index 0000000..71bdd8b --- /dev/null +++ b/icons/mdl2/EaseOfAccess.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Edit.svg b/icons/mdl2/Edit.svg new file mode 100644 index 0000000..cc1fd02 --- /dev/null +++ b/icons/mdl2/Edit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/EditMirrored.svg b/icons/mdl2/EditMirrored.svg new file mode 100644 index 0000000..a7c958c --- /dev/null +++ b/icons/mdl2/EditMirrored.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Education.svg b/icons/mdl2/Education.svg new file mode 100644 index 0000000..09903a6 --- /dev/null +++ b/icons/mdl2/Education.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Emoji.svg b/icons/mdl2/Emoji.svg new file mode 100644 index 0000000..8302751 --- /dev/null +++ b/icons/mdl2/Emoji.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Emoji2.svg b/icons/mdl2/Emoji2.svg new file mode 100644 index 0000000..b1f1c48 --- /dev/null +++ b/icons/mdl2/Emoji2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/EmojiSwatch.svg b/icons/mdl2/EmojiSwatch.svg new file mode 100644 index 0000000..72091a4 --- /dev/null +++ b/icons/mdl2/EmojiSwatch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/EmojiTabCelebrationObjects.svg b/icons/mdl2/EmojiTabCelebrationObjects.svg new file mode 100644 index 0000000..b685ecf --- /dev/null +++ b/icons/mdl2/EmojiTabCelebrationObjects.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/EmojiTabFavorites.svg b/icons/mdl2/EmojiTabFavorites.svg new file mode 100644 index 0000000..53f6037 --- /dev/null +++ b/icons/mdl2/EmojiTabFavorites.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/EmojiTabFoodPlants.svg b/icons/mdl2/EmojiTabFoodPlants.svg new file mode 100644 index 0000000..4ac99b7 --- /dev/null +++ b/icons/mdl2/EmojiTabFoodPlants.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/EmojiTabPeople.svg b/icons/mdl2/EmojiTabPeople.svg new file mode 100644 index 0000000..01b9c5a --- /dev/null +++ b/icons/mdl2/EmojiTabPeople.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/EmojiTabSmilesAnimals.svg b/icons/mdl2/EmojiTabSmilesAnimals.svg new file mode 100644 index 0000000..dd1c4cc --- /dev/null +++ b/icons/mdl2/EmojiTabSmilesAnimals.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/EmojiTabSymbols.svg b/icons/mdl2/EmojiTabSymbols.svg new file mode 100644 index 0000000..f2a42e3 --- /dev/null +++ b/icons/mdl2/EmojiTabSymbols.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/EmojiTabTextSmiles.svg b/icons/mdl2/EmojiTabTextSmiles.svg new file mode 100644 index 0000000..c41361f --- /dev/null +++ b/icons/mdl2/EmojiTabTextSmiles.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/EmojiTabTransitPlaces.svg b/icons/mdl2/EmojiTabTransitPlaces.svg new file mode 100644 index 0000000..6e554b6 --- /dev/null +++ b/icons/mdl2/EmojiTabTransitPlaces.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/EndPointSolid.svg b/icons/mdl2/EndPointSolid.svg new file mode 100644 index 0000000..fdfc4ea --- /dev/null +++ b/icons/mdl2/EndPointSolid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/EraseTool.svg b/icons/mdl2/EraseTool.svg new file mode 100644 index 0000000..cfa498b --- /dev/null +++ b/icons/mdl2/EraseTool.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/EraseToolFill.svg b/icons/mdl2/EraseToolFill.svg new file mode 100644 index 0000000..1bbf5ab --- /dev/null +++ b/icons/mdl2/EraseToolFill.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/EraseToolFill2.svg b/icons/mdl2/EraseToolFill2.svg new file mode 100644 index 0000000..159f881 --- /dev/null +++ b/icons/mdl2/EraseToolFill2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Error.svg b/icons/mdl2/Error.svg new file mode 100644 index 0000000..7465a90 --- /dev/null +++ b/icons/mdl2/Error.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ErrorBadge.svg b/icons/mdl2/ErrorBadge.svg new file mode 100644 index 0000000..4c8e39d --- /dev/null +++ b/icons/mdl2/ErrorBadge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ErrorBadge12.svg b/icons/mdl2/ErrorBadge12.svg new file mode 100644 index 0000000..dad6095 --- /dev/null +++ b/icons/mdl2/ErrorBadge12.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Ethernet.svg b/icons/mdl2/Ethernet.svg new file mode 100644 index 0000000..62c3380 --- /dev/null +++ b/icons/mdl2/Ethernet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/EthernetError.svg b/icons/mdl2/EthernetError.svg new file mode 100644 index 0000000..dc59b77 --- /dev/null +++ b/icons/mdl2/EthernetError.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/EthernetWarning.svg b/icons/mdl2/EthernetWarning.svg new file mode 100644 index 0000000..2694c70 --- /dev/null +++ b/icons/mdl2/EthernetWarning.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ExpandTile.svg b/icons/mdl2/ExpandTile.svg new file mode 100644 index 0000000..65b1c50 --- /dev/null +++ b/icons/mdl2/ExpandTile.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ExpandTileMirrored.svg b/icons/mdl2/ExpandTileMirrored.svg new file mode 100644 index 0000000..5a3e1e0 --- /dev/null +++ b/icons/mdl2/ExpandTileMirrored.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ExploreContent.svg b/icons/mdl2/ExploreContent.svg new file mode 100644 index 0000000..0958685 --- /dev/null +++ b/icons/mdl2/ExploreContent.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Export.svg b/icons/mdl2/Export.svg new file mode 100644 index 0000000..330089f --- /dev/null +++ b/icons/mdl2/Export.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/FastForward.svg b/icons/mdl2/FastForward.svg new file mode 100644 index 0000000..27b31dc --- /dev/null +++ b/icons/mdl2/FastForward.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/FavoriteLegacy.svg b/icons/mdl2/FavoriteLegacy.svg new file mode 100644 index 0000000..e8e43c1 --- /dev/null +++ b/icons/mdl2/FavoriteLegacy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/FavoriteList.svg b/icons/mdl2/FavoriteList.svg new file mode 100644 index 0000000..63b89cc --- /dev/null +++ b/icons/mdl2/FavoriteList.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/FavoriteStar.svg b/icons/mdl2/FavoriteStar.svg new file mode 100644 index 0000000..6dcbd71 --- /dev/null +++ b/icons/mdl2/FavoriteStar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Feedback.svg b/icons/mdl2/Feedback.svg new file mode 100644 index 0000000..edb6cb4 --- /dev/null +++ b/icons/mdl2/Feedback.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/FeedbackApp.svg b/icons/mdl2/FeedbackApp.svg new file mode 100644 index 0000000..f842f01 --- /dev/null +++ b/icons/mdl2/FeedbackApp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Ferry.svg b/icons/mdl2/Ferry.svg new file mode 100644 index 0000000..2c9208e --- /dev/null +++ b/icons/mdl2/Ferry.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/FerrySolid.svg b/icons/mdl2/FerrySolid.svg new file mode 100644 index 0000000..badec8a --- /dev/null +++ b/icons/mdl2/FerrySolid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/FileExplorer.svg b/icons/mdl2/FileExplorer.svg new file mode 100644 index 0000000..2f5ea1f --- /dev/null +++ b/icons/mdl2/FileExplorer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/FileExplorerApp.svg b/icons/mdl2/FileExplorerApp.svg new file mode 100644 index 0000000..0b0ee9c --- /dev/null +++ b/icons/mdl2/FileExplorerApp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Filter.svg b/icons/mdl2/Filter.svg new file mode 100644 index 0000000..f67b9dd --- /dev/null +++ b/icons/mdl2/Filter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/FingerInking.svg b/icons/mdl2/FingerInking.svg new file mode 100644 index 0000000..c3ae256 --- /dev/null +++ b/icons/mdl2/FingerInking.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Fingerprint.svg b/icons/mdl2/Fingerprint.svg new file mode 100644 index 0000000..146053a --- /dev/null +++ b/icons/mdl2/Fingerprint.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Flag.svg b/icons/mdl2/Flag.svg new file mode 100644 index 0000000..7405624 --- /dev/null +++ b/icons/mdl2/Flag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Flashlight.svg b/icons/mdl2/Flashlight.svg new file mode 100644 index 0000000..3de160f --- /dev/null +++ b/icons/mdl2/Flashlight.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/FlickDown.svg b/icons/mdl2/FlickDown.svg new file mode 100644 index 0000000..b0855b0 --- /dev/null +++ b/icons/mdl2/FlickDown.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/FlickLeft.svg b/icons/mdl2/FlickLeft.svg new file mode 100644 index 0000000..cd435dd --- /dev/null +++ b/icons/mdl2/FlickLeft.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/FlickRight.svg b/icons/mdl2/FlickRight.svg new file mode 100644 index 0000000..f29dfaa --- /dev/null +++ b/icons/mdl2/FlickRight.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/FlickUp.svg b/icons/mdl2/FlickUp.svg new file mode 100644 index 0000000..b8a77c6 --- /dev/null +++ b/icons/mdl2/FlickUp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Folder.svg b/icons/mdl2/Folder.svg new file mode 100644 index 0000000..f68ea13 --- /dev/null +++ b/icons/mdl2/Folder.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/FolderFill.svg b/icons/mdl2/FolderFill.svg new file mode 100644 index 0000000..b94c038 --- /dev/null +++ b/icons/mdl2/FolderFill.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Font.svg b/icons/mdl2/Font.svg new file mode 100644 index 0000000..5a6b184 --- /dev/null +++ b/icons/mdl2/Font.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/FontColor.svg b/icons/mdl2/FontColor.svg new file mode 100644 index 0000000..a265eb0 --- /dev/null +++ b/icons/mdl2/FontColor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/FontColorKoreanLegacy.svg b/icons/mdl2/FontColorKoreanLegacy.svg new file mode 100644 index 0000000..7c2e168 --- /dev/null +++ b/icons/mdl2/FontColorKoreanLegacy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/FontDecrease.svg b/icons/mdl2/FontDecrease.svg new file mode 100644 index 0000000..12d64ee --- /dev/null +++ b/icons/mdl2/FontDecrease.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/FontIncrease.svg b/icons/mdl2/FontIncrease.svg new file mode 100644 index 0000000..9e07f48 --- /dev/null +++ b/icons/mdl2/FontIncrease.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/FontSize.svg b/icons/mdl2/FontSize.svg new file mode 100644 index 0000000..dbcae2f --- /dev/null +++ b/icons/mdl2/FontSize.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/FontStyleKoreanLegacy.svg b/icons/mdl2/FontStyleKoreanLegacy.svg new file mode 100644 index 0000000..2136c8a --- /dev/null +++ b/icons/mdl2/FontStyleKoreanLegacy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Forward.svg b/icons/mdl2/Forward.svg new file mode 100644 index 0000000..c084bcf --- /dev/null +++ b/icons/mdl2/Forward.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ForwardSm.svg b/icons/mdl2/ForwardSm.svg new file mode 100644 index 0000000..8446c68 --- /dev/null +++ b/icons/mdl2/ForwardSm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/FourBars.svg b/icons/mdl2/FourBars.svg new file mode 100644 index 0000000..e374f4f --- /dev/null +++ b/icons/mdl2/FourBars.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Frigid.svg b/icons/mdl2/Frigid.svg new file mode 100644 index 0000000..d47e85b --- /dev/null +++ b/icons/mdl2/Frigid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/FullAlpha.svg b/icons/mdl2/FullAlpha.svg new file mode 100644 index 0000000..d0f30a7 --- /dev/null +++ b/icons/mdl2/FullAlpha.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/FullCircleMask.svg b/icons/mdl2/FullCircleMask.svg new file mode 100644 index 0000000..1197f1d --- /dev/null +++ b/icons/mdl2/FullCircleMask.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/FullHiragana.svg b/icons/mdl2/FullHiragana.svg new file mode 100644 index 0000000..43482ec --- /dev/null +++ b/icons/mdl2/FullHiragana.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/FullKatakana.svg b/icons/mdl2/FullKatakana.svg new file mode 100644 index 0000000..fc1e1fd --- /dev/null +++ b/icons/mdl2/FullKatakana.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/FullScreen.svg b/icons/mdl2/FullScreen.svg new file mode 100644 index 0000000..f34e8fa --- /dev/null +++ b/icons/mdl2/FullScreen.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Game.svg b/icons/mdl2/Game.svg new file mode 100644 index 0000000..78d7f8f --- /dev/null +++ b/icons/mdl2/Game.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/GameConsole.svg b/icons/mdl2/GameConsole.svg new file mode 100644 index 0000000..1a68490 --- /dev/null +++ b/icons/mdl2/GameConsole.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/GlobalNavButton.svg b/icons/mdl2/GlobalNavButton.svg new file mode 100644 index 0000000..da70f6b --- /dev/null +++ b/icons/mdl2/GlobalNavButton.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Globe.svg b/icons/mdl2/Globe.svg new file mode 100644 index 0000000..c488b5b --- /dev/null +++ b/icons/mdl2/Globe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Go.svg b/icons/mdl2/Go.svg new file mode 100644 index 0000000..4506ddb --- /dev/null +++ b/icons/mdl2/Go.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/GoMirrored.svg b/icons/mdl2/GoMirrored.svg new file mode 100644 index 0000000..5342c4f --- /dev/null +++ b/icons/mdl2/GoMirrored.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/GoToStart.svg b/icons/mdl2/GoToStart.svg new file mode 100644 index 0000000..6222d02 --- /dev/null +++ b/icons/mdl2/GoToStart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/GotoToday.svg b/icons/mdl2/GotoToday.svg new file mode 100644 index 0000000..2aecf11 --- /dev/null +++ b/icons/mdl2/GotoToday.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/GripperBarHorizontal.svg b/icons/mdl2/GripperBarHorizontal.svg new file mode 100644 index 0000000..d7a340f --- /dev/null +++ b/icons/mdl2/GripperBarHorizontal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/GripperBarVertical.svg b/icons/mdl2/GripperBarVertical.svg new file mode 100644 index 0000000..ece5a9f --- /dev/null +++ b/icons/mdl2/GripperBarVertical.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/GripperResize.svg b/icons/mdl2/GripperResize.svg new file mode 100644 index 0000000..39842da --- /dev/null +++ b/icons/mdl2/GripperResize.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/GripperResizeMirrored.svg b/icons/mdl2/GripperResizeMirrored.svg new file mode 100644 index 0000000..13983a1 --- /dev/null +++ b/icons/mdl2/GripperResizeMirrored.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/GripperTool.svg b/icons/mdl2/GripperTool.svg new file mode 100644 index 0000000..f57a16a --- /dev/null +++ b/icons/mdl2/GripperTool.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Groceries.svg b/icons/mdl2/Groceries.svg new file mode 100644 index 0000000..ecbe741 --- /dev/null +++ b/icons/mdl2/Groceries.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/GuestUser.svg b/icons/mdl2/GuestUser.svg new file mode 100644 index 0000000..cd07bcb --- /dev/null +++ b/icons/mdl2/GuestUser.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/HalfAlpha.svg b/icons/mdl2/HalfAlpha.svg new file mode 100644 index 0000000..91d97ef --- /dev/null +++ b/icons/mdl2/HalfAlpha.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/HalfDullSound.svg b/icons/mdl2/HalfDullSound.svg new file mode 100644 index 0000000..376f4f8 --- /dev/null +++ b/icons/mdl2/HalfDullSound.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/HalfKatakana.svg b/icons/mdl2/HalfKatakana.svg new file mode 100644 index 0000000..2fb8229 --- /dev/null +++ b/icons/mdl2/HalfKatakana.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/HalfStarLeft.svg b/icons/mdl2/HalfStarLeft.svg new file mode 100644 index 0000000..80f4ecb --- /dev/null +++ b/icons/mdl2/HalfStarLeft.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/HalfStarRight.svg b/icons/mdl2/HalfStarRight.svg new file mode 100644 index 0000000..1eceabc --- /dev/null +++ b/icons/mdl2/HalfStarRight.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Handwriting.svg b/icons/mdl2/Handwriting.svg new file mode 100644 index 0000000..998b210 --- /dev/null +++ b/icons/mdl2/Handwriting.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/HangUp.svg b/icons/mdl2/HangUp.svg new file mode 100644 index 0000000..39e6849 --- /dev/null +++ b/icons/mdl2/HangUp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/HardDrive.svg b/icons/mdl2/HardDrive.svg new file mode 100644 index 0000000..4857ada --- /dev/null +++ b/icons/mdl2/HardDrive.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Headphone.svg b/icons/mdl2/Headphone.svg new file mode 100644 index 0000000..3c53b5f --- /dev/null +++ b/icons/mdl2/Headphone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Headphone0.svg b/icons/mdl2/Headphone0.svg new file mode 100644 index 0000000..8e55a52 --- /dev/null +++ b/icons/mdl2/Headphone0.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Headphone1.svg b/icons/mdl2/Headphone1.svg new file mode 100644 index 0000000..36a3f77 --- /dev/null +++ b/icons/mdl2/Headphone1.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Headphone2.svg b/icons/mdl2/Headphone2.svg new file mode 100644 index 0000000..88f666e --- /dev/null +++ b/icons/mdl2/Headphone2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Headphone3.svg b/icons/mdl2/Headphone3.svg new file mode 100644 index 0000000..697ae9a --- /dev/null +++ b/icons/mdl2/Headphone3.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Headset.svg b/icons/mdl2/Headset.svg new file mode 100644 index 0000000..285c950 --- /dev/null +++ b/icons/mdl2/Headset.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Health.svg b/icons/mdl2/Health.svg new file mode 100644 index 0000000..96462fb --- /dev/null +++ b/icons/mdl2/Health.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Heart.svg b/icons/mdl2/Heart.svg new file mode 100644 index 0000000..b3acf2e --- /dev/null +++ b/icons/mdl2/Heart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/HeartBroken.svg b/icons/mdl2/HeartBroken.svg new file mode 100644 index 0000000..a6e45c4 --- /dev/null +++ b/icons/mdl2/HeartBroken.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/HeartBrokenLegacy.svg b/icons/mdl2/HeartBrokenLegacy.svg new file mode 100644 index 0000000..43218cb --- /dev/null +++ b/icons/mdl2/HeartBrokenLegacy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/HeartFill.svg b/icons/mdl2/HeartFill.svg new file mode 100644 index 0000000..60bf68b --- /dev/null +++ b/icons/mdl2/HeartFill.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Help.svg b/icons/mdl2/Help.svg new file mode 100644 index 0000000..09f2a32 --- /dev/null +++ b/icons/mdl2/Help.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/HelpMirrored.svg b/icons/mdl2/HelpMirrored.svg new file mode 100644 index 0000000..9b2e20b --- /dev/null +++ b/icons/mdl2/HelpMirrored.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/HideBcc.svg b/icons/mdl2/HideBcc.svg new file mode 100644 index 0000000..a66ab3a --- /dev/null +++ b/icons/mdl2/HideBcc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Highlight.svg b/icons/mdl2/Highlight.svg new file mode 100644 index 0000000..11089c6 --- /dev/null +++ b/icons/mdl2/Highlight.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/HighlightFill.svg b/icons/mdl2/HighlightFill.svg new file mode 100644 index 0000000..0558c1e --- /dev/null +++ b/icons/mdl2/HighlightFill.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/HighlightFill2.svg b/icons/mdl2/HighlightFill2.svg new file mode 100644 index 0000000..807cf0d --- /dev/null +++ b/icons/mdl2/HighlightFill2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/History.svg b/icons/mdl2/History.svg new file mode 100644 index 0000000..8fa7742 --- /dev/null +++ b/icons/mdl2/History.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Home.svg b/icons/mdl2/Home.svg new file mode 100644 index 0000000..928583c --- /dev/null +++ b/icons/mdl2/Home.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/HomeGroup.svg b/icons/mdl2/HomeGroup.svg new file mode 100644 index 0000000..d2fbc24 --- /dev/null +++ b/icons/mdl2/HomeGroup.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/HomeSolid.svg b/icons/mdl2/HomeSolid.svg new file mode 100644 index 0000000..a5e0ceb --- /dev/null +++ b/icons/mdl2/HomeSolid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/HorizontalTabKey.svg b/icons/mdl2/HorizontalTabKey.svg new file mode 100644 index 0000000..41aeb5a --- /dev/null +++ b/icons/mdl2/HorizontalTabKey.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/IBeam.svg b/icons/mdl2/IBeam.svg new file mode 100644 index 0000000..3290bdc --- /dev/null +++ b/icons/mdl2/IBeam.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/IBeamOutline.svg b/icons/mdl2/IBeamOutline.svg new file mode 100644 index 0000000..39ab72f --- /dev/null +++ b/icons/mdl2/IBeamOutline.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ImageExport.svg b/icons/mdl2/ImageExport.svg new file mode 100644 index 0000000..67d534c --- /dev/null +++ b/icons/mdl2/ImageExport.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Import.svg b/icons/mdl2/Import.svg new file mode 100644 index 0000000..c119e93 --- /dev/null +++ b/icons/mdl2/Import.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ImportAll.svg b/icons/mdl2/ImportAll.svg new file mode 100644 index 0000000..7630c33 --- /dev/null +++ b/icons/mdl2/ImportAll.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ImportAllMirrored.svg b/icons/mdl2/ImportAllMirrored.svg new file mode 100644 index 0000000..5f9b2c5 --- /dev/null +++ b/icons/mdl2/ImportAllMirrored.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Important.svg b/icons/mdl2/Important.svg new file mode 100644 index 0000000..d389940 --- /dev/null +++ b/icons/mdl2/Important.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ImportantBadge12.svg b/icons/mdl2/ImportantBadge12.svg new file mode 100644 index 0000000..3b61797 --- /dev/null +++ b/icons/mdl2/ImportantBadge12.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/InPrivate.svg b/icons/mdl2/InPrivate.svg new file mode 100644 index 0000000..ab7021f --- /dev/null +++ b/icons/mdl2/InPrivate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/IncidentTriangle.svg b/icons/mdl2/IncidentTriangle.svg new file mode 100644 index 0000000..aa7a3e4 --- /dev/null +++ b/icons/mdl2/IncidentTriangle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/IncreaseIndentLegacy.svg b/icons/mdl2/IncreaseIndentLegacy.svg new file mode 100644 index 0000000..55bffc2 --- /dev/null +++ b/icons/mdl2/IncreaseIndentLegacy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/IncreaseIndentLegacyMirrored.svg b/icons/mdl2/IncreaseIndentLegacyMirrored.svg new file mode 100644 index 0000000..ce869b7 --- /dev/null +++ b/icons/mdl2/IncreaseIndentLegacyMirrored.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Info.svg b/icons/mdl2/Info.svg new file mode 100644 index 0000000..34c40aa --- /dev/null +++ b/icons/mdl2/Info.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Info2.svg b/icons/mdl2/Info2.svg new file mode 100644 index 0000000..83875c2 --- /dev/null +++ b/icons/mdl2/Info2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/InkingCaret.svg b/icons/mdl2/InkingCaret.svg new file mode 100644 index 0000000..962fa83 --- /dev/null +++ b/icons/mdl2/InkingCaret.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/InkingColorFill.svg b/icons/mdl2/InkingColorFill.svg new file mode 100644 index 0000000..8fe2109 --- /dev/null +++ b/icons/mdl2/InkingColorFill.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/InkingColorOutline.svg b/icons/mdl2/InkingColorOutline.svg new file mode 100644 index 0000000..9c54608 --- /dev/null +++ b/icons/mdl2/InkingColorOutline.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/InkingTool.svg b/icons/mdl2/InkingTool.svg new file mode 100644 index 0000000..6f5902e --- /dev/null +++ b/icons/mdl2/InkingTool.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/InkingToolFill.svg b/icons/mdl2/InkingToolFill.svg new file mode 100644 index 0000000..e2bcb8b --- /dev/null +++ b/icons/mdl2/InkingToolFill.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/InkingToolFill2.svg b/icons/mdl2/InkingToolFill2.svg new file mode 100644 index 0000000..9e0f90d --- /dev/null +++ b/icons/mdl2/InkingToolFill2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Input.svg b/icons/mdl2/Input.svg new file mode 100644 index 0000000..2754f07 --- /dev/null +++ b/icons/mdl2/Input.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/InsiderHubApp.svg b/icons/mdl2/InsiderHubApp.svg new file mode 100644 index 0000000..fc5f09f --- /dev/null +++ b/icons/mdl2/InsiderHubApp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Italic.svg b/icons/mdl2/Italic.svg new file mode 100644 index 0000000..a6b66f7 --- /dev/null +++ b/icons/mdl2/Italic.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ItalicCLegacy.svg b/icons/mdl2/ItalicCLegacy.svg new file mode 100644 index 0000000..f40762d --- /dev/null +++ b/icons/mdl2/ItalicCLegacy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ItalicILegacy.svg b/icons/mdl2/ItalicILegacy.svg new file mode 100644 index 0000000..fd645d3 --- /dev/null +++ b/icons/mdl2/ItalicILegacy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ItalicKLegacy.svg b/icons/mdl2/ItalicKLegacy.svg new file mode 100644 index 0000000..d4590f3 --- /dev/null +++ b/icons/mdl2/ItalicKLegacy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ItalicKoreanLegacy.svg b/icons/mdl2/ItalicKoreanLegacy.svg new file mode 100644 index 0000000..6f41a6b --- /dev/null +++ b/icons/mdl2/ItalicKoreanLegacy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ItalicRussianLegacy.svg b/icons/mdl2/ItalicRussianLegacy.svg new file mode 100644 index 0000000..47aef1f --- /dev/null +++ b/icons/mdl2/ItalicRussianLegacy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Japanese.svg b/icons/mdl2/Japanese.svg new file mode 100644 index 0000000..ddef3ff --- /dev/null +++ b/icons/mdl2/Japanese.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/JpnRomanji.svg b/icons/mdl2/JpnRomanji.svg new file mode 100644 index 0000000..be5cc0f --- /dev/null +++ b/icons/mdl2/JpnRomanji.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/JpnRomanjiLock.svg b/icons/mdl2/JpnRomanjiLock.svg new file mode 100644 index 0000000..7242d61 --- /dev/null +++ b/icons/mdl2/JpnRomanjiLock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/JpnRomanjiShift.svg b/icons/mdl2/JpnRomanjiShift.svg new file mode 100644 index 0000000..cdf9247 --- /dev/null +++ b/icons/mdl2/JpnRomanjiShift.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/JpnRomanjiShiftLock.svg b/icons/mdl2/JpnRomanjiShiftLock.svg new file mode 100644 index 0000000..ac1aa2e --- /dev/null +++ b/icons/mdl2/JpnRomanjiShiftLock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Key12On.svg b/icons/mdl2/Key12On.svg new file mode 100644 index 0000000..897a9e2 --- /dev/null +++ b/icons/mdl2/Key12On.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/KeyBoardLegacy.svg b/icons/mdl2/KeyBoardLegacy.svg new file mode 100644 index 0000000..15a82fd --- /dev/null +++ b/icons/mdl2/KeyBoardLegacy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/KeyboardBrightness.svg b/icons/mdl2/KeyboardBrightness.svg new file mode 100644 index 0000000..7634f93 --- /dev/null +++ b/icons/mdl2/KeyboardBrightness.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/KeyboardDismiss.svg b/icons/mdl2/KeyboardDismiss.svg new file mode 100644 index 0000000..1170ed4 --- /dev/null +++ b/icons/mdl2/KeyboardDismiss.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/KeyboardFull.svg b/icons/mdl2/KeyboardFull.svg new file mode 100644 index 0000000..b6c4f22 --- /dev/null +++ b/icons/mdl2/KeyboardFull.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/KeyboardLeftHanded.svg b/icons/mdl2/KeyboardLeftHanded.svg new file mode 100644 index 0000000..97de1b3 --- /dev/null +++ b/icons/mdl2/KeyboardLeftHanded.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/KeyboardLowerBrightness.svg b/icons/mdl2/KeyboardLowerBrightness.svg new file mode 100644 index 0000000..71cc049 --- /dev/null +++ b/icons/mdl2/KeyboardLowerBrightness.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/KeyboardOneHanded.svg b/icons/mdl2/KeyboardOneHanded.svg new file mode 100644 index 0000000..7281a1a --- /dev/null +++ b/icons/mdl2/KeyboardOneHanded.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/KeyboardRightHanded.svg b/icons/mdl2/KeyboardRightHanded.svg new file mode 100644 index 0000000..627ec66 --- /dev/null +++ b/icons/mdl2/KeyboardRightHanded.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/KeyboardShortcut.svg b/icons/mdl2/KeyboardShortcut.svg new file mode 100644 index 0000000..bd860f3 --- /dev/null +++ b/icons/mdl2/KeyboardShortcut.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/KeyboardSplit.svg b/icons/mdl2/KeyboardSplit.svg new file mode 100644 index 0000000..6a60d74 --- /dev/null +++ b/icons/mdl2/KeyboardSplit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/KeyboardStandard.svg b/icons/mdl2/KeyboardStandard.svg new file mode 100644 index 0000000..6105482 --- /dev/null +++ b/icons/mdl2/KeyboardStandard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Korean.svg b/icons/mdl2/Korean.svg new file mode 100644 index 0000000..78b34b9 --- /dev/null +++ b/icons/mdl2/Korean.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/LEDLight.svg b/icons/mdl2/LEDLight.svg new file mode 100644 index 0000000..e758150 --- /dev/null +++ b/icons/mdl2/LEDLight.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Label.svg b/icons/mdl2/Label.svg new file mode 100644 index 0000000..817c7d7 --- /dev/null +++ b/icons/mdl2/Label.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/LangJPN.svg b/icons/mdl2/LangJPN.svg new file mode 100644 index 0000000..41ac1cd --- /dev/null +++ b/icons/mdl2/LangJPN.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/LanguageChs.svg b/icons/mdl2/LanguageChs.svg new file mode 100644 index 0000000..82c364c --- /dev/null +++ b/icons/mdl2/LanguageChs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/LanguageCht.svg b/icons/mdl2/LanguageCht.svg new file mode 100644 index 0000000..cea3f37 --- /dev/null +++ b/icons/mdl2/LanguageCht.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/LanguageJpn.svg b/icons/mdl2/LanguageJpn.svg new file mode 100644 index 0000000..d0a083e --- /dev/null +++ b/icons/mdl2/LanguageJpn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/LanguageKor.svg b/icons/mdl2/LanguageKor.svg new file mode 100644 index 0000000..4c1d416 --- /dev/null +++ b/icons/mdl2/LanguageKor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/LaptopSelected.svg b/icons/mdl2/LaptopSelected.svg new file mode 100644 index 0000000..edbf52c --- /dev/null +++ b/icons/mdl2/LaptopSelected.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/LayoutLegacy.svg b/icons/mdl2/LayoutLegacy.svg new file mode 100644 index 0000000..2f4e7ea --- /dev/null +++ b/icons/mdl2/LayoutLegacy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Leaf.svg b/icons/mdl2/Leaf.svg new file mode 100644 index 0000000..803151f --- /dev/null +++ b/icons/mdl2/Leaf.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/LeaveChat.svg b/icons/mdl2/LeaveChat.svg new file mode 100644 index 0000000..ab2d4a4 --- /dev/null +++ b/icons/mdl2/LeaveChat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/LeaveChatMirrored.svg b/icons/mdl2/LeaveChatMirrored.svg new file mode 100644 index 0000000..f287233 --- /dev/null +++ b/icons/mdl2/LeaveChatMirrored.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/LeftArrowKeyTime0.svg b/icons/mdl2/LeftArrowKeyTime0.svg new file mode 100644 index 0000000..1ea6e2d --- /dev/null +++ b/icons/mdl2/LeftArrowKeyTime0.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/LeftDoubleQuote.svg b/icons/mdl2/LeftDoubleQuote.svg new file mode 100644 index 0000000..bf0a100 --- /dev/null +++ b/icons/mdl2/LeftDoubleQuote.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/LeftQuote.svg b/icons/mdl2/LeftQuote.svg new file mode 100644 index 0000000..d391516 --- /dev/null +++ b/icons/mdl2/LeftQuote.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Library.svg b/icons/mdl2/Library.svg new file mode 100644 index 0000000..0d46adc --- /dev/null +++ b/icons/mdl2/Library.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Light.svg b/icons/mdl2/Light.svg new file mode 100644 index 0000000..155d0a3 --- /dev/null +++ b/icons/mdl2/Light.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Lightbulb.svg b/icons/mdl2/Lightbulb.svg new file mode 100644 index 0000000..673d87c --- /dev/null +++ b/icons/mdl2/Lightbulb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/LightningBolt.svg b/icons/mdl2/LightningBolt.svg new file mode 100644 index 0000000..f4a146d --- /dev/null +++ b/icons/mdl2/LightningBolt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Like.svg b/icons/mdl2/Like.svg new file mode 100644 index 0000000..88519bb --- /dev/null +++ b/icons/mdl2/Like.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/LikeDislike.svg b/icons/mdl2/LikeDislike.svg new file mode 100644 index 0000000..256bf03 --- /dev/null +++ b/icons/mdl2/LikeDislike.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Link.svg b/icons/mdl2/Link.svg new file mode 100644 index 0000000..78630d9 --- /dev/null +++ b/icons/mdl2/Link.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/List.svg b/icons/mdl2/List.svg new file mode 100644 index 0000000..3310d7b --- /dev/null +++ b/icons/mdl2/List.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ListMirrored.svg b/icons/mdl2/ListMirrored.svg new file mode 100644 index 0000000..0656d2d --- /dev/null +++ b/icons/mdl2/ListMirrored.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Location.svg b/icons/mdl2/Location.svg new file mode 100644 index 0000000..0c5314d --- /dev/null +++ b/icons/mdl2/Location.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Lock.svg b/icons/mdl2/Lock.svg new file mode 100644 index 0000000..7d409d7 --- /dev/null +++ b/icons/mdl2/Lock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/LockScreenGlance.svg b/icons/mdl2/LockScreenGlance.svg new file mode 100644 index 0000000..1522908 --- /dev/null +++ b/icons/mdl2/LockScreenGlance.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/LockscreenDesktop.svg b/icons/mdl2/LockscreenDesktop.svg new file mode 100644 index 0000000..017552c --- /dev/null +++ b/icons/mdl2/LockscreenDesktop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/LowerBrightness.svg b/icons/mdl2/LowerBrightness.svg new file mode 100644 index 0000000..a63d631 --- /dev/null +++ b/icons/mdl2/LowerBrightness.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MagStripeReader.svg b/icons/mdl2/MagStripeReader.svg new file mode 100644 index 0000000..430f014 --- /dev/null +++ b/icons/mdl2/MagStripeReader.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Mail.svg b/icons/mdl2/Mail.svg new file mode 100644 index 0000000..7fed1df --- /dev/null +++ b/icons/mdl2/Mail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MailBadge12.svg b/icons/mdl2/MailBadge12.svg new file mode 100644 index 0000000..32fc5e0 --- /dev/null +++ b/icons/mdl2/MailBadge12.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MailFill.svg b/icons/mdl2/MailFill.svg new file mode 100644 index 0000000..b98a9c9 --- /dev/null +++ b/icons/mdl2/MailFill.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MailForward.svg b/icons/mdl2/MailForward.svg new file mode 100644 index 0000000..9963ff3 --- /dev/null +++ b/icons/mdl2/MailForward.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MailForwardMirrored.svg b/icons/mdl2/MailForwardMirrored.svg new file mode 100644 index 0000000..eaa0020 --- /dev/null +++ b/icons/mdl2/MailForwardMirrored.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MailReply.svg b/icons/mdl2/MailReply.svg new file mode 100644 index 0000000..d984a88 --- /dev/null +++ b/icons/mdl2/MailReply.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MailReplyAll.svg b/icons/mdl2/MailReplyAll.svg new file mode 100644 index 0000000..d7771dc --- /dev/null +++ b/icons/mdl2/MailReplyAll.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MailReplyAllMirrored.svg b/icons/mdl2/MailReplyAllMirrored.svg new file mode 100644 index 0000000..93b0b2b --- /dev/null +++ b/icons/mdl2/MailReplyAllMirrored.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MailReplyMirrored.svg b/icons/mdl2/MailReplyMirrored.svg new file mode 100644 index 0000000..aaadd3e --- /dev/null +++ b/icons/mdl2/MailReplyMirrored.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Manage.svg b/icons/mdl2/Manage.svg new file mode 100644 index 0000000..0e1e191 --- /dev/null +++ b/icons/mdl2/Manage.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MapCompassBottom.svg b/icons/mdl2/MapCompassBottom.svg new file mode 100644 index 0000000..05b2340 --- /dev/null +++ b/icons/mdl2/MapCompassBottom.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MapCompassTop.svg b/icons/mdl2/MapCompassTop.svg new file mode 100644 index 0000000..f32d532 --- /dev/null +++ b/icons/mdl2/MapCompassTop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MapDirections.svg b/icons/mdl2/MapDirections.svg new file mode 100644 index 0000000..310b1dd --- /dev/null +++ b/icons/mdl2/MapDirections.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MapDrive.svg b/icons/mdl2/MapDrive.svg new file mode 100644 index 0000000..03bbea3 --- /dev/null +++ b/icons/mdl2/MapDrive.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MapLayers.svg b/icons/mdl2/MapLayers.svg new file mode 100644 index 0000000..1ca07b2 --- /dev/null +++ b/icons/mdl2/MapLayers.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MapPin.svg b/icons/mdl2/MapPin.svg new file mode 100644 index 0000000..8a6d001 --- /dev/null +++ b/icons/mdl2/MapPin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MapPinLegacy.svg b/icons/mdl2/MapPinLegacy.svg new file mode 100644 index 0000000..37ddeb2 --- /dev/null +++ b/icons/mdl2/MapPinLegacy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Marker.svg b/icons/mdl2/Marker.svg new file mode 100644 index 0000000..8dc8a0c --- /dev/null +++ b/icons/mdl2/Marker.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Marquee.svg b/icons/mdl2/Marquee.svg new file mode 100644 index 0000000..1aede68 --- /dev/null +++ b/icons/mdl2/Marquee.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Media.svg b/icons/mdl2/Media.svg new file mode 100644 index 0000000..ed24ea8 --- /dev/null +++ b/icons/mdl2/Media.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MediaStorageTower.svg b/icons/mdl2/MediaStorageTower.svg new file mode 100644 index 0000000..734a7fa --- /dev/null +++ b/icons/mdl2/MediaStorageTower.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Megaphone.svg b/icons/mdl2/Megaphone.svg new file mode 100644 index 0000000..926027f --- /dev/null +++ b/icons/mdl2/Megaphone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Memo.svg b/icons/mdl2/Memo.svg new file mode 100644 index 0000000..e3eea7e --- /dev/null +++ b/icons/mdl2/Memo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Message.svg b/icons/mdl2/Message.svg new file mode 100644 index 0000000..1a81160 --- /dev/null +++ b/icons/mdl2/Message.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MicClipping.svg b/icons/mdl2/MicClipping.svg new file mode 100644 index 0000000..b2eb65b --- /dev/null +++ b/icons/mdl2/MicClipping.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MicError.svg b/icons/mdl2/MicError.svg new file mode 100644 index 0000000..8f99e3c --- /dev/null +++ b/icons/mdl2/MicError.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MicOff.svg b/icons/mdl2/MicOff.svg new file mode 100644 index 0000000..134d031 --- /dev/null +++ b/icons/mdl2/MicOff.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MicOn.svg b/icons/mdl2/MicOn.svg new file mode 100644 index 0000000..4cb510f --- /dev/null +++ b/icons/mdl2/MicOn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MicSleep.svg b/icons/mdl2/MicSleep.svg new file mode 100644 index 0000000..9162d73 --- /dev/null +++ b/icons/mdl2/MicSleep.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Microphone.svg b/icons/mdl2/Microphone.svg new file mode 100644 index 0000000..923b489 --- /dev/null +++ b/icons/mdl2/Microphone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MiracastLogoSmall.svg b/icons/mdl2/MiracastLogoSmall.svg new file mode 100644 index 0000000..b84bd4d --- /dev/null +++ b/icons/mdl2/MiracastLogoSmall.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MobActionCenter.svg b/icons/mdl2/MobActionCenter.svg new file mode 100644 index 0000000..a261d49 --- /dev/null +++ b/icons/mdl2/MobActionCenter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MobAirplane.svg b/icons/mdl2/MobAirplane.svg new file mode 100644 index 0000000..fea9347 --- /dev/null +++ b/icons/mdl2/MobAirplane.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MobBattery0.svg b/icons/mdl2/MobBattery0.svg new file mode 100644 index 0000000..78ae4b1 --- /dev/null +++ b/icons/mdl2/MobBattery0.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MobBattery1.svg b/icons/mdl2/MobBattery1.svg new file mode 100644 index 0000000..793cff6 --- /dev/null +++ b/icons/mdl2/MobBattery1.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MobBattery10.svg b/icons/mdl2/MobBattery10.svg new file mode 100644 index 0000000..fb4d153 --- /dev/null +++ b/icons/mdl2/MobBattery10.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MobBattery2.svg b/icons/mdl2/MobBattery2.svg new file mode 100644 index 0000000..4c62c84 --- /dev/null +++ b/icons/mdl2/MobBattery2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MobBattery3.svg b/icons/mdl2/MobBattery3.svg new file mode 100644 index 0000000..39bcbd6 --- /dev/null +++ b/icons/mdl2/MobBattery3.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MobBattery4.svg b/icons/mdl2/MobBattery4.svg new file mode 100644 index 0000000..ad8aa68 --- /dev/null +++ b/icons/mdl2/MobBattery4.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MobBattery5.svg b/icons/mdl2/MobBattery5.svg new file mode 100644 index 0000000..0b32147 --- /dev/null +++ b/icons/mdl2/MobBattery5.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MobBattery6.svg b/icons/mdl2/MobBattery6.svg new file mode 100644 index 0000000..d1da914 --- /dev/null +++ b/icons/mdl2/MobBattery6.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MobBattery7.svg b/icons/mdl2/MobBattery7.svg new file mode 100644 index 0000000..b47a01e --- /dev/null +++ b/icons/mdl2/MobBattery7.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MobBattery8.svg b/icons/mdl2/MobBattery8.svg new file mode 100644 index 0000000..0f50357 --- /dev/null +++ b/icons/mdl2/MobBattery8.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MobBattery9.svg b/icons/mdl2/MobBattery9.svg new file mode 100644 index 0000000..6c2a0fb --- /dev/null +++ b/icons/mdl2/MobBattery9.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MobBatteryCharging0.svg b/icons/mdl2/MobBatteryCharging0.svg new file mode 100644 index 0000000..8b4b52e --- /dev/null +++ b/icons/mdl2/MobBatteryCharging0.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MobBatteryCharging1.svg b/icons/mdl2/MobBatteryCharging1.svg new file mode 100644 index 0000000..d411ec3 --- /dev/null +++ b/icons/mdl2/MobBatteryCharging1.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MobBatteryCharging10.svg b/icons/mdl2/MobBatteryCharging10.svg new file mode 100644 index 0000000..925be7b --- /dev/null +++ b/icons/mdl2/MobBatteryCharging10.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MobBatteryCharging2.svg b/icons/mdl2/MobBatteryCharging2.svg new file mode 100644 index 0000000..c13592a --- /dev/null +++ b/icons/mdl2/MobBatteryCharging2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MobBatteryCharging3.svg b/icons/mdl2/MobBatteryCharging3.svg new file mode 100644 index 0000000..405c264 --- /dev/null +++ b/icons/mdl2/MobBatteryCharging3.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MobBatteryCharging4.svg b/icons/mdl2/MobBatteryCharging4.svg new file mode 100644 index 0000000..1591ecc --- /dev/null +++ b/icons/mdl2/MobBatteryCharging4.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MobBatteryCharging5.svg b/icons/mdl2/MobBatteryCharging5.svg new file mode 100644 index 0000000..8efa6d7 --- /dev/null +++ b/icons/mdl2/MobBatteryCharging5.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MobBatteryCharging6.svg b/icons/mdl2/MobBatteryCharging6.svg new file mode 100644 index 0000000..fc41a02 --- /dev/null +++ b/icons/mdl2/MobBatteryCharging6.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MobBatteryCharging7.svg b/icons/mdl2/MobBatteryCharging7.svg new file mode 100644 index 0000000..c540f86 --- /dev/null +++ b/icons/mdl2/MobBatteryCharging7.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MobBatteryCharging8.svg b/icons/mdl2/MobBatteryCharging8.svg new file mode 100644 index 0000000..a0828e5 --- /dev/null +++ b/icons/mdl2/MobBatteryCharging8.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MobBatteryCharging9.svg b/icons/mdl2/MobBatteryCharging9.svg new file mode 100644 index 0000000..08314af --- /dev/null +++ b/icons/mdl2/MobBatteryCharging9.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MobBatterySaver0.svg b/icons/mdl2/MobBatterySaver0.svg new file mode 100644 index 0000000..99ff474 --- /dev/null +++ b/icons/mdl2/MobBatterySaver0.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MobBatterySaver1.svg b/icons/mdl2/MobBatterySaver1.svg new file mode 100644 index 0000000..49eb729 --- /dev/null +++ b/icons/mdl2/MobBatterySaver1.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MobBatterySaver10.svg b/icons/mdl2/MobBatterySaver10.svg new file mode 100644 index 0000000..8bb1d2e --- /dev/null +++ b/icons/mdl2/MobBatterySaver10.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MobBatterySaver2.svg b/icons/mdl2/MobBatterySaver2.svg new file mode 100644 index 0000000..610bc6b --- /dev/null +++ b/icons/mdl2/MobBatterySaver2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MobBatterySaver3.svg b/icons/mdl2/MobBatterySaver3.svg new file mode 100644 index 0000000..695a6f4 --- /dev/null +++ b/icons/mdl2/MobBatterySaver3.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MobBatterySaver4.svg b/icons/mdl2/MobBatterySaver4.svg new file mode 100644 index 0000000..a2eede4 --- /dev/null +++ b/icons/mdl2/MobBatterySaver4.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MobBatterySaver5.svg b/icons/mdl2/MobBatterySaver5.svg new file mode 100644 index 0000000..811d8db --- /dev/null +++ b/icons/mdl2/MobBatterySaver5.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MobBatterySaver6.svg b/icons/mdl2/MobBatterySaver6.svg new file mode 100644 index 0000000..9854eb4 --- /dev/null +++ b/icons/mdl2/MobBatterySaver6.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MobBatterySaver7.svg b/icons/mdl2/MobBatterySaver7.svg new file mode 100644 index 0000000..4a36140 --- /dev/null +++ b/icons/mdl2/MobBatterySaver7.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MobBatterySaver8.svg b/icons/mdl2/MobBatterySaver8.svg new file mode 100644 index 0000000..b7ea1b3 --- /dev/null +++ b/icons/mdl2/MobBatterySaver8.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MobBatterySaver9.svg b/icons/mdl2/MobBatterySaver9.svg new file mode 100644 index 0000000..adb5bc7 --- /dev/null +++ b/icons/mdl2/MobBatterySaver9.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MobBatteryUnknown.svg b/icons/mdl2/MobBatteryUnknown.svg new file mode 100644 index 0000000..86376d5 --- /dev/null +++ b/icons/mdl2/MobBatteryUnknown.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MobBluetooth.svg b/icons/mdl2/MobBluetooth.svg new file mode 100644 index 0000000..a0c80bb --- /dev/null +++ b/icons/mdl2/MobBluetooth.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MobCallForwarding.svg b/icons/mdl2/MobCallForwarding.svg new file mode 100644 index 0000000..4d496f8 --- /dev/null +++ b/icons/mdl2/MobCallForwarding.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MobCallForwardingMirrored.svg b/icons/mdl2/MobCallForwardingMirrored.svg new file mode 100644 index 0000000..320ecef --- /dev/null +++ b/icons/mdl2/MobCallForwardingMirrored.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MobDrivingMode.svg b/icons/mdl2/MobDrivingMode.svg new file mode 100644 index 0000000..6a8b9f4 --- /dev/null +++ b/icons/mdl2/MobDrivingMode.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MobLocation.svg b/icons/mdl2/MobLocation.svg new file mode 100644 index 0000000..ade1bfb --- /dev/null +++ b/icons/mdl2/MobLocation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MobQuietHours.svg b/icons/mdl2/MobQuietHours.svg new file mode 100644 index 0000000..617bad7 --- /dev/null +++ b/icons/mdl2/MobQuietHours.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MobSignal1.svg b/icons/mdl2/MobSignal1.svg new file mode 100644 index 0000000..6245e67 --- /dev/null +++ b/icons/mdl2/MobSignal1.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MobSignal2.svg b/icons/mdl2/MobSignal2.svg new file mode 100644 index 0000000..093d000 --- /dev/null +++ b/icons/mdl2/MobSignal2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MobSignal3.svg b/icons/mdl2/MobSignal3.svg new file mode 100644 index 0000000..2d21614 --- /dev/null +++ b/icons/mdl2/MobSignal3.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MobSignal4.svg b/icons/mdl2/MobSignal4.svg new file mode 100644 index 0000000..8ed8994 --- /dev/null +++ b/icons/mdl2/MobSignal4.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MobSignal5.svg b/icons/mdl2/MobSignal5.svg new file mode 100644 index 0000000..05b796e --- /dev/null +++ b/icons/mdl2/MobSignal5.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MobWifi1.svg b/icons/mdl2/MobWifi1.svg new file mode 100644 index 0000000..4821ac1 --- /dev/null +++ b/icons/mdl2/MobWifi1.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MobWifi2.svg b/icons/mdl2/MobWifi2.svg new file mode 100644 index 0000000..684d361 --- /dev/null +++ b/icons/mdl2/MobWifi2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MobWifi3.svg b/icons/mdl2/MobWifi3.svg new file mode 100644 index 0000000..c1bc66a --- /dev/null +++ b/icons/mdl2/MobWifi3.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MobWifi4.svg b/icons/mdl2/MobWifi4.svg new file mode 100644 index 0000000..8d1dff7 --- /dev/null +++ b/icons/mdl2/MobWifi4.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MobWifiHotspot.svg b/icons/mdl2/MobWifiHotspot.svg new file mode 100644 index 0000000..f1cdfd3 --- /dev/null +++ b/icons/mdl2/MobWifiHotspot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MobileLocked.svg b/icons/mdl2/MobileLocked.svg new file mode 100644 index 0000000..e71de5a --- /dev/null +++ b/icons/mdl2/MobileLocked.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MobileSelected.svg b/icons/mdl2/MobileSelected.svg new file mode 100644 index 0000000..d389269 --- /dev/null +++ b/icons/mdl2/MobileSelected.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MobileTablet.svg b/icons/mdl2/MobileTablet.svg new file mode 100644 index 0000000..6252ed8 --- /dev/null +++ b/icons/mdl2/MobileTablet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/More.svg b/icons/mdl2/More.svg new file mode 100644 index 0000000..b57e5bd --- /dev/null +++ b/icons/mdl2/More.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Mouse.svg b/icons/mdl2/Mouse.svg new file mode 100644 index 0000000..170a357 --- /dev/null +++ b/icons/mdl2/Mouse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MoveToFolder.svg b/icons/mdl2/MoveToFolder.svg new file mode 100644 index 0000000..32df21e --- /dev/null +++ b/icons/mdl2/MoveToFolder.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Movies.svg b/icons/mdl2/Movies.svg new file mode 100644 index 0000000..9b57f9a --- /dev/null +++ b/icons/mdl2/Movies.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MultiSelect.svg b/icons/mdl2/MultiSelect.svg new file mode 100644 index 0000000..ace0531 --- /dev/null +++ b/icons/mdl2/MultiSelect.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MultiSelectMirrored.svg b/icons/mdl2/MultiSelectMirrored.svg new file mode 100644 index 0000000..3273dc1 --- /dev/null +++ b/icons/mdl2/MultiSelectMirrored.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MultimediaDMP.svg b/icons/mdl2/MultimediaDMP.svg new file mode 100644 index 0000000..8f6fc01 --- /dev/null +++ b/icons/mdl2/MultimediaDMP.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MultimediaDMS.svg b/icons/mdl2/MultimediaDMS.svg new file mode 100644 index 0000000..89b9a5f --- /dev/null +++ b/icons/mdl2/MultimediaDMS.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MultimediaDVR.svg b/icons/mdl2/MultimediaDVR.svg new file mode 100644 index 0000000..49d5886 --- /dev/null +++ b/icons/mdl2/MultimediaDVR.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MultimediaPMP.svg b/icons/mdl2/MultimediaPMP.svg new file mode 100644 index 0000000..3991001 --- /dev/null +++ b/icons/mdl2/MultimediaPMP.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Multitask.svg b/icons/mdl2/Multitask.svg new file mode 100644 index 0000000..fdbfad5 --- /dev/null +++ b/icons/mdl2/Multitask.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Multitask16.svg b/icons/mdl2/Multitask16.svg new file mode 100644 index 0000000..63df4ba --- /dev/null +++ b/icons/mdl2/Multitask16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MultitaskExpanded.svg b/icons/mdl2/MultitaskExpanded.svg new file mode 100644 index 0000000..ddbab2c --- /dev/null +++ b/icons/mdl2/MultitaskExpanded.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MusicAlbum.svg b/icons/mdl2/MusicAlbum.svg new file mode 100644 index 0000000..04f7087 --- /dev/null +++ b/icons/mdl2/MusicAlbum.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MusicInfo.svg b/icons/mdl2/MusicInfo.svg new file mode 100644 index 0000000..2b754d9 --- /dev/null +++ b/icons/mdl2/MusicInfo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MusicNote.svg b/icons/mdl2/MusicNote.svg new file mode 100644 index 0000000..29803cb --- /dev/null +++ b/icons/mdl2/MusicNote.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Mute.svg b/icons/mdl2/Mute.svg new file mode 100644 index 0000000..527ee6f --- /dev/null +++ b/icons/mdl2/Mute.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/MyNetwork.svg b/icons/mdl2/MyNetwork.svg new file mode 100644 index 0000000..154a4eb --- /dev/null +++ b/icons/mdl2/MyNetwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/NUIFPContinueSlideAction.svg b/icons/mdl2/NUIFPContinueSlideAction.svg new file mode 100644 index 0000000..d9176bc --- /dev/null +++ b/icons/mdl2/NUIFPContinueSlideAction.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/NUIFPContinueSlideHand.svg b/icons/mdl2/NUIFPContinueSlideHand.svg new file mode 100644 index 0000000..e909a96 --- /dev/null +++ b/icons/mdl2/NUIFPContinueSlideHand.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/NUIFPPressAction.svg b/icons/mdl2/NUIFPPressAction.svg new file mode 100644 index 0000000..3e7bd9d --- /dev/null +++ b/icons/mdl2/NUIFPPressAction.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/NUIFPPressHand.svg b/icons/mdl2/NUIFPPressHand.svg new file mode 100644 index 0000000..de08f59 --- /dev/null +++ b/icons/mdl2/NUIFPPressHand.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/NUIFPPressRepeatAction.svg b/icons/mdl2/NUIFPPressRepeatAction.svg new file mode 100644 index 0000000..89629d7 --- /dev/null +++ b/icons/mdl2/NUIFPPressRepeatAction.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/NUIFPRollLeftAction.svg b/icons/mdl2/NUIFPRollLeftAction.svg new file mode 100644 index 0000000..7f8a1e1 --- /dev/null +++ b/icons/mdl2/NUIFPRollLeftAction.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/NUIFPRollLeftHand.svg b/icons/mdl2/NUIFPRollLeftHand.svg new file mode 100644 index 0000000..9dcfb1d --- /dev/null +++ b/icons/mdl2/NUIFPRollLeftHand.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/NUIFPRollRightHand.svg b/icons/mdl2/NUIFPRollRightHand.svg new file mode 100644 index 0000000..b117d9b --- /dev/null +++ b/icons/mdl2/NUIFPRollRightHand.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/NUIFPRollRightHandAction.svg b/icons/mdl2/NUIFPRollRightHandAction.svg new file mode 100644 index 0000000..b0d1cd6 --- /dev/null +++ b/icons/mdl2/NUIFPRollRightHandAction.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/NUIFPStartSlideAction.svg b/icons/mdl2/NUIFPStartSlideAction.svg new file mode 100644 index 0000000..0fa1012 --- /dev/null +++ b/icons/mdl2/NUIFPStartSlideAction.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/NUIFPStartSlideHand.svg b/icons/mdl2/NUIFPStartSlideHand.svg new file mode 100644 index 0000000..0d5355b --- /dev/null +++ b/icons/mdl2/NUIFPStartSlideHand.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/NUIFace.svg b/icons/mdl2/NUIFace.svg new file mode 100644 index 0000000..c19d2f0 --- /dev/null +++ b/icons/mdl2/NUIFace.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/NUIIris.svg b/icons/mdl2/NUIIris.svg new file mode 100644 index 0000000..9582366 --- /dev/null +++ b/icons/mdl2/NUIIris.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Narrator.svg b/icons/mdl2/Narrator.svg new file mode 100644 index 0000000..8cb0a38 --- /dev/null +++ b/icons/mdl2/Narrator.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/NarratorForward.svg b/icons/mdl2/NarratorForward.svg new file mode 100644 index 0000000..d8124fa --- /dev/null +++ b/icons/mdl2/NarratorForward.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/NarratorForwardMirrored.svg b/icons/mdl2/NarratorForwardMirrored.svg new file mode 100644 index 0000000..85a650c --- /dev/null +++ b/icons/mdl2/NarratorForwardMirrored.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Network.svg b/icons/mdl2/Network.svg new file mode 100644 index 0000000..800bcd3 --- /dev/null +++ b/icons/mdl2/Network.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/NetworkAdapter.svg b/icons/mdl2/NetworkAdapter.svg new file mode 100644 index 0000000..7b8ea2e --- /dev/null +++ b/icons/mdl2/NetworkAdapter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/NetworkPrinter.svg b/icons/mdl2/NetworkPrinter.svg new file mode 100644 index 0000000..406ba26 --- /dev/null +++ b/icons/mdl2/NetworkPrinter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/NetworkTower.svg b/icons/mdl2/NetworkTower.svg new file mode 100644 index 0000000..f66eee2 --- /dev/null +++ b/icons/mdl2/NetworkTower.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/NewFolder.svg b/icons/mdl2/NewFolder.svg new file mode 100644 index 0000000..407b4dd --- /dev/null +++ b/icons/mdl2/NewFolder.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/NewWindow.svg b/icons/mdl2/NewWindow.svg new file mode 100644 index 0000000..8620d25 --- /dev/null +++ b/icons/mdl2/NewWindow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Next.svg b/icons/mdl2/Next.svg new file mode 100644 index 0000000..73ef6fc --- /dev/null +++ b/icons/mdl2/Next.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/OEM.svg b/icons/mdl2/OEM.svg new file mode 100644 index 0000000..f0dfbe4 --- /dev/null +++ b/icons/mdl2/OEM.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/OneBar.svg b/icons/mdl2/OneBar.svg new file mode 100644 index 0000000..0eed15f --- /dev/null +++ b/icons/mdl2/OneBar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/OpenFile.svg b/icons/mdl2/OpenFile.svg new file mode 100644 index 0000000..2ab0104 --- /dev/null +++ b/icons/mdl2/OpenFile.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/OpenInNewWindow.svg b/icons/mdl2/OpenInNewWindow.svg new file mode 100644 index 0000000..8c5ef23 --- /dev/null +++ b/icons/mdl2/OpenInNewWindow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/OpenLocal.svg b/icons/mdl2/OpenLocal.svg new file mode 100644 index 0000000..aa9cdd5 --- /dev/null +++ b/icons/mdl2/OpenLocal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/OpenPane.svg b/icons/mdl2/OpenPane.svg new file mode 100644 index 0000000..9ea16a4 --- /dev/null +++ b/icons/mdl2/OpenPane.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/OpenPaneMirrored.svg b/icons/mdl2/OpenPaneMirrored.svg new file mode 100644 index 0000000..dda80a9 --- /dev/null +++ b/icons/mdl2/OpenPaneMirrored.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/OpenWith.svg b/icons/mdl2/OpenWith.svg new file mode 100644 index 0000000..4e47c64 --- /dev/null +++ b/icons/mdl2/OpenWith.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/OpenWithMirrored.svg b/icons/mdl2/OpenWithMirrored.svg new file mode 100644 index 0000000..c459044 --- /dev/null +++ b/icons/mdl2/OpenWithMirrored.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Orientation.svg b/icons/mdl2/Orientation.svg new file mode 100644 index 0000000..4e18ec6 --- /dev/null +++ b/icons/mdl2/Orientation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/OtherUser.svg b/icons/mdl2/OtherUser.svg new file mode 100644 index 0000000..2388ad1 --- /dev/null +++ b/icons/mdl2/OtherUser.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/PC1.svg b/icons/mdl2/PC1.svg new file mode 100644 index 0000000..639a2eb --- /dev/null +++ b/icons/mdl2/PC1.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/PLAP.svg b/icons/mdl2/PLAP.svg new file mode 100644 index 0000000..f46d96f --- /dev/null +++ b/icons/mdl2/PLAP.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Package.svg b/icons/mdl2/Package.svg new file mode 100644 index 0000000..90536c3 --- /dev/null +++ b/icons/mdl2/Package.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Page.svg b/icons/mdl2/Page.svg new file mode 100644 index 0000000..e08811c --- /dev/null +++ b/icons/mdl2/Page.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/PageLeft.svg b/icons/mdl2/PageLeft.svg new file mode 100644 index 0000000..8cf7e61 --- /dev/null +++ b/icons/mdl2/PageLeft.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/PageRight.svg b/icons/mdl2/PageRight.svg new file mode 100644 index 0000000..16f1377 --- /dev/null +++ b/icons/mdl2/PageRight.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/PageSolid.svg b/icons/mdl2/PageSolid.svg new file mode 100644 index 0000000..5607bc8 --- /dev/null +++ b/icons/mdl2/PageSolid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/PanMode.svg b/icons/mdl2/PanMode.svg new file mode 100644 index 0000000..4523758 --- /dev/null +++ b/icons/mdl2/PanMode.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ParkingLocation.svg b/icons/mdl2/ParkingLocation.svg new file mode 100644 index 0000000..8708de8 --- /dev/null +++ b/icons/mdl2/ParkingLocation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ParkingLocationMirrored.svg b/icons/mdl2/ParkingLocationMirrored.svg new file mode 100644 index 0000000..443ea58 --- /dev/null +++ b/icons/mdl2/ParkingLocationMirrored.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ParkingLocationSolid.svg b/icons/mdl2/ParkingLocationSolid.svg new file mode 100644 index 0000000..9d99788 --- /dev/null +++ b/icons/mdl2/ParkingLocationSolid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/PartyLeader.svg b/icons/mdl2/PartyLeader.svg new file mode 100644 index 0000000..e0ab3f9 --- /dev/null +++ b/icons/mdl2/PartyLeader.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/PasswordKeyHide.svg b/icons/mdl2/PasswordKeyHide.svg new file mode 100644 index 0000000..4e2ae43 --- /dev/null +++ b/icons/mdl2/PasswordKeyHide.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/PasswordKeyShow.svg b/icons/mdl2/PasswordKeyShow.svg new file mode 100644 index 0000000..efdaa17 --- /dev/null +++ b/icons/mdl2/PasswordKeyShow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Paste.svg b/icons/mdl2/Paste.svg new file mode 100644 index 0000000..bc9e836 --- /dev/null +++ b/icons/mdl2/Paste.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Pause.svg b/icons/mdl2/Pause.svg new file mode 100644 index 0000000..52f8c83 --- /dev/null +++ b/icons/mdl2/Pause.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/PauseBadge12.svg b/icons/mdl2/PauseBadge12.svg new file mode 100644 index 0000000..2326d1f --- /dev/null +++ b/icons/mdl2/PauseBadge12.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/PenPalette.svg b/icons/mdl2/PenPalette.svg new file mode 100644 index 0000000..606a742 --- /dev/null +++ b/icons/mdl2/PenPalette.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/PenPaletteMirrored.svg b/icons/mdl2/PenPaletteMirrored.svg new file mode 100644 index 0000000..5b54aa0 --- /dev/null +++ b/icons/mdl2/PenPaletteMirrored.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/PenWorkspace.svg b/icons/mdl2/PenWorkspace.svg new file mode 100644 index 0000000..31100e0 --- /dev/null +++ b/icons/mdl2/PenWorkspace.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/PenWorkspaceMirrored.svg b/icons/mdl2/PenWorkspaceMirrored.svg new file mode 100644 index 0000000..a79d3eb --- /dev/null +++ b/icons/mdl2/PenWorkspaceMirrored.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Pencil.svg b/icons/mdl2/Pencil.svg new file mode 100644 index 0000000..92c551e --- /dev/null +++ b/icons/mdl2/Pencil.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/People.svg b/icons/mdl2/People.svg new file mode 100644 index 0000000..9b1fe90 --- /dev/null +++ b/icons/mdl2/People.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/PeriodKey.svg b/icons/mdl2/PeriodKey.svg new file mode 100644 index 0000000..a465a26 --- /dev/null +++ b/icons/mdl2/PeriodKey.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Permissions.svg b/icons/mdl2/Permissions.svg new file mode 100644 index 0000000..6ceaadd --- /dev/null +++ b/icons/mdl2/Permissions.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/PersonalFolder.svg b/icons/mdl2/PersonalFolder.svg new file mode 100644 index 0000000..8d4c90e --- /dev/null +++ b/icons/mdl2/PersonalFolder.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Personalize.svg b/icons/mdl2/Personalize.svg new file mode 100644 index 0000000..15a8b3e --- /dev/null +++ b/icons/mdl2/Personalize.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Phone.svg b/icons/mdl2/Phone.svg new file mode 100644 index 0000000..e99ae24 --- /dev/null +++ b/icons/mdl2/Phone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/PhoneBook.svg b/icons/mdl2/PhoneBook.svg new file mode 100644 index 0000000..36d07e8 --- /dev/null +++ b/icons/mdl2/PhoneBook.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Photo.svg b/icons/mdl2/Photo.svg new file mode 100644 index 0000000..a6b6abc --- /dev/null +++ b/icons/mdl2/Photo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Photo2.svg b/icons/mdl2/Photo2.svg new file mode 100644 index 0000000..1ca754d --- /dev/null +++ b/icons/mdl2/Photo2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Picture.svg b/icons/mdl2/Picture.svg new file mode 100644 index 0000000..1282c8a --- /dev/null +++ b/icons/mdl2/Picture.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/PieSingle.svg b/icons/mdl2/PieSingle.svg new file mode 100644 index 0000000..f419c3f --- /dev/null +++ b/icons/mdl2/PieSingle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Pin.svg b/icons/mdl2/Pin.svg new file mode 100644 index 0000000..340f381 --- /dev/null +++ b/icons/mdl2/Pin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/PinFill.svg b/icons/mdl2/PinFill.svg new file mode 100644 index 0000000..bc4db7c --- /dev/null +++ b/icons/mdl2/PinFill.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Pinned.svg b/icons/mdl2/Pinned.svg new file mode 100644 index 0000000..1a0c876 --- /dev/null +++ b/icons/mdl2/Pinned.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/PinnedFill.svg b/icons/mdl2/PinnedFill.svg new file mode 100644 index 0000000..b24f7cc --- /dev/null +++ b/icons/mdl2/PinnedFill.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/PlaceFolderLegacy.svg b/icons/mdl2/PlaceFolderLegacy.svg new file mode 100644 index 0000000..b82d68c --- /dev/null +++ b/icons/mdl2/PlaceFolderLegacy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Play.svg b/icons/mdl2/Play.svg new file mode 100644 index 0000000..c88b188 --- /dev/null +++ b/icons/mdl2/Play.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Play36.svg b/icons/mdl2/Play36.svg new file mode 100644 index 0000000..0d5238b --- /dev/null +++ b/icons/mdl2/Play36.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/PlayBadge12.svg b/icons/mdl2/PlayBadge12.svg new file mode 100644 index 0000000..718aa44 --- /dev/null +++ b/icons/mdl2/PlayBadge12.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/PlayOnLegacy.svg b/icons/mdl2/PlayOnLegacy.svg new file mode 100644 index 0000000..b881270 --- /dev/null +++ b/icons/mdl2/PlayOnLegacy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/PlaybackRate1x.svg b/icons/mdl2/PlaybackRate1x.svg new file mode 100644 index 0000000..f213cdc --- /dev/null +++ b/icons/mdl2/PlaybackRate1x.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/PlaybackRateOther.svg b/icons/mdl2/PlaybackRateOther.svg new file mode 100644 index 0000000..6b84323 --- /dev/null +++ b/icons/mdl2/PlaybackRateOther.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/PointErase.svg b/icons/mdl2/PointErase.svg new file mode 100644 index 0000000..9c6a5b6 --- /dev/null +++ b/icons/mdl2/PointErase.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/PointEraseMirrored.svg b/icons/mdl2/PointEraseMirrored.svg new file mode 100644 index 0000000..58600cc --- /dev/null +++ b/icons/mdl2/PointEraseMirrored.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/PoliceCar.svg b/icons/mdl2/PoliceCar.svg new file mode 100644 index 0000000..1c75352 --- /dev/null +++ b/icons/mdl2/PoliceCar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/PostUpdate.svg b/icons/mdl2/PostUpdate.svg new file mode 100644 index 0000000..43e5345 --- /dev/null +++ b/icons/mdl2/PostUpdate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/PowerButton.svg b/icons/mdl2/PowerButton.svg new file mode 100644 index 0000000..18f9270 --- /dev/null +++ b/icons/mdl2/PowerButton.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/PresenceChickletVideo.svg b/icons/mdl2/PresenceChickletVideo.svg new file mode 100644 index 0000000..967847b --- /dev/null +++ b/icons/mdl2/PresenceChickletVideo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Preview.svg b/icons/mdl2/Preview.svg new file mode 100644 index 0000000..1a129d3 --- /dev/null +++ b/icons/mdl2/Preview.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/PreviewLink.svg b/icons/mdl2/PreviewLink.svg new file mode 100644 index 0000000..f14a294 --- /dev/null +++ b/icons/mdl2/PreviewLink.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Previous.svg b/icons/mdl2/Previous.svg new file mode 100644 index 0000000..690e26f --- /dev/null +++ b/icons/mdl2/Previous.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Print.svg b/icons/mdl2/Print.svg new file mode 100644 index 0000000..bc2a9d9 --- /dev/null +++ b/icons/mdl2/Print.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Printer3D.svg b/icons/mdl2/Printer3D.svg new file mode 100644 index 0000000..589d0bd --- /dev/null +++ b/icons/mdl2/Printer3D.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Printer3DLegacy.svg b/icons/mdl2/Printer3DLegacy.svg new file mode 100644 index 0000000..d8cf2bc --- /dev/null +++ b/icons/mdl2/Printer3DLegacy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/PrintfaxPrinterFile.svg b/icons/mdl2/PrintfaxPrinterFile.svg new file mode 100644 index 0000000..4c2d4a2 --- /dev/null +++ b/icons/mdl2/PrintfaxPrinterFile.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Priority.svg b/icons/mdl2/Priority.svg new file mode 100644 index 0000000..75350ba --- /dev/null +++ b/icons/mdl2/Priority.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Process.svg b/icons/mdl2/Process.svg new file mode 100644 index 0000000..d8ee1df --- /dev/null +++ b/icons/mdl2/Process.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Project.svg b/icons/mdl2/Project.svg new file mode 100644 index 0000000..4862922 --- /dev/null +++ b/icons/mdl2/Project.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Projector.svg b/icons/mdl2/Projector.svg new file mode 100644 index 0000000..3f49c50 --- /dev/null +++ b/icons/mdl2/Projector.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ProtectedDocument.svg b/icons/mdl2/ProtectedDocument.svg new file mode 100644 index 0000000..10e5298 --- /dev/null +++ b/icons/mdl2/ProtectedDocument.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ProvisioningPackage.svg b/icons/mdl2/ProvisioningPackage.svg new file mode 100644 index 0000000..0309005 --- /dev/null +++ b/icons/mdl2/ProvisioningPackage.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/PuncKey.svg b/icons/mdl2/PuncKey.svg new file mode 100644 index 0000000..edb523a --- /dev/null +++ b/icons/mdl2/PuncKey.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/PuncKey0.svg b/icons/mdl2/PuncKey0.svg new file mode 100644 index 0000000..9fd9097 --- /dev/null +++ b/icons/mdl2/PuncKey0.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/PuncKey1.svg b/icons/mdl2/PuncKey1.svg new file mode 100644 index 0000000..fe30b33 --- /dev/null +++ b/icons/mdl2/PuncKey1.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/PuncKey2.svg b/icons/mdl2/PuncKey2.svg new file mode 100644 index 0000000..7d3c1bb --- /dev/null +++ b/icons/mdl2/PuncKey2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/PuncKey3.svg b/icons/mdl2/PuncKey3.svg new file mode 100644 index 0000000..748ddfb --- /dev/null +++ b/icons/mdl2/PuncKey3.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/PuncKey4.svg b/icons/mdl2/PuncKey4.svg new file mode 100644 index 0000000..878c13a --- /dev/null +++ b/icons/mdl2/PuncKey4.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/PuncKey5.svg b/icons/mdl2/PuncKey5.svg new file mode 100644 index 0000000..16f8ea5 --- /dev/null +++ b/icons/mdl2/PuncKey5.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/PuncKey6.svg b/icons/mdl2/PuncKey6.svg new file mode 100644 index 0000000..27fe68e --- /dev/null +++ b/icons/mdl2/PuncKey6.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/PuncKey7.svg b/icons/mdl2/PuncKey7.svg new file mode 100644 index 0000000..bfccc72 --- /dev/null +++ b/icons/mdl2/PuncKey7.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/PuncKey8.svg b/icons/mdl2/PuncKey8.svg new file mode 100644 index 0000000..b71fd2e --- /dev/null +++ b/icons/mdl2/PuncKey8.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/PuncKey9.svg b/icons/mdl2/PuncKey9.svg new file mode 100644 index 0000000..1387c31 --- /dev/null +++ b/icons/mdl2/PuncKey9.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/PuncKeyLeftBottom.svg b/icons/mdl2/PuncKeyLeftBottom.svg new file mode 100644 index 0000000..b8a3ea0 --- /dev/null +++ b/icons/mdl2/PuncKeyLeftBottom.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/PuncKeyRightBottom.svg b/icons/mdl2/PuncKeyRightBottom.svg new file mode 100644 index 0000000..a9448d7 --- /dev/null +++ b/icons/mdl2/PuncKeyRightBottom.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Puzzle.svg b/icons/mdl2/Puzzle.svg new file mode 100644 index 0000000..981befc --- /dev/null +++ b/icons/mdl2/Puzzle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/QWERTYOff.svg b/icons/mdl2/QWERTYOff.svg new file mode 100644 index 0000000..507a7d5 --- /dev/null +++ b/icons/mdl2/QWERTYOff.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/QWERTYOn.svg b/icons/mdl2/QWERTYOn.svg new file mode 100644 index 0000000..63a15b5 --- /dev/null +++ b/icons/mdl2/QWERTYOn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/QuickNote.svg b/icons/mdl2/QuickNote.svg new file mode 100644 index 0000000..9c6946c --- /dev/null +++ b/icons/mdl2/QuickNote.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/QuietHours.svg b/icons/mdl2/QuietHours.svg new file mode 100644 index 0000000..6b0d219 --- /dev/null +++ b/icons/mdl2/QuietHours.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/RadioBtnOff.svg b/icons/mdl2/RadioBtnOff.svg new file mode 100644 index 0000000..629550b --- /dev/null +++ b/icons/mdl2/RadioBtnOff.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/RadioBtnOn.svg b/icons/mdl2/RadioBtnOn.svg new file mode 100644 index 0000000..ddf9030 --- /dev/null +++ b/icons/mdl2/RadioBtnOn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/RadioBullet.svg b/icons/mdl2/RadioBullet.svg new file mode 100644 index 0000000..e5156f1 --- /dev/null +++ b/icons/mdl2/RadioBullet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/RadioBullet2.svg b/icons/mdl2/RadioBullet2.svg new file mode 100644 index 0000000..6ba9f80 --- /dev/null +++ b/icons/mdl2/RadioBullet2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Read.svg b/icons/mdl2/Read.svg new file mode 100644 index 0000000..bb1b91c --- /dev/null +++ b/icons/mdl2/Read.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ReadingList.svg b/icons/mdl2/ReadingList.svg new file mode 100644 index 0000000..7f6541e --- /dev/null +++ b/icons/mdl2/ReadingList.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ReceiptPrinter.svg b/icons/mdl2/ReceiptPrinter.svg new file mode 100644 index 0000000..9826f02 --- /dev/null +++ b/icons/mdl2/ReceiptPrinter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Recent.svg b/icons/mdl2/Recent.svg new file mode 100644 index 0000000..ac30341 --- /dev/null +++ b/icons/mdl2/Recent.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Record.svg b/icons/mdl2/Record.svg new file mode 100644 index 0000000..f49c75f --- /dev/null +++ b/icons/mdl2/Record.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Redo.svg b/icons/mdl2/Redo.svg new file mode 100644 index 0000000..b12e3c6 --- /dev/null +++ b/icons/mdl2/Redo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ReduceTileLegacy.svg b/icons/mdl2/ReduceTileLegacy.svg new file mode 100644 index 0000000..a3b3d2e --- /dev/null +++ b/icons/mdl2/ReduceTileLegacy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ReduceTileLegacyMirrored.svg b/icons/mdl2/ReduceTileLegacyMirrored.svg new file mode 100644 index 0000000..e80f143 --- /dev/null +++ b/icons/mdl2/ReduceTileLegacyMirrored.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Refresh.svg b/icons/mdl2/Refresh.svg new file mode 100644 index 0000000..1f0a06c --- /dev/null +++ b/icons/mdl2/Refresh.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/RememberedDevice.svg b/icons/mdl2/RememberedDevice.svg new file mode 100644 index 0000000..b8d0aa5 --- /dev/null +++ b/icons/mdl2/RememberedDevice.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Reminder.svg b/icons/mdl2/Reminder.svg new file mode 100644 index 0000000..8a5bec2 --- /dev/null +++ b/icons/mdl2/Reminder.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ReminderFill.svg b/icons/mdl2/ReminderFill.svg new file mode 100644 index 0000000..dcac3cf --- /dev/null +++ b/icons/mdl2/ReminderFill.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Remote.svg b/icons/mdl2/Remote.svg new file mode 100644 index 0000000..e2aa3c3 --- /dev/null +++ b/icons/mdl2/Remote.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Remove.svg b/icons/mdl2/Remove.svg new file mode 100644 index 0000000..e4274b2 --- /dev/null +++ b/icons/mdl2/Remove.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/RemoveFrom.svg b/icons/mdl2/RemoveFrom.svg new file mode 100644 index 0000000..1cffb2b --- /dev/null +++ b/icons/mdl2/RemoveFrom.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Rename.svg b/icons/mdl2/Rename.svg new file mode 100644 index 0000000..3dcecdb --- /dev/null +++ b/icons/mdl2/Rename.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Repair.svg b/icons/mdl2/Repair.svg new file mode 100644 index 0000000..fcbc1a0 --- /dev/null +++ b/icons/mdl2/Repair.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/RepeatOne.svg b/icons/mdl2/RepeatOne.svg new file mode 100644 index 0000000..8247f71 --- /dev/null +++ b/icons/mdl2/RepeatOne.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Reply.svg b/icons/mdl2/Reply.svg new file mode 100644 index 0000000..d2eb436 --- /dev/null +++ b/icons/mdl2/Reply.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ReplyMirrored.svg b/icons/mdl2/ReplyMirrored.svg new file mode 100644 index 0000000..13a167c --- /dev/null +++ b/icons/mdl2/ReplyMirrored.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ReportHacked.svg b/icons/mdl2/ReportHacked.svg new file mode 100644 index 0000000..4f7c206 --- /dev/null +++ b/icons/mdl2/ReportHacked.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ResetDevice.svg b/icons/mdl2/ResetDevice.svg new file mode 100644 index 0000000..857d2e9 --- /dev/null +++ b/icons/mdl2/ResetDevice.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ResetDrive.svg b/icons/mdl2/ResetDrive.svg new file mode 100644 index 0000000..305da40 --- /dev/null +++ b/icons/mdl2/ResetDrive.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Reshare.svg b/icons/mdl2/Reshare.svg new file mode 100644 index 0000000..9a1f394 --- /dev/null +++ b/icons/mdl2/Reshare.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ResizeMouseMedium.svg b/icons/mdl2/ResizeMouseMedium.svg new file mode 100644 index 0000000..01da6b7 --- /dev/null +++ b/icons/mdl2/ResizeMouseMedium.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ResizeMouseMediumMirrored.svg b/icons/mdl2/ResizeMouseMediumMirrored.svg new file mode 100644 index 0000000..2bbb64b --- /dev/null +++ b/icons/mdl2/ResizeMouseMediumMirrored.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ResizeMouseSmall.svg b/icons/mdl2/ResizeMouseSmall.svg new file mode 100644 index 0000000..471e257 --- /dev/null +++ b/icons/mdl2/ResizeMouseSmall.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ResizeMouseSmallMirrored.svg b/icons/mdl2/ResizeMouseSmallMirrored.svg new file mode 100644 index 0000000..4388b86 --- /dev/null +++ b/icons/mdl2/ResizeMouseSmallMirrored.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ResizeMouseTall.svg b/icons/mdl2/ResizeMouseTall.svg new file mode 100644 index 0000000..6649e7e --- /dev/null +++ b/icons/mdl2/ResizeMouseTall.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ResizeMouseTallMirrored.svg b/icons/mdl2/ResizeMouseTallMirrored.svg new file mode 100644 index 0000000..2e29396 --- /dev/null +++ b/icons/mdl2/ResizeMouseTallMirrored.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ResizeMouseWide.svg b/icons/mdl2/ResizeMouseWide.svg new file mode 100644 index 0000000..3b59d2d --- /dev/null +++ b/icons/mdl2/ResizeMouseWide.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ResizeTouchLarger.svg b/icons/mdl2/ResizeTouchLarger.svg new file mode 100644 index 0000000..12d11bd --- /dev/null +++ b/icons/mdl2/ResizeTouchLarger.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ResizeTouchNarrower.svg b/icons/mdl2/ResizeTouchNarrower.svg new file mode 100644 index 0000000..4fe080f --- /dev/null +++ b/icons/mdl2/ResizeTouchNarrower.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ResizeTouchNarrowerMirrored.svg b/icons/mdl2/ResizeTouchNarrowerMirrored.svg new file mode 100644 index 0000000..05ab292 --- /dev/null +++ b/icons/mdl2/ResizeTouchNarrowerMirrored.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ResizeTouchShorter.svg b/icons/mdl2/ResizeTouchShorter.svg new file mode 100644 index 0000000..6d32f80 --- /dev/null +++ b/icons/mdl2/ResizeTouchShorter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ResizeTouchSmaller.svg b/icons/mdl2/ResizeTouchSmaller.svg new file mode 100644 index 0000000..de65444 --- /dev/null +++ b/icons/mdl2/ResizeTouchSmaller.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ResolutionLegacy.svg b/icons/mdl2/ResolutionLegacy.svg new file mode 100644 index 0000000..ada4d52 --- /dev/null +++ b/icons/mdl2/ResolutionLegacy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ReturnKey.svg b/icons/mdl2/ReturnKey.svg new file mode 100644 index 0000000..1c43b9e --- /dev/null +++ b/icons/mdl2/ReturnKey.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ReturnKeyLg.svg b/icons/mdl2/ReturnKeyLg.svg new file mode 100644 index 0000000..a13c284 --- /dev/null +++ b/icons/mdl2/ReturnKeyLg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ReturnKeySm.svg b/icons/mdl2/ReturnKeySm.svg new file mode 100644 index 0000000..d8bd214 --- /dev/null +++ b/icons/mdl2/ReturnKeySm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ReturnToWindow.svg b/icons/mdl2/ReturnToWindow.svg new file mode 100644 index 0000000..71a8d3a --- /dev/null +++ b/icons/mdl2/ReturnToWindow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/RevToggleKey.svg b/icons/mdl2/RevToggleKey.svg new file mode 100644 index 0000000..083c3ac --- /dev/null +++ b/icons/mdl2/RevToggleKey.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Rewind.svg b/icons/mdl2/Rewind.svg new file mode 100644 index 0000000..03eb86b --- /dev/null +++ b/icons/mdl2/Rewind.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/RightArrowKeyTime0.svg b/icons/mdl2/RightArrowKeyTime0.svg new file mode 100644 index 0000000..d0e5154 --- /dev/null +++ b/icons/mdl2/RightArrowKeyTime0.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/RightArrowKeyTime1.svg b/icons/mdl2/RightArrowKeyTime1.svg new file mode 100644 index 0000000..753880d --- /dev/null +++ b/icons/mdl2/RightArrowKeyTime1.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/RightArrowKeyTime2.svg b/icons/mdl2/RightArrowKeyTime2.svg new file mode 100644 index 0000000..2fe7a92 --- /dev/null +++ b/icons/mdl2/RightArrowKeyTime2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/RightArrowKeyTime3.svg b/icons/mdl2/RightArrowKeyTime3.svg new file mode 100644 index 0000000..234df96 --- /dev/null +++ b/icons/mdl2/RightArrowKeyTime3.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/RightArrowKeyTime4.svg b/icons/mdl2/RightArrowKeyTime4.svg new file mode 100644 index 0000000..33be09f --- /dev/null +++ b/icons/mdl2/RightArrowKeyTime4.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/RightDoubleQuote.svg b/icons/mdl2/RightDoubleQuote.svg new file mode 100644 index 0000000..a9f12e6 --- /dev/null +++ b/icons/mdl2/RightDoubleQuote.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/RightQuote.svg b/icons/mdl2/RightQuote.svg new file mode 100644 index 0000000..2043ec8 --- /dev/null +++ b/icons/mdl2/RightQuote.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Ringer.svg b/icons/mdl2/Ringer.svg new file mode 100644 index 0000000..9fa72cf --- /dev/null +++ b/icons/mdl2/Ringer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/RingerBadge12.svg b/icons/mdl2/RingerBadge12.svg new file mode 100644 index 0000000..84bb278 --- /dev/null +++ b/icons/mdl2/RingerBadge12.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/RingerSilent.svg b/icons/mdl2/RingerSilent.svg new file mode 100644 index 0000000..db92068 --- /dev/null +++ b/icons/mdl2/RingerSilent.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/RoamingDomestic.svg b/icons/mdl2/RoamingDomestic.svg new file mode 100644 index 0000000..2aa33c0 --- /dev/null +++ b/icons/mdl2/RoamingDomestic.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/RoamingInternational.svg b/icons/mdl2/RoamingInternational.svg new file mode 100644 index 0000000..0224b1d --- /dev/null +++ b/icons/mdl2/RoamingInternational.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Robot.svg b/icons/mdl2/Robot.svg new file mode 100644 index 0000000..a60f5d8 --- /dev/null +++ b/icons/mdl2/Robot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Rotate.svg b/icons/mdl2/Rotate.svg new file mode 100644 index 0000000..6369b4b --- /dev/null +++ b/icons/mdl2/Rotate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/RotateCamera.svg b/icons/mdl2/RotateCamera.svg new file mode 100644 index 0000000..0510706 --- /dev/null +++ b/icons/mdl2/RotateCamera.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/RotateLegacy.svg b/icons/mdl2/RotateLegacy.svg new file mode 100644 index 0000000..29156d6 --- /dev/null +++ b/icons/mdl2/RotateLegacy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/RotateMapLeft.svg b/icons/mdl2/RotateMapLeft.svg new file mode 100644 index 0000000..52626a3 --- /dev/null +++ b/icons/mdl2/RotateMapLeft.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/RotateMapRight.svg b/icons/mdl2/RotateMapRight.svg new file mode 100644 index 0000000..249dd64 --- /dev/null +++ b/icons/mdl2/RotateMapRight.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/RotationLock.svg b/icons/mdl2/RotationLock.svg new file mode 100644 index 0000000..07ee8e4 --- /dev/null +++ b/icons/mdl2/RotationLock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Ruler.svg b/icons/mdl2/Ruler.svg new file mode 100644 index 0000000..e59d3a3 --- /dev/null +++ b/icons/mdl2/Ruler.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/SDCard.svg b/icons/mdl2/SDCard.svg new file mode 100644 index 0000000..fdf8494 --- /dev/null +++ b/icons/mdl2/SDCard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/SIMLock.svg b/icons/mdl2/SIMLock.svg new file mode 100644 index 0000000..a2708cd --- /dev/null +++ b/icons/mdl2/SIMLock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/SIMMissing.svg b/icons/mdl2/SIMMissing.svg new file mode 100644 index 0000000..27b143a --- /dev/null +++ b/icons/mdl2/SIMMissing.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/SIPMove.svg b/icons/mdl2/SIPMove.svg new file mode 100644 index 0000000..2058373 --- /dev/null +++ b/icons/mdl2/SIPMove.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/SIPRedock.svg b/icons/mdl2/SIPRedock.svg new file mode 100644 index 0000000..45a8a6a --- /dev/null +++ b/icons/mdl2/SIPRedock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/SIPUndock.svg b/icons/mdl2/SIPUndock.svg new file mode 100644 index 0000000..a336181 --- /dev/null +++ b/icons/mdl2/SIPUndock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Save.svg b/icons/mdl2/Save.svg new file mode 100644 index 0000000..157c253 --- /dev/null +++ b/icons/mdl2/Save.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/SaveAs.svg b/icons/mdl2/SaveAs.svg new file mode 100644 index 0000000..5f2c3bd --- /dev/null +++ b/icons/mdl2/SaveAs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/SaveCopy.svg b/icons/mdl2/SaveCopy.svg new file mode 100644 index 0000000..7e2e6b8 --- /dev/null +++ b/icons/mdl2/SaveCopy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/SaveLocal.svg b/icons/mdl2/SaveLocal.svg new file mode 100644 index 0000000..50597f3 --- /dev/null +++ b/icons/mdl2/SaveLocal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Scan.svg b/icons/mdl2/Scan.svg new file mode 100644 index 0000000..1faf878 --- /dev/null +++ b/icons/mdl2/Scan.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ScrollMode.svg b/icons/mdl2/ScrollMode.svg new file mode 100644 index 0000000..e6085bd --- /dev/null +++ b/icons/mdl2/ScrollMode.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ScrollUpDown.svg b/icons/mdl2/ScrollUpDown.svg new file mode 100644 index 0000000..e6555c5 --- /dev/null +++ b/icons/mdl2/ScrollUpDown.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Search.svg b/icons/mdl2/Search.svg new file mode 100644 index 0000000..a72c000 --- /dev/null +++ b/icons/mdl2/Search.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/SearchAndApps.svg b/icons/mdl2/SearchAndApps.svg new file mode 100644 index 0000000..4567955 --- /dev/null +++ b/icons/mdl2/SearchAndApps.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/SelectAll.svg b/icons/mdl2/SelectAll.svg new file mode 100644 index 0000000..c5d8041 --- /dev/null +++ b/icons/mdl2/SelectAll.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/SemanticZoomLegacy.svg b/icons/mdl2/SemanticZoomLegacy.svg new file mode 100644 index 0000000..9a1b820 --- /dev/null +++ b/icons/mdl2/SemanticZoomLegacy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Send.svg b/icons/mdl2/Send.svg new file mode 100644 index 0000000..eb2bab0 --- /dev/null +++ b/icons/mdl2/Send.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/SendFill.svg b/icons/mdl2/SendFill.svg new file mode 100644 index 0000000..33a44e7 --- /dev/null +++ b/icons/mdl2/SendFill.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/SendFillMirrored.svg b/icons/mdl2/SendFillMirrored.svg new file mode 100644 index 0000000..8ba0682 --- /dev/null +++ b/icons/mdl2/SendFillMirrored.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/SendMirrored.svg b/icons/mdl2/SendMirrored.svg new file mode 100644 index 0000000..a8af26d --- /dev/null +++ b/icons/mdl2/SendMirrored.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Sensor.svg b/icons/mdl2/Sensor.svg new file mode 100644 index 0000000..c5a7672 --- /dev/null +++ b/icons/mdl2/Sensor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/SetTile.svg b/icons/mdl2/SetTile.svg new file mode 100644 index 0000000..872d92d --- /dev/null +++ b/icons/mdl2/SetTile.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/SetlockScreen.svg b/icons/mdl2/SetlockScreen.svg new file mode 100644 index 0000000..4f4144e --- /dev/null +++ b/icons/mdl2/SetlockScreen.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Settings.svg b/icons/mdl2/Settings.svg new file mode 100644 index 0000000..6e76967 --- /dev/null +++ b/icons/mdl2/Settings.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/SettingsBattery.svg b/icons/mdl2/SettingsBattery.svg new file mode 100644 index 0000000..9210569 --- /dev/null +++ b/icons/mdl2/SettingsBattery.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/SettingsDisplaySound.svg b/icons/mdl2/SettingsDisplaySound.svg new file mode 100644 index 0000000..d7c1ba5 --- /dev/null +++ b/icons/mdl2/SettingsDisplaySound.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Share.svg b/icons/mdl2/Share.svg new file mode 100644 index 0000000..1e8350c --- /dev/null +++ b/icons/mdl2/Share.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ShareBroadband.svg b/icons/mdl2/ShareBroadband.svg new file mode 100644 index 0000000..79df099 --- /dev/null +++ b/icons/mdl2/ShareBroadband.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Shop.svg b/icons/mdl2/Shop.svg new file mode 100644 index 0000000..a11aaf4 --- /dev/null +++ b/icons/mdl2/Shop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ShoppingCart.svg b/icons/mdl2/ShoppingCart.svg new file mode 100644 index 0000000..7fcdcf8 --- /dev/null +++ b/icons/mdl2/ShoppingCart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ShowAllFiles1Legacy.svg b/icons/mdl2/ShowAllFiles1Legacy.svg new file mode 100644 index 0000000..a688958 --- /dev/null +++ b/icons/mdl2/ShowAllFiles1Legacy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ShowAllFiles3Legacy.svg b/icons/mdl2/ShowAllFiles3Legacy.svg new file mode 100644 index 0000000..13037dc --- /dev/null +++ b/icons/mdl2/ShowAllFiles3Legacy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ShowBcc.svg b/icons/mdl2/ShowBcc.svg new file mode 100644 index 0000000..d731a17 --- /dev/null +++ b/icons/mdl2/ShowBcc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ShowResults.svg b/icons/mdl2/ShowResults.svg new file mode 100644 index 0000000..d3f870a --- /dev/null +++ b/icons/mdl2/ShowResults.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ShowResultsMirrored.svg b/icons/mdl2/ShowResultsMirrored.svg new file mode 100644 index 0000000..e808fb0 --- /dev/null +++ b/icons/mdl2/ShowResultsMirrored.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Shuffle.svg b/icons/mdl2/Shuffle.svg new file mode 100644 index 0000000..2b29d8c --- /dev/null +++ b/icons/mdl2/Shuffle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/SignalBars1.svg b/icons/mdl2/SignalBars1.svg new file mode 100644 index 0000000..daa9ae7 --- /dev/null +++ b/icons/mdl2/SignalBars1.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/SignalBars2.svg b/icons/mdl2/SignalBars2.svg new file mode 100644 index 0000000..fa68156 --- /dev/null +++ b/icons/mdl2/SignalBars2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/SignalBars3.svg b/icons/mdl2/SignalBars3.svg new file mode 100644 index 0000000..f31cd5d --- /dev/null +++ b/icons/mdl2/SignalBars3.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/SignalBars4.svg b/icons/mdl2/SignalBars4.svg new file mode 100644 index 0000000..03ac560 --- /dev/null +++ b/icons/mdl2/SignalBars4.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/SignalBars5.svg b/icons/mdl2/SignalBars5.svg new file mode 100644 index 0000000..3138f30 --- /dev/null +++ b/icons/mdl2/SignalBars5.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/SignalError.svg b/icons/mdl2/SignalError.svg new file mode 100644 index 0000000..1823a5b --- /dev/null +++ b/icons/mdl2/SignalError.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/SignalNotConnected.svg b/icons/mdl2/SignalNotConnected.svg new file mode 100644 index 0000000..ee4b73f --- /dev/null +++ b/icons/mdl2/SignalNotConnected.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/SignalRoaming.svg b/icons/mdl2/SignalRoaming.svg new file mode 100644 index 0000000..4dfe54b --- /dev/null +++ b/icons/mdl2/SignalRoaming.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/SizeLegacy.svg b/icons/mdl2/SizeLegacy.svg new file mode 100644 index 0000000..eff5e46 --- /dev/null +++ b/icons/mdl2/SizeLegacy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/SkipBack10.svg b/icons/mdl2/SkipBack10.svg new file mode 100644 index 0000000..a474ded --- /dev/null +++ b/icons/mdl2/SkipBack10.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/SkipForward30.svg b/icons/mdl2/SkipForward30.svg new file mode 100644 index 0000000..d51f5d4 --- /dev/null +++ b/icons/mdl2/SkipForward30.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/SliderThumb.svg b/icons/mdl2/SliderThumb.svg new file mode 100644 index 0000000..b1a1cf2 --- /dev/null +++ b/icons/mdl2/SliderThumb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Slideshow.svg b/icons/mdl2/Slideshow.svg new file mode 100644 index 0000000..2f217ae --- /dev/null +++ b/icons/mdl2/Slideshow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Smartcard.svg b/icons/mdl2/Smartcard.svg new file mode 100644 index 0000000..7561543 --- /dev/null +++ b/icons/mdl2/Smartcard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/SmartcardVirtual.svg b/icons/mdl2/SmartcardVirtual.svg new file mode 100644 index 0000000..4c62636 --- /dev/null +++ b/icons/mdl2/SmartcardVirtual.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Sort.svg b/icons/mdl2/Sort.svg new file mode 100644 index 0000000..2bca7b6 --- /dev/null +++ b/icons/mdl2/Sort.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Speakers.svg b/icons/mdl2/Speakers.svg new file mode 100644 index 0000000..e8d7e10 --- /dev/null +++ b/icons/mdl2/Speakers.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/SpeedHigh.svg b/icons/mdl2/SpeedHigh.svg new file mode 100644 index 0000000..0aadd04 --- /dev/null +++ b/icons/mdl2/SpeedHigh.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/SpeedMedium.svg b/icons/mdl2/SpeedMedium.svg new file mode 100644 index 0000000..b722fde --- /dev/null +++ b/icons/mdl2/SpeedMedium.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/SpeedOff.svg b/icons/mdl2/SpeedOff.svg new file mode 100644 index 0000000..8a67641 --- /dev/null +++ b/icons/mdl2/SpeedOff.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/StartPoint.svg b/icons/mdl2/StartPoint.svg new file mode 100644 index 0000000..891db8f --- /dev/null +++ b/icons/mdl2/StartPoint.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/StartPointSolid.svg b/icons/mdl2/StartPointSolid.svg new file mode 100644 index 0000000..bd99371 --- /dev/null +++ b/icons/mdl2/StartPointSolid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/StatusCircle.svg b/icons/mdl2/StatusCircle.svg new file mode 100644 index 0000000..9617d46 --- /dev/null +++ b/icons/mdl2/StatusCircle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/StatusCircleLeft.svg b/icons/mdl2/StatusCircleLeft.svg new file mode 100644 index 0000000..f342369 --- /dev/null +++ b/icons/mdl2/StatusCircleLeft.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/StatusConnecting1.svg b/icons/mdl2/StatusConnecting1.svg new file mode 100644 index 0000000..77faa0e --- /dev/null +++ b/icons/mdl2/StatusConnecting1.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/StatusConnecting2.svg b/icons/mdl2/StatusConnecting2.svg new file mode 100644 index 0000000..354f0b7 --- /dev/null +++ b/icons/mdl2/StatusConnecting2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/StatusDataTransfer.svg b/icons/mdl2/StatusDataTransfer.svg new file mode 100644 index 0000000..87b7676 --- /dev/null +++ b/icons/mdl2/StatusDataTransfer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/StatusDataTransferVPN.svg b/icons/mdl2/StatusDataTransferVPN.svg new file mode 100644 index 0000000..8c97450 --- /dev/null +++ b/icons/mdl2/StatusDataTransferVPN.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/StatusDualSIM1.svg b/icons/mdl2/StatusDualSIM1.svg new file mode 100644 index 0000000..fa0cddd --- /dev/null +++ b/icons/mdl2/StatusDualSIM1.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/StatusDualSIM1VPN.svg b/icons/mdl2/StatusDualSIM1VPN.svg new file mode 100644 index 0000000..dff7a17 --- /dev/null +++ b/icons/mdl2/StatusDualSIM1VPN.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/StatusDualSIM2.svg b/icons/mdl2/StatusDualSIM2.svg new file mode 100644 index 0000000..63297fb --- /dev/null +++ b/icons/mdl2/StatusDualSIM2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/StatusDualSIM2VPN.svg b/icons/mdl2/StatusDualSIM2VPN.svg new file mode 100644 index 0000000..f9ffb81 --- /dev/null +++ b/icons/mdl2/StatusDualSIM2VPN.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/StatusError.svg b/icons/mdl2/StatusError.svg new file mode 100644 index 0000000..6c8037e --- /dev/null +++ b/icons/mdl2/StatusError.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/StatusErrorFull.svg b/icons/mdl2/StatusErrorFull.svg new file mode 100644 index 0000000..c13611f --- /dev/null +++ b/icons/mdl2/StatusErrorFull.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/StatusErrorLeft.svg b/icons/mdl2/StatusErrorLeft.svg new file mode 100644 index 0000000..3ba9f87 --- /dev/null +++ b/icons/mdl2/StatusErrorLeft.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/StatusSGLTE.svg b/icons/mdl2/StatusSGLTE.svg new file mode 100644 index 0000000..94dfa4f --- /dev/null +++ b/icons/mdl2/StatusSGLTE.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/StatusSGLTECell.svg b/icons/mdl2/StatusSGLTECell.svg new file mode 100644 index 0000000..4031abe --- /dev/null +++ b/icons/mdl2/StatusSGLTECell.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/StatusSGLTEDataVPN.svg b/icons/mdl2/StatusSGLTEDataVPN.svg new file mode 100644 index 0000000..a70a4f1 --- /dev/null +++ b/icons/mdl2/StatusSGLTEDataVPN.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/StatusTriangle.svg b/icons/mdl2/StatusTriangle.svg new file mode 100644 index 0000000..664d984 --- /dev/null +++ b/icons/mdl2/StatusTriangle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/StatusTriangleLeft.svg b/icons/mdl2/StatusTriangleLeft.svg new file mode 100644 index 0000000..ac5b1d6 --- /dev/null +++ b/icons/mdl2/StatusTriangleLeft.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/StatusUnsecure.svg b/icons/mdl2/StatusUnsecure.svg new file mode 100644 index 0000000..9ff5189 --- /dev/null +++ b/icons/mdl2/StatusUnsecure.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/StatusVPN.svg b/icons/mdl2/StatusVPN.svg new file mode 100644 index 0000000..52bdbe8 --- /dev/null +++ b/icons/mdl2/StatusVPN.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/StatusWarning.svg b/icons/mdl2/StatusWarning.svg new file mode 100644 index 0000000..2519fb2 --- /dev/null +++ b/icons/mdl2/StatusWarning.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/StatusWarningLeft.svg b/icons/mdl2/StatusWarningLeft.svg new file mode 100644 index 0000000..7ac9346 --- /dev/null +++ b/icons/mdl2/StatusWarningLeft.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/StockDown.svg b/icons/mdl2/StockDown.svg new file mode 100644 index 0000000..f5bdc28 --- /dev/null +++ b/icons/mdl2/StockDown.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/StockUp.svg b/icons/mdl2/StockUp.svg new file mode 100644 index 0000000..20c719e --- /dev/null +++ b/icons/mdl2/StockUp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Stop.svg b/icons/mdl2/Stop.svg new file mode 100644 index 0000000..fa900b4 --- /dev/null +++ b/icons/mdl2/Stop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/StopPoint.svg b/icons/mdl2/StopPoint.svg new file mode 100644 index 0000000..6ec4841 --- /dev/null +++ b/icons/mdl2/StopPoint.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/StopPointSolid.svg b/icons/mdl2/StopPointSolid.svg new file mode 100644 index 0000000..45e0e42 --- /dev/null +++ b/icons/mdl2/StopPointSolid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/StopSlideshowLegacy.svg b/icons/mdl2/StopSlideshowLegacy.svg new file mode 100644 index 0000000..9f83f67 --- /dev/null +++ b/icons/mdl2/StopSlideshowLegacy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Stopwatch.svg b/icons/mdl2/Stopwatch.svg new file mode 100644 index 0000000..04e9418 --- /dev/null +++ b/icons/mdl2/Stopwatch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/StorageNetworkWireless.svg b/icons/mdl2/StorageNetworkWireless.svg new file mode 100644 index 0000000..c50f56e --- /dev/null +++ b/icons/mdl2/StorageNetworkWireless.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/StorageOptical.svg b/icons/mdl2/StorageOptical.svg new file mode 100644 index 0000000..7aa3bef --- /dev/null +++ b/icons/mdl2/StorageOptical.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/StorageTape.svg b/icons/mdl2/StorageTape.svg new file mode 100644 index 0000000..20b02c4 --- /dev/null +++ b/icons/mdl2/StorageTape.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Streaming.svg b/icons/mdl2/Streaming.svg new file mode 100644 index 0000000..9c2d4ee --- /dev/null +++ b/icons/mdl2/Streaming.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/StreamingEnterprise.svg b/icons/mdl2/StreamingEnterprise.svg new file mode 100644 index 0000000..6eb9f24 --- /dev/null +++ b/icons/mdl2/StreamingEnterprise.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Street.svg b/icons/mdl2/Street.svg new file mode 100644 index 0000000..145cea2 --- /dev/null +++ b/icons/mdl2/Street.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/StreetsideSplitExpand.svg b/icons/mdl2/StreetsideSplitExpand.svg new file mode 100644 index 0000000..edcca97 --- /dev/null +++ b/icons/mdl2/StreetsideSplitExpand.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/StreetsideSplitMinimize.svg b/icons/mdl2/StreetsideSplitMinimize.svg new file mode 100644 index 0000000..e31c601 --- /dev/null +++ b/icons/mdl2/StreetsideSplitMinimize.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/StrokeErase.svg b/icons/mdl2/StrokeErase.svg new file mode 100644 index 0000000..3234e2e --- /dev/null +++ b/icons/mdl2/StrokeErase.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/StrokeEraseMirrored.svg b/icons/mdl2/StrokeEraseMirrored.svg new file mode 100644 index 0000000..be10ed7 --- /dev/null +++ b/icons/mdl2/StrokeEraseMirrored.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Subtitles.svg b/icons/mdl2/Subtitles.svg new file mode 100644 index 0000000..83f5af1 --- /dev/null +++ b/icons/mdl2/Subtitles.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/SubtitlesAudio.svg b/icons/mdl2/SubtitlesAudio.svg new file mode 100644 index 0000000..2dba5c4 --- /dev/null +++ b/icons/mdl2/SubtitlesAudio.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/SurfaceHub.svg b/icons/mdl2/SurfaceHub.svg new file mode 100644 index 0000000..e866531 --- /dev/null +++ b/icons/mdl2/SurfaceHub.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Sustainable.svg b/icons/mdl2/Sustainable.svg new file mode 100644 index 0000000..a268f03 --- /dev/null +++ b/icons/mdl2/Sustainable.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Swipe.svg b/icons/mdl2/Swipe.svg new file mode 100644 index 0000000..e8cba2d --- /dev/null +++ b/icons/mdl2/Swipe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/SwipeRevealArt.svg b/icons/mdl2/SwipeRevealArt.svg new file mode 100644 index 0000000..16437cf --- /dev/null +++ b/icons/mdl2/SwipeRevealArt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Switch.svg b/icons/mdl2/Switch.svg new file mode 100644 index 0000000..9d929b6 --- /dev/null +++ b/icons/mdl2/Switch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/SwitchApps.svg b/icons/mdl2/SwitchApps.svg new file mode 100644 index 0000000..21c71fc --- /dev/null +++ b/icons/mdl2/SwitchApps.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/SwitchUser.svg b/icons/mdl2/SwitchUser.svg new file mode 100644 index 0000000..9c393f9 --- /dev/null +++ b/icons/mdl2/SwitchUser.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Sync.svg b/icons/mdl2/Sync.svg new file mode 100644 index 0000000..d4df769 --- /dev/null +++ b/icons/mdl2/Sync.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/SyncBadge12.svg b/icons/mdl2/SyncBadge12.svg new file mode 100644 index 0000000..9d69841 --- /dev/null +++ b/icons/mdl2/SyncBadge12.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/SyncError.svg b/icons/mdl2/SyncError.svg new file mode 100644 index 0000000..f6e73c0 --- /dev/null +++ b/icons/mdl2/SyncError.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/SyncFolder.svg b/icons/mdl2/SyncFolder.svg new file mode 100644 index 0000000..3d84942 --- /dev/null +++ b/icons/mdl2/SyncFolder.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/System.svg b/icons/mdl2/System.svg new file mode 100644 index 0000000..2eebb0e --- /dev/null +++ b/icons/mdl2/System.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/TVMonitor.svg b/icons/mdl2/TVMonitor.svg new file mode 100644 index 0000000..9420a50 --- /dev/null +++ b/icons/mdl2/TVMonitor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/TVMonitorSelected.svg b/icons/mdl2/TVMonitorSelected.svg new file mode 100644 index 0000000..e294bb9 --- /dev/null +++ b/icons/mdl2/TVMonitorSelected.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Tablet.svg b/icons/mdl2/Tablet.svg new file mode 100644 index 0000000..3ffaf01 --- /dev/null +++ b/icons/mdl2/Tablet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/TabletMode.svg b/icons/mdl2/TabletMode.svg new file mode 100644 index 0000000..b3dfe5d --- /dev/null +++ b/icons/mdl2/TabletMode.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/TabletSelected.svg b/icons/mdl2/TabletSelected.svg new file mode 100644 index 0000000..af2d749 --- /dev/null +++ b/icons/mdl2/TabletSelected.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Tag.svg b/icons/mdl2/Tag.svg new file mode 100644 index 0000000..dcdd9cc --- /dev/null +++ b/icons/mdl2/Tag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/TapAndSend.svg b/icons/mdl2/TapAndSend.svg new file mode 100644 index 0000000..5cb9d1d --- /dev/null +++ b/icons/mdl2/TapAndSend.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/TaskbarPhone.svg b/icons/mdl2/TaskbarPhone.svg new file mode 100644 index 0000000..c26bb1b --- /dev/null +++ b/icons/mdl2/TaskbarPhone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ThisPC.svg b/icons/mdl2/ThisPC.svg new file mode 100644 index 0000000..519dccc --- /dev/null +++ b/icons/mdl2/ThisPC.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ThoughtBubble.svg b/icons/mdl2/ThoughtBubble.svg new file mode 100644 index 0000000..1e395a3 --- /dev/null +++ b/icons/mdl2/ThoughtBubble.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ThreeBars.svg b/icons/mdl2/ThreeBars.svg new file mode 100644 index 0000000..ae18a3a --- /dev/null +++ b/icons/mdl2/ThreeBars.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Tiles.svg b/icons/mdl2/Tiles.svg new file mode 100644 index 0000000..54be1ac --- /dev/null +++ b/icons/mdl2/Tiles.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/TiltDown.svg b/icons/mdl2/TiltDown.svg new file mode 100644 index 0000000..c508195 --- /dev/null +++ b/icons/mdl2/TiltDown.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/TiltUp.svg b/icons/mdl2/TiltUp.svg new file mode 100644 index 0000000..d7f8cbe --- /dev/null +++ b/icons/mdl2/TiltUp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/TimeLanguage.svg b/icons/mdl2/TimeLanguage.svg new file mode 100644 index 0000000..11afbd9 --- /dev/null +++ b/icons/mdl2/TimeLanguage.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ToggleBorder.svg b/icons/mdl2/ToggleBorder.svg new file mode 100644 index 0000000..561ab97 --- /dev/null +++ b/icons/mdl2/ToggleBorder.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ToggleFilled.svg b/icons/mdl2/ToggleFilled.svg new file mode 100644 index 0000000..9e5d51d --- /dev/null +++ b/icons/mdl2/ToggleFilled.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ToggleThumb.svg b/icons/mdl2/ToggleThumb.svg new file mode 100644 index 0000000..eb84005 --- /dev/null +++ b/icons/mdl2/ToggleThumb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Touch.svg b/icons/mdl2/Touch.svg new file mode 100644 index 0000000..032dd02 --- /dev/null +++ b/icons/mdl2/Touch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/TouchPointer.svg b/icons/mdl2/TouchPointer.svg new file mode 100644 index 0000000..191cede --- /dev/null +++ b/icons/mdl2/TouchPointer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Touchscreen.svg b/icons/mdl2/Touchscreen.svg new file mode 100644 index 0000000..48d0f35 --- /dev/null +++ b/icons/mdl2/Touchscreen.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Trackers.svg b/icons/mdl2/Trackers.svg new file mode 100644 index 0000000..78ae9f9 --- /dev/null +++ b/icons/mdl2/Trackers.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/TrackersMirrored.svg b/icons/mdl2/TrackersMirrored.svg new file mode 100644 index 0000000..3af7e0b --- /dev/null +++ b/icons/mdl2/TrackersMirrored.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Train.svg b/icons/mdl2/Train.svg new file mode 100644 index 0000000..419bbf2 --- /dev/null +++ b/icons/mdl2/Train.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/TrainSolid.svg b/icons/mdl2/TrainSolid.svg new file mode 100644 index 0000000..ec93d51 --- /dev/null +++ b/icons/mdl2/TrainSolid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/TreeFolderFolder.svg b/icons/mdl2/TreeFolderFolder.svg new file mode 100644 index 0000000..21637d6 --- /dev/null +++ b/icons/mdl2/TreeFolderFolder.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/TreeFolderFolderFill.svg b/icons/mdl2/TreeFolderFolderFill.svg new file mode 100644 index 0000000..5cc8593 --- /dev/null +++ b/icons/mdl2/TreeFolderFolderFill.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/TreeFolderFolderOpen.svg b/icons/mdl2/TreeFolderFolderOpen.svg new file mode 100644 index 0000000..92b15eb --- /dev/null +++ b/icons/mdl2/TreeFolderFolderOpen.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/TreeFolderFolderOpenFill.svg b/icons/mdl2/TreeFolderFolderOpenFill.svg new file mode 100644 index 0000000..f3e766d --- /dev/null +++ b/icons/mdl2/TreeFolderFolderOpenFill.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Trim.svg b/icons/mdl2/Trim.svg new file mode 100644 index 0000000..6fc1f33 --- /dev/null +++ b/icons/mdl2/Trim.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/TwoBars.svg b/icons/mdl2/TwoBars.svg new file mode 100644 index 0000000..bded106 --- /dev/null +++ b/icons/mdl2/TwoBars.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/TwoPage.svg b/icons/mdl2/TwoPage.svg new file mode 100644 index 0000000..7daf694 --- /dev/null +++ b/icons/mdl2/TwoPage.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Type.svg b/icons/mdl2/Type.svg new file mode 100644 index 0000000..b6fde2f --- /dev/null +++ b/icons/mdl2/Type.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/TypingIndicatorLegacy.svg b/icons/mdl2/TypingIndicatorLegacy.svg new file mode 100644 index 0000000..4c12ae7 --- /dev/null +++ b/icons/mdl2/TypingIndicatorLegacy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/USB.svg b/icons/mdl2/USB.svg new file mode 100644 index 0000000..1d69d67 --- /dev/null +++ b/icons/mdl2/USB.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/USBSafeConnect.svg b/icons/mdl2/USBSafeConnect.svg new file mode 100644 index 0000000..a60fd53 --- /dev/null +++ b/icons/mdl2/USBSafeConnect.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Underline.svg b/icons/mdl2/Underline.svg new file mode 100644 index 0000000..8b85104 --- /dev/null +++ b/icons/mdl2/Underline.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/UnderlineLKoreanLegacy.svg b/icons/mdl2/UnderlineLKoreanLegacy.svg new file mode 100644 index 0000000..51b625a --- /dev/null +++ b/icons/mdl2/UnderlineLKoreanLegacy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/UnderlineRussianLegacy.svg b/icons/mdl2/UnderlineRussianLegacy.svg new file mode 100644 index 0000000..2b81e5c --- /dev/null +++ b/icons/mdl2/UnderlineRussianLegacy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/UnderlineSLegacy.svg b/icons/mdl2/UnderlineSLegacy.svg new file mode 100644 index 0000000..7dadfd9 --- /dev/null +++ b/icons/mdl2/UnderlineSLegacy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/UnderlineULegacy.svg b/icons/mdl2/UnderlineULegacy.svg new file mode 100644 index 0000000..00566df --- /dev/null +++ b/icons/mdl2/UnderlineULegacy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/UnderscoreSpace.svg b/icons/mdl2/UnderscoreSpace.svg new file mode 100644 index 0000000..4b38a9a --- /dev/null +++ b/icons/mdl2/UnderscoreSpace.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Undo.svg b/icons/mdl2/Undo.svg new file mode 100644 index 0000000..cbfa898 --- /dev/null +++ b/icons/mdl2/Undo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Unfavorite.svg b/icons/mdl2/Unfavorite.svg new file mode 100644 index 0000000..88420c7 --- /dev/null +++ b/icons/mdl2/Unfavorite.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Unit.svg b/icons/mdl2/Unit.svg new file mode 100644 index 0000000..122dfa2 --- /dev/null +++ b/icons/mdl2/Unit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Unlock.svg b/icons/mdl2/Unlock.svg new file mode 100644 index 0000000..a6f92d4 --- /dev/null +++ b/icons/mdl2/Unlock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Unpin.svg b/icons/mdl2/Unpin.svg new file mode 100644 index 0000000..a1c39b7 --- /dev/null +++ b/icons/mdl2/Unpin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/UnsyncFolder.svg b/icons/mdl2/UnsyncFolder.svg new file mode 100644 index 0000000..8da19e3 --- /dev/null +++ b/icons/mdl2/UnsyncFolder.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Up.svg b/icons/mdl2/Up.svg new file mode 100644 index 0000000..9d1e1d1 --- /dev/null +++ b/icons/mdl2/Up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/UpArrowShiftKey.svg b/icons/mdl2/UpArrowShiftKey.svg new file mode 100644 index 0000000..04c0ef4 --- /dev/null +++ b/icons/mdl2/UpArrowShiftKey.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/UpShiftKey.svg b/icons/mdl2/UpShiftKey.svg new file mode 100644 index 0000000..cd0f1e8 --- /dev/null +++ b/icons/mdl2/UpShiftKey.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/UpdateRestore.svg b/icons/mdl2/UpdateRestore.svg new file mode 100644 index 0000000..a87cfd5 --- /dev/null +++ b/icons/mdl2/UpdateRestore.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Upload.svg b/icons/mdl2/Upload.svg new file mode 100644 index 0000000..7fedf81 --- /dev/null +++ b/icons/mdl2/Upload.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/VPN.svg b/icons/mdl2/VPN.svg new file mode 100644 index 0000000..e876333 --- /dev/null +++ b/icons/mdl2/VPN.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Vibrate.svg b/icons/mdl2/Vibrate.svg new file mode 100644 index 0000000..e17150f --- /dev/null +++ b/icons/mdl2/Vibrate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Video.svg b/icons/mdl2/Video.svg new file mode 100644 index 0000000..d03fbfe --- /dev/null +++ b/icons/mdl2/Video.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/VideoChat.svg b/icons/mdl2/VideoChat.svg new file mode 100644 index 0000000..23c2148 --- /dev/null +++ b/icons/mdl2/VideoChat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/View.svg b/icons/mdl2/View.svg new file mode 100644 index 0000000..c535dbc --- /dev/null +++ b/icons/mdl2/View.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ViewAll.svg b/icons/mdl2/ViewAll.svg new file mode 100644 index 0000000..2556624 --- /dev/null +++ b/icons/mdl2/ViewAll.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Volume.svg b/icons/mdl2/Volume.svg new file mode 100644 index 0000000..a49aa57 --- /dev/null +++ b/icons/mdl2/Volume.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Volume0.svg b/icons/mdl2/Volume0.svg new file mode 100644 index 0000000..bc1646b --- /dev/null +++ b/icons/mdl2/Volume0.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Volume1.svg b/icons/mdl2/Volume1.svg new file mode 100644 index 0000000..b8a6a8b --- /dev/null +++ b/icons/mdl2/Volume1.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Volume2.svg b/icons/mdl2/Volume2.svg new file mode 100644 index 0000000..9b83f37 --- /dev/null +++ b/icons/mdl2/Volume2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Volume3.svg b/icons/mdl2/Volume3.svg new file mode 100644 index 0000000..25abb87 --- /dev/null +++ b/icons/mdl2/Volume3.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/VolumeBars.svg b/icons/mdl2/VolumeBars.svg new file mode 100644 index 0000000..43b270a --- /dev/null +++ b/icons/mdl2/VolumeBars.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Walk.svg b/icons/mdl2/Walk.svg new file mode 100644 index 0000000..120edd7 --- /dev/null +++ b/icons/mdl2/Walk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/WalkSolid.svg b/icons/mdl2/WalkSolid.svg new file mode 100644 index 0000000..3487b3b --- /dev/null +++ b/icons/mdl2/WalkSolid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Warning.svg b/icons/mdl2/Warning.svg new file mode 100644 index 0000000..40a4401 --- /dev/null +++ b/icons/mdl2/Warning.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Webcam.svg b/icons/mdl2/Webcam.svg new file mode 100644 index 0000000..cb3ab43 --- /dev/null +++ b/icons/mdl2/Webcam.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Webcam2.svg b/icons/mdl2/Webcam2.svg new file mode 100644 index 0000000..f0e8775 --- /dev/null +++ b/icons/mdl2/Webcam2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Wheel.svg b/icons/mdl2/Wheel.svg new file mode 100644 index 0000000..26af0d0 --- /dev/null +++ b/icons/mdl2/Wheel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Wifi.svg b/icons/mdl2/Wifi.svg new file mode 100644 index 0000000..4c23585 --- /dev/null +++ b/icons/mdl2/Wifi.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Wifi1.svg b/icons/mdl2/Wifi1.svg new file mode 100644 index 0000000..6d22917 --- /dev/null +++ b/icons/mdl2/Wifi1.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Wifi2.svg b/icons/mdl2/Wifi2.svg new file mode 100644 index 0000000..45d8eea --- /dev/null +++ b/icons/mdl2/Wifi2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Wifi3.svg b/icons/mdl2/Wifi3.svg new file mode 100644 index 0000000..d2a50c7 --- /dev/null +++ b/icons/mdl2/Wifi3.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/WifiAttentionOverlay.svg b/icons/mdl2/WifiAttentionOverlay.svg new file mode 100644 index 0000000..48132c3 --- /dev/null +++ b/icons/mdl2/WifiAttentionOverlay.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/WifiCall0.svg b/icons/mdl2/WifiCall0.svg new file mode 100644 index 0000000..6275279 --- /dev/null +++ b/icons/mdl2/WifiCall0.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/WifiCall1.svg b/icons/mdl2/WifiCall1.svg new file mode 100644 index 0000000..c2a1cf6 --- /dev/null +++ b/icons/mdl2/WifiCall1.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/WifiCall2.svg b/icons/mdl2/WifiCall2.svg new file mode 100644 index 0000000..b9bb1a7 --- /dev/null +++ b/icons/mdl2/WifiCall2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/WifiCall3.svg b/icons/mdl2/WifiCall3.svg new file mode 100644 index 0000000..5802add --- /dev/null +++ b/icons/mdl2/WifiCall3.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/WifiCall4.svg b/icons/mdl2/WifiCall4.svg new file mode 100644 index 0000000..b369e33 --- /dev/null +++ b/icons/mdl2/WifiCall4.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/WifiCallBars.svg b/icons/mdl2/WifiCallBars.svg new file mode 100644 index 0000000..2d9de56 --- /dev/null +++ b/icons/mdl2/WifiCallBars.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/WifiError0.svg b/icons/mdl2/WifiError0.svg new file mode 100644 index 0000000..50cae80 --- /dev/null +++ b/icons/mdl2/WifiError0.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/WifiError1.svg b/icons/mdl2/WifiError1.svg new file mode 100644 index 0000000..dd9a509 --- /dev/null +++ b/icons/mdl2/WifiError1.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/WifiError2.svg b/icons/mdl2/WifiError2.svg new file mode 100644 index 0000000..1e98e0e --- /dev/null +++ b/icons/mdl2/WifiError2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/WifiError3.svg b/icons/mdl2/WifiError3.svg new file mode 100644 index 0000000..5cefa51 --- /dev/null +++ b/icons/mdl2/WifiError3.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/WifiError4.svg b/icons/mdl2/WifiError4.svg new file mode 100644 index 0000000..7c1ea1e --- /dev/null +++ b/icons/mdl2/WifiError4.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/WifiEthernet.svg b/icons/mdl2/WifiEthernet.svg new file mode 100644 index 0000000..ffdbc26 --- /dev/null +++ b/icons/mdl2/WifiEthernet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/WifiHotspot.svg b/icons/mdl2/WifiHotspot.svg new file mode 100644 index 0000000..5b29f24 --- /dev/null +++ b/icons/mdl2/WifiHotspot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/WifiWarning0.svg b/icons/mdl2/WifiWarning0.svg new file mode 100644 index 0000000..fc16f17 --- /dev/null +++ b/icons/mdl2/WifiWarning0.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/WifiWarning1.svg b/icons/mdl2/WifiWarning1.svg new file mode 100644 index 0000000..52f9a19 --- /dev/null +++ b/icons/mdl2/WifiWarning1.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/WifiWarning2.svg b/icons/mdl2/WifiWarning2.svg new file mode 100644 index 0000000..04f87bb --- /dev/null +++ b/icons/mdl2/WifiWarning2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/WifiWarning3.svg b/icons/mdl2/WifiWarning3.svg new file mode 100644 index 0000000..cf0021c --- /dev/null +++ b/icons/mdl2/WifiWarning3.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/WifiWarning4.svg b/icons/mdl2/WifiWarning4.svg new file mode 100644 index 0000000..4243f94 --- /dev/null +++ b/icons/mdl2/WifiWarning4.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/WindDirection.svg b/icons/mdl2/WindDirection.svg new file mode 100644 index 0000000..680b4cb --- /dev/null +++ b/icons/mdl2/WindDirection.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/WiredUSB.svg b/icons/mdl2/WiredUSB.svg new file mode 100644 index 0000000..2c0a81a --- /dev/null +++ b/icons/mdl2/WiredUSB.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/WirelessUSB.svg b/icons/mdl2/WirelessUSB.svg new file mode 100644 index 0000000..a2862d5 --- /dev/null +++ b/icons/mdl2/WirelessUSB.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Work.svg b/icons/mdl2/Work.svg new file mode 100644 index 0000000..036fb7a --- /dev/null +++ b/icons/mdl2/Work.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/WorkSolid.svg b/icons/mdl2/WorkSolid.svg new file mode 100644 index 0000000..5db1834 --- /dev/null +++ b/icons/mdl2/WorkSolid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/World.svg b/icons/mdl2/World.svg new file mode 100644 index 0000000..a29edca --- /dev/null +++ b/icons/mdl2/World.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/XboxOneConsole.svg b/icons/mdl2/XboxOneConsole.svg new file mode 100644 index 0000000..ae44e9a --- /dev/null +++ b/icons/mdl2/XboxOneConsole.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ZeroBars.svg b/icons/mdl2/ZeroBars.svg new file mode 100644 index 0000000..da5d172 --- /dev/null +++ b/icons/mdl2/ZeroBars.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/Zoom.svg b/icons/mdl2/Zoom.svg new file mode 100644 index 0000000..ebf0faa --- /dev/null +++ b/icons/mdl2/Zoom.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ZoomIn.svg b/icons/mdl2/ZoomIn.svg new file mode 100644 index 0000000..0b9cf72 --- /dev/null +++ b/icons/mdl2/ZoomIn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ZoomMode.svg b/icons/mdl2/ZoomMode.svg new file mode 100644 index 0000000..0905bd9 --- /dev/null +++ b/icons/mdl2/ZoomMode.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/ZoomOut.svg b/icons/mdl2/ZoomOut.svg new file mode 100644 index 0000000..209d985 --- /dev/null +++ b/icons/mdl2/ZoomOut.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/eSIM.svg b/icons/mdl2/eSIM.svg new file mode 100644 index 0000000..0fcd476 --- /dev/null +++ b/icons/mdl2/eSIM.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/eSIMBusy.svg b/icons/mdl2/eSIMBusy.svg new file mode 100644 index 0000000..0e1e751 --- /dev/null +++ b/icons/mdl2/eSIMBusy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/eSIMLocked.svg b/icons/mdl2/eSIMLocked.svg new file mode 100644 index 0000000..1c8932b --- /dev/null +++ b/icons/mdl2/eSIMLocked.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/mdl2/eSIMNoProfile.svg b/icons/mdl2/eSIMNoProfile.svg new file mode 100644 index 0000000..60d2dd6 --- /dev/null +++ b/icons/mdl2/eSIMNoProfile.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/500px.svg b/icons/webbrand/500px.svg new file mode 100644 index 0000000..9a45130 --- /dev/null +++ b/icons/webbrand/500px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/adn.svg b/icons/webbrand/adn.svg new file mode 100644 index 0000000..36bc6ae --- /dev/null +++ b/icons/webbrand/adn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/amazon.svg b/icons/webbrand/amazon.svg new file mode 100644 index 0000000..ccc5407 --- /dev/null +++ b/icons/webbrand/amazon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/android.svg b/icons/webbrand/android.svg new file mode 100644 index 0000000..6a2f5f6 --- /dev/null +++ b/icons/webbrand/android.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/angellist.svg b/icons/webbrand/angellist.svg new file mode 100644 index 0000000..f1fc4cc --- /dev/null +++ b/icons/webbrand/angellist.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/apple.svg b/icons/webbrand/apple.svg new file mode 100644 index 0000000..bae6d85 --- /dev/null +++ b/icons/webbrand/apple.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/bandcamp.svg b/icons/webbrand/bandcamp.svg new file mode 100644 index 0000000..8e6699d --- /dev/null +++ b/icons/webbrand/bandcamp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/behance-square.svg b/icons/webbrand/behance-square.svg new file mode 100644 index 0000000..e22d5fc --- /dev/null +++ b/icons/webbrand/behance-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/behance.svg b/icons/webbrand/behance.svg new file mode 100644 index 0000000..680ee1f --- /dev/null +++ b/icons/webbrand/behance.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/bitbucket.svg b/icons/webbrand/bitbucket.svg new file mode 100644 index 0000000..cd5f0b2 --- /dev/null +++ b/icons/webbrand/bitbucket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/black-tie.svg b/icons/webbrand/black-tie.svg new file mode 100644 index 0000000..2e44722 --- /dev/null +++ b/icons/webbrand/black-tie.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/bluetooth-b.svg b/icons/webbrand/bluetooth-b.svg new file mode 100644 index 0000000..383f7f0 --- /dev/null +++ b/icons/webbrand/bluetooth-b.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/bluetooth.svg b/icons/webbrand/bluetooth.svg new file mode 100644 index 0000000..aa5f7d8 --- /dev/null +++ b/icons/webbrand/bluetooth.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/btc.svg b/icons/webbrand/btc.svg new file mode 100644 index 0000000..e37edac --- /dev/null +++ b/icons/webbrand/btc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/buysellads.svg b/icons/webbrand/buysellads.svg new file mode 100644 index 0000000..107ab22 --- /dev/null +++ b/icons/webbrand/buysellads.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/cc-amex.svg b/icons/webbrand/cc-amex.svg new file mode 100644 index 0000000..bb8cc3e --- /dev/null +++ b/icons/webbrand/cc-amex.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/cc-diners-club.svg b/icons/webbrand/cc-diners-club.svg new file mode 100644 index 0000000..078a98f --- /dev/null +++ b/icons/webbrand/cc-diners-club.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/cc-discover.svg b/icons/webbrand/cc-discover.svg new file mode 100644 index 0000000..4c3ecac --- /dev/null +++ b/icons/webbrand/cc-discover.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/cc-jcb.svg b/icons/webbrand/cc-jcb.svg new file mode 100644 index 0000000..c0585a8 --- /dev/null +++ b/icons/webbrand/cc-jcb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/cc-mastercard.svg b/icons/webbrand/cc-mastercard.svg new file mode 100644 index 0000000..3a74583 --- /dev/null +++ b/icons/webbrand/cc-mastercard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/cc-paypal.svg b/icons/webbrand/cc-paypal.svg new file mode 100644 index 0000000..944378e --- /dev/null +++ b/icons/webbrand/cc-paypal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/cc-stripe.svg b/icons/webbrand/cc-stripe.svg new file mode 100644 index 0000000..9e5291e --- /dev/null +++ b/icons/webbrand/cc-stripe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/cc-visa.svg b/icons/webbrand/cc-visa.svg new file mode 100644 index 0000000..e401a60 --- /dev/null +++ b/icons/webbrand/cc-visa.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/chrome.svg b/icons/webbrand/chrome.svg new file mode 100644 index 0000000..21446a1 --- /dev/null +++ b/icons/webbrand/chrome.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/codepen.svg b/icons/webbrand/codepen.svg new file mode 100644 index 0000000..ae7b2f1 --- /dev/null +++ b/icons/webbrand/codepen.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/codiepie.svg b/icons/webbrand/codiepie.svg new file mode 100644 index 0000000..f5be087 --- /dev/null +++ b/icons/webbrand/codiepie.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/connectdevelop.svg b/icons/webbrand/connectdevelop.svg new file mode 100644 index 0000000..0541f61 --- /dev/null +++ b/icons/webbrand/connectdevelop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/contao.svg b/icons/webbrand/contao.svg new file mode 100644 index 0000000..ba32d92 --- /dev/null +++ b/icons/webbrand/contao.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/css3.svg b/icons/webbrand/css3.svg new file mode 100644 index 0000000..14a4ad3 --- /dev/null +++ b/icons/webbrand/css3.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/dashcube.svg b/icons/webbrand/dashcube.svg new file mode 100644 index 0000000..87b97e7 --- /dev/null +++ b/icons/webbrand/dashcube.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/delicious.svg b/icons/webbrand/delicious.svg new file mode 100644 index 0000000..7b883f7 --- /dev/null +++ b/icons/webbrand/delicious.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/deviantart.svg b/icons/webbrand/deviantart.svg new file mode 100644 index 0000000..2e8a984 --- /dev/null +++ b/icons/webbrand/deviantart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/digg.svg b/icons/webbrand/digg.svg new file mode 100644 index 0000000..af26fda --- /dev/null +++ b/icons/webbrand/digg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/dribbble.svg b/icons/webbrand/dribbble.svg new file mode 100644 index 0000000..00391cf --- /dev/null +++ b/icons/webbrand/dribbble.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/dropbox.svg b/icons/webbrand/dropbox.svg new file mode 100644 index 0000000..0f00e75 --- /dev/null +++ b/icons/webbrand/dropbox.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/drupal.svg b/icons/webbrand/drupal.svg new file mode 100644 index 0000000..c0cc913 --- /dev/null +++ b/icons/webbrand/drupal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/edge.svg b/icons/webbrand/edge.svg new file mode 100644 index 0000000..c3a648b --- /dev/null +++ b/icons/webbrand/edge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/eercast.svg b/icons/webbrand/eercast.svg new file mode 100644 index 0000000..192eefc --- /dev/null +++ b/icons/webbrand/eercast.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/empire.svg b/icons/webbrand/empire.svg new file mode 100644 index 0000000..b42d549 --- /dev/null +++ b/icons/webbrand/empire.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/envira.svg b/icons/webbrand/envira.svg new file mode 100644 index 0000000..b093c64 --- /dev/null +++ b/icons/webbrand/envira.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/expeditedssl.svg b/icons/webbrand/expeditedssl.svg new file mode 100644 index 0000000..61bbb90 --- /dev/null +++ b/icons/webbrand/expeditedssl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/facebook-official.svg b/icons/webbrand/facebook-official.svg new file mode 100644 index 0000000..e61b6ea --- /dev/null +++ b/icons/webbrand/facebook-official.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/facebook.svg b/icons/webbrand/facebook.svg new file mode 100644 index 0000000..5e3c014 --- /dev/null +++ b/icons/webbrand/facebook.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/firefox.svg b/icons/webbrand/firefox.svg new file mode 100644 index 0000000..027a418 --- /dev/null +++ b/icons/webbrand/firefox.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/first-order.svg b/icons/webbrand/first-order.svg new file mode 100644 index 0000000..b970ff7 --- /dev/null +++ b/icons/webbrand/first-order.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/flickr.svg b/icons/webbrand/flickr.svg new file mode 100644 index 0000000..5e28b69 --- /dev/null +++ b/icons/webbrand/flickr.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/forumbee.svg b/icons/webbrand/forumbee.svg new file mode 100644 index 0000000..97a348c --- /dev/null +++ b/icons/webbrand/forumbee.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/foursquare.svg b/icons/webbrand/foursquare.svg new file mode 100644 index 0000000..76b148a --- /dev/null +++ b/icons/webbrand/foursquare.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/free-code-camp.svg b/icons/webbrand/free-code-camp.svg new file mode 100644 index 0000000..ddecf08 --- /dev/null +++ b/icons/webbrand/free-code-camp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/get-pocket.svg b/icons/webbrand/get-pocket.svg new file mode 100644 index 0000000..a3060a7 --- /dev/null +++ b/icons/webbrand/get-pocket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/gg.svg b/icons/webbrand/gg.svg new file mode 100644 index 0000000..34171d5 --- /dev/null +++ b/icons/webbrand/gg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/git.svg b/icons/webbrand/git.svg new file mode 100644 index 0000000..efde187 --- /dev/null +++ b/icons/webbrand/git.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/github-alt.svg b/icons/webbrand/github-alt.svg new file mode 100644 index 0000000..ff368a4 --- /dev/null +++ b/icons/webbrand/github-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/github.svg b/icons/webbrand/github.svg new file mode 100644 index 0000000..b78a3ff --- /dev/null +++ b/icons/webbrand/github.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/gitlab.svg b/icons/webbrand/gitlab.svg new file mode 100644 index 0000000..929a3d0 --- /dev/null +++ b/icons/webbrand/gitlab.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/glide-g.svg b/icons/webbrand/glide-g.svg new file mode 100644 index 0000000..98190f6 --- /dev/null +++ b/icons/webbrand/glide-g.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/google-plus.svg b/icons/webbrand/google-plus.svg new file mode 100644 index 0000000..2347259 --- /dev/null +++ b/icons/webbrand/google-plus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/google-wallet.svg b/icons/webbrand/google-wallet.svg new file mode 100644 index 0000000..88d6748 --- /dev/null +++ b/icons/webbrand/google-wallet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/google.svg b/icons/webbrand/google.svg new file mode 100644 index 0000000..9ddded0 --- /dev/null +++ b/icons/webbrand/google.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/gratipay.svg b/icons/webbrand/gratipay.svg new file mode 100644 index 0000000..d6986d1 --- /dev/null +++ b/icons/webbrand/gratipay.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/hacker-news.svg b/icons/webbrand/hacker-news.svg new file mode 100644 index 0000000..6829ec0 --- /dev/null +++ b/icons/webbrand/hacker-news.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/houzz.svg b/icons/webbrand/houzz.svg new file mode 100644 index 0000000..7ad46a6 --- /dev/null +++ b/icons/webbrand/houzz.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/html5.svg b/icons/webbrand/html5.svg new file mode 100644 index 0000000..d0d251c --- /dev/null +++ b/icons/webbrand/html5.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/instagram.svg b/icons/webbrand/instagram.svg new file mode 100644 index 0000000..99bdc28 --- /dev/null +++ b/icons/webbrand/instagram.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/internet-explorer.svg b/icons/webbrand/internet-explorer.svg new file mode 100644 index 0000000..dd3bd46 --- /dev/null +++ b/icons/webbrand/internet-explorer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/ioxhost.svg b/icons/webbrand/ioxhost.svg new file mode 100644 index 0000000..abdb2c0 --- /dev/null +++ b/icons/webbrand/ioxhost.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/joomla.svg b/icons/webbrand/joomla.svg new file mode 100644 index 0000000..69d5d06 --- /dev/null +++ b/icons/webbrand/joomla.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/jsfiddle.svg b/icons/webbrand/jsfiddle.svg new file mode 100644 index 0000000..6804f18 --- /dev/null +++ b/icons/webbrand/jsfiddle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/lastfm.svg b/icons/webbrand/lastfm.svg new file mode 100644 index 0000000..328d578 --- /dev/null +++ b/icons/webbrand/lastfm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/leanpub.svg b/icons/webbrand/leanpub.svg new file mode 100644 index 0000000..e9078ee --- /dev/null +++ b/icons/webbrand/leanpub.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/linkedin.svg b/icons/webbrand/linkedin.svg new file mode 100644 index 0000000..88ff922 --- /dev/null +++ b/icons/webbrand/linkedin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/linode.svg b/icons/webbrand/linode.svg new file mode 100644 index 0000000..771bbd0 --- /dev/null +++ b/icons/webbrand/linode.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/linux.svg b/icons/webbrand/linux.svg new file mode 100644 index 0000000..3d3ebf0 --- /dev/null +++ b/icons/webbrand/linux.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/maxcdn.svg b/icons/webbrand/maxcdn.svg new file mode 100644 index 0000000..170a527 --- /dev/null +++ b/icons/webbrand/maxcdn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/meanpath.svg b/icons/webbrand/meanpath.svg new file mode 100644 index 0000000..ff632d5 --- /dev/null +++ b/icons/webbrand/meanpath.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/medium.svg b/icons/webbrand/medium.svg new file mode 100644 index 0000000..9fdf7fb --- /dev/null +++ b/icons/webbrand/medium.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/meetup.svg b/icons/webbrand/meetup.svg new file mode 100644 index 0000000..64441cd --- /dev/null +++ b/icons/webbrand/meetup.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/mixcloud.svg b/icons/webbrand/mixcloud.svg new file mode 100644 index 0000000..1d51c92 --- /dev/null +++ b/icons/webbrand/mixcloud.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/modx.svg b/icons/webbrand/modx.svg new file mode 100644 index 0000000..ef5f98d --- /dev/null +++ b/icons/webbrand/modx.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/odnoklassniki.svg b/icons/webbrand/odnoklassniki.svg new file mode 100644 index 0000000..c1d07a1 --- /dev/null +++ b/icons/webbrand/odnoklassniki.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/opencart.svg b/icons/webbrand/opencart.svg new file mode 100644 index 0000000..c218d6a --- /dev/null +++ b/icons/webbrand/opencart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/openid.svg b/icons/webbrand/openid.svg new file mode 100644 index 0000000..16c0172 --- /dev/null +++ b/icons/webbrand/openid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/opera.svg b/icons/webbrand/opera.svg new file mode 100644 index 0000000..5562d66 --- /dev/null +++ b/icons/webbrand/opera.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/optin-monster.svg b/icons/webbrand/optin-monster.svg new file mode 100644 index 0000000..a45d380 --- /dev/null +++ b/icons/webbrand/optin-monster.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/pagelines.svg b/icons/webbrand/pagelines.svg new file mode 100644 index 0000000..a157959 --- /dev/null +++ b/icons/webbrand/pagelines.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/paypal.svg b/icons/webbrand/paypal.svg new file mode 100644 index 0000000..0c02f33 --- /dev/null +++ b/icons/webbrand/paypal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/pied-piper-alt.svg b/icons/webbrand/pied-piper-alt.svg new file mode 100644 index 0000000..a2a66bb --- /dev/null +++ b/icons/webbrand/pied-piper-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/pied-piper.svg b/icons/webbrand/pied-piper.svg new file mode 100644 index 0000000..f7b0d41 --- /dev/null +++ b/icons/webbrand/pied-piper.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/pinterest-p.svg b/icons/webbrand/pinterest-p.svg new file mode 100644 index 0000000..6ecf1c5 --- /dev/null +++ b/icons/webbrand/pinterest-p.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/product-hunt.svg b/icons/webbrand/product-hunt.svg new file mode 100644 index 0000000..9161f22 --- /dev/null +++ b/icons/webbrand/product-hunt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/qq.svg b/icons/webbrand/qq.svg new file mode 100644 index 0000000..fb86f84 --- /dev/null +++ b/icons/webbrand/qq.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/quora.svg b/icons/webbrand/quora.svg new file mode 100644 index 0000000..da8d63a --- /dev/null +++ b/icons/webbrand/quora.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/ravelry.svg b/icons/webbrand/ravelry.svg new file mode 100644 index 0000000..161378a --- /dev/null +++ b/icons/webbrand/ravelry.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/rebel.svg b/icons/webbrand/rebel.svg new file mode 100644 index 0000000..83c0a1f --- /dev/null +++ b/icons/webbrand/rebel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/reddit-alien.svg b/icons/webbrand/reddit-alien.svg new file mode 100644 index 0000000..95d6791 --- /dev/null +++ b/icons/webbrand/reddit-alien.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/renren.svg b/icons/webbrand/renren.svg new file mode 100644 index 0000000..6dc2480 --- /dev/null +++ b/icons/webbrand/renren.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/safari.svg b/icons/webbrand/safari.svg new file mode 100644 index 0000000..d81b946 --- /dev/null +++ b/icons/webbrand/safari.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/scribd.svg b/icons/webbrand/scribd.svg new file mode 100644 index 0000000..168a582 --- /dev/null +++ b/icons/webbrand/scribd.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/sellsy.svg b/icons/webbrand/sellsy.svg new file mode 100644 index 0000000..1a88ce5 --- /dev/null +++ b/icons/webbrand/sellsy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/shirtsinbulk.svg b/icons/webbrand/shirtsinbulk.svg new file mode 100644 index 0000000..8ccc234 --- /dev/null +++ b/icons/webbrand/shirtsinbulk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/simplybuilt.svg b/icons/webbrand/simplybuilt.svg new file mode 100644 index 0000000..262ea8f --- /dev/null +++ b/icons/webbrand/simplybuilt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/skyatlas.svg b/icons/webbrand/skyatlas.svg new file mode 100644 index 0000000..4ffbc73 --- /dev/null +++ b/icons/webbrand/skyatlas.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/skype.svg b/icons/webbrand/skype.svg new file mode 100644 index 0000000..fdac214 --- /dev/null +++ b/icons/webbrand/skype.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/slack.svg b/icons/webbrand/slack.svg new file mode 100644 index 0000000..dc274a3 --- /dev/null +++ b/icons/webbrand/slack.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/slideshare.svg b/icons/webbrand/slideshare.svg new file mode 100644 index 0000000..2b384fc --- /dev/null +++ b/icons/webbrand/slideshare.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/snapchat-ghost.svg b/icons/webbrand/snapchat-ghost.svg new file mode 100644 index 0000000..9dd7b95 --- /dev/null +++ b/icons/webbrand/snapchat-ghost.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/soundcloud.svg b/icons/webbrand/soundcloud.svg new file mode 100644 index 0000000..10b301b --- /dev/null +++ b/icons/webbrand/soundcloud.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/spotify.svg b/icons/webbrand/spotify.svg new file mode 100644 index 0000000..e36ffc3 --- /dev/null +++ b/icons/webbrand/spotify.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/stack-exchange.svg b/icons/webbrand/stack-exchange.svg new file mode 100644 index 0000000..dd64e79 --- /dev/null +++ b/icons/webbrand/stack-exchange.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/stack-overflow.svg b/icons/webbrand/stack-overflow.svg new file mode 100644 index 0000000..6cc85fb --- /dev/null +++ b/icons/webbrand/stack-overflow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/steam.svg b/icons/webbrand/steam.svg new file mode 100644 index 0000000..e23b988 --- /dev/null +++ b/icons/webbrand/steam.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/stumbleupon.svg b/icons/webbrand/stumbleupon.svg new file mode 100644 index 0000000..4328d5c --- /dev/null +++ b/icons/webbrand/stumbleupon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/superpowers.svg b/icons/webbrand/superpowers.svg new file mode 100644 index 0000000..192eefc --- /dev/null +++ b/icons/webbrand/superpowers.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/telegram.svg b/icons/webbrand/telegram.svg new file mode 100644 index 0000000..a271618 --- /dev/null +++ b/icons/webbrand/telegram.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/tencent-weibo.svg b/icons/webbrand/tencent-weibo.svg new file mode 100644 index 0000000..e49be76 --- /dev/null +++ b/icons/webbrand/tencent-weibo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/themeisle.svg b/icons/webbrand/themeisle.svg new file mode 100644 index 0000000..dcda29b --- /dev/null +++ b/icons/webbrand/themeisle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/trello.svg b/icons/webbrand/trello.svg new file mode 100644 index 0000000..6febc42 --- /dev/null +++ b/icons/webbrand/trello.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/tripadvisor.svg b/icons/webbrand/tripadvisor.svg new file mode 100644 index 0000000..3149c61 --- /dev/null +++ b/icons/webbrand/tripadvisor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/tumblr.svg b/icons/webbrand/tumblr.svg new file mode 100644 index 0000000..5dbc315 --- /dev/null +++ b/icons/webbrand/tumblr.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/twitch.svg b/icons/webbrand/twitch.svg new file mode 100644 index 0000000..040d806 --- /dev/null +++ b/icons/webbrand/twitch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/twitter.svg b/icons/webbrand/twitter.svg new file mode 100644 index 0000000..dab6084 --- /dev/null +++ b/icons/webbrand/twitter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/viacoin.svg b/icons/webbrand/viacoin.svg new file mode 100644 index 0000000..a6134a2 --- /dev/null +++ b/icons/webbrand/viacoin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/viadeo.svg b/icons/webbrand/viadeo.svg new file mode 100644 index 0000000..f6c77b6 --- /dev/null +++ b/icons/webbrand/viadeo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/vimeo.svg b/icons/webbrand/vimeo.svg new file mode 100644 index 0000000..9541583 --- /dev/null +++ b/icons/webbrand/vimeo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/vine.svg b/icons/webbrand/vine.svg new file mode 100644 index 0000000..76c8120 --- /dev/null +++ b/icons/webbrand/vine.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/vk.svg b/icons/webbrand/vk.svg new file mode 100644 index 0000000..9f7e960 --- /dev/null +++ b/icons/webbrand/vk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/weibo.svg b/icons/webbrand/weibo.svg new file mode 100644 index 0000000..20c335c --- /dev/null +++ b/icons/webbrand/weibo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/weixin.svg b/icons/webbrand/weixin.svg new file mode 100644 index 0000000..217931c --- /dev/null +++ b/icons/webbrand/weixin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/whatsapp.svg b/icons/webbrand/whatsapp.svg new file mode 100644 index 0000000..9acb3fd --- /dev/null +++ b/icons/webbrand/whatsapp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/wikipedia-w.svg b/icons/webbrand/wikipedia-w.svg new file mode 100644 index 0000000..3ae5367 --- /dev/null +++ b/icons/webbrand/wikipedia-w.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/windows.svg b/icons/webbrand/windows.svg new file mode 100644 index 0000000..02e9b2d --- /dev/null +++ b/icons/webbrand/windows.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/wordpress.svg b/icons/webbrand/wordpress.svg new file mode 100644 index 0000000..e730e4c --- /dev/null +++ b/icons/webbrand/wordpress.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/wpbeginner.svg b/icons/webbrand/wpbeginner.svg new file mode 100644 index 0000000..d3cac0e --- /dev/null +++ b/icons/webbrand/wpbeginner.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/wpexplorer.svg b/icons/webbrand/wpexplorer.svg new file mode 100644 index 0000000..edaf264 --- /dev/null +++ b/icons/webbrand/wpexplorer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/wpform.svg b/icons/webbrand/wpform.svg new file mode 100644 index 0000000..f6f0b31 --- /dev/null +++ b/icons/webbrand/wpform.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/xing.svg b/icons/webbrand/xing.svg new file mode 100644 index 0000000..2a8bd9e --- /dev/null +++ b/icons/webbrand/xing.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/yahoo.svg b/icons/webbrand/yahoo.svg new file mode 100644 index 0000000..44f440e --- /dev/null +++ b/icons/webbrand/yahoo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/yelp.svg b/icons/webbrand/yelp.svg new file mode 100644 index 0000000..649b380 --- /dev/null +++ b/icons/webbrand/yelp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/yoast.svg b/icons/webbrand/yoast.svg new file mode 100644 index 0000000..759ccc0 --- /dev/null +++ b/icons/webbrand/yoast.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/youtube-play.svg b/icons/webbrand/youtube-play.svg new file mode 100644 index 0000000..7e50b1e --- /dev/null +++ b/icons/webbrand/youtube-play.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/webbrand/youtube.svg b/icons/webbrand/youtube.svg new file mode 100644 index 0000000..4f3d55b --- /dev/null +++ b/icons/webbrand/youtube.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/name_db.json b/name_db.json new file mode 100644 index 0000000..348c188 --- /dev/null +++ b/name_db.json @@ -0,0 +1,3607 @@ +{ + "Accept": [ + "Accept", + "AcceptLegacy", + "CheckmarkListviewLegacy", + "CheckmarkMenuLegacy" + ], + "Accident": [ + "Accident" + ], + "AccidentSolid": [ + "AccidentSolid" + ], + "Accounts": [ + "Accounts", + "AccountsLegacy" + ], + "ActionCenter": [ + "ActionCenter" + ], + "ActionCenterAsterisk": [ + "ActionCenterAsterisk" + ], + "ActionCenterMirrored": [ + "ActionCenterMirrored" + ], + "ActionCenterNotification": [ + "ActionCenterNotification" + ], + "ActionCenterNotificationMirrored": [ + "ActionCenterNotificationMirrored" + ], + "ActionCenterQuiet": [ + "ActionCenterQuiet" + ], + "ActionCenterQuietNotification": [ + "ActionCenterQuietNotification" + ], + "Add": [ + "Add", + "AddLegacy" + ], + "AddFriend": [ + "AddFriend", + "AddFriendLegacy" + ], + "AddRemoteDevice": [ + "AddRemoteDevice" + ], + "AddSurfaceHub": [ + "AddSurfaceHub" + ], + "AddTo": [ + "AddTo" + ], + "AdjustHologram": [ + "AdjustHologram" + ], + "Admin": [ + "Admin", + "AdminLegacy" + ], + "Airplane": [ + "Airplane" + ], + "AirplaneSolid": [ + "AirplaneSolid" + ], + "AlignCenter": [ + "AlignCenter", + "AlignCenterLegacy" + ], + "AlignLeft": [ + "AlignLeft", + "AlignLeftLegacy" + ], + "AlignRight": [ + "AlignRight", + "AlignRightLegacy" + ], + "AllApps": [ + "AllApps", + "AllAppsLegacy" + ], + "AllAppsMirrored": [ + "AllAppsLegacyMirrored", + "AllAppsMirrored" + ], + "Annotation": [ + "Annotation" + ], + "AppIconDefault": [ + "AppIconDefault" + ], + "AspectRatio": [ + "AspectRatio" + ], + "Asterisk": [ + "Asterisk" + ], + "AsteriskBadge12": [ + "AsteriskBadge12" + ], + "Attach": [ + "Attach", + "AttachLegacy" + ], + "AttachCamera": [ + "AttachCamera", + "AttachCameraLegacy" + ], + "Audio": [ + "Audio", + "AudioLegacy" + ], + "Back": [ + "ArrowHTMLLegacy", + "Back", + "BackBttnArrow20Legacy", + "BackBttnArrow42Legacy", + "BackLegacy" + ], + "BackSpaceQWERTYLg": [ + "BackSpaceQWERTYLg" + ], + "BackSpaceQWERTYMd": [ + "BackSpaceQWERTYMd" + ], + "BackSpaceQWERTYSm": [ + "BackSpaceQWERTYSm" + ], + "BackToWindow": [ + "BackToWindow", + "BackToWindowLegacy" + ], + "BackgroundToggle": [ + "BackgroundToggle" + ], + "Badge": [ + "Badge" + ], + "Bank": [ + "Bank" + ], + "BarcodeScanner": [ + "BarcodeScanner" + ], + "Battery0": [ + "Battery0" + ], + "Battery1": [ + "Battery1" + ], + "Battery10": [ + "Battery10" + ], + "Battery2": [ + "Battery2" + ], + "Battery3": [ + "Battery3" + ], + "Battery4": [ + "Battery4" + ], + "Battery5": [ + "Battery5" + ], + "Battery6": [ + "Battery6" + ], + "Battery7": [ + "Battery7" + ], + "Battery8": [ + "Battery8" + ], + "Battery9": [ + "Battery9" + ], + "BatteryCharging0": [ + "BatteryCharging0" + ], + "BatteryCharging1": [ + "BatteryCharging1" + ], + "BatteryCharging10": [ + "BatteryCharging10" + ], + "BatteryCharging2": [ + "BatteryCharging2" + ], + "BatteryCharging3": [ + "BatteryCharging3" + ], + "BatteryCharging4": [ + "BatteryCharging4" + ], + "BatteryCharging5": [ + "BatteryCharging5" + ], + "BatteryCharging6": [ + "BatteryCharging6" + ], + "BatteryCharging7": [ + "BatteryCharging7" + ], + "BatteryCharging8": [ + "BatteryCharging8" + ], + "BatteryCharging9": [ + "BatteryCharging9" + ], + "BatterySaver0": [ + "BatterySaver0" + ], + "BatterySaver1": [ + "BatterySaver1" + ], + "BatterySaver10": [ + "BatterySaver10" + ], + "BatterySaver2": [ + "BatterySaver2" + ], + "BatterySaver3": [ + "BatterySaver3" + ], + "BatterySaver4": [ + "BatterySaver4" + ], + "BatterySaver5": [ + "BatterySaver5" + ], + "BatterySaver6": [ + "BatterySaver6" + ], + "BatterySaver7": [ + "BatterySaver7" + ], + "BatterySaver8": [ + "BatterySaver8" + ], + "BatterySaver9": [ + "BatterySaver9" + ], + "BatteryUnknown": [ + "BatteryUnknown" + ], + "Beta": [ + "Beta" + ], + "BidiLtr": [ + "BidiLtr" + ], + "BidiRtl": [ + "BidiRtl" + ], + "BlockContact": [ + "BlockContact", + "BlockContactLegacy" + ], + "BlockedLegacy": [ + "BlockedLegacy" + ], + "Bluetooth": [ + "Bluetooth" + ], + "BodyCam": [ + "BodyCam" + ], + "Bold": [ + "Bold", + "BoldLegacy" + ], + "BoldFLegacy": [ + "BoldFLegacy" + ], + "BoldGLegacy": [ + "BoldGLegacy" + ], + "BoldKoreanLegacy": [ + "BoldKoreanLegacy" + ], + "BoldNLegacy": [ + "BoldNLegacy" + ], + "BoldRussionLegacy": [ + "BoldRussionLegacy" + ], + "Bookmarks": [ + "Bookmarks", + "BookmarksLegacy" + ], + "BookmarksMirrored": [ + "BookmarksLegacyMirrored", + "BookmarksMirrored" + ], + "Brightness": [ + "Brightness" + ], + "Broom": [ + "Broom" + ], + "BrowsePhotos": [ + "BrowsePhotos", + "BrowsePhotosLegacy" + ], + "BrushSize": [ + "BrushSize" + ], + "BuildingEnergy": [ + "BuildingEnergy" + ], + "BulletedList": [ + "BulletedList", + "BulletedListLegacy", + "ListLegacy" + ], + "BulletedListMirrored": [ + "BulletedListLegacyMirrored", + "BulletedListMirrored", + "ListLegacyMirrored" + ], + "Bus": [ + "Bus" + ], + "BusSolid": [ + "BusSolid" + ], + "CC": [ + "CC", + "CCLegacy" + ], + "CCEuroLegacy": [ + "CCEuroLegacy" + ], + "CCJapanLegacy": [ + "CCJapanLegacy" + ], + "Calculator": [ + "Calculator", + "CalculatorLegacy" + ], + "CalculatorAddition": [ + "CalculatorAddition" + ], + "CalculatorBackspace": [ + "BackSpaceQWERTY", + "CalculatorBackspace" + ], + "CalculatorDivide": [ + "CalculatorDivide" + ], + "CalculatorEqualTo": [ + "CalculatorEqualTo" + ], + "CalculatorMultiply": [ + "CalculatorMultiply" + ], + "CalculatorNegate": [ + "CalculatorNegate" + ], + "CalculatorPercentage": [ + "CalculatorPercentage" + ], + "CalculatorSquareroot": [ + "CalculatorSquareroot" + ], + "CalculatorSubtract": [ + "CalculatorSubtract" + ], + "Calendar": [ + "Calendar", + "CalendarLegacy" + ], + "CalendarDay": [ + "CalendarDay", + "CalendarDayLegacy" + ], + "CalendarMirrored": [ + "CalendarLegacyMirrored", + "CalendarMirrored" + ], + "CalendarReply": [ + "CalendarReply", + "CalendarReplyLegacy" + ], + "CalendarSolid": [ + "CalendarSolid" + ], + "CalendarWeek": [ + "CalendarWeek", + "CalendarWeekLegacy" + ], + "CaligraphyPen": [ + "CaligraphyPen" + ], + "CallForwardInternational": [ + "CallForwardInternational" + ], + "CallForwardInternationalMirrored": [ + "CallForwardInternationalMirrored" + ], + "CallForwardRoaming": [ + "CallForwardRoaming" + ], + "CallForwardRoamingMirrored": [ + "CallForwardRoamingMirrored" + ], + "CallForwarding": [ + "CallForwarding" + ], + "CallForwardingMirrored": [ + "CallForwardingMirrored" + ], + "Camera": [ + "Camera", + "CameraLegacy" + ], + "Cancel": [ + "Cancel", + "CancelLegacy" + ], + "Caption": [ + "Caption", + "CaptionLegacy" + ], + "Car": [ + "Car", + "DrivingMode" + ], + "CashDrawer": [ + "CashDrawer" + ], + "CellPhone": [ + "CellPhone", + "CellPhoneLegacy", + "MobileContactLegacy" + ], + "Certificate": [ + "Certificate" + ], + "Characters": [ + "Characters", + "CharactersLegacy" + ], + "ChatBubbles": [ + "ChatBubbles" + ], + "CheckMark": [ + "CheckMark", + "CheckMarkLegacy", + "CheckMarkZeroWidthLegacy" + ], + "Checkbox": [ + "Checkbox", + "CheckboxLegacy" + ], + "CheckboxComposite": [ + "CheckboxComposite", + "CheckboxCompositeLegacy" + ], + "CheckboxCompositeReversed": [ + "CheckboxCompositeReversed", + "CheckboxCompositeReversedLegacy" + ], + "CheckboxFill": [ + "CheckboxFill", + "CheckboxFillLegacy", + "CheckboxFillZeroWidthLegacy", + "PresenceChicklet", + "PresenceChickletLegacy", + "ResizeMouseLarge" + ], + "CheckboxIndeterminate": [ + "CheckboxIndeterminate", + "CheckboxIndeterminateLegacy" + ], + "ChevronDown": [ + "ChevronDown", + "ChevronDown1Legacy", + "ChevronDown2Legacy", + "ChevronDown3Legacy", + "ChevronDown4Legacy", + "ChevronFlipDownLegacy", + "ScrollChevronDownBoldLegacy", + "ScrollChevronDownLegacy" + ], + "ChevronDownMed": [ + "ChevronDownMed" + ], + "ChevronDownSmall": [ + "ChevronDownSmLegacy", + "ChevronDownSmall" + ], + "ChevronLeft": [ + "ChevronFlipLeftLegacy", + "ChevronLeft", + "ChevronLeft1Legacy", + "ChevronLeft2Legacy", + "ChevronLeft3Legacy", + "ChevronLeft4Legacy", + "ScrollChevronLeftBoldLegacy", + "ScrollChevronLeftLegacy" + ], + "ChevronLeftMed": [ + "ChevronLeftMed" + ], + "ChevronLeftSmall": [ + "ChevronLeftSmLegacy", + "ChevronLeftSmall" + ], + "ChevronRight": [ + "ChevronFlipRightLegacy", + "ChevronRight", + "ChevronRight1Legacy", + "ChevronRight2Legacy", + "ChevronRight3Legacy", + "ChevronRight4Legacy", + "ScrollChevronRightBoldLegacy", + "ScrollChevronRightLegacy" + ], + "ChevronRightMed": [ + "ChevronRightMed" + ], + "ChevronRightSmall": [ + "ChevronRightSmLegacy", + "ChevronRightSmall" + ], + "ChevronUp": [ + "ChevronFlipUpLegacy", + "ChevronUp", + "ChevronUp1Legacy", + "ChevronUp2Legacy", + "ChevronUp3Legacy", + "ChevronUp4Legacy", + "ScrollChevronUpBoldLegacy", + "ScrollChevronUpLegacy" + ], + "ChevronUpMed": [ + "ChevronUpMed" + ], + "ChevronUpSmall": [ + "ChevronUpSmall" + ], + "ChineseBoPoMoFo": [ + "ChineseBoPoMoFo" + ], + "ChineseChangjie": [ + "ChineseChangjie" + ], + "ChinesePinyin": [ + "ChinesePinyin" + ], + "ChineseQuick": [ + "ChineseQuick" + ], + "ChromeAnnotate": [ + "ChromeAnnotate" + ], + "ChromeBack": [ + "ChromeBack" + ], + "ChromeBackMirrored": [ + "ChromeBackMirrored" + ], + "ChromeBackToWindow": [ + "ChromeBackToWindow" + ], + "ChromeClose": [ + "ChromeClose" + ], + "ChromeFullScreen": [ + "ChromeFullScreen" + ], + "ChromeMaximize": [ + "ChromeMaximize" + ], + "ChromeMinimize": [ + "ChromeMinimize" + ], + "ChromeRestore": [ + "ChromeRestore" + ], + "CircleFill": [ + "CircleFill" + ], + "CircleFillBadge12": [ + "CircleFillBadge12" + ], + "CircleRing": [ + "CircleRing" + ], + "CircleRingBadge12": [ + "CircleRingBadge12" + ], + "CityNext": [ + "CityNext" + ], + "CityNext2": [ + "CityNext2" + ], + "Clear": [ + "Clear", + "ClearLegacy" + ], + "ClearAllInk": [ + "ClearAllInk" + ], + "ClearAllInkMirrored": [ + "ClearAllInkMirrored" + ], + "ClearSelection": [ + "ClearSelection", + "ClearSelectionLegacy" + ], + "ClearSelectionMirrored": [ + "ClearSelectionLegacyMirrored", + "ClearSelectionMirrored" + ], + "Click": [ + "Click" + ], + "ClockLegacy": [ + "ClockLegacy" + ], + "ClosePane": [ + "ClosePane", + "ClosePaneLegacy" + ], + "ClosePaneMirrored": [ + "ClosePaneLegacyMirrored", + "ClosePaneMirrored" + ], + "Cloud": [ + "Cloud" + ], + "CloudPrinter": [ + "CloudPrinter" + ], + "Code": [ + "Code" + ], + "Color": [ + "Color", + "ColorLegacy" + ], + "CommaKey": [ + "CommaKey" + ], + "CommandPrompt": [ + "CommandPrompt" + ], + "Comment": [ + "Comment", + "CommentLegacy" + ], + "Communications": [ + "Communications" + ], + "CompanionApp": [ + "CompanionApp" + ], + "CompanionDeviceFramework": [ + "CompanionDeviceFramework" + ], + "Completed": [ + "Completed" + ], + "CompletedSolid": [ + "CompletedSolid" + ], + "Component": [ + "Component" + ], + "Connect": [ + "Connect" + ], + "ConnectApp": [ + "ConnectApp", + "MiracastLogoLarge" + ], + "Construction": [ + "Construction" + ], + "ConstructionCone": [ + "ConstructionCone" + ], + "ConstructionSolid": [ + "ConstructionSolid" + ], + "Contact": [ + "Contact", + "Contact3Legacy", + "ContactLegacy" + ], + "Contact2": [ + "Contact2", + "Contact2Legacy" + ], + "ContactInfo": [ + "ContactInfo", + "ContactInfoLegacy" + ], + "ContactInfoMirrored": [ + "ContactInfoMirrored" + ], + "ContactPresence": [ + "ContactPresence", + "ContactPresenceLegacy" + ], + "ContactSolid": [ + "ContactSolid" + ], + "Copy": [ + "Copy", + "CopyLegacy" + ], + "Courthouse": [ + "Courthouse" + ], + "Crop": [ + "Crop", + "CropLegacy" + ], + "Cut": [ + "Cut", + "CutLegacy" + ], + "DMC": [ + "DMC" + ], + "DashKey": [ + "DashKey" + ], + "DataSense": [ + "DataSense" + ], + "DataSenseBar": [ + "DataSenseBar" + ], + "DateTime": [ + "DateTime" + ], + "DateTimeMirrored": [ + "DateTimeMirrored" + ], + "DecreaseIndentLegacy": [ + "DecreaseIndentLegacy" + ], + "DecreaseIndentLegacyMirrored": [ + "DecreaseIndentLegacyMirrored" + ], + "DefenderApp": [ + "DefenderApp" + ], + "Delete": [ + "Delete", + "DeleteLegacy" + ], + "DevUpdate": [ + "DevUpdate" + ], + "DeveloperTools": [ + "DeveloperTools" + ], + "DeviceDiscovery": [ + "DeviceDiscovery" + ], + "DeviceLaptopNoPic": [ + "DeviceLaptopNoPic" + ], + "DeviceLaptopPic": [ + "DeviceLaptopPic" + ], + "DeviceMonitorLeftPic": [ + "DeviceMonitorLeftPic" + ], + "DeviceMonitorNoPic": [ + "DeviceMonitorNoPic" + ], + "DeviceMonitorRightPic": [ + "DeviceMonitorRightPic" + ], + "Devices": [ + "Devices" + ], + "Devices3": [ + "Devices3" + ], + "Devices4": [ + "Devices4" + ], + "DevicesLegacy": [ + "Devices2", + "DevicesLegacy" + ], + "Diagnostic": [ + "Diagnostic" + ], + "DialUp": [ + "DialUp" + ], + "Dialpad": [ + "Dialpad" + ], + "Dictionary": [ + "Dictionary" + ], + "DictionaryAdd": [ + "DictionaryAdd" + ], + "DictionaryCloud": [ + "DictionaryCloud" + ], + "DirectAccess": [ + "DirectAccess" + ], + "Directions": [ + "Directions", + "DirectionsLegacy" + ], + "DisableUpdates": [ + "DisableUpdates", + "DisableUpdatesLegacy" + ], + "DisconnectDisplay": [ + "DisconnectDisplay" + ], + "DisconnectDrive": [ + "DisconnectDrive", + "DisconnectDriveLegacy" + ], + "Dislike": [ + "Dislike", + "DislikeLegacy" + ], + "Dock": [ + "Dock" + ], + "DockBottom": [ + "DockBottom", + "DockBottomLegacy" + ], + "DockLeft": [ + "DockLeft", + "DockLeftLegacy" + ], + "DockLeftMirrored": [ + "DockLeftLegacyMirrored", + "DockLeftMirrored" + ], + "DockRight": [ + "DockRight", + "DockRightLegacy" + ], + "DockRightMirrored": [ + "DockRightLegacyMirrored", + "DockRightMirrored" + ], + "Document": [ + "Document", + "DocumentLegacy" + ], + "Down": [ + "Down", + "DownLegacy" + ], + "DownShiftKey": [ + "DownShiftKey" + ], + "Download": [ + "Download", + "DownloadLegacy" + ], + "DownloadMap": [ + "DownloadMap" + ], + "Draw": [ + "Draw" + ], + "DrawSolid": [ + "DrawSolid" + ], + "Drop": [ + "Drop" + ], + "DullSound": [ + "DullSound" + ], + "DullSoundKey": [ + "DullSoundKey" + ], + "EaseOfAccess": [ + "EaseOfAccess", + "EaseOfAccessLegacy" + ], + "Edit": [ + "Edit", + "EditLegacy" + ], + "EditMirrored": [ + "EditLegacyMirrored", + "EditMirrored" + ], + "Education": [ + "Education" + ], + "Emoji": [ + "Emoji", + "EmojiLegacy" + ], + "Emoji2": [ + "Emoji2", + "Emoji2Legacy" + ], + "EmojiSwatch": [ + "EmojiSwatch" + ], + "EmojiTabCelebrationObjects": [ + "EmojiTabCelebrationObjects" + ], + "EmojiTabFavorites": [ + "EmojiTabFavorites" + ], + "EmojiTabFoodPlants": [ + "EmojiTabFoodPlants" + ], + "EmojiTabPeople": [ + "EmojiTabPeople" + ], + "EmojiTabSmilesAnimals": [ + "EmojiTabSmilesAnimals" + ], + "EmojiTabSymbols": [ + "EmojiTabSymbols" + ], + "EmojiTabTextSmiles": [ + "EmojiTabTextSmiles" + ], + "EmojiTabTransitPlaces": [ + "EmojiTabTransitPlaces" + ], + "EndPointSolid": [ + "EndPointSolid" + ], + "EraseTool": [ + "EraseTool" + ], + "EraseToolFill": [ + "EraseToolFill" + ], + "EraseToolFill2": [ + "EraseToolFill2" + ], + "Error": [ + "Error" + ], + "ErrorBadge": [ + "ErrorBadge" + ], + "ErrorBadge12": [ + "ErrorBadge12" + ], + "Ethernet": [ + "Ethernet" + ], + "EthernetError": [ + "EthernetError" + ], + "EthernetWarning": [ + "EthernetWarning" + ], + "ExpandTile": [ + "ExpandTile", + "ExpandTileLegacy" + ], + "ExpandTileMirrored": [ + "ExpandTileLegacyMirrored", + "ExpandTileMirrored" + ], + "ExploreContent": [ + "ExploreContent" + ], + "Export": [ + "Export", + "ImportLegacyMirrored", + "ImportMirrored" + ], + "FastForward": [ + "FastForward" + ], + "FavoriteLegacy": [ + "Favorite2Legacy", + "FavoriteLegacy", + "FavoriteStarFill", + "RatingStarFillLegacy", + "RatingStarFillReducedPaddingHTMLLegacy", + "RatingStarFillSmallLegacy", + "RatingStarFillZeroWidthLegacy", + "SolidStarLegacy" + ], + "FavoriteList": [ + "FavoriteList" + ], + "FavoriteStar": [ + "FavoriteInlineLegacy", + "FavoriteStar", + "OutlineStarLegacy", + "RatingStarLegacy", + "Unfavorite2Legacy" + ], + "Feedback": [ + "Feedback" + ], + "FeedbackApp": [ + "FeedbackApp" + ], + "Ferry": [ + "Ferry" + ], + "FerrySolid": [ + "FerrySolid" + ], + "FileExplorer": [ + "FileExplorer" + ], + "FileExplorerApp": [ + "FileExplorerApp" + ], + "Filter": [ + "Filter", + "FilterLegacy" + ], + "FingerInking": [ + "FingerInking" + ], + "Fingerprint": [ + "Fingerprint" + ], + "Flag": [ + "EndPoint", + "Flag", + "FlagLegacy" + ], + "Flashlight": [ + "Flashlight" + ], + "FlickDown": [ + "FlickDown" + ], + "FlickLeft": [ + "FlickLeft" + ], + "FlickRight": [ + "FlickRight" + ], + "FlickUp": [ + "FlickUp" + ], + "Folder": [ + "Folder" + ], + "FolderFill": [ + "FolderFill", + "FolderLegacy" + ], + "Font": [ + "Font", + "FontLegacy" + ], + "FontColor": [ + "FontColor", + "FontColorLegacy" + ], + "FontColorKoreanLegacy": [ + "FontColorKoreanLegacy" + ], + "FontDecrease": [ + "FontDecrease", + "FontDecreaseLegacy" + ], + "FontIncrease": [ + "FontIncrease", + "FontIncreaseLegacy" + ], + "FontSize": [ + "FontSize", + "FontSizeLegacy" + ], + "FontStyleKoreanLegacy": [ + "FontStyleKoreanLegacy" + ], + "Forward": [ + "ArrowHTMLLegacyMirrored", + "BackBttnMirroredArrow20Legacy", + "BackBttnMirroredArrow42Legacy", + "Forward", + "ForwardLegacy" + ], + "ForwardSm": [ + "ForwardSm" + ], + "FourBars": [ + "FourBars", + "FourBarsLegacy" + ], + "Frigid": [ + "Frigid" + ], + "FullAlpha": [ + "FullAlpha" + ], + "FullCircleMask": [ + "FullCircleMask" + ], + "FullHiragana": [ + "FullHiragana" + ], + "FullKatakana": [ + "FullKatakana" + ], + "FullScreen": [ + "FullScreen", + "FullScreenLegacy" + ], + "Game": [ + "Game" + ], + "GameConsole": [ + "GameConsole" + ], + "GlobalNavButton": [ + "GlobalNavButton" + ], + "Globe": [ + "Globe", + "GlobeLegacy" + ], + "Go": [ + "Go", + "GoLegacy" + ], + "GoMirrored": [ + "GoLegacyMirrored", + "GoMirrored" + ], + "GoToStart": [ + "GoToStart", + "GoToStartLegacy" + ], + "GotoToday": [ + "GotoToday", + "GotoTodayLegacy" + ], + "GripperBarHorizontal": [ + "GripperBarHorizontal" + ], + "GripperBarVertical": [ + "GripperBarVertical" + ], + "GripperResize": [ + "GripperResize" + ], + "GripperResizeMirrored": [ + "GripperResizeMirrored" + ], + "GripperTool": [ + "GripperTool" + ], + "Groceries": [ + "Groceries" + ], + "GuestUser": [ + "GuestUser" + ], + "HalfAlpha": [ + "HalfAlpha" + ], + "HalfDullSound": [ + "HalfDullSound" + ], + "HalfKatakana": [ + "HalfKatakana" + ], + "HalfStarLeft": [ + "HalfStarLeft" + ], + "HalfStarRight": [ + "HalfStarRight" + ], + "Handwriting": [ + "Handwriting" + ], + "HangUp": [ + "HangUp", + "HangUpLegacy" + ], + "HardDrive": [ + "HardDrive" + ], + "Headphone": [ + "Headphone" + ], + "Headphone0": [ + "Headphone0" + ], + "Headphone1": [ + "Headphone1" + ], + "Headphone2": [ + "Headphone2" + ], + "Headphone3": [ + "Headphone3" + ], + "Headset": [ + "Headset" + ], + "Health": [ + "Health" + ], + "Heart": [ + "Heart", + "HeartLegacy" + ], + "HeartBroken": [ + "HeartBroken" + ], + "HeartBrokenLegacy": [ + "HeartBrokenLegacy", + "HeartBrokenZeroWidthLegacy" + ], + "HeartFill": [ + "HeartFill", + "HeartFillLegacy", + "HeartFillZeroWidthLegacy" + ], + "Help": [ + "Help", + "HelpLegacy" + ], + "HelpMirrored": [ + "HelpLegacyMirrored", + "HelpMirrored" + ], + "HideBcc": [ + "HideBcc", + "HideBccLegacy" + ], + "Highlight": [ + "Highlight", + "HighlightLegacy" + ], + "HighlightFill": [ + "HighlightFill" + ], + "HighlightFill2": [ + "HighlightFill2" + ], + "History": [ + "History" + ], + "Home": [ + "Home", + "HomeLegacy" + ], + "HomeGroup": [ + "HomeGroup" + ], + "HomeSolid": [ + "HomeSolid" + ], + "HorizontalTabKey": [ + "HorizontalTabKey" + ], + "IBeam": [ + "IBeam" + ], + "IBeamOutline": [ + "IBeamOutline" + ], + "ImageExport": [ + "ImageExport" + ], + "Import": [ + "ExportMirrored", + "Import", + "ImportLegacy" + ], + "ImportAll": [ + "ImportAll", + "ImportAllLegacy" + ], + "ImportAllMirrored": [ + "ImportAllLegacyMirrored", + "ImportAllMirrored" + ], + "Important": [ + "Important", + "ImportantLegacy" + ], + "ImportantBadge12": [ + "ImportantBadge12" + ], + "InPrivate": [ + "InPrivate" + ], + "IncidentTriangle": [ + "IncidentTriangle" + ], + "IncreaseIndentLegacy": [ + "IncreaseIndentLegacy" + ], + "IncreaseIndentLegacyMirrored": [ + "IncreaseIndentLegacyMirrored" + ], + "Info": [ + "Info" + ], + "Info2": [ + "Info2" + ], + "InkingCaret": [ + "InkingCaret" + ], + "InkingColorFill": [ + "InkingColorFill" + ], + "InkingColorOutline": [ + "InkingColorOutline" + ], + "InkingTool": [ + "InkingTool" + ], + "InkingToolFill": [ + "InkingToolFill" + ], + "InkingToolFill2": [ + "InkingToolFill2" + ], + "Input": [ + "Input" + ], + "InsiderHubApp": [ + "InsiderHubApp" + ], + "Italic": [ + "Italic", + "ItalicLegacy" + ], + "ItalicCLegacy": [ + "ItalicCLegacy" + ], + "ItalicILegacy": [ + "ItalicILegacy" + ], + "ItalicKLegacy": [ + "ItalicKLegacy" + ], + "ItalicKoreanLegacy": [ + "ItalicKoreanLegacy" + ], + "ItalicRussianLegacy": [ + "ItalicRussianLegacy" + ], + "Japanese": [ + "Japanese" + ], + "JpnRomanji": [ + "JpnRomanji" + ], + "JpnRomanjiLock": [ + "JpnRomanjiLock" + ], + "JpnRomanjiShift": [ + "JpnRomanjiShift" + ], + "JpnRomanjiShiftLock": [ + "JpnRomanjiShiftLock" + ], + "Key12On": [ + "Key12On" + ], + "KeyBoardLegacy": [ + "KeyBoardLegacy", + "KeyboardClassic" + ], + "KeyboardBrightness": [ + "KeyboardBrightness" + ], + "KeyboardDismiss": [ + "KeyboardDismiss" + ], + "KeyboardFull": [ + "KeyboardFull" + ], + "KeyboardLeftHanded": [ + "KeyboardLeftHanded" + ], + "KeyboardLowerBrightness": [ + "KeyboardLowerBrightness" + ], + "KeyboardOneHanded": [ + "KeyboardOneHanded" + ], + "KeyboardRightHanded": [ + "KeyboardRightHanded" + ], + "KeyboardShortcut": [ + "KeyboardShortcut" + ], + "KeyboardSplit": [ + "KeyboardSplit", + "KeyboardSplitLegacy" + ], + "KeyboardStandard": [ + "KeyboardStandard", + "KeyboardStandardLegacy" + ], + "Korean": [ + "Korean" + ], + "LEDLight": [ + "LEDLight" + ], + "Label": [ + "Label" + ], + "LangJPN": [ + "LangJPN" + ], + "LanguageChs": [ + "LanguageChs" + ], + "LanguageCht": [ + "LanguageCht" + ], + "LanguageJpn": [ + "LanguageJpn" + ], + "LanguageKor": [ + "LanguageKor" + ], + "LaptopSelected": [ + "LaptopSelected" + ], + "LayoutLegacy": [ + "LayoutLegacy" + ], + "Leaf": [ + "Leaf" + ], + "LeaveChat": [ + "LeaveChat", + "LeaveChatLegacy" + ], + "LeaveChatMirrored": [ + "LeaveChatMirrored" + ], + "LeftArrowKeyTime0": [ + "LeftArrowKeyTime0" + ], + "LeftDoubleQuote": [ + "LeftDoubleQuote" + ], + "LeftQuote": [ + "LeftQuote" + ], + "Library": [ + "Library", + "LibraryLegacy" + ], + "Light": [ + "Light" + ], + "Lightbulb": [ + "Lightbulb", + "ToolTip" + ], + "LightningBolt": [ + "LightningBolt" + ], + "Like": [ + "Like", + "LikeInlineLegacy", + "LikeLegacy" + ], + "LikeDislike": [ + "LikeDislike", + "LikeDislikeLegacy" + ], + "Link": [ + "Link", + "LinkLegacy" + ], + "List": [ + "List" + ], + "ListMirrored": [ + "ListMirrored" + ], + "Location": [ + "Location", + "LocationLegacy" + ], + "Lock": [ + "Lock", + "LockLegacy" + ], + "LockScreenGlance": [ + "LockScreenGlance" + ], + "LockscreenDesktop": [ + "LockscreenDesktop" + ], + "LowerBrightness": [ + "LowerBrightness" + ], + "MagStripeReader": [ + "MagStripeReader" + ], + "Mail": [ + "Mail", + "MailLegacy" + ], + "MailBadge12": [ + "MailBadge12" + ], + "MailFill": [ + "MailFill", + "MailFillLegacy", + "MailMessageLegacy" + ], + "MailForward": [ + "MailForward", + "MailForwardLegacy" + ], + "MailForwardMirrored": [ + "MailForwardLegacyMirrored", + "MailForwardMirrored" + ], + "MailReply": [ + "MailReply", + "MailReplyLegacy" + ], + "MailReplyAll": [ + "MailReplyAll", + "MailReplyAllLegacy" + ], + "MailReplyAllMirrored": [ + "MailReplyAllLegacyMirrored", + "MailReplyAllMirrored" + ], + "MailReplyMirrored": [ + "MailReplyLegacyMirrored", + "MailReplyMirrored" + ], + "Manage": [ + "Manage", + "ManageLegacy" + ], + "MapCompassBottom": [ + "MapCompassBottom" + ], + "MapCompassTop": [ + "MapCompassTop" + ], + "MapDirections": [ + "MapDirections" + ], + "MapDrive": [ + "MapDrive", + "MapDriveLegacy" + ], + "MapLayers": [ + "MapLayers" + ], + "MapPin": [ + "MapLegacy", + "MapPin" + ], + "MapPinLegacy": [ + "MapPin2", + "MapPinLegacy" + ], + "Marker": [ + "Marker" + ], + "Marquee": [ + "Marquee" + ], + "Media": [ + "Media" + ], + "MediaStorageTower": [ + "MediaStorageTower" + ], + "Megaphone": [ + "Megaphone" + ], + "Memo": [ + "Memo", + "MemoLegacy" + ], + "Message": [ + "CommentInlineLegacy", + "Message", + "MessageLegacy" + ], + "MicClipping": [ + "MicClipping" + ], + "MicError": [ + "MicError" + ], + "MicOff": [ + "MicOff" + ], + "MicOn": [ + "MicOn" + ], + "MicSleep": [ + "MicSleep" + ], + "Microphone": [ + "Microphone", + "MicrophoneLegacy" + ], + "MiracastLogoSmall": [ + "MiracastLogoSmall" + ], + "MobActionCenter": [ + "MobActionCenter" + ], + "MobAirplane": [ + "MobAirplane" + ], + "MobBattery0": [ + "MobBattery0" + ], + "MobBattery1": [ + "MobBattery1" + ], + "MobBattery10": [ + "MobBattery10" + ], + "MobBattery2": [ + "MobBattery2" + ], + "MobBattery3": [ + "MobBattery3" + ], + "MobBattery4": [ + "MobBattery4" + ], + "MobBattery5": [ + "MobBattery5" + ], + "MobBattery6": [ + "MobBattery6" + ], + "MobBattery7": [ + "MobBattery7" + ], + "MobBattery8": [ + "MobBattery8" + ], + "MobBattery9": [ + "MobBattery9" + ], + "MobBatteryCharging0": [ + "MobBatteryCharging0" + ], + "MobBatteryCharging1": [ + "MobBatteryCharging1" + ], + "MobBatteryCharging10": [ + "MobBatteryCharging10" + ], + "MobBatteryCharging2": [ + "MobBatteryCharging2" + ], + "MobBatteryCharging3": [ + "MobBatteryCharging3" + ], + "MobBatteryCharging4": [ + "MobBatteryCharging4" + ], + "MobBatteryCharging5": [ + "MobBatteryCharging5" + ], + "MobBatteryCharging6": [ + "MobBatteryCharging6" + ], + "MobBatteryCharging7": [ + "MobBatteryCharging7" + ], + "MobBatteryCharging8": [ + "MobBatteryCharging8" + ], + "MobBatteryCharging9": [ + "MobBatteryCharging9" + ], + "MobBatterySaver0": [ + "MobBatterySaver0" + ], + "MobBatterySaver1": [ + "MobBatterySaver1" + ], + "MobBatterySaver10": [ + "MobBatterySaver10" + ], + "MobBatterySaver2": [ + "MobBatterySaver2" + ], + "MobBatterySaver3": [ + "MobBatterySaver3" + ], + "MobBatterySaver4": [ + "MobBatterySaver4" + ], + "MobBatterySaver5": [ + "MobBatterySaver5" + ], + "MobBatterySaver6": [ + "MobBatterySaver6" + ], + "MobBatterySaver7": [ + "MobBatterySaver7" + ], + "MobBatterySaver8": [ + "MobBatterySaver8" + ], + "MobBatterySaver9": [ + "MobBatterySaver9" + ], + "MobBatteryUnknown": [ + "MobBatteryUnknown" + ], + "MobBluetooth": [ + "MobBluetooth" + ], + "MobCallForwarding": [ + "MobCallForwarding" + ], + "MobCallForwardingMirrored": [ + "MobCallForwardingMirrored" + ], + "MobDrivingMode": [ + "MobDrivingMode" + ], + "MobLocation": [ + "MobLocation" + ], + "MobQuietHours": [ + "MobQuietHours" + ], + "MobSignal1": [ + "MobSignal1" + ], + "MobSignal2": [ + "MobSignal2" + ], + "MobSignal3": [ + "MobSignal3" + ], + "MobSignal4": [ + "MobSignal4" + ], + "MobSignal5": [ + "MobSignal5" + ], + "MobWifi1": [ + "MobWifi1" + ], + "MobWifi2": [ + "MobWifi2" + ], + "MobWifi3": [ + "MobWifi3" + ], + "MobWifi4": [ + "MobWifi4" + ], + "MobWifiHotspot": [ + "MobWifiHotspot" + ], + "MobileLocked": [ + "MobileLocked" + ], + "MobileSelected": [ + "MobileSelected" + ], + "MobileTablet": [ + "MobileTablet" + ], + "More": [ + "More", + "MoreLegacy" + ], + "Mouse": [ + "Mouse" + ], + "MoveToFolder": [ + "MoveToFolder", + "MoveToFolderLegacy" + ], + "Movies": [ + "Movies" + ], + "MultiSelect": [ + "MultiSelect", + "MultiSelectLegacy" + ], + "MultiSelectMirrored": [ + "MultiSelectLegacyMirrored", + "MultiSelectMirrored" + ], + "MultimediaDMP": [ + "MultimediaDMP" + ], + "MultimediaDMS": [ + "MultimediaDMS" + ], + "MultimediaDVR": [ + "MultimediaDVR" + ], + "MultimediaPMP": [ + "MultimediaPMP" + ], + "Multitask": [ + "Multitask" + ], + "Multitask16": [ + "Multitask16" + ], + "MultitaskExpanded": [ + "MultitaskExpanded" + ], + "MusicAlbum": [ + "MusicAlbum" + ], + "MusicInfo": [ + "MusicInfo", + "MusicInfoLegacy" + ], + "MusicNote": [ + "MusicNote" + ], + "Mute": [ + "Mute", + "MuteLegacy" + ], + "MyNetwork": [ + "MyNetwork" + ], + "NUIFPContinueSlideAction": [ + "NUIFPContinueSlideAction" + ], + "NUIFPContinueSlideHand": [ + "NUIFPContinueSlideHand" + ], + "NUIFPPressAction": [ + "NUIFPPressAction" + ], + "NUIFPPressHand": [ + "NUIFPPressHand" + ], + "NUIFPPressRepeatAction": [ + "NUIFPPressRepeatAction" + ], + "NUIFPRollLeftAction": [ + "NUIFPRollLeftAction" + ], + "NUIFPRollLeftHand": [ + "NUIFPRollLeftHand" + ], + "NUIFPRollRightHand": [ + "NUIFPRollRightHand" + ], + "NUIFPRollRightHandAction": [ + "NUIFPRollRightHandAction" + ], + "NUIFPStartSlideAction": [ + "NUIFPStartSlideAction" + ], + "NUIFPStartSlideHand": [ + "NUIFPPressRepeatHand", + "NUIFPStartSlideHand" + ], + "NUIFace": [ + "NUIFace" + ], + "NUIIris": [ + "NUIIris" + ], + "Narrator": [ + "Narrator" + ], + "NarratorForward": [ + "NarratorForward" + ], + "NarratorForwardMirrored": [ + "NarratorForwardMirrored" + ], + "Network": [ + "Network" + ], + "NetworkAdapter": [ + "NetworkAdapter" + ], + "NetworkPrinter": [ + "NetworkPrinter" + ], + "NetworkTower": [ + "NetworkTower" + ], + "NewFolder": [ + "NewFolder", + "NewFolderLegacy" + ], + "NewWindow": [ + "NewWindow", + "NewWindowLegacy" + ], + "Next": [ + "Next", + "NextLegacy" + ], + "OEM": [ + "OEM" + ], + "OneBar": [ + "OneBar", + "OneBarLegacy" + ], + "OpenFile": [ + "OpenFile", + "OpenFileLegacy" + ], + "OpenInNewWindow": [ + "OpenInNewWindow", + "OpenInNewWindowLegacy" + ], + "OpenLocal": [ + "OpenLocal", + "OpenLocalLegacy" + ], + "OpenPane": [ + "OpenPane", + "OpenPaneLegacy" + ], + "OpenPaneMirrored": [ + "OpenPaneLegacyMirrored", + "OpenPaneMirrored" + ], + "OpenWith": [ + "OpenWith", + "OpenWithLegacy" + ], + "OpenWithMirrored": [ + "OpenWithLegacyMirrored", + "OpenWithMirrored" + ], + "Orientation": [ + "Orientation", + "OrientationLegacy" + ], + "OtherUser": [ + "OtherUser", + "OtherUserLegacy" + ], + "PC1": [ + "PC1", + "PC1Legacy" + ], + "PLAP": [ + "PLAP" + ], + "Package": [ + "Package" + ], + "Page": [ + "Page", + "PageLegacy" + ], + "PageLeft": [ + "PageLeft" + ], + "PageRight": [ + "PageRight" + ], + "PageSolid": [ + "PageFillLegacy", + "PageSolid" + ], + "PanMode": [ + "PanMode" + ], + "ParkingLocation": [ + "ParkingLocation" + ], + "ParkingLocationMirrored": [ + "ParkingLocationMirrored" + ], + "ParkingLocationSolid": [ + "ParkingLocationSolid" + ], + "PartyLeader": [ + "PartyLeader" + ], + "PasswordKeyHide": [ + "PasswordKeyHide" + ], + "PasswordKeyShow": [ + "PasswordKeyShow" + ], + "Paste": [ + "Paste", + "PasteLegacy" + ], + "Pause": [ + "Pause", + "PauseLegacy" + ], + "PauseBadge12": [ + "PauseBadge12" + ], + "PenPalette": [ + "PenPalette" + ], + "PenPaletteMirrored": [ + "PenPaletteMirrored" + ], + "PenWorkspace": [ + "PenWorkspace" + ], + "PenWorkspaceMirrored": [ + "PenWorkspaceMirrored" + ], + "Pencil": [ + "Pencil" + ], + "People": [ + "People", + "PeopleLegacy" + ], + "PeriodKey": [ + "PeriodKey" + ], + "Permissions": [ + "Permissions", + "PermissionsLegacy" + ], + "PersonalFolder": [ + "PersonalFolder" + ], + "Personalize": [ + "Personalize" + ], + "Phone": [ + "Phone", + "PhoneLegacy" + ], + "PhoneBook": [ + "PhoneBook", + "PhoneBookLegacy" + ], + "Photo": [ + "Photo" + ], + "Photo2": [ + "Photo2" + ], + "Picture": [ + "Picture", + "PictureLegacy" + ], + "PieSingle": [ + "PieSingle" + ], + "Pin": [ + "Pin", + "PinLegacy" + ], + "PinFill": [ + "PinFill" + ], + "Pinned": [ + "Pinned" + ], + "PinnedFill": [ + "PinnedFill" + ], + "PlaceFolderLegacy": [ + "PlaceFolderLegacy" + ], + "Play": [ + "Play", + "PlayLegacy" + ], + "Play36": [ + "Play36" + ], + "PlayBadge12": [ + "PlayBadge12" + ], + "PlayOnLegacy": [ + "PlayOnLegacy" + ], + "PlaybackRate1x": [ + "PlaybackRate1x" + ], + "PlaybackRateOther": [ + "PlaybackRateOther" + ], + "PointErase": [ + "PointErase" + ], + "PointEraseMirrored": [ + "PointEraseMirrored" + ], + "PoliceCar": [ + "PoliceCar" + ], + "PostUpdate": [ + "PostUpdate", + "PostUpdateLegacy" + ], + "PowerButton": [ + "PowerButton" + ], + "PresenceChickletVideo": [ + "PresenceChickletVideo", + "PresenceChickletVideoLegacy" + ], + "Preview": [ + "Preview", + "PreviewLegacy" + ], + "PreviewLink": [ + "PreviewLink", + "PreviewLinkLegacy" + ], + "Previous": [ + "Previous", + "PreviousLegacy" + ], + "Print": [ + "Print", + "PrintLegacy" + ], + "Printer3D": [ + "Printer3D" + ], + "Printer3DLegacy": [ + "Printer3DLegacy" + ], + "PrintfaxPrinterFile": [ + "PrintfaxPrinterFile" + ], + "Priority": [ + "Priority", + "PriorityLegacy" + ], + "Process": [ + "Process" + ], + "Project": [ + "Project" + ], + "Projector": [ + "Projector" + ], + "ProtectedDocument": [ + "ProtectedDocument", + "ProtectedDocumentLegacy" + ], + "ProvisioningPackage": [ + "ProvisioningPackage" + ], + "PuncKey": [ + "PuncKey" + ], + "PuncKey0": [ + "PuncKey0" + ], + "PuncKey1": [ + "PuncKey1" + ], + "PuncKey2": [ + "PuncKey2" + ], + "PuncKey3": [ + "PuncKey3" + ], + "PuncKey4": [ + "PuncKey4" + ], + "PuncKey5": [ + "PuncKey5" + ], + "PuncKey6": [ + "PuncKey6" + ], + "PuncKey7": [ + "PuncKey7" + ], + "PuncKey8": [ + "PuncKey8" + ], + "PuncKey9": [ + "PuncKey9" + ], + "PuncKeyLeftBottom": [ + "PuncKeyLeftBottom" + ], + "PuncKeyRightBottom": [ + "PuncKeyRightBottom" + ], + "Puzzle": [ + "Puzzle" + ], + "QWERTYOff": [ + "QWERTYOff" + ], + "QWERTYOn": [ + "QWERTYOn" + ], + "QuickNote": [ + "QuickNote" + ], + "QuietHours": [ + "QuietHours" + ], + "RadioBtnOff": [ + "RadioBtnOff" + ], + "RadioBtnOn": [ + "RadioBtnOn" + ], + "RadioBullet": [ + "RadioBullet" + ], + "RadioBullet2": [ + "RadioBullet2" + ], + "Read": [ + "Read", + "ReadLegacy" + ], + "ReadingList": [ + "ReadingList" + ], + "ReceiptPrinter": [ + "ReceiptPrinter" + ], + "Recent": [ + "LengthLegacy", + "Recent" + ], + "Record": [ + "Record", + "RecordLegacy" + ], + "Redo": [ + "Redo", + "RedoLegacy" + ], + "ReduceTileLegacy": [ + "ReduceTileLegacy" + ], + "ReduceTileLegacyMirrored": [ + "ReduceTileLegacyMirrored" + ], + "Refresh": [ + "Refresh", + "RefreshLegacy", + "RepeatAll", + "RepeatAllLegacy" + ], + "RememberedDevice": [ + "RememberedDevice" + ], + "Reminder": [ + "Reminder" + ], + "ReminderFill": [ + "ReminderFill" + ], + "Remote": [ + "Remote", + "RemoteLegacy" + ], + "Remove": [ + "Remove", + "RemoveLegacy" + ], + "RemoveFrom": [ + "RemoveFrom" + ], + "Rename": [ + "Rename", + "RenameLegacy" + ], + "Repair": [ + "Repair", + "RepairLegacy" + ], + "RepeatOne": [ + "RepeatOne", + "RepeatOneLegacy" + ], + "Reply": [ + "Reply", + "ReplyLegacy" + ], + "ReplyMirrored": [ + "ReplyMirrored" + ], + "ReportHacked": [ + "ReportHacked", + "ReportHackedLegacy" + ], + "ResetDevice": [ + "ResetDevice" + ], + "ResetDrive": [ + "ResetDrive" + ], + "Reshare": [ + "Reshare", + "ReshareLegacy" + ], + "ResizeMouseMedium": [ + "ResizeMouseMedium" + ], + "ResizeMouseMediumMirrored": [ + "ResizeMouseMediumMirrored" + ], + "ResizeMouseSmall": [ + "ResizeMouseSmall" + ], + "ResizeMouseSmallMirrored": [ + "ResizeMouseSmallMirrored" + ], + "ResizeMouseTall": [ + "ResizeMouseTall" + ], + "ResizeMouseTallMirrored": [ + "ResizeMouseTallMirrored" + ], + "ResizeMouseWide": [ + "ResizeMouseWide" + ], + "ResizeTouchLarger": [ + "ResizeTouchLarger" + ], + "ResizeTouchNarrower": [ + "ResizeTouchNarrower" + ], + "ResizeTouchNarrowerMirrored": [ + "ResizeTouchNarrowerMirrored" + ], + "ResizeTouchShorter": [ + "ResizeTouchShorter" + ], + "ResizeTouchSmaller": [ + "ResizeTouchSmaller" + ], + "ResolutionLegacy": [ + "ResolutionLegacy" + ], + "ReturnKey": [ + "ReturnKey" + ], + "ReturnKeyLg": [ + "ReturnKeyLg" + ], + "ReturnKeySm": [ + "ReturnKeySm" + ], + "ReturnToWindow": [ + "ReturnToWindow", + "ReturnToWindowLegacy" + ], + "RevToggleKey": [ + "RevToggleKey" + ], + "Rewind": [ + "Rewind" + ], + "RightArrowKeyTime0": [ + "RightArrowKeyTime0" + ], + "RightArrowKeyTime1": [ + "RightArrowKeyTime1" + ], + "RightArrowKeyTime2": [ + "RightArrowKeyTime2" + ], + "RightArrowKeyTime3": [ + "RightArrowKeyTime3" + ], + "RightArrowKeyTime4": [ + "RightArrowKeyTime4" + ], + "RightDoubleQuote": [ + "RightDoubleQuote" + ], + "RightQuote": [ + "RightQuote" + ], + "Ringer": [ + "Ringer" + ], + "RingerBadge12": [ + "RingerBadge12" + ], + "RingerSilent": [ + "RingerSilent" + ], + "RoamingDomestic": [ + "RoamingDomestic" + ], + "RoamingInternational": [ + "RoamingInternational" + ], + "Robot": [ + "Robot" + ], + "Rotate": [ + "Rotate" + ], + "RotateCamera": [ + "RotateCamera", + "RotateCameraLegacy" + ], + "RotateLegacy": [ + "RotateLegacy" + ], + "RotateMapLeft": [ + "RotateMapLeft" + ], + "RotateMapRight": [ + "RotateMapRight" + ], + "RotationLock": [ + "RotationLock" + ], + "Ruler": [ + "Ruler" + ], + "SDCard": [ + "SDCard" + ], + "SIMLock": [ + "SIMLock" + ], + "SIMMissing": [ + "SIMMissing" + ], + "SIPMove": [ + "SIPMove" + ], + "SIPRedock": [ + "SIPRedock" + ], + "SIPUndock": [ + "SIPUndock" + ], + "Save": [ + "Save", + "SaveLegacy" + ], + "SaveAs": [ + "SaveAs", + "SaveAsLegacy" + ], + "SaveCopy": [ + "SaveCopy" + ], + "SaveLocal": [ + "SaveLocal", + "SaveLocalLegacy" + ], + "Scan": [ + "Scan", + "ScanLegacy" + ], + "ScrollMode": [ + "ScrollMode" + ], + "ScrollUpDown": [ + "ScrollUpDown" + ], + "Search": [ + "FindLegacy", + "Search", + "SearchboxLegacy" + ], + "SearchAndApps": [ + "SearchAndApps" + ], + "SelectAll": [ + "SelectAll", + "SelectAllLegacy" + ], + "SemanticZoomLegacy": [ + "SemanticZoomLegacy" + ], + "Send": [ + "Send", + "SendLegacy" + ], + "SendFill": [ + "SendFill" + ], + "SendFillMirrored": [ + "SendFillMirrored" + ], + "SendMirrored": [ + "SendMirrored" + ], + "Sensor": [ + "Sensor" + ], + "SetTile": [ + "SetTile", + "SetTileLegacy" + ], + "SetlockScreen": [ + "SetlockScreen", + "SetlockScreenLegacy" + ], + "Settings": [ + "Settings", + "SettingsLegacy" + ], + "SettingsBattery": [ + "SettingsBattery" + ], + "SettingsDisplaySound": [ + "SettingsDisplaySound" + ], + "Share": [ + "Share" + ], + "ShareBroadband": [ + "ShareBroadband" + ], + "Shop": [ + "Shop", + "ShopLegacy" + ], + "ShoppingCart": [ + "ShoppingCart" + ], + "ShowAllFiles1Legacy": [ + "ShowAllFiles1Legacy" + ], + "ShowAllFiles3Legacy": [ + "ShowAllFiles3Legacy" + ], + "ShowBcc": [ + "ShowBcc", + "ShowBccLegacy" + ], + "ShowResults": [ + "ShowResults", + "ShowResultsLegacy" + ], + "ShowResultsMirrored": [ + "ShowResultsLegacyMirrored", + "ShowResultsMirrored" + ], + "Shuffle": [ + "Shuffle", + "ShuffleLegacy" + ], + "SignalBars1": [ + "SignalBars1" + ], + "SignalBars2": [ + "SignalBars2" + ], + "SignalBars3": [ + "SignalBars3" + ], + "SignalBars4": [ + "SignalBars4" + ], + "SignalBars5": [ + "SignalBars5" + ], + "SignalError": [ + "SignalError" + ], + "SignalNotConnected": [ + "SignalNotConnected" + ], + "SignalRoaming": [ + "SignalRoaming" + ], + "SizeLegacy": [ + "SizeLegacy" + ], + "SkipBack10": [ + "SkipBack10" + ], + "SkipForward30": [ + "SkipForward30" + ], + "SliderThumb": [ + "SliderThumb" + ], + "Slideshow": [ + "Slideshow", + "SlideshowLegacy" + ], + "Smartcard": [ + "Smartcard" + ], + "SmartcardVirtual": [ + "SmartcardVirtual" + ], + "Sort": [ + "Sort", + "SortLegacy" + ], + "Speakers": [ + "Speakers" + ], + "SpeedHigh": [ + "SpeedHigh" + ], + "SpeedMedium": [ + "SpeedMedium" + ], + "SpeedOff": [ + "SpeedOff" + ], + "StartPoint": [ + "StartPoint" + ], + "StartPointSolid": [ + "StartPointSolid" + ], + "StatusCircle": [ + "StatusCircle" + ], + "StatusCircleLeft": [ + "StatusCircleLeft" + ], + "StatusConnecting1": [ + "StatusConnecting1" + ], + "StatusConnecting2": [ + "StatusConnecting2" + ], + "StatusDataTransfer": [ + "StatusDataTransfer" + ], + "StatusDataTransferVPN": [ + "StatusDataTransferVPN" + ], + "StatusDualSIM1": [ + "StatusDualSIM1" + ], + "StatusDualSIM1VPN": [ + "StatusDualSIM1VPN" + ], + "StatusDualSIM2": [ + "StatusDualSIM2" + ], + "StatusDualSIM2VPN": [ + "StatusDualSIM2VPN" + ], + "StatusError": [ + "StatusError" + ], + "StatusErrorFull": [ + "StatusErrorFull" + ], + "StatusErrorLeft": [ + "StatusErrorLeft" + ], + "StatusSGLTE": [ + "StatusSGLTE" + ], + "StatusSGLTECell": [ + "StatusSGLTECell" + ], + "StatusSGLTEDataVPN": [ + "StatusSGLTEDataVPN" + ], + "StatusTriangle": [ + "StatusTriangle" + ], + "StatusTriangleLeft": [ + "StatusTriangleLeft" + ], + "StatusUnsecure": [ + "StatusUnsecure" + ], + "StatusVPN": [ + "StatusVPN" + ], + "StatusWarning": [ + "StatusWarning" + ], + "StatusWarningLeft": [ + "StatusWarningLeft" + ], + "StockDown": [ + "StockDown" + ], + "StockUp": [ + "StockUp" + ], + "Stop": [ + "Stop", + "StopLegacy" + ], + "StopPoint": [ + "StopPoint" + ], + "StopPointSolid": [ + "StopPointSolid" + ], + "StopSlideshowLegacy": [ + "StopSlideshowLegacy" + ], + "Stopwatch": [ + "Stopwatch" + ], + "StorageNetworkWireless": [ + "StorageNetworkWireless" + ], + "StorageOptical": [ + "StorageOptical" + ], + "StorageTape": [ + "StorageTape" + ], + "Streaming": [ + "Streaming" + ], + "StreamingEnterprise": [ + "StreamingEnterprise" + ], + "Street": [ + "Street", + "StreetLegacy" + ], + "StreetsideSplitExpand": [ + "StreetsideSplitExpand" + ], + "StreetsideSplitMinimize": [ + "StreetsideSplitMinimize" + ], + "StrokeErase": [ + "StrokeErase" + ], + "StrokeEraseMirrored": [ + "StrokeEraseMirrored" + ], + "Subtitles": [ + "Subtitles" + ], + "SubtitlesAudio": [ + "SubtitlesAudio" + ], + "SurfaceHub": [ + "SurfaceHub" + ], + "Sustainable": [ + "Sustainable" + ], + "Swipe": [ + "Swipe" + ], + "SwipeRevealArt": [ + "SwipeRevealArt" + ], + "Switch": [ + "Switch", + "SwitchLegacy" + ], + "SwitchApps": [ + "SwitchApps", + "SwitchAppsLegacy" + ], + "SwitchUser": [ + "SwitchUser" + ], + "Sync": [ + "Sync", + "SyncLegacy" + ], + "SyncBadge12": [ + "SyncBadge12" + ], + "SyncError": [ + "SyncError" + ], + "SyncFolder": [ + "SyncFolder", + "SyncFolderLegacy" + ], + "System": [ + "System" + ], + "TVMonitor": [ + "TVMonitor" + ], + "TVMonitorSelected": [ + "TVMonitorSelected" + ], + "Tablet": [ + "Tablet" + ], + "TabletMode": [ + "TabletMode" + ], + "TabletSelected": [ + "TabletSelected" + ], + "Tag": [ + "Tag", + "TagLegacy" + ], + "TapAndSend": [ + "TapAndSend" + ], + "TaskbarPhone": [ + "TaskbarPhone" + ], + "ThisPC": [ + "ThisPC" + ], + "ThoughtBubble": [ + "ThoughtBubble" + ], + "ThreeBars": [ + "ThreeBars", + "ThreeBarsLegacy" + ], + "Tiles": [ + "Tiles" + ], + "TiltDown": [ + "TiltDown" + ], + "TiltUp": [ + "TiltUp" + ], + "TimeLanguage": [ + "TimeLanguage" + ], + "ToggleBorder": [ + "ToggleBorder" + ], + "ToggleFilled": [ + "ToggleFilled" + ], + "ToggleThumb": [ + "ToggleThumb" + ], + "Touch": [ + "Touch" + ], + "TouchPointer": [ + "TouchPointer", + "TouchPointerLegacy" + ], + "Touchscreen": [ + "Touchscreen" + ], + "Trackers": [ + "Trackers" + ], + "TrackersMirrored": [ + "TrackersMirrored" + ], + "Train": [ + "Train" + ], + "TrainSolid": [ + "TrainSolid" + ], + "TreeFolderFolder": [ + "TreeFolderFolder" + ], + "TreeFolderFolderFill": [ + "TreeFolderFolderFill" + ], + "TreeFolderFolderOpen": [ + "TreeFolderFolderOpen" + ], + "TreeFolderFolderOpenFill": [ + "TreeFolderFolderOpenFill" + ], + "Trim": [ + "Trim", + "TrimLegacy" + ], + "TwoBars": [ + "TwoBars", + "TwoBarsLegacy" + ], + "TwoPage": [ + "TwoPage", + "TwoPageLegacy" + ], + "Type": [ + "Type", + "TypeLegacy" + ], + "TypingIndicatorLegacy": [ + "TypingIndicatorLegacy" + ], + "USB": [ + "USB" + ], + "USBSafeConnect": [ + "USBSafeConnect" + ], + "Underline": [ + "Underline", + "UnderlineLegacy" + ], + "UnderlineLKoreanLegacy": [ + "UnderlineLKoreanLegacy" + ], + "UnderlineRussianLegacy": [ + "UnderlineRussianLegacy" + ], + "UnderlineSLegacy": [ + "UnderlineSLegacy" + ], + "UnderlineULegacy": [ + "UnderlineULegacy" + ], + "UnderscoreSpace": [ + "UnderscoreSpace" + ], + "Undo": [ + "Undo", + "UndoLegacy" + ], + "Unfavorite": [ + "Unfavorite", + "UnfavoriteLegacy" + ], + "Unit": [ + "Unit" + ], + "Unlock": [ + "Unlock", + "UnlockLegacy" + ], + "Unpin": [ + "Unpin", + "UnpinLegacy" + ], + "UnsyncFolder": [ + "UnsyncFolder", + "UnsyncFolderLegacy" + ], + "Up": [ + "Up", + "UpLegacy" + ], + "UpArrowShiftKey": [ + "UpArrowShiftKey" + ], + "UpShiftKey": [ + "UpShiftKey" + ], + "UpdateRestore": [ + "UpdateRestore" + ], + "Upload": [ + "Upload", + "UploadLegacy", + "UploadSkyDriveLegacy" + ], + "VPN": [ + "VPN" + ], + "Vibrate": [ + "Vibrate" + ], + "Video": [ + "Video", + "VideoInlineLegacy", + "VideoLegacy" + ], + "VideoChat": [ + "VideoChat", + "VideoChatLegacy" + ], + "View": [ + "RevealPasswordLegacy", + "View", + "ViewLegacy" + ], + "ViewAll": [ + "ShowAllFilesLegacy", + "ViewAll", + "ViewAllLegacy" + ], + "Volume": [ + "Volume", + "VolumeLegacy" + ], + "Volume0": [ + "Volume0" + ], + "Volume1": [ + "Volume1" + ], + "Volume2": [ + "Volume2" + ], + "Volume3": [ + "Volume3" + ], + "VolumeBars": [ + "VolumeBars" + ], + "Walk": [ + "Walk" + ], + "WalkSolid": [ + "WalkSolid" + ], + "Warning": [ + "Warning" + ], + "Webcam": [ + "Webcam", + "WebcamLegacy" + ], + "Webcam2": [ + "Webcam2" + ], + "Wheel": [ + "Wheel" + ], + "Wifi": [ + "Wifi" + ], + "Wifi1": [ + "Wifi1" + ], + "Wifi2": [ + "Wifi2" + ], + "Wifi3": [ + "Wifi3" + ], + "WifiAttentionOverlay": [ + "WifiAttentionOverlay" + ], + "WifiCall0": [ + "WifiCall0" + ], + "WifiCall1": [ + "WifiCall1" + ], + "WifiCall2": [ + "WifiCall2" + ], + "WifiCall3": [ + "WifiCall3" + ], + "WifiCall4": [ + "WifiCall4" + ], + "WifiCallBars": [ + "WifiCallBars" + ], + "WifiError0": [ + "WifiError0" + ], + "WifiError1": [ + "WifiError1" + ], + "WifiError2": [ + "WifiError2" + ], + "WifiError3": [ + "WifiError3" + ], + "WifiError4": [ + "WifiError4" + ], + "WifiEthernet": [ + "WifiEthernet" + ], + "WifiHotspot": [ + "InternetSharing", + "WifiHotspot" + ], + "WifiWarning0": [ + "WifiWarning0" + ], + "WifiWarning1": [ + "WifiWarning1" + ], + "WifiWarning2": [ + "WifiWarning2" + ], + "WifiWarning3": [ + "WifiWarning3" + ], + "WifiWarning4": [ + "WifiWarning4" + ], + "WindDirection": [ + "WindDirection" + ], + "WiredUSB": [ + "WiredUSB" + ], + "WirelessUSB": [ + "WirelessUSB" + ], + "Work": [ + "Work" + ], + "WorkSolid": [ + "WorkSolid" + ], + "World": [ + "World", + "WorldLegacy" + ], + "XboxOneConsole": [ + "XboxOneConsole" + ], + "ZeroBars": [ + "ZeroBars", + "ZeroBarsLegacy" + ], + "Zoom": [ + "Zoom", + "ZoomLegacy" + ], + "ZoomIn": [ + "ZoomIn", + "ZoomInLegacy" + ], + "ZoomMode": [ + "ZoomMode" + ], + "ZoomOut": [ + "ZoomOut", + "ZoomOutLegacy" + ], + "eSIM": [ + "eSIM" + ], + "eSIMBusy": [ + "eSIMBusy" + ], + "eSIMLocked": [ + "eSIMLocked" + ], + "eSIMNoProfile": [ + "eSIMNoProfile" + ], + "500px": [ + "500px" + ], + "adn": [ + "adn" + ], + "amazon": [ + "amazon" + ], + "android": [ + "android" + ], + "angellist": [ + "angellist" + ], + "apple": [ + "apple" + ], + "bandcamp": [ + "bandcamp" + ], + "behance-square": [ + "behance-square" + ], + "behance": [ + "behance" + ], + "bitbucket": [ + "bitbucket" + ], + "black-tie": [ + "black-tie" + ], + "bluetooth-b": [ + "bluetooth-b" + ], + "bluetooth": [ + "bluetooth" + ], + "btc": [ + "btc", + "bitcoin" + ], + "buysellads": [ + "buysellads" + ], + "cc-amex": [ + "cc-amex" + ], + "cc-diners-club": [ + "cc-diners-club" + ], + "cc-discover": [ + "cc-discover" + ], + "cc-jcb": [ + "cc-jcb" + ], + "cc-mastercard": [ + "cc-mastercard" + ], + "cc-paypal": [ + "cc-paypal" + ], + "cc-stripe": [ + "cc-stripe" + ], + "cc-visa": [ + "cc-visa" + ], + "chrome": [ + "chrome" + ], + "codepen": [ + "codepen" + ], + "codiepie": [ + "codiepie" + ], + "connectdevelop": [ + "connectdevelop" + ], + "contao": [ + "contao" + ], + "css3": [ + "css3" + ], + "dashcube": [ + "dashcube" + ], + "delicious": [ + "delicious" + ], + "deviantart": [ + "deviantart" + ], + "digg": [ + "digg" + ], + "dribbble": [ + "dribbble" + ], + "dropbox": [ + "dropbox" + ], + "drupal": [ + "drupal" + ], + "edge": [ + "edge" + ], + "eercast": [ + "eercast" + ], + "empire": [ + "empire", + "ge" + ], + "envira": [ + "envira" + ], + "expeditedssl": [ + "expeditedssl" + ], + "facebook-official": [ + "facebook-official" + ], + "facebook": [ + "facebook", + "facebook-f" + ], + "firefox": [ + "firefox" + ], + "first-order": [ + "first-order" + ], + "flickr": [ + "flickr" + ], + "forumbee": [ + "forumbee" + ], + "foursquare": [ + "foursquare" + ], + "free-code-camp": [ + "free-code-camp" + ], + "get-pocket": [ + "get-pocket" + ], + "gg": [ + "gg" + ], + "git": [ + "git" + ], + "github-alt": [ + "github-alt" + ], + "github": [ + "github" + ], + "gitlab": [ + "gitlab" + ], + "glide-g": [ + "glide-g" + ], + "google-plus": [ + "google-plus" + ], + "google-wallet": [ + "google-wallet" + ], + "google": [ + "google" + ], + "gratipay": [ + "gratipay", + "gittip" + ], + "hacker-news": [ + "hacker-news" + ], + "houzz": [ + "houzz" + ], + "html5": [ + "html5" + ], + "instagram": [ + "instagram" + ], + "internet-explorer": [ + "internet-explorer" + ], + "ioxhost": [ + "ioxhost" + ], + "joomla": [ + "joomla" + ], + "jsfiddle": [ + "jsfiddle" + ], + "lastfm": [ + "lastfm" + ], + "leanpub": [ + "leanpub" + ], + "linkedin": [ + "linkedin" + ], + "linode": [ + "linode" + ], + "linux": [ + "linux" + ], + "maxcdn": [ + "maxcdn" + ], + "meanpath": [ + "meanpath" + ], + "medium": [ + "medium" + ], + "meetup": [ + "meetup" + ], + "mixcloud": [ + "mixcloud" + ], + "modx": [ + "modx" + ], + "odnoklassniki": [ + "odnoklassniki" + ], + "opencart": [ + "opencart" + ], + "openid": [ + "openid" + ], + "opera": [ + "opera" + ], + "optin-monster": [ + "optin-monster" + ], + "pagelines": [ + "pagelines" + ], + "paypal": [ + "paypal" + ], + "pied-piper-alt": [ + "pied-piper-alt" + ], + "pied-piper": [ + "pied-piper" + ], + "pinterest-p": [ + "pinterest-p" + ], + "product-hunt": [ + "product-hunt" + ], + "qq": [ + "qq" + ], + "quora": [ + "quora" + ], + "ravelry": [ + "ravelry" + ], + "rebel": [ + "rebel", + "ra", + "resistance" + ], + "reddit-alien": [ + "reddit-alien" + ], + "renren": [ + "renren" + ], + "safari": [ + "safari" + ], + "scribd": [ + "scribd" + ], + "sellsy": [ + "sellsy" + ], + "shirtsinbulk": [ + "shirtsinbulk" + ], + "simplybuilt": [ + "simplybuilt" + ], + "skyatlas": [ + "skyatlas" + ], + "skype": [ + "skype" + ], + "slack": [ + "slack" + ], + "slideshare": [ + "slideshare" + ], + "snapchat-ghost": [ + "snapchat-ghost" + ], + "soundcloud": [ + "soundcloud" + ], + "spotify": [ + "spotify" + ], + "stack-exchange": [ + "stack-exchange" + ], + "stack-overflow": [ + "stack-overflow" + ], + "steam": [ + "steam" + ], + "stumbleupon": [ + "stumbleupon" + ], + "superpowers": [ + "superpowers" + ], + "telegram": [ + "telegram" + ], + "tencent-weibo": [ + "tencent-weibo" + ], + "themeisle": [ + "themeisle" + ], + "trello": [ + "trello" + ], + "tripadvisor": [ + "tripadvisor" + ], + "tumblr": [ + "tumblr" + ], + "twitch": [ + "twitch" + ], + "twitter": [ + "twitter" + ], + "viacoin": [ + "viacoin" + ], + "viadeo": [ + "viadeo" + ], + "vimeo": [ + "vimeo" + ], + "vine": [ + "vine" + ], + "vk": [ + "vk" + ], + "weibo": [ + "weibo" + ], + "weixin": [ + "weixin", + "wechat" + ], + "whatsapp": [ + "whatsapp" + ], + "wikipedia-w": [ + "wikipedia-w" + ], + "windows": [ + "windows" + ], + "wordpress": [ + "wordpress" + ], + "wpbeginner": [ + "wpbeginner" + ], + "wpexplorer": [ + "wpexplorer" + ], + "wpform": [ + "wpform" + ], + "xing": [ + "xing" + ], + "yahoo": [ + "yahoo" + ], + "yelp": [ + "yelp" + ], + "yoast": [ + "yoast" + ], + "youtube-play": [ + "youtube-play" + ], + "youtube": [ + "youtube" + ] +} diff --git a/package.json b/package.json new file mode 100644 index 0000000..ae62ef1 --- /dev/null +++ b/package.json @@ -0,0 +1,31 @@ +{ + "name": "Micon", + "version": "2.0.155", + "style": "dist/css/micon.css", + "description": "Micon, The iconic windows 10 font and CSS toolkit.", + "keywords": ["Micon", "MDL2 icons", "MDL2 web font", "icon", "font", "bootstrap"], + "homepage": "http://xtoolkit.github.io/Micon/", + "bugs": { + "url": "http://github.com/xtoolkit/Micon/issues" + }, + "repository": { + "type": "git", + "url": "https://github.com/xtoolkit/Micon.git" + }, + "author": { + "name": "Mehdi HosseinZade", + "email": "arshen@outlook.com", + "web": "http://arshen.ir/" + }, + "license": "MIT", + "devDependencies": { + "gulp": ">=3.9.1", + "gulp-consolidate": ">=0.2.0", + "gulp-iconfont": ">=8.0.1", + "gulp-rename": ">=1.2.2", + "lodash": ">=4.17.2" + }, + "scripts": { + "start": "gulp mimake" + } +} diff --git a/templates/html-template.html b/templates/html-template.html new file mode 100644 index 0000000..acf5503 --- /dev/null +++ b/templates/html-template.html @@ -0,0 +1,94 @@ + + + + + + <%= fontName %> + + + + + + +

<%= fontName %>

+
    + <% _.each(glyphs, function(glyph) { %> +
  • + + <%= glyph.codepoint.toString(16).toUpperCase() %> + <%= glyph.name %> +
  • + <% }); %> +
+ + + diff --git a/templates/style-min-template.css b/templates/style-min-template.css new file mode 100644 index 0000000..6ca61f2 --- /dev/null +++ b/templates/style-min-template.css @@ -0,0 +1,6 @@ +/*! Micon v2.0.155 | MIT License | http://xtoolkit.github.io/Micon/ */ +@font-face{font-family:'<%= fontName %>';src:url('<%= fontPath %><%= fontName %>.eot?v=<%= fontVer %>');src:url('<%= fontPath %><%= fontName %>.eot?#iefix&v=<%= fontVer %>') format('embedded-opentype'),url('<%= fontPath %><%= fontName %>.woff2?v=<%= fontVer %>') format('woff2'), url('<%= fontPath %><%= fontName %>.woff?v=<%= fontVer %>') format('woff'), url('<%= fontPath %><%= fontName %>.ttf?v=<%= fontVer %>') format('truetype'), url('<%= fontPath %><%= fontName %>.svg?v=<%= fontVer %>#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.<%= className %>{display:inline-block;font:normal normal normal 14px/1 <%=fontName %>;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.<%= className %>-lg{font-size:1.33333333em;line-height:0.75em;vertical-align:-15%}.<%= className %>-2x{font-size:2em}.<%= className %>-3x{font-size:3em}.<%= className %>-4x{font-size:4em}.<%= className %>-5x{font-size:5em}.<%= className %>-fw{width:1.28571429em;text-align:center}.<%= className %>-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.<%= className %>-ul>li{position:relative}.<%= className %>-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:0.14285714em;text-align:center}.<%= className %>-li.<%= className %>-lg{left:-1.85714286em}.<%= className %>-border{padding:.2em .25em .15em;border:solid 0.08em #eee;border-radius:.1em}.<%= className %>-pull-left{float:left}.<%= className %>-pull-right{float:right}.<%= className %>.<%= className %>-pull-left{margin-right:.3em}.<%= className %>.<%= className %>-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.<%= className %>.pull-left{margin-right:.3em}.<%= className %>.pull-right{margin-left:.3em}.<%= className %>-spin{-webkit-animation:<%= className %>-spin 2s infinite linear;animation:<%= className %>-spin 2s infinite linear}.<%= className %>-pulse{-webkit-animation:<%= className %>-spin 1s infinite steps(8);animation:<%= className %>-spin 1s infinite steps(8)}@-webkit-keyframes <%= className %>-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes <%= className %>-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.<%= className %>-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.<%= className %>-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.<%= className %>-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.<%= className %>-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.<%= className %>-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .<%= className %>-rotate-90, :root .<%= className %>-rotate-180, :root .<%= className %>-rotate-270, :root .<%= className %>-flip-horizontal, :root .<%= className %>-flip-vertical{filter:none}.<%= className %>-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.<%= className %>-stack-1x, .<%= className %>-stack-2x{position:absolute;left:0;width:100%;text-align:center}.<%= className %>-stack-1x{line-height:inherit}.<%= className %>-stack-2x{font-size:2em}.<%= className %>-inverse{color:#fff}<% +_.each(glyphs, function(glyph) { +var xname=glyph.name; +var temp=namedb[xname]; +%>.<%= className %>-<%= temp.join(':before,.' + className + '-') %>:before{content:"\<%= glyph.codepoint.toString(16).toUpperCase() %>"}<% }); %> diff --git a/templates/style-template.css b/templates/style-template.css new file mode 100644 index 0000000..640cc5b --- /dev/null +++ b/templates/style-template.css @@ -0,0 +1,213 @@ +/*! Micon v2.0.155 | MIT License | http://xtoolkit.github.io/Micon/ */ + +@font-face { + font-family: '<%= fontName %>'; + src: url('<%= fontPath %><%= fontName %>.eot?v=<%= fontVer %>'); + src: url('<%= fontPath %><%= fontName %>.eot?#iefix&v=<%= fontVer %>') format('embedded-opentype'), url('<%= fontPath %><%= fontName %>.woff2?v=<%= fontVer %>') format('woff2'), url('<%= fontPath %><%= fontName %>.woff?v=<%= fontVer %>') format('woff'), url('<%= fontPath %><%= fontName %>.ttf?v=<%= fontVer %>') format('truetype'), url('<%= fontPath %><%= fontName %>.svg?v=<%= fontVer %>#fontawesomeregular') format('svg'); + font-weight: normal; + font-style: normal; +} + +.<%= className %> { + display: inline-block; + font: normal normal normal 14px/1 <%=fontName %>; + font-size: inherit; + text-rendering: auto; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +.<%= className %>-lg { + font-size: 1.33333333em; + line-height: 0.75em; + vertical-align: -15%; +} + +.<%= className %>-2x { + font-size: 2em; +} + +.<%= className %>-3x { + font-size: 3em; +} + +.<%= className %>-4x { + font-size: 4em; +} + +.<%= className %>-5x { + font-size: 5em; +} + +.<%= className %>-fw { + width: 1.28571429em; + text-align: center; +} + +.<%= className %>-ul { + padding-left: 0; + margin-left: 2.14285714em; + list-style-type: none; +} + +.<%= className %>-ul>li { + position: relative; +} + +.<%= className %>-li { + position: absolute; + left: -2.14285714em; + width: 2.14285714em; + top: 0.14285714em; + text-align: center; +} + +.<%= className %>-li.<%= className %>-lg { + left: -1.85714286em; +} + +.<%= className %>-border { + padding: .2em .25em .15em; + border: solid 0.08em #eee; + border-radius: .1em; +} + +.<%= className %>-pull-left { + float: left; +} + +.<%= className %>-pull-right { + float: right; +} + +.<%= className %>.<%= className %>-pull-left { + margin-right: .3em; +} + +.<%= className %>.<%= className %>-pull-right { + margin-left: .3em; +} + +.pull-right { + float: right; +} + +.pull-left { + float: left; +} + +.<%= className %>.pull-left { + margin-right: .3em; +} + +.<%= className %>.pull-right { + margin-left: .3em; +} + +.<%= className %>-spin { + -webkit-animation: <%= className %>-spin 2s infinite linear; + animation: <%= className %>-spin 2s infinite linear; +} + +.<%= className %>-pulse { + -webkit-animation: <%= className %>-spin 1s infinite steps(8); + animation: <%= className %>-spin 1s infinite steps(8); +} + +@-webkit-keyframes <%= className %>-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} + +@keyframes <%= className %>-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} + +.<%= className %>-rotate-90 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; + -webkit-transform: rotate(90deg); + -ms-transform: rotate(90deg); + transform: rotate(90deg); +} + +.<%= className %>-rotate-180 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; + -webkit-transform: rotate(180deg); + -ms-transform: rotate(180deg); + transform: rotate(180deg); +} + +.<%= className %>-rotate-270 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; + -webkit-transform: rotate(270deg); + -ms-transform: rotate(270deg); + transform: rotate(270deg); +} + +.<%= className %>-flip-horizontal { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; + -webkit-transform: scale(-1, 1); + -ms-transform: scale(-1, 1); + transform: scale(-1, 1); +} + +.<%= className %>-flip-vertical { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; + -webkit-transform: scale(1, -1); + -ms-transform: scale(1, -1); + transform: scale(1, -1); +} + +:root .<%= className %>-rotate-90, :root .<%= className %>-rotate-180, :root .<%= className %>-rotate-270, :root .<%= className %>-flip-horizontal, :root .<%= className %>-flip-vertical { + filter: none; +} + +.<%= className %>-stack { + position: relative; + display: inline-block; + width: 2em; + height: 2em; + line-height: 2em; + vertical-align: middle; +} + +.<%= className %>-stack-1x, .<%= className %>-stack-2x { + position: absolute; + left: 0; + width: 100%; + text-align: center; +} + +.<%= className %>-stack-1x { + line-height: inherit; +} + +.<%= className %>-stack-2x { + font-size: 2em; +} + +.<%= className %>-inverse { + color: #fff; +} + +<% _.each(glyphs, function(glyph) { +var xname=glyph.name; +var temp=namedb[xname]; +%>.<%= className %>-<%= temp.join(':before, .' + className + '-') %>:before { + content: "\<%= glyph.codepoint.toString(16).toUpperCase() %>" +} + +<% }); %>