genderNonbinary property

AppIconData get genderNonbinary

regular: gender-nonbinary thin: gender-nonbinary light: gender-nonbinary bold: gender-nonbinary fill: gender-nonbinary duotone: gender-nonbinary

Implementation

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