bracketsAngle property

AppIconData get bracketsAngle

regular: brackets-angle thin: brackets-angle light: brackets-angle bold: brackets-angle fill: brackets-angle duotone: brackets-angle

Implementation

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