arrowBendLeftUp property

AppIconData get arrowBendLeftUp

regular: arrow-bend-left-up thin: arrow-bend-left-up light: arrow-bend-left-up bold: arrow-bend-left-up fill: arrow-bend-left-up duotone: arrow-bend-left-up

Implementation

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