couch property

AppIconData get couch

regular: couch thin: couch light: couch bold: couch fill: couch duotone: couch

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;
  }
}