import { actionIconManifest } from './generated/action'
import { navigationIconManifest } from './generated/navigation'
import { timeIconManifest } from './generated/time'
import { statusIconManifest } from './generated/status'
import { ratingIconManifest } from './generated/rating'
import { themeIconManifest } from './generated/theme'
import { brandIconManifest } from './generated/brand'
import { fileIconManifest } from './generated/file'
import { communicationIconManifest } from './generated/communication'
import { indicatorIconManifest } from './generated/indicator'
import { featureIconManifest } from './generated/feature'
import { mediaIconManifest } from './generated/media'
import { networkIconManifest } from './generated/network'
import { settingIconManifest } from './generated/setting'
import { othersIconManifest } from './generated/others'
import { userIconManifest } from './generated/user'
import { inputIconManifest } from './generated/input'
import { outputIconManifest } from './generated/output'

export const iconManifest = [
  ...actionIconManifest,
  ...navigationIconManifest,
  ...timeIconManifest,
  ...statusIconManifest,
  ...ratingIconManifest,
  ...themeIconManifest,
  ...brandIconManifest,
  ...fileIconManifest,
  ...communicationIconManifest,
  ...indicatorIconManifest,
  ...featureIconManifest,
  ...mediaIconManifest,
  ...networkIconManifest,
  ...settingIconManifest,
  ...othersIconManifest,
  ...userIconManifest,
  ...inputIconManifest,
  ...outputIconManifest,
] as const
