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