chore(package): Update Font Awesome and remove Ionicon dependency (#17497)

Update Font Awesome from 4.7 to 5. Update existing Font Awesome icon
references to match version 5 syntax. Replace all Ionicon references
with Font Awesome icons and remove all files relating to Ionicon.

Closes #13798
This commit is contained in:
Rachel Sinclair
2018-06-21 21:16:17 +01:00
committed by mrugesh mohapatra
parent d9e2376d4a
commit 6fab6319f8
41 changed files with 6986 additions and 5196 deletions

View File

@@ -38,7 +38,7 @@ $(document).ready(function() {
return $('.flashMessage').append($(`
<div class='alert ${type}'>
<button class='close' type='button', data-dismiss='alert'>
<span class='ion-close-circled' />
<i class="fas fa-times-circle" />
</Button>
<div>${message}</div>
</div>