When loading the default theme in a fresh install of Pawtucket, or upgrading 1.X to 2.x, the social icons stop working. See this screen capture:

It looks like when upgrading Font Awesome r4 to r5, the classes change where brands like Youtube or Facebook use fab class instead of fa
https://docs.fontawesome.com/v5/web/setup/upgrade-from-v4#whats-changed-from-version-4-to-5
There is now a JS shim file to make it backwards compatible.
https://docs.fontawesome.com/v5/web/setup/upgrade-from-v4#2-set-up-version-5-assets--add-references
Can the shim JS be added to the current version, or should we update our classes to fab when using brand icons?
When loading the default theme in a fresh install of Pawtucket, or upgrading 1.X to 2.x, the social icons stop working. See this screen capture:

It looks like when upgrading Font Awesome r4 to r5, the classes change where brands like Youtube or Facebook use
fabclass instead offahttps://docs.fontawesome.com/v5/web/setup/upgrade-from-v4#whats-changed-from-version-4-to-5
There is now a JS shim file to make it backwards compatible.
https://docs.fontawesome.com/v5/web/setup/upgrade-from-v4#2-set-up-version-5-assets--add-references
Can the shim JS be added to the current version, or should we update our classes to
fabwhen using brand icons?