import React from 'react' export const DefaultAvatar = (): JSX.Element => { return (
) }