export const createAvatarSvg = (size: number, gradient: { fromColor: string, toColor: string }, fileType?: string, text?: string) => ( {fileType === "svg" && text && ( {text} )} );