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