carSimple property

AppIconData get carSimple

regular: car-simple thin: car-simple light: car-simple bold: car-simple fill: car-simple duotone: car-simple

Implementation

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