brandy property

AppIconData get brandy

regular: brandy thin: brandy light: brandy bold: brandy fill: brandy duotone: brandy

Implementation

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