import {Component} from "@angular/core"; @Component({ selector: 'icons-preview', template: `

Icons

arrow_left
arrow_right
arrow_up
arrow_down
book
database
cog
earth
edit
remove
preview
bullet
remove_circle
remove_circle_outline
person_add
cloud_upload
add
group
lock
search
refresh
close
done
mail
photo

Usage

Add a new icon

` }) export class IconsPreviewComponent { }