bracketsRound property

AppIconData get bracketsRound

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

Implementation

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