flame property

AppIconData get flame

regular: flame thin: flame light: flame bold: flame fill: flame duotone: flame

Implementation

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