globeSimpleX property

AppIconData get globeSimpleX

regular: globe-simple-x thin: globe-simple-x light: globe-simple-x bold: globe-simple-x fill: globe-simple-x duotone: globe-simple-x

Implementation

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