Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Update to version 2.64 of the icon font #1093

Merged
merged 1 commit into from
Jan 26, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions src/data/icons.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
{ "name": "AreaChart", "unicode": "E9D2" },
{ "name": "ArrangeBringForward", "unicode": "F509" },
{ "name": "ArrangeBringToFront", "unicode": "F506" },
{ "name": "ArrangeByFrom", "unicode": "F678" },
{ "name": "ArrangeSendBackward", "unicode": "F508" },
{ "name": "ArrangeSendToBack", "unicode": "F507" },
{ "name": "Arrivals", "unicode": "EB34" },
Expand Down Expand Up @@ -344,6 +345,7 @@
{ "name": "Cotton", "unicode": "EAF3" },
{ "name": "CPlusPlus", "unicode": "F2F4" },
{ "name": "CPlusPlusLanguage", "unicode": "F2F3" },
{ "name": "CreateMailRule", "unicode": "F67A" },
{ "name": "Cricket", "unicode": "EB1E" },
{ "name": "CRMReport", "unicode": "EFFE" },
{ "name": "Crop", "unicode": "E7A8" },
Expand Down Expand Up @@ -497,6 +499,7 @@
{ "name": "Export", "unicode": "EDE1" },
{ "name": "ExportMirrored", "unicode": "EDE2" },
{ "name": "ExternalBuild", "unicode": "F445" },
{ "name": "ExternalGit", "unicode": "F665" },
{ "name": "ExternalTFVC", "unicode": "F446" },
{ "name": "ExternalXAML", "unicode": "F447" },
{ "name": "F12DevTools", "unicode": "EBEE" },
Expand Down Expand Up @@ -609,6 +612,7 @@
{ "name": "GiftboxOpen", "unicode": "F133" },
{ "name": "GiftBoxSolid", "unicode": "F341" },
{ "name": "GiftCard", "unicode": "EB8E" },
{ "name": "GitFork", "unicode": "F661" },
{ "name": "GitGraph", "unicode": "F2CA" },
{ "name": "Glasses", "unicode": "EA16" },
{ "name": "Glimmer", "unicode": "ECF4" },
Expand Down Expand Up @@ -687,6 +691,7 @@
{ "name": "InsertColumnsRight", "unicode": "F64B" },
{ "name": "InsertRowsAbove", "unicode": "F64C" },
{ "name": "InsertRowsBelow", "unicode": "F64D" },
{ "name": "InsertSignatureLine", "unicode": "F677" },
{ "name": "InsertTextBox", "unicode": "EC7D" },
{ "name": "InstallToDrive", "unicode": "F28D" },
{ "name": "InternetSharing", "unicode": "E704" },
Expand Down Expand Up @@ -923,6 +928,7 @@
{ "name": "Permissions", "unicode": "E8D7" },
{ "name": "PermissionsSolid", "unicode": "F349" },
{ "name": "Personalize", "unicode": "E771" },
{ "name": "Phishing", "unicode": "F679" },
{ "name": "Phone", "unicode": "E717" },
{ "name": "Photo2", "unicode": "EB9F" },
{ "name": "Photo2Add", "unicode": "ECAB" },
Expand Down Expand Up @@ -1355,6 +1361,7 @@
{ "name": "VariableGroup", "unicode": "F31B" },
{ "name": "VB", "unicode": "F2F2" },
{ "name": "VennDiagram", "unicode": "F273" },
{ "name": "VersionControlPush", "unicode": "F664" },
{ "name": "VerticalDistributeCenter", "unicode": "F4FA" },
{ "name": "Video", "unicode": "E714" },
{ "name": "VideoOff", "unicode": "F4B0" },
Expand Down
2 changes: 1 addition & 1 deletion src/sass/_Icon.Definitions.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
@font-face {
$icon-font-family: 'FabricMDL2Icons';
$icon-font-name: 'fabricmdl2icons';
$icon-font-version: '2.62';
$icon-font-version: '2.64';

@if variable_exists(do-scope-styles) {
$icon-font-family: 'FabricMDL2Icons-' + $ms-fabric-version-major;
Expand Down
14 changes: 14 additions & 0 deletions src/sass/variables/_Icon.Variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ $ms-icon-code-Archive: '\F03F';
$ms-icon-code-AreaChart: '\E9D2';
$ms-icon-code-ArrangeBringForward: '\F509';
$ms-icon-code-ArrangeBringToFront: '\F506';
$ms-icon-code-ArrangeByFrom: '\F678';
$ms-icon-code-ArrangeSendBackward: '\F508';
$ms-icon-code-ArrangeSendToBack: '\F507';
$ms-icon-code-Arrivals: '\EB34';
Expand Down Expand Up @@ -352,6 +353,7 @@ $ms-icon-code-Copy: '\E8C8';
$ms-icon-code-Cotton: '\EAF3';
$ms-icon-code-CPlusPlus: '\F2F4';
$ms-icon-code-CPlusPlusLanguage: '\F2F3';
$ms-icon-code-CreateMailRule: '\F67A';
$ms-icon-code-Cricket: '\EB1E';
$ms-icon-code-CRMReport: '\EFFE';
$ms-icon-code-Crop: '\E7A8';
Expand Down Expand Up @@ -505,6 +507,7 @@ $ms-icon-code-ExploreData: '\F5B6';
$ms-icon-code-Export: '\EDE1';
$ms-icon-code-ExportMirrored: '\EDE2';
$ms-icon-code-ExternalBuild: '\F445';
$ms-icon-code-ExternalGit: '\F665';
$ms-icon-code-ExternalTFVC: '\F446';
$ms-icon-code-ExternalXAML: '\F447';
$ms-icon-code-F12DevTools: '\EBEE';
Expand Down Expand Up @@ -617,6 +620,7 @@ $ms-icon-code-Giftbox: '\EC1F';
$ms-icon-code-GiftboxOpen: '\F133';
$ms-icon-code-GiftBoxSolid: '\F341';
$ms-icon-code-GiftCard: '\EB8E';
$ms-icon-code-GitFork: '\F661';
$ms-icon-code-GitGraph: '\F2CA';
$ms-icon-code-Glasses: '\EA16';
$ms-icon-code-Glimmer: '\ECF4';
Expand Down Expand Up @@ -695,6 +699,7 @@ $ms-icon-code-InsertColumnsLeft: '\F64A';
$ms-icon-code-InsertColumnsRight: '\F64B';
$ms-icon-code-InsertRowsAbove: '\F64C';
$ms-icon-code-InsertRowsBelow: '\F64D';
$ms-icon-code-InsertSignatureLine: '\F677';
$ms-icon-code-InsertTextBox: '\EC7D';
$ms-icon-code-InstallToDrive: '\F28D';
$ms-icon-code-InternetSharing: '\E704';
Expand Down Expand Up @@ -931,6 +936,7 @@ $ms-icon-code-PeopleRepeat: '\ED92';
$ms-icon-code-Permissions: '\E8D7';
$ms-icon-code-PermissionsSolid: '\F349';
$ms-icon-code-Personalize: '\E771';
$ms-icon-code-Phishing: '\F679';
$ms-icon-code-Phone: '\E717';
$ms-icon-code-Photo2: '\EB9F';
$ms-icon-code-Photo2Add: '\ECAB';
Expand Down Expand Up @@ -1363,6 +1369,7 @@ $ms-icon-code-Variable: '\F305';
$ms-icon-code-VariableGroup: '\F31B';
$ms-icon-code-VB: '\F2F2';
$ms-icon-code-VennDiagram: '\F273';
$ms-icon-code-VersionControlPush: '\F664';
$ms-icon-code-VerticalDistributeCenter: '\F4FA';
$ms-icon-code-Video: '\E714';
$ms-icon-code-VideoOff: '\F4B0';
Expand Down Expand Up @@ -1506,6 +1513,7 @@ $ms-icon-map: (
'AreaChart': $ms-icon-code-AreaChart,
'ArrangeBringForward': $ms-icon-code-ArrangeBringForward,
'ArrangeBringToFront': $ms-icon-code-ArrangeBringToFront,
'ArrangeByFrom': $ms-icon-code-ArrangeByFrom,
'ArrangeSendBackward': $ms-icon-code-ArrangeSendBackward,
'ArrangeSendToBack': $ms-icon-code-ArrangeSendToBack,
'Arrivals': $ms-icon-code-Arrivals,
Expand Down Expand Up @@ -1789,6 +1797,7 @@ $ms-icon-map: (
'Cotton': $ms-icon-code-Cotton,
'CPlusPlus': $ms-icon-code-CPlusPlus,
'CPlusPlusLanguage': $ms-icon-code-CPlusPlusLanguage,
'CreateMailRule': $ms-icon-code-CreateMailRule,
'Cricket': $ms-icon-code-Cricket,
'CRMReport': $ms-icon-code-CRMReport,
'Crop': $ms-icon-code-Crop,
Expand Down Expand Up @@ -1942,6 +1951,7 @@ $ms-icon-map: (
'Export': $ms-icon-code-Export,
'ExportMirrored': $ms-icon-code-ExportMirrored,
'ExternalBuild': $ms-icon-code-ExternalBuild,
'ExternalGit': $ms-icon-code-ExternalGit,
'ExternalTFVC': $ms-icon-code-ExternalTFVC,
'ExternalXAML': $ms-icon-code-ExternalXAML,
'F12DevTools': $ms-icon-code-F12DevTools,
Expand Down Expand Up @@ -2054,6 +2064,7 @@ $ms-icon-map: (
'GiftboxOpen': $ms-icon-code-GiftboxOpen,
'GiftBoxSolid': $ms-icon-code-GiftBoxSolid,
'GiftCard': $ms-icon-code-GiftCard,
'GitFork': $ms-icon-code-GitFork,
'GitGraph': $ms-icon-code-GitGraph,
'Glasses': $ms-icon-code-Glasses,
'Glimmer': $ms-icon-code-Glimmer,
Expand Down Expand Up @@ -2132,6 +2143,7 @@ $ms-icon-map: (
'InsertColumnsRight': $ms-icon-code-InsertColumnsRight,
'InsertRowsAbove': $ms-icon-code-InsertRowsAbove,
'InsertRowsBelow': $ms-icon-code-InsertRowsBelow,
'InsertSignatureLine': $ms-icon-code-InsertSignatureLine,
'InsertTextBox': $ms-icon-code-InsertTextBox,
'InstallToDrive': $ms-icon-code-InstallToDrive,
'InternetSharing': $ms-icon-code-InternetSharing,
Expand Down Expand Up @@ -2368,6 +2380,7 @@ $ms-icon-map: (
'Permissions': $ms-icon-code-Permissions,
'PermissionsSolid': $ms-icon-code-PermissionsSolid,
'Personalize': $ms-icon-code-Personalize,
'Phishing': $ms-icon-code-Phishing,
'Phone': $ms-icon-code-Phone,
'Photo2': $ms-icon-code-Photo2,
'Photo2Add': $ms-icon-code-Photo2Add,
Expand Down Expand Up @@ -2800,6 +2813,7 @@ $ms-icon-map: (
'VariableGroup': $ms-icon-code-VariableGroup,
'VB': $ms-icon-code-VB,
'VennDiagram': $ms-icon-code-VennDiagram,
'VersionControlPush': $ms-icon-code-VersionControlPush,
'VerticalDistributeCenter': $ms-icon-code-VerticalDistributeCenter,
'Video': $ms-icon-code-Video,
'VideoOff': $ms-icon-code-VideoOff,
Expand Down