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