briefcase property

AppIconData get briefcase

regular: briefcase thin: briefcase light: briefcase bold: briefcase fill: briefcase duotone: briefcase

Implementation

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