diceTwo property

AppIconData get diceTwo

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

Implementation

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