arrowElbowLeftUp property

AppIconData get arrowElbowLeftUp

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

Implementation

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