chartLineDown property

AppIconData get chartLineDown

regular: chart-line-down thin: chart-line-down light: chart-line-down bold: chart-line-down fill: chart-line-down duotone: chart-line-down

Implementation

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