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