genderNonbinary property
AppIconData
get
genderNonbinary
regular:
thin:
light:
bold:
fill:
duotone:
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;
}
}