cardsThree property

AppIconData get cardsThree

regular: cards-three thin: cards-three light: cards-three bold: cards-three fill: cards-three duotone: cards-three

Implementation

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