

import {
    CustomerHorizontalStackIllustration,
    EpicHorizontalStackIllustration,
    EstimateHorizontalStackIllustration,
    ExportHorizontalStackIllustration,
    IntakeHorizontalStackIllustration,
    LabelHorizontalStackIllustration,
    LinkHorizontalStackIllustration,
    MembersHorizontalStackIllustration,
    NoteHorizontalStackIllustration,
    PriorityHorizontalStackIllustration,
    ProjectHorizontalStackIllustration,
    SettingsHorizontalStackIllustration,
    StateHorizontalStackIllustration,
    TemplateHorizontalStackIllustration,
    TokenHorizontalStackIllustration,
    UnknownHorizontalStackIllustration,
    UpdateHorizontalStackIllustration,
    WebhookHorizontalStackIllustration,
    WorkItemHorizontalStackIllustration,
    WorklogHorizontalStackIllustration,
} from "./";

export const HorizontalStackAssetsMap = [
  {
    asset: <CustomerHorizontalStackIllustration className="h-20 w-20" />,
    title: "Customer",
  },
  {
    asset: <EpicHorizontalStackIllustration className="h-20 w-20" />,
    title: "Epic",
  },
  {
    asset: <EstimateHorizontalStackIllustration className="h-20 w-20" />,
    title: "Estimate",
  },
  {
    asset: <ExportHorizontalStackIllustration className="h-20 w-20" />,
    title: "Export",
  },
  {
    asset: <IntakeHorizontalStackIllustration className="h-20 w-20" />,
    title: "Intake",
  },
  {
    asset: <LabelHorizontalStackIllustration className="h-20 w-20" />,
    title: "Label",
  },
  {
    asset: <LinkHorizontalStackIllustration className="h-20 w-20" />,
    title: "Link",
  },
  {
    asset: <MembersHorizontalStackIllustration className="h-20 w-20" />,
    title: "Members",
  },
  {
    asset: <NoteHorizontalStackIllustration className="h-20 w-20" />,
    title: "Note",
  },
  {
    asset: <PriorityHorizontalStackIllustration className="h-20 w-20" />,
    title: "Priority",
  },
  {
    asset: <ProjectHorizontalStackIllustration className="h-20 w-20" />,
    title: "Project",
  },
  {
    asset: <SettingsHorizontalStackIllustration className="h-20 w-20" />,
    title: "Settings",
  },
  {
    asset: <StateHorizontalStackIllustration className="h-20 w-20" />,
    title: "State",
  },
  {
    asset: <TemplateHorizontalStackIllustration className="h-20 w-20" />,
    title: "Template",
  },
  {
    asset: <TokenHorizontalStackIllustration className="h-20 w-20" />,
    title: "Token",
  },
  {
    asset: <UnknownHorizontalStackIllustration className="h-20 w-20" />,
    title: "Unknown",
  },
  {
    asset: <UpdateHorizontalStackIllustration className="h-20 w-20" />,
    title: "Update",
  },
  {
    asset: <WebhookHorizontalStackIllustration className="h-20 w-20" />,
    title: "Webhook",
  },
  {
    asset: <WorkItemHorizontalStackIllustration className="h-20 w-20" />,
    title: "WorkItem",
  },
  {
    asset: <WorklogHorizontalStackIllustration className="h-20 w-20" />,
    title: "Worklog",
  },
];
