diceThree property
AppIconData
get
diceThree
regular:
thin:
light:
bold:
fill:
duotone:
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;
}
}