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