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