// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`Avatar > renders with alt correctly 1`] = `"BC"`;
exports[`Avatar > renders with class correctly 1`] = `""`;
exports[`Avatar > renders with icon correctly 1`] = `""`;
exports[`Avatar > renders with size 2xl correctly 1`] = `"
"`;
exports[`Avatar > renders with size 2xs correctly 1`] = `"
"`;
exports[`Avatar > renders with size 3xl correctly 1`] = `"
"`;
exports[`Avatar > renders with size 3xs correctly 1`] = `"
"`;
exports[`Avatar > renders with size lg correctly 1`] = `"
"`;
exports[`Avatar > renders with size md correctly 1`] = `"
"`;
exports[`Avatar > renders with size sm correctly 1`] = `"
"`;
exports[`Avatar > renders with size xl correctly 1`] = `"
"`;
exports[`Avatar > renders with size xs correctly 1`] = `"
"`;
exports[`Avatar > renders with src correctly 1`] = `"
"`;
exports[`Avatar > renders with text correctly 1`] = `"+1"`;
exports[`Avatar > renders with ui correctly 1`] = `""`;