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