/* Generated by scripts/generate-app-icons.mjs — do not edit. */ import type { ComponentType } from 'react'; import type { AppIconName } from '../../../catalog/app-icon-names'; import type { AppIconGlyphProps } from '../app-icon-glyph-props'; import { SearchIcon } from './search'; import { HuntIcon } from './hunt'; import { BackIcon } from './back'; import { OverflowIcon } from './overflow'; import { LocationIcon } from './location'; import { MicIcon } from './mic'; import { SendIcon } from './send'; import { ChatIcon } from './chat'; import { CloseIcon } from './close'; import { ChevronDownIcon } from './chevron-down'; import { ChevronUpIcon } from './chevron-up'; import { ChevronRightIcon } from './chevron-right'; import { FlipCameraIcon } from './flip-camera'; import { FlashIcon } from './flash'; import { GalleryIcon } from './gallery'; import { VideoIcon } from './video'; import { CameraIcon } from './camera'; import { TrashIcon } from './trash'; import { GlobeIcon } from './globe'; import { TravelIcon } from './travel'; import { TabDiscoverIcon } from './tab-discover'; import { TabVibesIcon } from './tab-vibes'; import { TabFlashIcon } from './tab-flash'; import { TabChatIcon } from './tab-chat'; import { TabRandomIcon } from './tab-random'; import { BoostIcon } from './boost'; import { FireIcon } from './fire'; import { RightNowIcon } from './right-now'; import { SettingsIcon } from './settings'; import { EditIcon } from './edit'; import { CropIcon } from './crop'; import { IncognitoIcon } from './incognito'; import { EventsIcon } from './events'; import { ShieldIcon } from './shield'; import { ProfileIcon } from './profile'; import { BookmarkIcon } from './bookmark'; import { ListIcon } from './list'; import { CommunitiesIcon } from './communities'; import { StarIcon } from './star'; import { SignOutIcon } from './sign-out'; import { PublishIcon } from './publish'; import { StoryIcon } from './story'; import { StoryMusicIcon } from './story-music'; import { StoryStickerIcon } from './story-sticker'; import { StoryTextIcon } from './story-text'; import { StoryEffectsIcon } from './story-effects'; import { StoryMentionIcon } from './story-mention'; import { RepostIcon } from './repost'; import { HeartIcon } from './heart'; import { HeartFilledIcon } from './heart-filled'; import { ThumbsUpIcon } from './thumbs-up'; import { ThumbsUpFilledIcon } from './thumbs-up-filled'; import { PlayIcon } from './play'; import { PauseIcon } from './pause'; import { PlusIcon } from './plus'; import { FollowersIcon } from './followers'; import { MentionIcon } from './mention'; import { VisibilityIcon } from './visibility'; import { VisibilityOffIcon } from './visibility-off'; import { CheckIcon } from './check'; import { ArrowRightIcon } from './arrow-right'; import { ArrowUpRightIcon } from './arrow-up-right'; import { ArrowDownRightIcon } from './arrow-down-right'; import { ReplyIcon } from './reply'; import { PendingIcon } from './pending'; import { DownloadIcon } from './download'; import { RadioUncheckedIcon } from './radio-unchecked'; import { CopyIcon } from './copy'; import { AttachmentIcon } from './attachment'; import { PollIcon } from './poll'; import { LockIcon } from './lock'; import { VolumeOnIcon } from './volume-on'; import { VolumeOffIcon } from './volume-off'; import { InfoIcon } from './info'; import { WarningIcon } from './warning'; import { SignalIcon } from './signal'; import { HourglassIcon } from './hourglass'; import { BellIcon } from './bell'; import { ShareIcon } from './share'; import { GiftIcon } from './gift'; export const GENERATED_ICON_REGISTRY: Record< AppIconName, ComponentType > = { 'search': SearchIcon, 'hunt': HuntIcon, 'back': BackIcon, 'overflow': OverflowIcon, 'location': LocationIcon, 'mic': MicIcon, 'send': SendIcon, 'chat': ChatIcon, 'close': CloseIcon, 'chevron-down': ChevronDownIcon, 'chevron-up': ChevronUpIcon, 'chevron-right': ChevronRightIcon, 'flip-camera': FlipCameraIcon, 'flash': FlashIcon, 'gallery': GalleryIcon, 'video': VideoIcon, 'camera': CameraIcon, 'trash': TrashIcon, 'globe': GlobeIcon, 'travel': TravelIcon, 'tab-discover': TabDiscoverIcon, 'tab-vibes': TabVibesIcon, 'tab-flash': TabFlashIcon, 'tab-chat': TabChatIcon, 'tab-random': TabRandomIcon, 'boost': BoostIcon, 'fire': FireIcon, 'right-now': RightNowIcon, 'settings': SettingsIcon, 'edit': EditIcon, 'crop': CropIcon, 'incognito': IncognitoIcon, 'events': EventsIcon, 'shield': ShieldIcon, 'profile': ProfileIcon, 'bookmark': BookmarkIcon, 'list': ListIcon, 'communities': CommunitiesIcon, 'star': StarIcon, 'sign-out': SignOutIcon, 'publish': PublishIcon, 'story': StoryIcon, 'story-music': StoryMusicIcon, 'story-sticker': StoryStickerIcon, 'story-text': StoryTextIcon, 'story-effects': StoryEffectsIcon, 'story-mention': StoryMentionIcon, 'repost': RepostIcon, 'heart': HeartIcon, 'heart-filled': HeartFilledIcon, 'thumbs-up': ThumbsUpIcon, 'thumbs-up-filled': ThumbsUpFilledIcon, 'play': PlayIcon, 'pause': PauseIcon, 'plus': PlusIcon, 'followers': FollowersIcon, 'mention': MentionIcon, 'visibility': VisibilityIcon, 'visibility-off': VisibilityOffIcon, 'check': CheckIcon, 'arrow-right': ArrowRightIcon, 'arrow-up-right': ArrowUpRightIcon, 'arrow-down-right': ArrowDownRightIcon, 'reply': ReplyIcon, 'pending': PendingIcon, 'download': DownloadIcon, 'radio-unchecked': RadioUncheckedIcon, 'copy': CopyIcon, 'attachment': AttachmentIcon, 'poll': PollIcon, 'lock': LockIcon, 'volume-on': VolumeOnIcon, 'volume-off': VolumeOffIcon, 'info': InfoIcon, 'warning': WarningIcon, 'signal': SignalIcon, 'hourglass': HourglassIcon, 'bell': BellIcon, 'share': ShareIcon, 'gift': GiftIcon, }; export { SearchIcon } from './search'; export { HuntIcon } from './hunt'; export { BackIcon } from './back'; export { OverflowIcon } from './overflow'; export { LocationIcon } from './location'; export { MicIcon } from './mic'; export { SendIcon } from './send'; export { ChatIcon } from './chat'; export { CloseIcon } from './close'; export { ChevronDownIcon } from './chevron-down'; export { ChevronUpIcon } from './chevron-up'; export { ChevronRightIcon } from './chevron-right'; export { FlipCameraIcon } from './flip-camera'; export { FlashIcon } from './flash'; export { GalleryIcon } from './gallery'; export { VideoIcon } from './video'; export { CameraIcon } from './camera'; export { TrashIcon } from './trash'; export { GlobeIcon } from './globe'; export { TravelIcon } from './travel'; export { TabDiscoverIcon } from './tab-discover'; export { TabVibesIcon } from './tab-vibes'; export { TabFlashIcon } from './tab-flash'; export { TabChatIcon } from './tab-chat'; export { TabRandomIcon } from './tab-random'; export { BoostIcon } from './boost'; export { FireIcon } from './fire'; export { RightNowIcon } from './right-now'; export { SettingsIcon } from './settings'; export { EditIcon } from './edit'; export { CropIcon } from './crop'; export { IncognitoIcon } from './incognito'; export { EventsIcon } from './events'; export { ShieldIcon } from './shield'; export { ProfileIcon } from './profile'; export { BookmarkIcon } from './bookmark'; export { ListIcon } from './list'; export { CommunitiesIcon } from './communities'; export { StarIcon } from './star'; export { SignOutIcon } from './sign-out'; export { PublishIcon } from './publish'; export { StoryIcon } from './story'; export { StoryMusicIcon } from './story-music'; export { StoryStickerIcon } from './story-sticker'; export { StoryTextIcon } from './story-text'; export { StoryEffectsIcon } from './story-effects'; export { StoryMentionIcon } from './story-mention'; export { RepostIcon } from './repost'; export { HeartIcon } from './heart'; export { HeartFilledIcon } from './heart-filled'; export { ThumbsUpIcon } from './thumbs-up'; export { ThumbsUpFilledIcon } from './thumbs-up-filled'; export { PlayIcon } from './play'; export { PauseIcon } from './pause'; export { PlusIcon } from './plus'; export { FollowersIcon } from './followers'; export { MentionIcon } from './mention'; export { VisibilityIcon } from './visibility'; export { VisibilityOffIcon } from './visibility-off'; export { CheckIcon } from './check'; export { ArrowRightIcon } from './arrow-right'; export { ArrowUpRightIcon } from './arrow-up-right'; export { ArrowDownRightIcon } from './arrow-down-right'; export { ReplyIcon } from './reply'; export { PendingIcon } from './pending'; export { DownloadIcon } from './download'; export { RadioUncheckedIcon } from './radio-unchecked'; export { CopyIcon } from './copy'; export { AttachmentIcon } from './attachment'; export { PollIcon } from './poll'; export { LockIcon } from './lock'; export { VolumeOnIcon } from './volume-on'; export { VolumeOffIcon } from './volume-off'; export { InfoIcon } from './info'; export { WarningIcon } from './warning'; export { SignalIcon } from './signal'; export { HourglassIcon } from './hourglass'; export { BellIcon } from './bell'; export { ShareIcon } from './share'; export { GiftIcon } from './gift';