add external link icon to default icons
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
This commit is contained in:
@@ -38,6 +38,7 @@ import MuiStorageIcon from '@material-ui/icons/Storage';
|
||||
import MuiFeaturedPlayListIcon from '@material-ui/icons/FeaturedPlayList';
|
||||
import Star from '@material-ui/icons/Star';
|
||||
import StarBorder from '@material-ui/icons/StarBorder';
|
||||
import OpenInNew from '@material-ui/icons/OpenInNew';
|
||||
|
||||
export const icons = {
|
||||
brokenImage: MuiBrokenImageIcon as IconComponent,
|
||||
@@ -66,4 +67,5 @@ export const icons = {
|
||||
warning: MuiWarningIcon as IconComponent,
|
||||
star: Star as IconComponent,
|
||||
unstarred: StarBorder as IconComponent,
|
||||
externalLink: OpenInNew as IconComponent,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user