diceThree property

AppIconData get diceThree

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

Implementation

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