eyeSlash property

AppIconData get eyeSlash

regular: eye-slash thin: eye-slash light: eye-slash bold: eye-slash fill: eye-slash duotone: eye-slash

Implementation

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