Material Icons

@for (iconName of materialIcons; track iconName) {
{{toShakeCase(iconName)}} {{iconName}}
}

Font Awesome

@for (iconName of fontAwesomeIcons; track iconName) {
{{toFontAwesomeText(iconName)}}
}