globeStand property

AppIconData get globeStand

regular: globe-stand thin: globe-stand light: globe-stand bold: globe-stand fill: globe-stand duotone: globe-stand

Implementation

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