cookie property

AppIconData get cookie

regular: cookie thin: cookie light: cookie bold: cookie fill: cookie duotone: cookie

Implementation

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