arrowSquareLeft property

AppIconData get arrowSquareLeft

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

Implementation

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