at property

AppIconData get at

regular: at thin: at light: at bold: at fill: at duotone: at

Implementation

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