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