import { IconProps, Icon } from '@chakra-ui/react'
export const TypebotLogo = ({
isDark,
...props
}: { isDark?: boolean } & IconProps) => (
)
export const GithubLogo = (props: IconProps) => (
{'Logo Github'}
)
export const GoogleLogo = (props: IconProps) => (
{'Logo Google'}
)
export const FacebookLogo = (props: IconProps) => (
Logo Facebook
)
export const GoogleSheetsLogo = (props: IconProps) => (
Sheets-icon
Created with Sketch.
)