-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Open
Labels
Description
Due to the January 15th shutdown of Edgio, CDNs that were used to host MDL2 and FileType icons prior to 2023 are going to be permanently unavailable after January 15th. We are actively working to see if we can mitigate this issue through Azure Front Door (AFD), but due to the tight deadline we recommend that any product using these old packages use the following mitigation steps.
Update your dependencies to:
"@fluentui/font-icons-mdl2": "^8.5.11";
// or
"@fluentui/react-file-type-icons": "^ 8.8.11";
// and
"@fluentui/react": "^8.109.0";
Or manually set your CDN urls by updating your icon initialize functions
initializeIcons("https://res.cdn.office.net/files/fabric-cdn-prod_20241209.001/assets/icons/");
// or
initializeFileTypeIcons("https://res.cdn.office.net/files/fabric-cdn-prod_20241209.001/assets/item-types/");
cwatson-sidub, bryce-pearce, richrd, opteon-sdc and o-l-a-v