bookOpenUser property

AppIconData get bookOpenUser

regular: book-open-user thin: book-open-user light: book-open-user bold: book-open-user fill: book-open-user duotone: book-open-user

Implementation

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