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