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