filePlus property
AppIconData
get
filePlus
regular:
thin:
light:
bold:
fill:
duotone:
Implementation
static AppIconData get filePlus {
switch (AppIcons.defaultStyle) {
case AppIconsStyle.regular:
return AppIconsRegular.filePlus;
case AppIconsStyle.thin:
return AppIconsThin.filePlus;
case AppIconsStyle.light:
return AppIconsLight.filePlus;
case AppIconsStyle.bold:
return AppIconsBold.filePlus;
case AppIconsStyle.fill:
return AppIconsFill.filePlus;
case AppIconsStyle.duotone:
return AppIconsDuotone.filePlus;
}
}