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

Icons

book
database
cog
earth
incognito
restricted
graph
orcid_add
orcid_bin
link
quotes
mining
by
cc
twitter
facebook
linkedin
slideshare
youtube
newsletter

Usage

Add a new icon

` }) export class IconsPreviewComponent { }