/** * @deprecated This icon module is deprecated. Use `@flamingo-stack/openframe-frontend-core/components/icons-v2` instead. * * The new icons-v2 module provides: * - 1600+ icons organized by category * - Consistent API with size, color, and className props * - Better TypeScript support * - Smaller bundle size * * @example * // Old (deprecated) * import { CopyIcon } from '@flamingo-stack/openframe-frontend-core/components/icons'; * * // New (recommended) * import { CopyIcon } from '@flamingo-stack/openframe-frontend-core/components/icons-v2'; */ export { OpenmspLogo } from './openmsp-logo'; export { OpenFrameLogo } from './openframe-logo'; export { OpenFrameText } from './openframe-text'; export { FlamingoLogo, FLAMINGO_LOGO_SVG_PATH, FLAMINGO_LOGO_VIEWBOX } from './flamingo-logo'; export { ElestioLogo } from './elestio-logo'; export { MlgLogo } from './mlg-logo'; export { MiamiCyberGangLogo } from './miami-cyber-gang-logo'; export { MiamiCyberGangLogoFaceOnly } from './miami-cyber-gang-logo-face-only'; export { VendorsIcon } from './vendors-icon'; export { CompareIcon } from './compare-icon'; export { CommunityIcon } from './community-icon'; export { VendorDirectoryIcon } from './vendor-directory-icon'; export { OpenSourceIcon } from './open-source-icon'; export { CommunityHubIcon } from './community-hub-icon'; export { AboutIcon } from './about-icon'; export { PlayFilledIcon } from './play-filled-icon'; export { VolumeOffFilledIcon } from './volume-off-filled-icon'; export { UserIcon } from './user-icon'; export { HamburgerIcon } from './hamburger-icon'; export { MenuIcon } from './menu-icon'; export { ExploreCategoriesIcon } from './explore-categories-icon'; export { FilterIcon } from './filter-icon'; export { SearchIcon } from './search-icon'; export { ScriptIcon } from './script-icon'; export { RemoteControlIcon } from './remote-control-icon'; export { ShellIcon } from './shell-icon'; export { MingoIcon } from './mingo-icon'; export { PoliciesIcon } from './policies-icon'; export { QueriesIcon } from './queries-icon'; export { DocumentIcon } from './document-icon'; export { SlidersIcon } from './sliders-icon'; export { CheckCircleIcon } from './check-circle-icon'; export { PlusCircleIcon } from './plus-circle-icon'; export { MinusCircleIcon } from './minus-circle-icon'; export { InfoCircleIcon } from './info-circle-icon'; export { ThumbsUpIcon } from './thumbs-up-icon'; export { ThumbsDownIcon } from './thumbs-down-icon'; export { SunIcon } from './sun-icon'; export { MoonIcon } from './moon-icon'; export { CoinsIcon } from './coins-icon'; export { DonutIcon } from './donut-icon'; export { HandDollarIcon } from './hand-dollar-icon'; export { SendIcon } from './send-icon'; export { EditProfileIcon } from './edit-profile-icon'; export { EmptyVendorIcon } from './empty-vendor-icon'; export { ErrorIcon } from './error-icon'; export { MarginCrisisIcon } from './margin-crisis-icon'; export { CopyIcon } from './copy-icon'; export { CutVendorCostsIcon } from './cut-vendor-costs-icon'; export { AutomateEverythingIcon } from './automate-everything-icon'; export { ReclaimProfitsIcon } from './reclaim-profits-icon'; export { GitHubIcon } from './github-icon'; export { SlackIcon } from './slack-icon'; export { ClickUpIcon } from './clickup-icon'; export { MicrosoftIcon } from './ms-icon'; export { AppleIcon } from './apple-icon'; export { GoogleLogo } from './google-logo'; export { RedditIcon } from './reddit-icon'; export { XLogo } from './x-logo'; export { HubspotIcon } from './hubspot-icon'; export { ClaudeIcon } from './claude-icon'; export { LinkedInIcon } from './linkedin-icon'; export { LumaIcon } from './luma-icon'; export { LivestormIcon } from './livestorm-icon'; export { PodbeanIcon } from './podbean-icon'; export { WhatsAppIcon } from './whatsapp-icon'; export { FigmaIcon } from './figma-icon'; export { ImageIcon } from './image-icon'; export { OpenAiIcon } from './openai-icon'; export { GoogleGeminiIcon } from './google-gemini-icon'; export { GlobeIcon } from './globe-icon'; export { MessageCircleIcon } from './message-circle-icon'; export { TelegramIcon } from './telegram-icon'; export { YouTubeIcon } from './youtube-icon'; export { InstagramIcon } from './instagram-icon'; export { FacebookIcon } from './facebook-icon'; export { ArchiveIcon } from './archive-icon'; export { CpuIcon } from './cpu-icon'; export { NetworkIcon } from './network-icon'; export { ShieldIcon } from './shield-icon'; export { FileCheckIcon } from './file-check-icon'; export { BotIcon } from './bot-icon'; export { UsersIcon } from './users-icon'; export { PackageIcon } from './package-icon'; export { AlertTriangleIcon } from './alert-triangle-icon'; export { FileTextIcon } from './file-text-icon'; export { SSOConfigurationIcon } from './sso-configuration-icon'; export { XIcon as IconsXIcon } from './x-icon'; export { CustomStarIcon } from './custom-star-icon'; export { CustomForkIcon } from './custom-fork-icon'; export { CustomLicenseIcon } from './custom-license-icon'; export { CustomTimeIcon } from './custom-time-icon'; export { CustomExternalLinkIcon } from './custom-external-link-icon'; export { VendorShowcaseMainIcon, TransparentTrustedIcon, ModularHellIcon, RapidInnovationIcon, LowerTCOIcon } from './vendor-showcase-icons'; export { AiRobotIcon } from './ai-robot-icon'; export { SparklesIcon } from './sparkles-icon'; export { NaturalLanguageIcon, AutomatedDiagnosticsIcon, StatusUpdatesIcon, SmartEscalationIcon, ScriptGenerationIcon, PatchPolicyIcon, BulkOperationsIcon, AuditLoggingIcon } from './openframe-ai-icons'; export * from './tool-directory-icons'; export { DashboardIcon } from './dashboard-icon'; export { DevicesIcon } from './devices-icon'; export { LogsIcon } from './logs-icon'; export { OrganizationsIcon } from './organizations-icon'; export { SettingsIcon } from './settings-icon'; export { LogOutIcon } from './log-out-icon'; export { WindowsIcon } from './windows-icon'; export { MacOSIcon } from './macos-icon'; export { LinuxIcon } from './linux-icon'; export { DoubleChevronIcon } from './double-chevron-icon'; export { GridViewIcon } from './grid-view-icon'; export { TableViewIcon } from './table-view-icon'; export { ShieldLockIcon } from './shield-lock-icon'; export { ShieldKeyIcon } from './shield-key-icon'; export { EyeIcon } from './eye-icon'; export { ShapeCircleDashIcon } from './shape-circle-dash-icon'; export { BuildingsIcon } from './buildings-icon'; export { UsersGroupIcon } from './users-group-icon'; export { FolderShieldIcon } from './folder-shield-icon'; export { ShieldCheckIcon } from './shield-check-icon'; export { HotelIcon } from './hotel-icon'; export { JumpInIcon } from './jump-in-icon'; export * from './icon-utils'; export { PowerShellIcon } from './powershell-icon'; export { CmdIcon } from './cmd-icon'; export { BashIcon } from './bash-icon'; export { PythonIcon } from './python-icon'; export { NushellIcon } from './nushell-icon'; export { DenoIcon } from './deno-icon'; export * from './device-type-icons'; export { G2Icon } from './g2-icon'; export { CapterraIcon } from './capterra-icon'; export { TrustpilotIcon } from './trustpilot-icon'; export { GetAppIcon } from './getapp-icon'; export { CartaIcon } from './carta-icon'; export { PilotIcon } from './pilot-icon'; //# sourceMappingURL=index.d.ts.map