import { Icon, IconProps } from '@chakra-ui/react' export const IframeLogo = (props: IconProps) => { return ( ) }