axe property

AppIconData get axe

regular: axe thin: axe light: axe bold: axe fill: axe duotone: axe

Implementation

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