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