fadersHorizontal property

AppIconData get fadersHorizontal

regular: faders-horizontal thin: faders-horizontal light: faders-horizontal bold: faders-horizontal fill: faders-horizontal duotone: faders-horizontal

Implementation

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