diff --git a/components/icons.tsx b/components/icons.tsx index 56b6188d5c..d2ad662ec2 100644 --- a/components/icons.tsx +++ b/components/icons.tsx @@ -1151,3 +1151,147 @@ export const PerplexityIcon = (props: SVGProps) => { ) } + +export const NotionIcon = (props: SVGProps) => { + return ( + + + + ) +} + +export const GmailIcon = (props: SVGProps) => { + return ( + + + + + + + + ) +} + +export const xAIIcon = (props: SVGProps) => { + return ( + + + + + + + + + ) +} + +export const GoogleSheetsIcon = (props: SVGProps) => { + return ( + + + + + ) +} + +export const S3Icon = (props: SVGProps) => ( + + + + + + + + + + + + + + + + +) + +export const GoogleIcon = (props: SVGProps) => ( + + + + + + +) + +export const DiscordIcon = (props: SVGProps) => ( + + + +) + +export const CrunchbaseIcon = (props: SVGProps) => ( + + + +)