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