downloadSimple property

AppIconData get downloadSimple

regular: download-simple thin: download-simple light: download-simple bold: download-simple fill: download-simple duotone: download-simple

Implementation

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