arrowArcLeft property

AppIconData get arrowArcLeft

regular: arrow-arc-left thin: arrow-arc-left light: arrow-arc-left bold: arrow-arc-left fill: arrow-arc-left duotone: arrow-arc-left

Implementation

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