behanceLogo property

AppIconData get behanceLogo

regular: behance-logo thin: behance-logo light: behance-logo bold: behance-logo fill: behance-logo duotone: behance-logo

Implementation

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