cigarette property

AppIconData get cigarette

regular: cigarette thin: cigarette light: cigarette bold: cigarette fill: cigarette duotone: cigarette

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;
  }
}