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