import type { SVGProps } from 'react' export function ApiIcon(props: SVGProps) { return ( ) } export function ConditionalIcon(props: SVGProps) { return ( ) } export function AgentIcon(props: SVGProps) { return ( ) } export function CodeIcon(props: SVGProps) { return ( ) } export function ChartBarIcon(props: SVGProps) { return ( ) } export const ConnectIcon = (props: SVGProps) => ( ) export const GmailIcon = (props: SVGProps) => { return ( ) } export function FirecrawlIcon(props: SVGProps) { return ( ) } export function ExaAIIcon(props: SVGProps) { return ( ) } export const NotionIcon = (props: SVGProps) => { return ( ) } export const PerplexityIcon = (props: SVGProps) => { return ( ) } export const xIcon = (props: SVGProps) => { return ( ) } export const SlackIcon = (props: SVGProps) => ( ) export const ResponseIcon = (props: SVGProps) => ( )