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